2022-08-17T12:06:33.5802686Z Requested labels: linux.2xlarge 2022-08-17T12:06:33.5802780Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:06:33.5802811Z Waiting for a runner to pick up this job... 2022-08-17T12:06:36.1502824Z Job is about to start running on the runner: i-0e3b3df114b11559d (repository) 2022-08-17T12:06:42.6916250Z Current runner version: '2.295.0' 2022-08-17T12:06:42.6922068Z Runner name: 'i-0e3b3df114b11559d' 2022-08-17T12:06:42.6922523Z Runner group name: 'Default' 2022-08-17T12:06:42.6923125Z Machine name: 'ip-10-0-8-66' 2022-08-17T12:06:42.6924996Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:06:42.6925640Z Actions: read 2022-08-17T12:06:42.6925906Z Checks: read 2022-08-17T12:06:42.6926170Z Contents: read 2022-08-17T12:06:42.6926427Z Deployments: read 2022-08-17T12:06:42.6926742Z Discussions: read 2022-08-17T12:06:42.6927015Z Issues: read 2022-08-17T12:06:42.6927263Z Metadata: read 2022-08-17T12:06:42.6927528Z Packages: read 2022-08-17T12:06:42.6927791Z Pages: read 2022-08-17T12:06:42.6928052Z PullRequests: read 2022-08-17T12:06:42.6928368Z RepositoryProjects: read 2022-08-17T12:06:42.6928676Z SecurityEvents: read 2022-08-17T12:06:42.6928955Z Statuses: read 2022-08-17T12:06:42.6929206Z ##[endgroup] 2022-08-17T12:06:42.6932687Z Secret source: None 2022-08-17T12:06:42.6933224Z Prepare workflow directory 2022-08-17T12:06:42.9298360Z Prepare all required actions 2022-08-17T12:06:42.9506734Z Getting action download info 2022-08-17T12:06:43.1513381Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:06:45.6390336Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:06:45.7361494Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:06:45.9832758Z Getting action download info 2022-08-17T12:06:46.1551511Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:06:46.4109560Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:06:46.4109875Z with: 2022-08-17T12:06:46.4110058Z submodules: recursive 2022-08-17T12:06:46.4110263Z fetch-depth: 0 2022-08-17T12:06:46.4110438Z env: 2022-08-17T12:06:46.4110616Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:46.4110822Z ##[endgroup] 2022-08-17T12:06:46.4342278Z ##[group]Run retry () { 2022-08-17T12:06:46.4342562Z retry () { 2022-08-17T12:06:46.4342811Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:06:46.4343038Z } 2022-08-17T12:06:46.4343227Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4343455Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:06:46.4343692Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4343904Z else 2022-08-17T12:06:46.4344098Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4344301Z fi 2022-08-17T12:06:46.4344527Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:06:46.4360291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:06:46.4360554Z env: 2022-08-17T12:06:46.4360744Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:46.4360926Z NO_SUDO: 2022-08-17T12:06:46.4361114Z ##[endgroup] 2022-08-17T12:06:46.4545913Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:49.1647428Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:06:49.1647681Z with: 2022-08-17T12:06:49.1647931Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:06:49.1648161Z fetch-depth: 0 2022-08-17T12:06:49.1648340Z submodules: recursive 2022-08-17T12:06:49.1648537Z quiet-checkout: true 2022-08-17T12:06:49.1648749Z repository: pytorch/pytorch 2022-08-17T12:06:49.1649122Z token: *** 2022-08-17T12:06:49.1649301Z ssh-strict: true 2022-08-17T12:06:49.1649505Z persist-credentials: true 2022-08-17T12:06:49.1649704Z clean: true 2022-08-17T12:06:49.1649877Z lfs: false 2022-08-17T12:06:49.1650694Z set-safe-directory: true 2022-08-17T12:06:49.1650960Z env: 2022-08-17T12:06:49.1651184Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:49.1651380Z ##[endgroup] 2022-08-17T12:06:49.2833447Z Syncing repository: pytorch/pytorch 2022-08-17T12:06:49.2835297Z ##[group]Getting Git version info 2022-08-17T12:06:49.2836036Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:49.2836508Z [command]/usr/bin/git version 2022-08-17T12:06:49.2836717Z git version 2.37.1 2022-08-17T12:06:49.2837462Z ##[endgroup] 2022-08-17T12:06:49.2886082Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2304d2e0-ba6b-4c59-bc68-3bb2d86a690e' before making global git config changes 2022-08-17T12:06:49.2886559Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:06:49.2887034Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:49.2896828Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:49.2900359Z ##[group]Initializing the repository 2022-08-17T12:06:49.2904979Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:49.3060993Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:06:49.3061511Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:06:49.3062077Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:06:49.3062435Z hint: 2022-08-17T12:06:49.3062931Z hint: git config --global init.defaultBranch 2022-08-17T12:06:49.3063333Z hint: 2022-08-17T12:06:49.3063674Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:06:49.3064067Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:06:49.3064310Z hint: 2022-08-17T12:06:49.3064644Z hint: git branch -m 2022-08-17T12:06:49.3065047Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:06:49.3073236Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:06:49.3107050Z ##[endgroup] 2022-08-17T12:06:49.3107563Z ##[group]Disabling automatic garbage collection 2022-08-17T12:06:49.3111264Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:06:49.3139397Z ##[endgroup] 2022-08-17T12:06:49.3139884Z ##[group]Setting up auth 2022-08-17T12:06:49.3146235Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:06:49.3177705Z [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:49.3425161Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:06:49.3457989Z [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:49.3710593Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:06:49.3757587Z ##[endgroup] 2022-08-17T12:06:49.3758089Z ##[group]Fetching the repository 2022-08-17T12:06:49.3764268Z [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:34.2657291Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:07:34.2693299Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:35.4175110Z ##[endgroup] 2022-08-17T12:07:35.4175688Z ##[group]Determining the checkout info 2022-08-17T12:07:35.4176178Z ##[endgroup] 2022-08-17T12:07:35.4176677Z ##[group]Checking out the ref 2022-08-17T12:07:35.4182030Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:36.6919450Z ##[endgroup] 2022-08-17T12:07:36.6920032Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:07:36.6925874Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:07:36.6973646Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:07:36.7004133Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:07:36.7034432Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:07:36.7059750Z ##[endgroup] 2022-08-17T12:07:36.7060113Z ##[group]Fetching submodules 2022-08-17T12:07:36.7063808Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:07:36.7333454Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:07:36.7593883Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:07:36.7595152Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:07:36.7596189Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:07:36.7598166Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:07:36.7600508Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:07:36.7602947Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:07:36.7605660Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:07:36.7608185Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:07:36.7611424Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:07:36.7614514Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:07:36.7617294Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:07:36.7620351Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:07:36.7623490Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:07:36.7626712Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:07:36.7630096Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:07:36.7633515Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:07:36.7637012Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:07:36.7640650Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:07:36.7644337Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:07:36.7648203Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:07:36.7652404Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:07:36.7656585Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:07:36.7660781Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:07:36.7665081Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:07:36.7669393Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:07:36.7673952Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:07:36.7678579Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:07:36.7683175Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:07:36.7687956Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:07:36.7694663Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:07:36.7699641Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:07:36.7704673Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:07:36.7709897Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:07:36.7715718Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:07:36.7721008Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:07:36.7726516Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:07:36.7732289Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:07:36.7738108Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:07:36.7743895Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:07:36.7770217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:07:37.0663237Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:07:38.2831281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:07:38.4949944Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:07:38.7661847Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:07:39.0364198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:07:44.5798664Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:07:44.9517408Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:07:45.5514661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:07:46.9902302Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:07:48.0559329Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:07:54.5286902Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:07:55.1493356Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:07:56.5074312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:07:57.7032175Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:07:57.9345434Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:07:58.3610979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:07:58.6666613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:07:59.6770239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:08:00.0816261Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:08:00.2784766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:08:00.5300931Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:08:01.9385586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:08:02.5410679Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:08:03.0337330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:08:09.2208012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:08:10.9276685Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:08:12.4020530Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:08:13.6808537Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:08:18.6588513Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:08:18.8688958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:08:19.0927484Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:08:19.9280456Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:08:20.1689349Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:08:20.6298488Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:08:20.9206945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:08:21.4839430Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:08:23.4512387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:08:23.9170875Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:08:26.0275931Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:08:26.0377179Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:08:26.0454644Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:08:26.0667066Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:08:26.0882016Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:08:26.6535605Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:08:26.6735668Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:26.7707875Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:08:26.8038519Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:08:27.0813024Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:08:27.3105110Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:08:27.3533065Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:08:27.3548699Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:27.3556452Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:27.3558044Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:27.3558727Z 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:27.3578405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:08:28.1978905Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:08:28.7311360Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:08:29.7598688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:08:30.0702257Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:08:30.1660742Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:08:30.2228907Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:08:30.2325825Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:08:30.3150321Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:08:30.3477083Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:08:30.3564359Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:08:30.3946247Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:08:30.4173119Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:08:30.4626558Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:08:30.4742136Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:08:30.4756434Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:30.4780004Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:08:38.2089497Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:08:38.2106091Z 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:38.2129336Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:08:46.2111222Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:08:46.2207362Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:08:46.2342174Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:08:46.3239183Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:08:46.3255052Z 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:46.3257298Z 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:46.3280141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:08:47.5202009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:08:48.5736072Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:08:48.6250346Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:08:48.6436218Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:08:48.6574669Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:08:48.7605980Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:08:48.9887048Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:08:48.9913289Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:48.9915037Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:48.9938149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:49.3598529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:50.1968103Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:50.2274254Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:08:50.2424509Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:08:50.2437577Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:50.2461264Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:08:52.0477350Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:08:52.0496849Z 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:52.0498781Z 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:52.0522583Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:52.4461927Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:53.2605293Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:08:53.3225006Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:08:53.3239784Z 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:53.3261786Z 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:53.5572333Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:08:53.5659275Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:08:53.8084174Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:08:53.8103120Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:53.8105447Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:53.8128671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:08:54.2047788Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:08:55.2336472Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:08:55.3005860Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:08:55.3087195Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:08:55.3189264Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:08:55.3501892Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:08:55.3586089Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:08:55.3858358Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:08:55.3962009Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:08:55.4395462Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:08:55.5434274Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:08:55.5677263Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:08:55.5690513Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:55.5692612Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:55.5694742Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:55.5696884Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:55.5719982Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:08:57.6691293Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:08:57.9331881Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:08:59.3176128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:09:00.2900581Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:09:00.3040557Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:09:00.3663643Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:09:00.3940705Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:09:00.3955379Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:00.3984436Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:09:00.6683692Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:09:00.7963354Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:09:00.7994023Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:09:00.8262746Z Entering 'android/libs/fbjni' 2022-08-17T12:09:00.8298426Z Entering 'third_party/FP16' 2022-08-17T12:09:00.8334982Z Entering 'third_party/FXdiv' 2022-08-17T12:09:00.8371106Z Entering 'third_party/NNPACK' 2022-08-17T12:09:00.8406728Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:00.8442647Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:00.8490290Z Entering 'third_party/benchmark' 2022-08-17T12:09:00.8526367Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:00.8563017Z Entering 'third_party/cub' 2022-08-17T12:09:00.8599700Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:00.8641053Z Entering 'third_party/eigen' 2022-08-17T12:09:00.8679043Z Entering 'third_party/fbgemm' 2022-08-17T12:09:00.8716969Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:00.8752803Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:00.8788979Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:00.8831027Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:00.8872497Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:00.8918651Z Entering 'third_party/fmt' 2022-08-17T12:09:00.8958853Z Entering 'third_party/foxi' 2022-08-17T12:09:00.9005632Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:00.9046517Z Entering 'third_party/gloo' 2022-08-17T12:09:00.9088820Z Entering 'third_party/googletest' 2022-08-17T12:09:00.9128497Z Entering 'third_party/ideep' 2022-08-17T12:09:00.9168622Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:00.9211225Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:00.9257370Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:00.9296962Z Entering 'third_party/ittapi' 2022-08-17T12:09:00.9334893Z Entering 'third_party/kineto' 2022-08-17T12:09:00.9373975Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:00.9411643Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:00.9451914Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:00.9491735Z Entering 'third_party/neon2sse' 2022-08-17T12:09:00.9529057Z Entering 'third_party/nlohmann' 2022-08-17T12:09:00.9568984Z Entering 'third_party/onnx' 2022-08-17T12:09:00.9619701Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:00.9658860Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:00.9700253Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:00.9738523Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:00.9781869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:00.9820616Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:00.9859146Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:00.9902541Z Entering 'third_party/pocketfft' 2022-08-17T12:09:00.9941779Z Entering 'third_party/protobuf' 2022-08-17T12:09:00.9985977Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:01.0023921Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:01.0064068Z Entering 'third_party/psimd' 2022-08-17T12:09:01.0104085Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:01.0142281Z Entering 'third_party/pybind11' 2022-08-17T12:09:01.0178108Z Entering 'third_party/python-enum' 2022-08-17T12:09:01.0214235Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:01.0249827Z Entering 'third_party/python-six' 2022-08-17T12:09:01.0286845Z Entering 'third_party/sleef' 2022-08-17T12:09:01.0322374Z Entering 'third_party/tbb' 2022-08-17T12:09:01.0360269Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:01.0398040Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:01.0434393Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:01.0470402Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:01.0507991Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:01.0542993Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.0582695Z Entering 'third_party/zstd' 2022-08-17T12:09:01.0628113Z ##[endgroup] 2022-08-17T12:09:01.0630310Z ##[group]Persisting credentials for submodules 2022-08-17T12:09:01.0636868Z [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:09:01.0902443Z Entering 'android/libs/fbjni' 2022-08-17T12:09:01.0938293Z Entering 'third_party/FP16' 2022-08-17T12:09:01.0973934Z Entering 'third_party/FXdiv' 2022-08-17T12:09:01.1008612Z Entering 'third_party/NNPACK' 2022-08-17T12:09:01.1043831Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:01.1079903Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:01.1126055Z Entering 'third_party/benchmark' 2022-08-17T12:09:01.1162720Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:01.1201658Z Entering 'third_party/cub' 2022-08-17T12:09:01.1244955Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:01.1292338Z Entering 'third_party/eigen' 2022-08-17T12:09:01.1336754Z Entering 'third_party/fbgemm' 2022-08-17T12:09:01.1379052Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:01.1418485Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:01.1460993Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:01.1498996Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:01.1536650Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:01.1576986Z Entering 'third_party/fmt' 2022-08-17T12:09:01.1612676Z Entering 'third_party/foxi' 2022-08-17T12:09:01.1647848Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:01.1683031Z Entering 'third_party/gloo' 2022-08-17T12:09:01.1718806Z Entering 'third_party/googletest' 2022-08-17T12:09:01.1754369Z Entering 'third_party/ideep' 2022-08-17T12:09:01.1788976Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:01.1825043Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:01.1865868Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:01.1902128Z Entering 'third_party/ittapi' 2022-08-17T12:09:01.1936246Z Entering 'third_party/kineto' 2022-08-17T12:09:01.1971393Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:01.2006301Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:01.2042977Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:01.2078399Z Entering 'third_party/neon2sse' 2022-08-17T12:09:01.2114031Z Entering 'third_party/nlohmann' 2022-08-17T12:09:01.2150128Z Entering 'third_party/onnx' 2022-08-17T12:09:01.2197434Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.2232738Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.2269980Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:01.2305636Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:01.2344958Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.2380139Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.2415034Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.2454899Z Entering 'third_party/pocketfft' 2022-08-17T12:09:01.2490499Z Entering 'third_party/protobuf' 2022-08-17T12:09:01.2528192Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:01.2563099Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:01.2600086Z Entering 'third_party/psimd' 2022-08-17T12:09:01.2635020Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:01.2669632Z Entering 'third_party/pybind11' 2022-08-17T12:09:01.2706819Z Entering 'third_party/python-enum' 2022-08-17T12:09:01.2742163Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:01.2777078Z Entering 'third_party/python-six' 2022-08-17T12:09:01.2813522Z Entering 'third_party/sleef' 2022-08-17T12:09:01.2847921Z Entering 'third_party/tbb' 2022-08-17T12:09:01.2885154Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:01.2921358Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:01.2957828Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:01.2993761Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:01.3028581Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:01.3065026Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.3103884Z Entering 'third_party/zstd' 2022-08-17T12:09:01.3153225Z [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:09:01.3426529Z Entering 'android/libs/fbjni' 2022-08-17T12:09:01.3460017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:09:01.3475921Z Entering 'third_party/FP16' 2022-08-17T12:09:01.3509492Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:09:01.3523583Z Entering 'third_party/FXdiv' 2022-08-17T12:09:01.3557254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:09:01.3572639Z Entering 'third_party/NNPACK' 2022-08-17T12:09:01.3605099Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:09:01.3620673Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:01.3654407Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:09:01.3669186Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:01.3703439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:09:01.3729095Z Entering 'third_party/benchmark' 2022-08-17T12:09:01.3763273Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:09:01.3778519Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:01.3815857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:09:01.3833573Z Entering 'third_party/cub' 2022-08-17T12:09:01.3870030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:09:01.3887613Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:01.3926719Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:09:01.3950118Z Entering 'third_party/eigen' 2022-08-17T12:09:01.3990779Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:09:01.4009874Z Entering 'third_party/fbgemm' 2022-08-17T12:09:01.4044807Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:09:01.4060540Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:01.4094906Z 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:09:01.4109661Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:01.4144301Z 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:09:01.4159892Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:01.4194891Z 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:09:01.4210186Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:01.4243929Z 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:09:01.4261159Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:01.4296343Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:09:01.4313161Z Entering 'third_party/fmt' 2022-08-17T12:09:01.4347527Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:09:01.4362701Z Entering 'third_party/foxi' 2022-08-17T12:09:01.4398595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:09:01.4413723Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:01.4448676Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:09:01.4463409Z Entering 'third_party/gloo' 2022-08-17T12:09:01.4497310Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:09:01.4512129Z Entering 'third_party/googletest' 2022-08-17T12:09:01.4547287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:09:01.4562424Z Entering 'third_party/ideep' 2022-08-17T12:09:01.4595741Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:09:01.4611871Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:01.4644423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:09:01.4661837Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:01.4694910Z 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:09:01.4715763Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:01.4749392Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:09:01.4763854Z Entering 'third_party/ittapi' 2022-08-17T12:09:01.4797835Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:09:01.4812081Z Entering 'third_party/kineto' 2022-08-17T12:09:01.4845421Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:09:01.4860623Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:01.4893197Z 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:09:01.4907813Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:01.4941002Z 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:09:01.4957270Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:01.4990209Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:09:01.5005549Z Entering 'third_party/neon2sse' 2022-08-17T12:09:01.5037928Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:09:01.5053996Z Entering 'third_party/nlohmann' 2022-08-17T12:09:01.5087095Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:09:01.5102252Z Entering 'third_party/onnx' 2022-08-17T12:09:01.5135597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:09:01.5161717Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.5194184Z 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:09:01.5207879Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.5241105Z 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:09:01.5258493Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:01.5291956Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:09:01.5305623Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:01.5337738Z 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:09:01.5356329Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.5390653Z 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:09:01.5405190Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.5438631Z 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:09:01.5454047Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.5487403Z 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:09:01.5506762Z Entering 'third_party/pocketfft' 2022-08-17T12:09:01.5539174Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:09:01.5553855Z Entering 'third_party/protobuf' 2022-08-17T12:09:01.5588408Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:09:01.5606618Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:01.5639913Z 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:09:01.5655499Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:01.5687166Z 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:09:01.5703336Z Entering 'third_party/psimd' 2022-08-17T12:09:01.5736000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:09:01.5750790Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:01.5783519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:09:01.5797754Z Entering 'third_party/pybind11' 2022-08-17T12:09:01.5830162Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:09:01.5845096Z Entering 'third_party/python-enum' 2022-08-17T12:09:01.5876998Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:09:01.5890989Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:01.5923451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:09:01.5937907Z Entering 'third_party/python-six' 2022-08-17T12:09:01.5969653Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:09:01.5984138Z Entering 'third_party/sleef' 2022-08-17T12:09:01.6016668Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:09:01.6031545Z Entering 'third_party/tbb' 2022-08-17T12:09:01.6064313Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:09:01.6080305Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:01.6114943Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:09:01.6129439Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:01.6162805Z 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:09:01.6177726Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:01.6216111Z 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:09:01.6233120Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:01.6270727Z 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:09:01.6288583Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:01.6327419Z 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:09:01.6343576Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.6383350Z 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:09:01.6403713Z Entering 'third_party/zstd' 2022-08-17T12:09:01.6443294Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:09:01.7092490Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:09:01.7359491Z Entering 'android/libs/fbjni' 2022-08-17T12:09:01.7396629Z Entering 'third_party/FP16' 2022-08-17T12:09:01.7432602Z Entering 'third_party/FXdiv' 2022-08-17T12:09:01.7468828Z Entering 'third_party/NNPACK' 2022-08-17T12:09:01.7505544Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:01.7542869Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:01.7589829Z Entering 'third_party/benchmark' 2022-08-17T12:09:01.7626846Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:01.7663750Z Entering 'third_party/cub' 2022-08-17T12:09:01.7701504Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:01.7743720Z Entering 'third_party/eigen' 2022-08-17T12:09:01.7782579Z Entering 'third_party/fbgemm' 2022-08-17T12:09:01.7819465Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:01.7856042Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:01.7892178Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:01.7928067Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:01.7965448Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:01.8003312Z Entering 'third_party/fmt' 2022-08-17T12:09:01.8039829Z Entering 'third_party/foxi' 2022-08-17T12:09:01.8075860Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:01.8112529Z Entering 'third_party/gloo' 2022-08-17T12:09:01.8148941Z Entering 'third_party/googletest' 2022-08-17T12:09:01.8187034Z Entering 'third_party/ideep' 2022-08-17T12:09:01.8221911Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:01.8260184Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:01.8304324Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:01.8341814Z Entering 'third_party/ittapi' 2022-08-17T12:09:01.8377952Z Entering 'third_party/kineto' 2022-08-17T12:09:01.8415088Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:01.8450327Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:01.8487772Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:01.8523774Z Entering 'third_party/neon2sse' 2022-08-17T12:09:01.8559196Z Entering 'third_party/nlohmann' 2022-08-17T12:09:01.8596535Z Entering 'third_party/onnx' 2022-08-17T12:09:01.8643488Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.8678755Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.8715968Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:01.8751421Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:01.8791382Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:01.8833287Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:01.8873082Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.8920105Z Entering 'third_party/pocketfft' 2022-08-17T12:09:01.8961705Z Entering 'third_party/protobuf' 2022-08-17T12:09:01.9007677Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:01.9045603Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:01.9084492Z Entering 'third_party/psimd' 2022-08-17T12:09:01.9120130Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:01.9155792Z Entering 'third_party/pybind11' 2022-08-17T12:09:01.9191816Z Entering 'third_party/python-enum' 2022-08-17T12:09:01.9228773Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:01.9264562Z Entering 'third_party/python-six' 2022-08-17T12:09:01.9300580Z Entering 'third_party/sleef' 2022-08-17T12:09:01.9337806Z Entering 'third_party/tbb' 2022-08-17T12:09:01.9376828Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:01.9413496Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:01.9448306Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:01.9485460Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:01.9520463Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:01.9555644Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:01.9594127Z Entering 'third_party/zstd' 2022-08-17T12:09:01.9643448Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:09:01.9909269Z Entering 'android/libs/fbjni' 2022-08-17T12:09:01.9943685Z Entering 'third_party/FP16' 2022-08-17T12:09:01.9980799Z Entering 'third_party/FXdiv' 2022-08-17T12:09:02.0016494Z Entering 'third_party/NNPACK' 2022-08-17T12:09:02.0052341Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:02.0087165Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:02.0133927Z Entering 'third_party/benchmark' 2022-08-17T12:09:02.0169403Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:02.0205856Z Entering 'third_party/cub' 2022-08-17T12:09:02.0241238Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:02.0281301Z Entering 'third_party/eigen' 2022-08-17T12:09:02.0318700Z Entering 'third_party/fbgemm' 2022-08-17T12:09:02.0354079Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:02.0389567Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:02.0424254Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:02.0458913Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:02.0494915Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:02.0531418Z Entering 'third_party/fmt' 2022-08-17T12:09:02.0566501Z Entering 'third_party/foxi' 2022-08-17T12:09:02.0601742Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:02.0636718Z Entering 'third_party/gloo' 2022-08-17T12:09:02.0671718Z Entering 'third_party/googletest' 2022-08-17T12:09:02.0708920Z Entering 'third_party/ideep' 2022-08-17T12:09:02.0743884Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:02.0780269Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:02.0823027Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:02.0859413Z Entering 'third_party/ittapi' 2022-08-17T12:09:02.0895189Z Entering 'third_party/kineto' 2022-08-17T12:09:02.0930762Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:02.0966838Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:02.1003941Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:02.1040221Z Entering 'third_party/neon2sse' 2022-08-17T12:09:02.1075268Z Entering 'third_party/nlohmann' 2022-08-17T12:09:02.1112218Z Entering 'third_party/onnx' 2022-08-17T12:09:02.1160492Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:02.1197864Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:02.1235923Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:02.1272489Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:02.1312665Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:02.1348794Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:02.1383970Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:02.1425263Z Entering 'third_party/pocketfft' 2022-08-17T12:09:02.1461860Z Entering 'third_party/protobuf' 2022-08-17T12:09:02.1500331Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:02.1535421Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:02.1572709Z Entering 'third_party/psimd' 2022-08-17T12:09:02.1608009Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:02.1643901Z Entering 'third_party/pybind11' 2022-08-17T12:09:02.1679767Z Entering 'third_party/python-enum' 2022-08-17T12:09:02.1714593Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:02.1750289Z Entering 'third_party/python-six' 2022-08-17T12:09:02.1791237Z Entering 'third_party/sleef' 2022-08-17T12:09:02.1834123Z Entering 'third_party/tbb' 2022-08-17T12:09:02.1877570Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:02.1919796Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:02.1960508Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:02.2002152Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:02.2044064Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:02.2081527Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:02.2120887Z Entering 'third_party/zstd' 2022-08-17T12:09:02.2165350Z ##[endgroup] 2022-08-17T12:09:02.2206736Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:09:02.2233356Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:09:02.2366256Z Prepare all required actions 2022-08-17T12:09:02.2416925Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:09:02.2417140Z env: 2022-08-17T12:09:02.2417319Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:02.2417500Z ##[endgroup] 2022-08-17T12:09:02.2432877Z ##[group]Run set -euo pipefail 2022-08-17T12:09:02.2433125Z set -euo pipefail 2022-08-17T12:09:02.2433347Z function get_ec2_metadata() { 2022-08-17T12:09:02.2433595Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:09:02.2433965Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:09:02.2434283Z  category=$1 2022-08-17T12:09:02.2434540Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:09:02.2434762Z } 2022-08-17T12:09:02.2434971Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:09:02.2435270Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:09:02.2435549Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:09:02.2435813Z echo "system info $(uname -a)" 2022-08-17T12:09:02.2447374Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:02.2447589Z env: 2022-08-17T12:09:02.2447775Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:02.2447972Z ##[endgroup] 2022-08-17T12:09:02.2529587Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:09:02.2582120Z instance-id: i-0e3b3df114b11559d 2022-08-17T12:09:02.2631052Z instance-type: c5.2xlarge 2022-08-17T12:09:02.2637971Z system info Linux ip-10-0-8-66.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:09:02.2656906Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:09:02.2657211Z if systemctl is-active --quiet docker; then 2022-08-17T12:09:02.2657473Z  echo "Docker daemon is running..."; 2022-08-17T12:09:02.2657684Z else 2022-08-17T12:09:02.2657939Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:09:02.2658180Z fi 2022-08-17T12:09:02.2669629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:02.2669864Z env: 2022-08-17T12:09:02.2670049Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:02.2670233Z ##[endgroup] 2022-08-17T12:09:02.2711226Z Docker daemon is running... 2022-08-17T12:09:02.2727562Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:09:02.2727933Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:09:02.2728230Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:02.2728641Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:09:02.2728999Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:09:02.2739685Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:02.2739912Z env: 2022-08-17T12:09:02.2740084Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:02.2740290Z AWS_RETRY_MODE: standard 2022-08-17T12:09:02.2740490Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:09:02.2740685Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:09:02.2740888Z ##[endgroup] 2022-08-17T12:09:03.4114767Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:09:03.4115257Z Configure a credential helper to remove this warning. See 2022-08-17T12:09:03.4115980Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:09:03.4116287Z 2022-08-17T12:09:03.4116426Z Login Succeeded 2022-08-17T12:09:03.4146821Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:03.4147170Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:03.4147559Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:03.4159335Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:03.4159595Z env: 2022-08-17T12:09:03.4159811Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:03.4160026Z ##[endgroup] 2022-08-17T12:09:03.4231505Z Prepare all required actions 2022-08-17T12:09:03.4231930Z Getting action download info 2022-08-17T12:09:03.6016298Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:09:03.7845977Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:09:03.7846196Z with: 2022-08-17T12:09:03.7846536Z github-secret: *** 2022-08-17T12:09:03.7846718Z env: 2022-08-17T12:09:03.7846896Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:03.7847078Z ##[endgroup] 2022-08-17T12:09:03.7869137Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:09:03.7869365Z with: 2022-08-17T12:09:03.7869673Z GITHUB_TOKEN: *** 2022-08-17T12:09:03.7869871Z activate-with-label: false 2022-08-17T12:09:03.7870090Z label: with-ssh 2022-08-17T12:09:03.7870293Z remove-existing-keys: true 2022-08-17T12:09:03.7870472Z env: 2022-08-17T12:09:03.7870651Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:03.7870843Z ##[endgroup] 2022-08-17T12:09:04.5115422Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:09:04.5938599Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:09:04.5952747Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:09:04.6002038Z Login using: ssh ec2-user@ec2-34-201-128-38.compute-1.amazonaws.com 2022-08-17T12:09:04.6051597Z Prepare all required actions 2022-08-17T12:09:04.6070682Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:09:04.6070903Z with: 2022-08-17T12:09:04.6071253Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:04.6071570Z env: 2022-08-17T12:09:04.6071759Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:04.6071956Z ##[endgroup] 2022-08-17T12:09:04.6134417Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:04.6134713Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:04.6134989Z # ignore output since only exit code is used for conditional 2022-08-17T12:09:04.6135268Z # only pull docker image if it's not available locally 2022-08-17T12:09:04.6135576Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:09:04.6135897Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:09:04.6136092Z fi 2022-08-17T12:09:04.6147938Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:04.6148255Z env: 2022-08-17T12:09:04.6148507Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:04.6148922Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:04.6149430Z ##[endgroup] 2022-08-17T12:09:04.8356021Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-08-17T12:09:04.8357876Z 3b65ec22a9e9: Pulling fs layer 2022-08-17T12:09:04.8404996Z ef46a21e4004: Pulling fs layer 2022-08-17T12:09:04.8405294Z 0cd966808131: Pulling fs layer 2022-08-17T12:09:04.8405485Z d96ffce08e66: Pulling fs layer 2022-08-17T12:09:04.8405676Z 6c71e48d181e: Pulling fs layer 2022-08-17T12:09:04.8406243Z 3e0259f02183: Pulling fs layer 2022-08-17T12:09:04.8406685Z 9dc5c789901b: Pulling fs layer 2022-08-17T12:09:04.8407222Z 4ec60a8f4b0d: Pulling fs layer 2022-08-17T12:09:04.8407787Z efb8d44a1237: Pulling fs layer 2022-08-17T12:09:04.8408132Z 0846fd5f50b1: Pulling fs layer 2022-08-17T12:09:04.8408390Z 2f02b9c38fdd: Pulling fs layer 2022-08-17T12:09:04.8408575Z 5e6332363e8c: Pulling fs layer 2022-08-17T12:09:04.8408756Z 7864323978cb: Pulling fs layer 2022-08-17T12:09:04.8409079Z 9dc5c789901b: Waiting 2022-08-17T12:09:04.8409281Z 4ce5b8109bcb: Pulling fs layer 2022-08-17T12:09:04.8409576Z 3e0259f02183: Waiting 2022-08-17T12:09:04.8409865Z 6c71e48d181e: Waiting 2022-08-17T12:09:04.8410304Z 9a5798f00c55: Pulling fs layer 2022-08-17T12:09:04.8410568Z b477457c93ae: Pulling fs layer 2022-08-17T12:09:04.8410747Z b8835462091e: Pulling fs layer 2022-08-17T12:09:04.8410928Z 5c88d6b28819: Pulling fs layer 2022-08-17T12:09:04.8411108Z 8b38f067771b: Pulling fs layer 2022-08-17T12:09:04.8411299Z b5dbbce4b04e: Pulling fs layer 2022-08-17T12:09:04.8411496Z 00a3d832f66e: Pulling fs layer 2022-08-17T12:09:04.8411688Z 682b682d9e93: Pulling fs layer 2022-08-17T12:09:04.8413809Z f62d6a29ee25: Pulling fs layer 2022-08-17T12:09:04.8414313Z 9f2aa5b7f4ee: Pulling fs layer 2022-08-17T12:09:04.8414689Z c1cc323d4a98: Pulling fs layer 2022-08-17T12:09:04.8415045Z d323eef1e7e1: Pulling fs layer 2022-08-17T12:09:04.8415398Z ade3e8c67ae6: Pulling fs layer 2022-08-17T12:09:04.8415747Z a492728f4507: Pulling fs layer 2022-08-17T12:09:04.8416053Z fd9ccd86a681: Pulling fs layer 2022-08-17T12:09:04.8416391Z d932c4ca853a: Pulling fs layer 2022-08-17T12:09:04.8416746Z 15c8440a96aa: Pulling fs layer 2022-08-17T12:09:04.8417093Z efb8d44a1237: Waiting 2022-08-17T12:09:04.8417414Z 337a233ac028: Pulling fs layer 2022-08-17T12:09:04.8417752Z 0846fd5f50b1: Waiting 2022-08-17T12:09:04.8418083Z 97be5b091dd9: Pulling fs layer 2022-08-17T12:09:04.8418383Z 2f02b9c38fdd: Waiting 2022-08-17T12:09:04.8418734Z 2ada12616b22: Pulling fs layer 2022-08-17T12:09:04.8419088Z e69a2cbb6fd4: Pulling fs layer 2022-08-17T12:09:04.8419627Z 0044ee4ac606: Pulling fs layer 2022-08-17T12:09:04.8419981Z e601349e520b: Pulling fs layer 2022-08-17T12:09:04.8420321Z 9f2aa5b7f4ee: Waiting 2022-08-17T12:09:04.8423612Z 591a21ed2ab8: Pulling fs layer 2022-08-17T12:09:04.8424057Z e4521e0c3854: Pulling fs layer 2022-08-17T12:09:04.8424410Z d96ffce08e66: Waiting 2022-08-17T12:09:04.8424732Z f568ee9f41e3: Pulling fs layer 2022-08-17T12:09:04.8425020Z d323eef1e7e1: Waiting 2022-08-17T12:09:04.8425372Z f62d6a29ee25: Waiting 2022-08-17T12:09:04.8425661Z a492728f4507: Waiting 2022-08-17T12:09:04.8425979Z 19df37b4c74c: Pulling fs layer 2022-08-17T12:09:04.8426322Z ade3e8c67ae6: Waiting 2022-08-17T12:09:04.8426608Z fd9ccd86a681: Waiting 2022-08-17T12:09:04.8426866Z d932c4ca853a: Waiting 2022-08-17T12:09:04.8427157Z c363a482236a: Pulling fs layer 2022-08-17T12:09:04.8427455Z 2ada12616b22: Waiting 2022-08-17T12:09:04.8427747Z dcf43507e80e: Pulling fs layer 2022-08-17T12:09:04.8428056Z 15c8440a96aa: Waiting 2022-08-17T12:09:04.8428851Z cdeff5e8900e: Pulling fs layer 2022-08-17T12:09:04.8429152Z 337a233ac028: Waiting 2022-08-17T12:09:04.8429436Z 5e6332363e8c: Waiting 2022-08-17T12:09:04.8429737Z e69a2cbb6fd4: Waiting 2022-08-17T12:09:04.8430039Z 9a5798f00c55: Waiting 2022-08-17T12:09:04.8430320Z 97be5b091dd9: Waiting 2022-08-17T12:09:04.8430619Z 0044ee4ac606: Waiting 2022-08-17T12:09:04.8430949Z 432ead746a51: Pulling fs layer 2022-08-17T12:09:04.8431236Z b477457c93ae: Waiting 2022-08-17T12:09:04.8431533Z e601349e520b: Waiting 2022-08-17T12:09:04.8431845Z 7887f902330e: Pulling fs layer 2022-08-17T12:09:04.8432171Z 0107d101d703: Pulling fs layer 2022-08-17T12:09:04.8432482Z b5dbbce4b04e: Waiting 2022-08-17T12:09:04.8432770Z 7864323978cb: Waiting 2022-08-17T12:09:04.8433033Z 4ce5b8109bcb: Waiting 2022-08-17T12:09:04.8433314Z 8b38f067771b: Waiting 2022-08-17T12:09:04.8433617Z 424513ba624b: Pulling fs layer 2022-08-17T12:09:04.8433959Z d9c9fd17b60c: Pulling fs layer 2022-08-17T12:09:04.8434294Z 00a3d832f66e: Waiting 2022-08-17T12:09:04.8434629Z aa1eabed864f: Pulling fs layer 2022-08-17T12:09:04.8434965Z e4521e0c3854: Waiting 2022-08-17T12:09:04.8435253Z c483592d5074: Pulling fs layer 2022-08-17T12:09:04.8435544Z 19df37b4c74c: Waiting 2022-08-17T12:09:04.8435817Z cdeff5e8900e: Waiting 2022-08-17T12:09:04.8436089Z c363a482236a: Waiting 2022-08-17T12:09:04.8436387Z 07f2aa52159a: Pulling fs layer 2022-08-17T12:09:04.8436692Z 13f262da6a6c: Pulling fs layer 2022-08-17T12:09:04.8436995Z f568ee9f41e3: Waiting 2022-08-17T12:09:04.8437502Z 7887f902330e: Waiting 2022-08-17T12:09:04.8437816Z 1e128c6311be: Pulling fs layer 2022-08-17T12:09:04.8438137Z 5c88d6b28819: Waiting 2022-08-17T12:09:04.8438463Z 0a364ea25255: Pulling fs layer 2022-08-17T12:09:04.8438782Z 0107d101d703: Waiting 2022-08-17T12:09:04.8439079Z d9c9fd17b60c: Waiting 2022-08-17T12:09:04.8450574Z 9b8f9a96d4e8: Pulling fs layer 2022-08-17T12:09:04.8450967Z 708682444671: Pulling fs layer 2022-08-17T12:09:04.8451314Z 424513ba624b: Waiting 2022-08-17T12:09:04.8451656Z 589913fd2607: Pulling fs layer 2022-08-17T12:09:04.8451983Z 7b3f9f48221a: Pulling fs layer 2022-08-17T12:09:04.8452185Z c483592d5074: Waiting 2022-08-17T12:09:04.8452365Z 0a364ea25255: Waiting 2022-08-17T12:09:04.8452528Z b8835462091e: Waiting 2022-08-17T12:09:04.8452698Z 589913fd2607: Waiting 2022-08-17T12:09:04.8452870Z 7b3f9f48221a: Waiting 2022-08-17T12:09:04.8453034Z aa1eabed864f: Waiting 2022-08-17T12:09:04.8453319Z 1e128c6311be: Waiting 2022-08-17T12:09:04.8453496Z 07f2aa52159a: Waiting 2022-08-17T12:09:04.8453668Z 13f262da6a6c: Waiting 2022-08-17T12:09:04.9093539Z ef46a21e4004: Verifying Checksum 2022-08-17T12:09:04.9093980Z ef46a21e4004: Download complete 2022-08-17T12:09:04.9952368Z d96ffce08e66: Verifying Checksum 2022-08-17T12:09:04.9952649Z d96ffce08e66: Download complete 2022-08-17T12:09:05.0819476Z 6c71e48d181e: Download complete 2022-08-17T12:09:05.1580023Z 3e0259f02183: Verifying Checksum 2022-08-17T12:09:05.1580308Z 3e0259f02183: Download complete 2022-08-17T12:09:05.1760622Z 3b65ec22a9e9: Verifying Checksum 2022-08-17T12:09:05.1760897Z 3b65ec22a9e9: Download complete 2022-08-17T12:09:05.2279717Z 9dc5c789901b: Download complete 2022-08-17T12:09:05.2696704Z 4ec60a8f4b0d: Download complete 2022-08-17T12:09:05.3043641Z efb8d44a1237: Download complete 2022-08-17T12:09:05.3433415Z 0846fd5f50b1: Verifying Checksum 2022-08-17T12:09:05.4143437Z 0846fd5f50b1: Download complete 2022-08-17T12:09:05.4143872Z 5e6332363e8c: Download complete 2022-08-17T12:09:05.4826889Z 7864323978cb: Download complete 2022-08-17T12:09:05.9351893Z 3b65ec22a9e9: Pull complete 2022-08-17T12:09:06.0421107Z ef46a21e4004: Pull complete 2022-08-17T12:09:06.1848600Z 2f02b9c38fdd: Verifying Checksum 2022-08-17T12:09:06.1849017Z 2f02b9c38fdd: Download complete 2022-08-17T12:09:06.2548167Z 9a5798f00c55: Download complete 2022-08-17T12:09:06.3400682Z b477457c93ae: Download complete 2022-08-17T12:09:06.8365082Z b8835462091e: Verifying Checksum 2022-08-17T12:09:06.8365535Z b8835462091e: Download complete 2022-08-17T12:09:06.9058763Z 5c88d6b28819: Verifying Checksum 2022-08-17T12:09:06.9059151Z 5c88d6b28819: Download complete 2022-08-17T12:09:06.9990883Z 8b38f067771b: Verifying Checksum 2022-08-17T12:09:06.9991281Z 8b38f067771b: Download complete 2022-08-17T12:09:07.0714058Z b5dbbce4b04e: Verifying Checksum 2022-08-17T12:09:07.0714602Z b5dbbce4b04e: Download complete 2022-08-17T12:09:07.1379699Z 00a3d832f66e: Verifying Checksum 2022-08-17T12:09:07.1380210Z 00a3d832f66e: Download complete 2022-08-17T12:09:07.1997831Z 682b682d9e93: Verifying Checksum 2022-08-17T12:09:07.1998162Z 682b682d9e93: Download complete 2022-08-17T12:09:07.4479190Z f62d6a29ee25: Verifying Checksum 2022-08-17T12:09:07.4479476Z f62d6a29ee25: Download complete 2022-08-17T12:09:07.5180893Z 9f2aa5b7f4ee: Verifying Checksum 2022-08-17T12:09:07.5181182Z 9f2aa5b7f4ee: Download complete 2022-08-17T12:09:07.5907083Z c1cc323d4a98: Download complete 2022-08-17T12:09:07.9450267Z 0cd966808131: Verifying Checksum 2022-08-17T12:09:07.9450593Z 0cd966808131: Download complete 2022-08-17T12:09:08.0483819Z ade3e8c67ae6: Verifying Checksum 2022-08-17T12:09:08.0484250Z ade3e8c67ae6: Download complete 2022-08-17T12:09:08.1217527Z a492728f4507: Download complete 2022-08-17T12:09:08.2086721Z fd9ccd86a681: Verifying Checksum 2022-08-17T12:09:08.2087419Z fd9ccd86a681: Download complete 2022-08-17T12:09:08.2723832Z d932c4ca853a: Verifying Checksum 2022-08-17T12:09:08.2724249Z d932c4ca853a: Download complete 2022-08-17T12:09:08.3276125Z 15c8440a96aa: Verifying Checksum 2022-08-17T12:09:08.3276628Z 15c8440a96aa: Download complete 2022-08-17T12:09:08.5351114Z d323eef1e7e1: Verifying Checksum 2022-08-17T12:09:08.5351574Z d323eef1e7e1: Download complete 2022-08-17T12:09:08.5972888Z 97be5b091dd9: Verifying Checksum 2022-08-17T12:09:08.5973345Z 97be5b091dd9: Download complete 2022-08-17T12:09:08.6562028Z 2ada12616b22: Verifying Checksum 2022-08-17T12:09:08.6562488Z 2ada12616b22: Download complete 2022-08-17T12:09:08.7252566Z e69a2cbb6fd4: Download complete 2022-08-17T12:09:08.8034827Z 0044ee4ac606: Download complete 2022-08-17T12:09:08.8666475Z e601349e520b: Verifying Checksum 2022-08-17T12:09:08.8667634Z e601349e520b: Download complete 2022-08-17T12:09:08.9308954Z 591a21ed2ab8: Verifying Checksum 2022-08-17T12:09:08.9309416Z 591a21ed2ab8: Download complete 2022-08-17T12:09:08.9876367Z e4521e0c3854: Verifying Checksum 2022-08-17T12:09:08.9876716Z e4521e0c3854: Download complete 2022-08-17T12:09:09.0844895Z f568ee9f41e3: Download complete 2022-08-17T12:09:09.1569282Z 19df37b4c74c: Verifying Checksum 2022-08-17T12:09:09.1570325Z 19df37b4c74c: Download complete 2022-08-17T12:09:09.2351271Z c363a482236a: Download complete 2022-08-17T12:09:09.3032649Z dcf43507e80e: Verifying Checksum 2022-08-17T12:09:09.3033146Z dcf43507e80e: Download complete 2022-08-17T12:09:09.3767978Z cdeff5e8900e: Download complete 2022-08-17T12:09:09.8182045Z 432ead746a51: Verifying Checksum 2022-08-17T12:09:09.8182482Z 432ead746a51: Download complete 2022-08-17T12:09:09.8912180Z 7887f902330e: Verifying Checksum 2022-08-17T12:09:09.8912539Z 7887f902330e: Download complete 2022-08-17T12:09:09.9675856Z 0107d101d703: Download complete 2022-08-17T12:09:10.0259768Z 424513ba624b: Verifying Checksum 2022-08-17T12:09:10.0260203Z 424513ba624b: Download complete 2022-08-17T12:09:10.0873751Z d9c9fd17b60c: Verifying Checksum 2022-08-17T12:09:10.0874177Z d9c9fd17b60c: Download complete 2022-08-17T12:09:10.3306883Z aa1eabed864f: Verifying Checksum 2022-08-17T12:09:10.3307337Z aa1eabed864f: Download complete 2022-08-17T12:09:10.3992727Z c483592d5074: Verifying Checksum 2022-08-17T12:09:10.3993126Z c483592d5074: Download complete 2022-08-17T12:09:10.4597112Z 07f2aa52159a: Verifying Checksum 2022-08-17T12:09:10.4597643Z 07f2aa52159a: Download complete 2022-08-17T12:09:10.5775769Z 337a233ac028: Download complete 2022-08-17T12:09:10.6419407Z 1e128c6311be: Verifying Checksum 2022-08-17T12:09:10.6419816Z 1e128c6311be: Download complete 2022-08-17T12:09:10.7132709Z 0a364ea25255: Download complete 2022-08-17T12:09:10.7751675Z 9b8f9a96d4e8: Download complete 2022-08-17T12:09:10.8664284Z 708682444671: Download complete 2022-08-17T12:09:10.9741567Z 589913fd2607: Download complete 2022-08-17T12:09:11.5647522Z 7b3f9f48221a: Verifying Checksum 2022-08-17T12:09:11.5647870Z 7b3f9f48221a: Download complete 2022-08-17T12:09:13.5152761Z 13f262da6a6c: Verifying Checksum 2022-08-17T12:09:13.5153104Z 13f262da6a6c: Download complete 2022-08-17T12:09:14.8910425Z 0cd966808131: Pull complete 2022-08-17T12:09:15.0569521Z d96ffce08e66: Pull complete 2022-08-17T12:09:15.2691556Z 6c71e48d181e: Pull complete 2022-08-17T12:09:15.4892233Z 3e0259f02183: Pull complete 2022-08-17T12:09:15.7074629Z 9dc5c789901b: Pull complete 2022-08-17T12:09:15.9292759Z 4ec60a8f4b0d: Pull complete 2022-08-17T12:09:16.1643279Z efb8d44a1237: Pull complete 2022-08-17T12:09:16.4264969Z 0846fd5f50b1: Pull complete 2022-08-17T12:09:18.4057498Z 2f02b9c38fdd: Pull complete 2022-08-17T12:09:18.6596766Z 5e6332363e8c: Pull complete 2022-08-17T12:09:18.8948750Z 7864323978cb: Pull complete 2022-08-17T12:09:21.9199925Z 4ce5b8109bcb: Verifying Checksum 2022-08-17T12:09:21.9200326Z 4ce5b8109bcb: Download complete 2022-08-17T12:09:46.1289588Z 4ce5b8109bcb: Pull complete 2022-08-17T12:09:46.2154422Z 9a5798f00c55: Pull complete 2022-08-17T12:09:46.3163920Z b477457c93ae: Pull complete 2022-08-17T12:09:47.1187646Z b8835462091e: Pull complete 2022-08-17T12:09:47.2138118Z 5c88d6b28819: Pull complete 2022-08-17T12:09:47.3321489Z 8b38f067771b: Pull complete 2022-08-17T12:09:47.4288107Z b5dbbce4b04e: Pull complete 2022-08-17T12:09:47.5499203Z 00a3d832f66e: Pull complete 2022-08-17T12:09:47.6354193Z 682b682d9e93: Pull complete 2022-08-17T12:09:48.0818017Z f62d6a29ee25: Pull complete 2022-08-17T12:09:48.1826627Z 9f2aa5b7f4ee: Pull complete 2022-08-17T12:09:48.2782893Z c1cc323d4a98: Pull complete 2022-08-17T12:09:50.2941458Z d323eef1e7e1: Pull complete 2022-08-17T12:09:50.4870281Z ade3e8c67ae6: Pull complete 2022-08-17T12:09:50.6920593Z a492728f4507: Pull complete 2022-08-17T12:09:50.9263212Z fd9ccd86a681: Pull complete 2022-08-17T12:09:51.0929189Z d932c4ca853a: Pull complete 2022-08-17T12:09:51.2577887Z 15c8440a96aa: Pull complete 2022-08-17T12:09:56.0883667Z 337a233ac028: Pull complete 2022-08-17T12:09:56.3263711Z 97be5b091dd9: Pull complete 2022-08-17T12:09:56.5554807Z 2ada12616b22: Pull complete 2022-08-17T12:09:56.8110522Z e69a2cbb6fd4: Pull complete 2022-08-17T12:09:57.0334600Z 0044ee4ac606: Pull complete 2022-08-17T12:09:57.2170292Z e601349e520b: Pull complete 2022-08-17T12:09:57.4201441Z 591a21ed2ab8: Pull complete 2022-08-17T12:09:57.6463851Z e4521e0c3854: Pull complete 2022-08-17T12:09:57.9022077Z f568ee9f41e3: Pull complete 2022-08-17T12:09:58.1444577Z 19df37b4c74c: Pull complete 2022-08-17T12:09:58.3303993Z c363a482236a: Pull complete 2022-08-17T12:09:58.5562832Z dcf43507e80e: Pull complete 2022-08-17T12:09:58.7893588Z cdeff5e8900e: Pull complete 2022-08-17T12:10:00.1093810Z 432ead746a51: Pull complete 2022-08-17T12:10:00.3435440Z 7887f902330e: Pull complete 2022-08-17T12:10:00.5845865Z 0107d101d703: Pull complete 2022-08-17T12:10:00.7897038Z 424513ba624b: Pull complete 2022-08-17T12:10:00.9131641Z d9c9fd17b60c: Pull complete 2022-08-17T12:10:01.3473536Z aa1eabed864f: Pull complete 2022-08-17T12:10:01.5902119Z c483592d5074: Pull complete 2022-08-17T12:10:01.8248975Z 07f2aa52159a: Pull complete 2022-08-17T12:10:05.8734344Z 13f262da6a6c: Pull complete 2022-08-17T12:10:05.9603040Z 1e128c6311be: Pull complete 2022-08-17T12:10:06.0492161Z 0a364ea25255: Pull complete 2022-08-17T12:10:06.1451923Z 9b8f9a96d4e8: Pull complete 2022-08-17T12:10:06.2285868Z 708682444671: Pull complete 2022-08-17T12:10:06.3367109Z 589913fd2607: Pull complete 2022-08-17T12:10:07.9018029Z 7b3f9f48221a: Pull complete 2022-08-17T12:10:07.9123264Z Digest: sha256:594372be36f848ede98fd4597227797d5fa59cc4886edb7b024f352b98e83e00 2022-08-17T12:10:07.9152067Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:07.9181072Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:07.9234253Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:10:07.9234578Z python3 -m pip install psutil==5.9.1 2022-08-17T12:10:07.9234865Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:10:07.9235158Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:10:07.9235484Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:10:07.9246872Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:07.9247120Z env: 2022-08-17T12:10:07.9247338Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:07.9247567Z ##[endgroup] 2022-08-17T12:10:08.4386197Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:10:08.7013818Z Collecting psutil==5.9.1 2022-08-17T12:10:08.7162062Z 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:08.7900964Z Installing collected packages: psutil 2022-08-17T12:10:08.9199514Z Successfully installed psutil-5.9.1 2022-08-17T12:10:09.1909048Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:10:09.2490673Z Collecting pynvml==11.4.1 2022-08-17T12:10:09.2638179Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:10:09.3223372Z Installing collected packages: pynvml 2022-08-17T12:10:09.3811287Z Successfully installed pynvml-11.4.1 2022-08-17T12:10:09.4334116Z Prepare all required actions 2022-08-17T12:10:09.4334407Z Getting action download info 2022-08-17T12:10:09.6571169Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:10:09.8133683Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:10:09.9620404Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:10:09.9620676Z with: 2022-08-17T12:10:09.9620890Z name: linux-focal-py3.7-gcc7 2022-08-17T12:10:09.9621117Z env: 2022-08-17T12:10:09.9621335Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:09.9621548Z ##[endgroup] 2022-08-17T12:10:09.9650323Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:10:09.9650595Z with: 2022-08-17T12:10:09.9650812Z name: linux-focal-py3.7-gcc7 2022-08-17T12:10:09.9651063Z s3-bucket: gha-artifacts 2022-08-17T12:10:09.9651296Z region: us-east-1 2022-08-17T12:10:09.9651498Z env: 2022-08-17T12:10:09.9651753Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:09.9651966Z ##[endgroup] 2022-08-17T12:10:10.7969155Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-focal-py3.7-gcc7/ 2022-08-17T12:10:10.7970653Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:13.7476934Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:13.7477215Z 2022-08-17T12:10:13.7478143Z Artifact download has finished successfully 2022-08-17T12:10:13.7570270Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:10:13.7570522Z unzip -o artifacts.zip 2022-08-17T12:10:13.7582010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:13.7582246Z env: 2022-08-17T12:10:13.7582420Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:13.7582622Z ##[endgroup] 2022-08-17T12:10:13.7800717Z Archive: artifacts.zip 2022-08-17T12:10:13.7802147Z creating: dist/ 2022-08-17T12:10:14.5599017Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:14.5599362Z creating: build/custom_test_artifacts/ 2022-08-17T12:10:14.5599699Z creating: build/custom_test_artifacts/custom-op-build/ 2022-08-17T12:10:14.5600107Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-08-17T12:10:14.5602001Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:14.5602754Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:14.5603554Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:14.5604122Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:14.5604561Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:14.5606730Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:14.5607405Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:14.5607878Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:14.5608365Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:14.5610885Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:14.5612434Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:14.5614275Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:14.5615510Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:14.5617212Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:14.5618271Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:14.5619157Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:14.5619983Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:14.5620893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:14.5621782Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-08-17T12:10:14.5622712Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:14.5623701Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-08-17T12:10:14.5624676Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-08-17T12:10:14.5625652Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-08-17T12:10:14.5626578Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:14.5627491Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-08-17T12:10:14.5628383Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:14.5629289Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-08-17T12:10:14.5630171Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-08-17T12:10:14.5644138Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-08-17T12:10:14.5736911Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-08-17T12:10:14.5737887Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-08-17T12:10:14.5738840Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:14.5739851Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-08-17T12:10:14.5740843Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-08-17T12:10:14.5741803Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-08-17T12:10:14.5742733Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:14.5743660Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-08-17T12:10:14.5744598Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:14.5745524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-08-17T12:10:14.5746430Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-08-17T12:10:14.5760144Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-08-17T12:10:14.5826741Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-08-17T12:10:14.5827810Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:14.5828763Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:14.5829661Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-08-17T12:10:14.5830631Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-08-17T12:10:14.5831560Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:14.5832358Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-08-17T12:10:14.5833154Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-08-17T12:10:14.5833955Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-08-17T12:10:14.5909018Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-08-17T12:10:14.5959482Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-08-17T12:10:14.5960233Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-08-17T12:10:14.5960924Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-08-17T12:10:14.5963229Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:14.5964076Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:14.5964939Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:14.5965789Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:14.5966619Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:14.5967560Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:14.5969035Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:14.5970151Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:14.5970999Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:14.5972556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:14.5974762Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:14.5976430Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:14.5977386Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:14.5979191Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:14.5980307Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:14.5981184Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:14.5982034Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:14.5982908Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:14.5983800Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-08-17T12:10:14.5984745Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-08-17T12:10:14.5985687Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-08-17T12:10:14.5986657Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-08-17T12:10:14.5987545Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-08-17T12:10:14.5988478Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-08-17T12:10:14.5989365Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-08-17T12:10:14.5990271Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-08-17T12:10:14.5991375Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-08-17T12:10:14.5992285Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-08-17T12:10:14.6005771Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-08-17T12:10:14.6057831Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-08-17T12:10:14.6058878Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:14.6059851Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:14.6060718Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-08-17T12:10:14.6061553Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-08-17T12:10:14.6062404Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:14.6063207Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-08-17T12:10:14.6063951Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-08-17T12:10:14.6064734Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-08-17T12:10:14.6105422Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-08-17T12:10:14.6106191Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-08-17T12:10:14.6106914Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-08-17T12:10:14.6109263Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:14.6110151Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:14.6111069Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:14.6111958Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:14.6112883Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:14.6113851Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:14.6115021Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:14.6115944Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:14.6116835Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:14.6118423Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:14.6120219Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:14.6122552Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:14.6123560Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:14.6124901Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:14.6125987Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:14.6126471Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:14.6127407Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:14.6128324Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:14.6129366Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-08-17T12:10:14.6130687Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:14.6131715Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-08-17T12:10:14.6132729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-08-17T12:10:14.6133812Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-08-17T12:10:14.6134798Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:14.6135755Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-08-17T12:10:14.6136709Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:14.6137707Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-08-17T12:10:14.6138690Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-08-17T12:10:14.6139730Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-08-17T12:10:14.6258478Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-08-17T12:10:14.6259545Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-08-17T12:10:14.6260580Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:14.6261637Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-08-17T12:10:14.6262704Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-08-17T12:10:14.6263723Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-08-17T12:10:14.6264713Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:14.6265665Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-08-17T12:10:14.6266635Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:14.6267625Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-08-17T12:10:14.6268601Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-08-17T12:10:14.6281577Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-08-17T12:10:14.6328757Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-08-17T12:10:14.6330067Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:14.6331103Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:14.6332037Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-08-17T12:10:14.6332970Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-08-17T12:10:14.6333866Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:14.6334696Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-08-17T12:10:14.6335644Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-08-17T12:10:14.6336560Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-08-17T12:10:14.6432855Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-08-17T12:10:14.6470068Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-08-17T12:10:14.6470658Z creating: build/lib/ 2022-08-17T12:10:14.6471089Z inflating: build/lib/libclog.a 2022-08-17T12:10:14.6525796Z inflating: build/lib/libgtest.a 2022-08-17T12:10:14.6534763Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:10:14.6610794Z inflating: build/lib/libbenchmark.a 2022-08-17T12:10:14.6697469Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:10:14.6704703Z inflating: build/lib/libittnotify.a 2022-08-17T12:10:14.6731514Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:10:14.6826616Z inflating: build/lib/libgloo.a 2022-08-17T12:10:14.7265268Z inflating: build/lib/libprotobuf.a 2022-08-17T12:10:14.7328407Z inflating: build/lib/libasmjit.a 2022-08-17T12:10:14.7344845Z inflating: build/lib/libfmt.a 2022-08-17T12:10:14.7345147Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:10:14.7403102Z inflating: build/lib/libc10.so 2022-08-17T12:10:14.7403820Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:10:14.7411777Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:10:14.7419350Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:10:14.7432738Z inflating: build/lib/libqnnpack.a 2022-08-17T12:10:14.7434618Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:10:14.7906243Z inflating: build/lib/libprotoc.a 2022-08-17T12:10:14.7921111Z inflating: build/lib/libgmock.a 2022-08-17T12:10:14.7941084Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:10:14.7941561Z inflating: build/lib/libgtest_main.a 2022-08-17T12:10:14.7942165Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:10:15.4562716Z inflating: build/lib/libdnnl.a 2022-08-17T12:10:15.4580344Z inflating: build/lib/libnnpack.a 2022-08-17T12:10:15.5116450Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:10:15.6360827Z inflating: build/lib/libfbgemm.a 2022-08-17T12:10:15.7284411Z inflating: build/lib/libdnnl_graph.a 2022-08-17T12:10:15.7284866Z inflating: build/lib/libgmock_main.a 2022-08-17T12:10:15.7486583Z inflating: build/lib/libkineto.a 2022-08-17T12:10:15.7523647Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:10:15.7562774Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:10:15.7680328Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:10:15.8245244Z inflating: build/lib/libonnx.a 2022-08-17T12:10:17.6786315Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:10:17.6786749Z inflating: build/lib/libtorch.so 2022-08-17T12:10:17.6806418Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:10:17.6850614Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:10:17.6875955Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:10:17.6879693Z inflating: build/lib/libshm.so 2022-08-17T12:10:17.8210360Z inflating: build/lib/libtorch_python.so 2022-08-17T12:10:17.8243004Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:10:17.8243265Z creating: build/bin/ 2022-08-17T12:10:17.8286259Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:10:17.8332016Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:10:17.8376594Z inflating: build/bin/c10_Device_test 2022-08-17T12:10:17.8428670Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:10:17.8471051Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:10:17.8515357Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:10:17.8564519Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:10:17.8613936Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:10:17.8665308Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:10:17.8707664Z inflating: build/bin/c10_Array_test 2022-08-17T12:10:17.8754659Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:10:17.8800289Z inflating: build/bin/c10_C++17_test 2022-08-17T12:10:17.8842309Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:10:17.8885660Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:10:17.8929676Z inflating: build/bin/c10_Half_test 2022-08-17T12:10:17.8979920Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:10:17.9035113Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:10:17.9079488Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:10:17.9206841Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:10:17.9257815Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:10:17.9302483Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:10:17.9344983Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:10:17.9391621Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:10:17.9437178Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:10:17.9486790Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:10:17.9534567Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:10:17.9583936Z inflating: build/bin/c10_complex_test 2022-08-17T12:10:17.9680579Z inflating: build/bin/c10_either_test 2022-08-17T12:10:17.9726778Z inflating: build/bin/c10_exception_test 2022-08-17T12:10:17.9770941Z inflating: build/bin/c10_flags_test 2022-08-17T12:10:17.9815715Z inflating: build/bin/c10_irange_test 2022-08-17T12:10:17.9964745Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:10:18.0016501Z inflating: build/bin/c10_logging_test 2022-08-17T12:10:18.0082513Z inflating: build/bin/c10_optional_test 2022-08-17T12:10:18.0131533Z inflating: build/bin/c10_registry_test 2022-08-17T12:10:18.0186451Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:10:18.0238840Z inflating: build/bin/c10_string_view_test 2022-08-17T12:10:18.0284174Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:10:18.0334475Z inflating: build/bin/c10_typeid_test 2022-08-17T12:10:18.0384813Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:10:18.0819117Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:10:18.1252569Z inflating: build/bin/protoc 2022-08-17T12:10:18.1543549Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:10:18.1804777Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:10:18.1852137Z inflating: build/bin/HashStoreTest 2022-08-17T12:10:18.1905957Z inflating: build/bin/TCPStoreTest 2022-08-17T12:10:18.1953555Z inflating: build/bin/FileStoreTest 2022-08-17T12:10:18.1956102Z inflating: build/bin/example_allreduce 2022-08-17T12:10:18.2013868Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:10:18.2064634Z inflating: build/bin/scalar_test 2022-08-17T12:10:18.2111250Z inflating: build/bin/Dimname_test 2022-08-17T12:10:18.2163896Z inflating: build/bin/apply_utils_test 2022-08-17T12:10:18.2216037Z inflating: build/bin/atest 2022-08-17T12:10:18.2269461Z inflating: build/bin/basic 2022-08-17T12:10:18.2334117Z inflating: build/bin/Dict_test 2022-08-17T12:10:18.2385047Z inflating: build/bin/NamedTensor_test 2022-08-17T12:10:18.2434550Z inflating: build/bin/half_test 2022-08-17T12:10:18.2479245Z inflating: build/bin/wrapdim_test 2022-08-17T12:10:18.2526886Z inflating: build/bin/broadcast_test 2022-08-17T12:10:18.2570877Z inflating: build/bin/dlconvertor_test 2022-08-17T12:10:18.2620767Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:10:18.2670187Z inflating: build/bin/native_test 2022-08-17T12:10:18.2716336Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:10:18.2717604Z inflating: build/bin/verify_api_visibility 2022-08-17T12:10:18.2719734Z inflating: build/bin/thread_init_test 2022-08-17T12:10:18.2769523Z inflating: build/bin/test_parallel 2022-08-17T12:10:18.2821253Z inflating: build/bin/quantized_test 2022-08-17T12:10:18.2866170Z inflating: build/bin/weakref_test 2022-08-17T12:10:18.2910506Z inflating: build/bin/operators_test 2022-08-17T12:10:18.2960915Z inflating: build/bin/extension_backend_test 2022-08-17T12:10:18.3004851Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:10:18.3074029Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:10:18.3120558Z inflating: build/bin/math_kernel_test 2022-08-17T12:10:18.3166160Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:10:18.3212526Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:10:18.3264390Z inflating: build/bin/cpu_generator_test 2022-08-17T12:10:18.3307978Z inflating: build/bin/variant_test 2022-08-17T12:10:18.3353885Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:10:18.3411496Z inflating: build/bin/pow_test 2022-08-17T12:10:18.3455510Z inflating: build/bin/reduce_ops_test 2022-08-17T12:10:18.3501594Z inflating: build/bin/memory_format_test 2022-08-17T12:10:18.3546206Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:10:18.3629747Z inflating: build/bin/ivalue_test 2022-08-17T12:10:18.3690327Z inflating: build/bin/vmap_test 2022-08-17T12:10:18.3768297Z inflating: build/bin/cpu_rng_test 2022-08-17T12:10:18.3822073Z inflating: build/bin/type_test 2022-08-17T12:10:18.3866195Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:10:18.3911579Z inflating: build/bin/stride_properties_test 2022-08-17T12:10:18.4008601Z inflating: build/bin/List_test 2022-08-17T12:10:18.4061785Z inflating: build/bin/IListRef_test 2022-08-17T12:10:18.4167452Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:10:18.4224169Z inflating: build/bin/KernelFunction_test 2022-08-17T12:10:18.4309587Z inflating: build/bin/kernel_function_test 2022-08-17T12:10:18.4420846Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:10:18.4511437Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:10:18.4564500Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:10:18.4649398Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:10:18.4694032Z inflating: build/bin/CppSignature_test 2022-08-17T12:10:18.4736744Z inflating: build/bin/op_allowlist_test 2022-08-17T12:10:18.4786354Z inflating: build/bin/backend_fallback_test 2022-08-17T12:10:18.4833106Z inflating: build/bin/inline_container_test 2022-08-17T12:10:18.5083287Z inflating: build/bin/op_registration_test 2022-08-17T12:10:18.5097427Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:10:18.5144948Z inflating: build/bin/test_dist_autograd 2022-08-17T12:10:18.5206610Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:10:18.5208710Z inflating: build/bin/parallel_benchmark 2022-08-17T12:10:18.5270270Z inflating: build/bin/test_mobile_nnc 2022-08-17T12:10:18.5987446Z inflating: build/bin/test_tensorexpr 2022-08-17T12:10:18.5996265Z inflating: build/bin/aot_model_compiler_test 2022-08-17T12:10:18.6309679Z inflating: build/bin/test_lazy 2022-08-17T12:10:18.7363271Z inflating: build/bin/test_api 2022-08-17T12:10:18.7368079Z inflating: build/bin/torch_shm_manager 2022-08-17T12:10:18.7874468Z inflating: build/bin/test_jit 2022-08-17T12:10:18.7875708Z inflating: .pytorch-test-times.json 2022-08-17T12:10:18.7899420Z ##[group]Run df -H 2022-08-17T12:10:18.7899603Z df -H 2022-08-17T12:10:18.7910988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:18.7911243Z env: 2022-08-17T12:10:18.7911418Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:18.7911617Z ##[endgroup] 2022-08-17T12:10:18.8306760Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:10:18.8307279Z devtmpfs 8.1G 0 8.1G 0% /dev 2022-08-17T12:10:18.8308412Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-08-17T12:10:18.8309071Z tmpfs 8.2G 463k 8.2G 1% /run 2022-08-17T12:10:18.8309358Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-08-17T12:10:18.8309676Z /dev/nvme0n1p1 162G 16G 147G 10% / 2022-08-17T12:10:18.8310001Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-08-17T12:10:18.8352542Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:10:18.8352806Z .github/scripts/parse_ref.py 2022-08-17T12:10:18.8364209Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:18.8364396Z env: 2022-08-17T12:10:18.8364583Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:18.8364789Z ##[endgroup] 2022-08-17T12:10:18.8660596Z ##[group]Run set -x 2022-08-17T12:10:18.8660904Z set -x 2022-08-17T12:10:18.8661271Z  2022-08-17T12:10:18.8661523Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:10:18.8661806Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:10:18.8662082Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:10:18.8662328Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:10:18.8662537Z else 2022-08-17T12:10:18.8662752Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:18.8662948Z fi 2022-08-17T12:10:18.8663115Z  2022-08-17T12:10:18.8663367Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:10:18.8663611Z  2022-08-17T12:10:18.8663827Z # sanitize the input commit message and PR body here: 2022-08-17T12:10:18.8664053Z # 2022-08-17T12:10:18.8664359Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:10:18.8664742Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:10:18.8665072Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:10:18.8665315Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:10:18.8665501Z  2022-08-17T12:10:18.8665770Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:10:18.8666063Z # wreak havoc internally 2022-08-17T12:10:18.8666311Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:10:18.8666550Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:10:18.8666749Z  2022-08-17T12:10:18.8666987Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:10:18.8667283Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:10:18.8667573Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:10:18.8667827Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:10:18.8668046Z container_name=$(docker run \ 2022-08-17T12:10:18.8668257Z  ${GPU_FLAG:-} \ 2022-08-17T12:10:18.8668465Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:10:18.8668676Z  -e PR_NUMBER \ 2022-08-17T12:10:18.8668871Z  -e GITHUB_ACTIONS \ 2022-08-17T12:10:18.8669069Z  -e BASE_SHA \ 2022-08-17T12:10:18.8669260Z  -e BRANCH \ 2022-08-17T12:10:18.8669430Z  -e SHA1 \ 2022-08-17T12:10:18.8669633Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:10:18.8669842Z  -e IN_WHEEL_TEST \ 2022-08-17T12:10:18.8670029Z  -e SHARD_NUMBER \ 2022-08-17T12:10:18.8670230Z  -e TEST_CONFIG \ 2022-08-17T12:10:18.8670432Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:10:18.8670618Z  -e PR_BODY \ 2022-08-17T12:10:18.8670819Z  -e COMMIT_MESSAGES \ 2022-08-17T12:10:18.8671045Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:10:18.8671274Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:10:18.8671500Z  -e PR_LABELS \ 2022-08-17T12:10:18.8671726Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:10:18.8671948Z  -e SCCACHE_BUCKET \ 2022-08-17T12:10:18.8672272Z  -e XLA_CUDA \ 2022-08-17T12:10:18.8672493Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:10:18.8672762Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:10:18.8673001Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:10:18.8673251Z  --security-opt seccomp=unconfined \ 2022-08-17T12:10:18.8673493Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:10:18.8673686Z  --ipc=host \ 2022-08-17T12:10:18.8673893Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:10:18.8674093Z  --tty \ 2022-08-17T12:10:18.8674317Z  --detach \ 2022-08-17T12:10:18.8674527Z  --name="${container_name}" \ 2022-08-17T12:10:18.8674740Z  --user jenkins \ 2022-08-17T12:10:18.8674988Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:10:18.8675239Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:10:18.8675455Z  "${DOCKER_IMAGE}" 2022-08-17T12:10:18.8675642Z ) 2022-08-17T12:10:18.8675891Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:10:18.8687644Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:18.8687843Z env: 2022-08-17T12:10:18.8688018Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:18.8688263Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-08-17T12:10:18.8688494Z PR_NUMBER: 82657 2022-08-17T12:10:18.8688670Z BRANCH: pull/82657 2022-08-17T12:10:18.8688898Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:18.8689159Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:18.8689376Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:10:18.8689596Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:10:18.8689807Z TEST_CONFIG: default 2022-08-17T12:10:18.8690250Z SHARD_NUMBER: 1 2022-08-17T12:10:18.8690443Z NUM_TEST_SHARDS: 2 2022-08-17T12:10:18.8691021Z 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:18.8691634Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:10:18.8691877Z SHM_SIZE: 1g 2022-08-17T12:10:18.8692214Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:18.8692550Z XLA_CUDA: 2022-08-17T12:10:18.8692828Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:18.8693187Z ##[endgroup] 2022-08-17T12:10:18.8718977Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:10:18.8719465Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-08-17T12:10:18.8719704Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:18.8722319Z ++ git cherry -v origin/master 2022-08-17T12:10:18.8831015Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:10:18.8831691Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:10:18.8832195Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:10:18.8832671Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:10:18.8833327Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:10:18.8833860Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:10:18.8834224Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:10:18.8834695Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:18.8836976Z + 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:18.8838690Z + 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:18.8841575Z + 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:18.8843922Z + 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:18.8845475Z + 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:18.8846624Z + 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:18.8849462Z +++ nproc --ignore=2 2022-08-17T12:10:18.8977586Z ++ 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-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:29.6815263Z + container_name=a16492ab279d2820551a2fd89afad70bde89bf4f007d38be268baaf3546f2f4a 2022-08-17T12:10:29.6816018Z + docker exec -t a16492ab279d2820551a2fd89afad70bde89bf4f007d38be268baaf3546f2f4a sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:10:30.1228761Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:30.1970251Z 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:30.6668631Z Installing collected packages: torch 2022-08-17T12:10:37.0630466Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:10:37.1378633Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:10:37.1542546Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T12:10:37.1543238Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T12:10:37.1543866Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-08-17T12:10:37.1544428Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:10:37.1544755Z + BUILD_DIR=build 2022-08-17T12:10:37.1545061Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:10:37.1545381Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:10:37.1545897Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-08-17T12:10:37.1546294Z ++ realpath build/custom_test_artifacts 2022-08-17T12:10:37.1552187Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:10:37.1554797Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:10:37.1560153Z + source .jenkins/pytorch/common.sh 2022-08-17T12:10:37.1563159Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:10:37.1568344Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:10:37.1570431Z +++ declare -f -t trap_add 2022-08-17T12:10:37.1574798Z ++ set -ex 2022-08-17T12:10:37.1575339Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:37.1575663Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:10:37.1575890Z ++ [[ default == *xla* ]] 2022-08-17T12:10:37.1592951Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-08-17T12:10:37.1593394Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-08-17T12:10:37.1593722Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-08-17T12:10:37.1593930Z ++ which conda 2022-08-17T12:10:37.1594127Z /opt/conda/bin/conda 2022-08-17T12:10:37.1594369Z ++ conda install -q -y cmake 2022-08-17T12:10:39.2908727Z Collecting package metadata (current_repodata.json): ...working... done 2022-08-17T12:10:39.7369623Z Solving environment: ...working... done 2022-08-17T12:10:39.8225568Z 2022-08-17T12:10:39.8225765Z ## Package Plan ## 2022-08-17T12:10:39.8226010Z 2022-08-17T12:10:39.8226201Z environment location: /opt/conda 2022-08-17T12:10:39.8226432Z 2022-08-17T12:10:39.8226572Z added / updated specs: 2022-08-17T12:10:39.8227073Z - cmake 2022-08-17T12:10:39.8227238Z 2022-08-17T12:10:39.8227244Z 2022-08-17T12:10:39.8227433Z The following packages will be downloaded: 2022-08-17T12:10:39.8227594Z 2022-08-17T12:10:39.8227692Z package | build 2022-08-17T12:10:39.8227979Z ---------------------------|----------------- 2022-08-17T12:10:39.8228296Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-08-17T12:10:39.8228778Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-08-17T12:10:39.8229246Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-08-17T12:10:39.8229723Z expat-2.4.4 | h295c915_0 169 KB 2022-08-17T12:10:39.8230203Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-08-17T12:10:39.8230745Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-08-17T12:10:39.8231379Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-08-17T12:10:39.8231744Z libev-4.33 | h7f8727e_1 111 KB 2022-08-17T12:10:39.8232061Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-08-17T12:10:39.8232371Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-08-17T12:10:39.8232906Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-08-17T12:10:39.8233409Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-08-17T12:10:39.8233839Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-08-17T12:10:39.8234196Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-08-17T12:10:39.8234698Z ------------------------------------------------------------ 2022-08-17T12:10:39.8235159Z Total: 12.0 MB 2022-08-17T12:10:39.8235340Z 2022-08-17T12:10:39.8235460Z The following NEW packages will be INSTALLED: 2022-08-17T12:10:39.8235628Z 2022-08-17T12:10:39.8248785Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-08-17T12:10:39.8249234Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-08-17T12:10:39.8249600Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-08-17T12:10:39.8250253Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-08-17T12:10:39.8250625Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-08-17T12:10:39.8250991Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2022-08-17T12:10:39.8251383Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-08-17T12:10:39.8251760Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-08-17T12:10:39.8252148Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-08-17T12:10:39.8252526Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-08-17T12:10:39.8252978Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-08-17T12:10:39.8253344Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-08-17T12:10:39.8253691Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-08-17T12:10:39.8254053Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-08-17T12:10:39.8254207Z 2022-08-17T12:10:39.8254213Z 2022-08-17T12:10:40.6801346Z Preparing transaction: ...working... done 2022-08-17T12:10:41.1174642Z Verifying transaction: ...working... done 2022-08-17T12:10:41.4164289Z Executing transaction: ...working... done 2022-08-17T12:10:41.6655205Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-08-17T12:10:41.6655712Z + echo 'Environment variables' 2022-08-17T12:10:41.6656085Z Environment variables 2022-08-17T12:10:41.6656369Z + env 2022-08-17T12:10:41.6663119Z INSTALLED_DB=yes 2022-08-17T12:10:41.6663799Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:41.6664428Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-08-17T12:10:41.6664866Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:10:41.6665084Z HOSTNAME=a16492ab279d 2022-08-17T12:10:41.6665601Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_27ce7800-47df-46ae-b1b7-a8c5661f0829 2022-08-17T12:10:41.6666111Z GITHUB_ACTION=__self 2022-08-17T12:10:41.6666439Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:10:41.6666805Z TEST_CONFIG=default 2022-08-17T12:10:41.6667297Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:10:41.6667704Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:10:41.6668031Z GITHUB_REF_TYPE=branch 2022-08-17T12:10:41.6668293Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:10:41.6668615Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:41.6668940Z XLA_CUDA= 2022-08-17T12:10:41.6679292Z *** 2022-08-17T12:10:41.6679543Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:10:41.6679743Z GITHUB_ACTIONS=true 2022-08-17T12:10:41.6680206Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:41.6680475Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:10:41.6680782Z UCC_HOME=/usr 2022-08-17T12:10:41.6680980Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:10:41.6681182Z SHARD_NUMBER=1 2022-08-17T12:10:41.6681381Z GITHUB_REF_PROTECTED=false 2022-08-17T12:10:41.6681573Z HOME=/var/lib/jenkins 2022-08-17T12:10:41.6681806Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:10:41.6682026Z INSTALLED_THRIFT= 2022-08-17T12:10:41.6682199Z UCX_COMMIT=v1.13.x 2022-08-17T12:10:41.6682434Z NUM_TEST_SHARDS=2 2022-08-17T12:10:41.6682683Z UCX_HOME=/usr 2022-08-17T12:10:41.6682871Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:10:41.6683368Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_27ce7800-47df-46ae-b1b7-a8c5661f0829 2022-08-17T12:10:41.6683843Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:10:41.6684117Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:10:41.6684335Z GITHUB_RUN_ID=2875102080 2022-08-17T12:10:41.6684786Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_27ce7800-47df-46ae-b1b7-a8c5661f0829 2022-08-17T12:10:41.6685113Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:10:41.6685299Z PR_NUMBER=82657 2022-08-17T12:10:41.6685480Z DESIRED_CUDA= 2022-08-17T12:10:41.6685667Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:10:41.6685900Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:10:41.6686125Z TERM=xterm 2022-08-17T12:10:41.6686305Z INSTALLED_VISION=yes 2022-08-17T12:10:41.6686482Z BRANCH=pull/82657 2022-08-17T12:10:41.6686686Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:10:41.6686896Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:10:41.6687277Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:10:41.6687595Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:10:41.6687863Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:10:41.6688087Z INSTALLED_ANDROID= 2022-08-17T12:10:41.6688264Z SHLVL=1 2022-08-17T12:10:41.6688428Z MAX_JOBS=6 2022-08-17T12:10:41.6690189Z 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:41.6691259Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:10:41.6691631Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:41.6691900Z GITHUB_JOB=test 2022-08-17T12:10:41.6692112Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:10:41.6692333Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:10:41.6692522Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:10:41.6692729Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:10:41.6693162Z 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:41.6693455Z GITHUB_BASE_REF=master 2022-08-17T12:10:41.6693713Z CI=true 2022-08-17T12:10:41.6693904Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:10:41.6694106Z INSTALLED_PROTOBUF=yes 2022-08-17T12:10:41.6694372Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:10:41.6694586Z GITHUB_ACTION_REF= 2022-08-17T12:10:41.6694871Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:10:41.6695122Z GITHUB_WORKFLOW=pull 2022-08-17T12:10:41.6695335Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:10:41.6695921Z 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:41.6696562Z _=/usr/bin/env 2022-08-17T12:10:41.6696778Z + echo 'Testing pytorch' 2022-08-17T12:10:41.6696975Z Testing pytorch 2022-08-17T12:10:41.6697186Z + export LANG=C.UTF-8 2022-08-17T12:10:41.6697378Z + LANG=C.UTF-8 2022-08-17T12:10:41.6697564Z + PR_NUMBER=82657 2022-08-17T12:10:41.6697813Z + [[ default == \d\e\f\a\u\l\t ]] 2022-08-17T12:10:41.6698017Z + export CUDA_VISIBLE_DEVICES=0 2022-08-17T12:10:41.6698226Z + CUDA_VISIBLE_DEVICES=0 2022-08-17T12:10:41.6698433Z + export HIP_VISIBLE_DEVICES=0 2022-08-17T12:10:41.6698626Z + HIP_VISIBLE_DEVICES=0 2022-08-17T12:10:41.6698839Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:10:41.6699051Z + [[ default == \s\l\o\w ]] 2022-08-17T12:10:41.6699338Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-08-17T12:10:41.6699651Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-08-17T12:10:41.6699941Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:41.6700222Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-08-17T12:10:41.6700448Z + [[ default == *crossref* ]] 2022-08-17T12:10:41.6700650Z + [[ default == *dynamo* ]] 2022-08-17T12:10:41.6700852Z + [[ -n 82657 ]] 2022-08-17T12:10:41.6701050Z + [[ -z '' ]] 2022-08-17T12:10:41.6701269Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:41.6701510Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:41.6701799Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-08-17T12:10:41.6702095Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-08-17T12:10:41.6702345Z + pip_install --user ninja 2022-08-17T12:10:41.6702631Z + pip install --progress-bar off --user ninja 2022-08-17T12:10:42.1370113Z Collecting ninja 2022-08-17T12:10:42.1544976Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:10:42.5754331Z Installing collected packages: ninja 2022-08-17T12:10:42.5843833Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:10:42.5844485Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:10:42.5905446Z Successfully installed ninja-1.10.2.3 2022-08-17T12:10:42.6662790Z + 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:42.6663490Z + 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:42.6663971Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-08-17T12:10:42.6664222Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:10:42.6664466Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:10:42.6668066Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-08-17T12:10:42.6680504Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-08-17T12:10:42.6681077Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-08-17T12:10:42.6682596Z + cd test 2022-08-17T12:10:42.6683236Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:10:43.6525733Z PyTorch built with: 2022-08-17T12:10:43.6526364Z - GCC 7.5 2022-08-17T12:10:43.6526755Z - C++ Version: 201402 2022-08-17T12:10:43.6527276Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:10:43.6527832Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:10:43.6528143Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:10:43.6528533Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:10:43.6528800Z - NNPACK is enabled 2022-08-17T12:10:43.6529355Z - CPU capability usage: AVX2 2022-08-17T12:10:43.6532372Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-08-17T12:10:43.6534420Z 2022-08-17T12:10:43.8431378Z + cd test 2022-08-17T12:10:43.8431907Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:10:44.7898807Z ATen/Parallel: 2022-08-17T12:10:44.7899219Z at::get_num_threads() : 4 2022-08-17T12:10:44.7899653Z at::get_num_interop_threads() : 4 2022-08-17T12:10:44.7900052Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:10:44.7900277Z omp_get_max_threads() : 4 2022-08-17T12:10:44.7900822Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:10:44.7901133Z mkl_get_max_threads() : 4 2022-08-17T12:10:44.7901477Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:10:44.7901782Z std::thread::hardware_concurrency() : 8 2022-08-17T12:10:44.7902006Z Environment variables: 2022-08-17T12:10:44.7902202Z OMP_NUM_THREADS : [not set] 2022-08-17T12:10:44.7902407Z MKL_NUM_THREADS : [not set] 2022-08-17T12:10:44.7902618Z ATen parallel backend: OpenMP 2022-08-17T12:10:44.7902750Z 2022-08-17T12:10:44.9917828Z + [[ default == *deploy* ]] 2022-08-17T12:10:44.9918275Z + [[ default == *backward* ]] 2022-08-17T12:10:44.9918656Z + [[ default == *xla* ]] 2022-08-17T12:10:44.9918967Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:10:44.9919333Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-08-17T12:10:44.9919589Z + [[ default == distributed ]] 2022-08-17T12:10:44.9919797Z + [[ default == *dynamo* ]] 2022-08-17T12:10:44.9919982Z + [[ default == *dynamo* ]] 2022-08-17T12:10:44.9920165Z + [[ 1 == 1 ]] 2022-08-17T12:10:44.9920376Z + [[ 2 -gt 1 ]] 2022-08-17T12:10:44.9920550Z + test_without_numpy 2022-08-17T12:10:44.9921626Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:10:44.9930371Z + pushd .jenkins/pytorch 2022-08-17T12:10:44.9930747Z ~/workspace/.jenkins/pytorch ~/workspace 2022-08-17T12:10:44.9931755Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');from unittest import TestCase;import torch;x=torch.randn(3,3);TestCase().assertRaises(RuntimeError, lambda: x.numpy())' 2022-08-17T12:10:45.8672750Z -c:1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:77.) 2022-08-17T12:10:46.0510351Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-08-17T12:10:46.9087632Z -c:1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:77.) 2022-08-17T12:10:46.9096674Z tensor([0., 1.]) 2022-08-17T12:10:47.0890746Z + popd 2022-08-17T12:10:47.0891479Z ~/workspace 2022-08-17T12:10:47.0891726Z + install_torchvision 2022-08-17T12:10:47.0891930Z + local commit 2022-08-17T12:10:47.0894338Z ++ get_pinned_commit vision 2022-08-17T12:10:47.0894739Z ++ cat .github/ci_commit_pins/vision.txt 2022-08-17T12:10:47.0907569Z + commit=94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:47.0908479Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:47.0909608Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:47.4601390Z Collecting git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:47.4608365Z Cloning https://github.com/pytorch/vision.git (to revision 94960fe1325eaf7b84f79cc585dc65264c15d18b) to /tmp/pip-req-build-kf8ke1ld 2022-08-17T12:10:47.4643770Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-kf8ke1ld 2022-08-17T12:10:48.7114554Z Running command git rev-parse -q --verify 'sha^94960fe1325eaf7b84f79cc585dc65264c15d18b' 2022-08-17T12:10:48.7150582Z Running command git fetch -q https://github.com/pytorch/vision.git 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:49.4967176Z Running command git checkout -q 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:49.7243346Z Resolved https://github.com/pytorch/vision.git to commit 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:10:52.4318909Z Preparing metadata (setup.py) ... [?25l- \ | done 2022-08-17T12:10:52.4406232Z [?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:10:52.4409773Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (1.18.5) 2022-08-17T12:10:52.4413160Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (2.28.1) 2022-08-17T12:10:52.4416965Z 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:10:52.4423869Z 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:10:52.4624736Z 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:10:52.4630296Z 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:10:52.4636697Z 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:10:52.4644703Z 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:10:52.4846175Z Building wheels for collected packages: torchvision 2022-08-17T12:12:02.5882229Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2022-08-17T12:12:02.6245226Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+94960fe-cp37-cp37m-linux_x86_64.whl size=13603132 sha256=b435a7a0f7775324c8a6273a6f9d6632edcb35bceebed5946a4e4e9eb306df86 2022-08-17T12:12:02.6247461Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/98/68/ba/18234074117f76d1fc7589204f67315b9b386170e6b7539404 2022-08-17T12:12:02.6294606Z Successfully built torchvision 2022-08-17T12:12:03.0151484Z Installing collected packages: torchvision 2022-08-17T12:12:03.5681533Z Successfully installed torchvision-0.14.0a0+94960fe 2022-08-17T12:12:03.7009177Z + install_torchdynamo 2022-08-17T12:12:03.7009510Z + local commit 2022-08-17T12:12:03.7012062Z ++ get_pinned_commit torchdynamo 2022-08-17T12:12:03.7012472Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-08-17T12:12:03.7037517Z + commit=f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:03.7038271Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:03.7038855Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:04.0772892Z Collecting git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:04.0779856Z Cloning https://github.com/pytorch/torchdynamo.git (to revision f19410cd8204fa1c30ca72f81142508e128be66f) to /tmp/pip-req-build-j8e78gpl 2022-08-17T12:12:04.0815935Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-j8e78gpl 2022-08-17T12:12:04.6740994Z Running command git rev-parse -q --verify 'sha^f19410cd8204fa1c30ca72f81142508e128be66f' 2022-08-17T12:12:04.6776107Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:04.8785028Z Running command git checkout -q f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:05.1698276Z Resolved https://github.com/pytorch/torchdynamo.git to commit f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:07.8330645Z Preparing metadata (setup.py) ... [?25l- \ | done 2022-08-17T12:12:07.8409666Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitce6a3c6) 2022-08-17T12:12:07.8413728Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-08-17T12:12:07.8755947Z Collecting tabulate 2022-08-17T12:12:07.8906988Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-08-17T12:12:07.8960910Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-08-17T12:12:07.8964673Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-08-17T12:12:07.8987364Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-08-17T12:12:07.9011891Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-08-17T12:12:07.9113738Z Building wheels for collected packages: torchdynamo 2022-08-17T12:12:12.5633575Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - \ | / - \ done 2022-08-17T12:12:12.5715251Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2557816 sha256=55dfd96c1072e72d5e7b946fcd79d900f551657d5b9ba56449ab703736ec1b7c 2022-08-17T12:12:12.5716757Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/39/47/7c/07229a5bdf22c7a30fc298e692ab525681565397eb89db3641 2022-08-17T12:12:12.5745450Z Successfully built torchdynamo 2022-08-17T12:12:12.9865480Z Installing collected packages: tabulate, torchdynamo 2022-08-17T12:12:13.2473974Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-08-17T12:12:13.3415895Z + test_python_shard 1 2022-08-17T12:12:13.3416300Z + [[ -z 2 ]] 2022-08-17T12:12:13.3416605Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-08-17T12:12:13.3417060Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-08-17T12:12:14.7094041Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T12:12:14.8242976Z Ignoring disabled issues: [] 2022-08-17T12:12:14.8388741Z Found test time stats from artifacts 2022-08-17T12:12:14.8389548Z Selected tests: 2022-08-17T12:12:14.8390285Z test_ops 2022-08-17T12:12:14.8390591Z test_quantization 2022-08-17T12:12:14.8390891Z test_decomp 2022-08-17T12:12:14.8391156Z test_schema_check 2022-08-17T12:12:14.8391587Z test_fx 2022-08-17T12:12:14.8391831Z test_unary_ufuncs 2022-08-17T12:12:14.8392103Z test_modules 2022-08-17T12:12:14.8392331Z test_jit 2022-08-17T12:12:14.8392542Z test_foreach 2022-08-17T12:12:14.8392778Z test_type_hints 2022-08-17T12:12:14.8393064Z distributions/test_distributions 2022-08-17T12:12:14.8393324Z test_tensorexpr 2022-08-17T12:12:14.8393570Z test_jit_llga_fuser 2022-08-17T12:12:14.8393979Z test_cpp_extensions_jit 2022-08-17T12:12:14.8394245Z test_tensor_creation_ops 2022-08-17T12:12:14.8394507Z test_tensorboard 2022-08-17T12:12:14.8397807Z test_autograd 2022-08-17T12:12:14.8398106Z test_view_ops 2022-08-17T12:12:14.8398397Z test_torch 2022-08-17T12:12:14.8398672Z test_testing 2022-08-17T12:12:14.8398889Z test_meta 2022-08-17T12:12:14.8399056Z test_masked 2022-08-17T12:12:14.8399221Z test_mps 2022-08-17T12:12:14.8399394Z test_spectral_ops 2022-08-17T12:12:14.8399650Z test_ao_sparsity 2022-08-17T12:12:14.8399932Z test_openmp 2022-08-17T12:12:14.8400123Z test_mkl_verbose 2022-08-17T12:12:14.8400459Z test_import_stats 2022-08-17T12:12:14.8400736Z test_profiler 2022-08-17T12:12:14.8401012Z test_package 2022-08-17T12:12:14.8401219Z test_overrides 2022-08-17T12:12:14.8401380Z test_indexing 2022-08-17T12:12:14.8401571Z backends/xeon/test_launch 2022-08-17T12:12:14.8401795Z test_namedtuple_return_api 2022-08-17T12:12:14.8402026Z test_public_bindings 2022-08-17T12:12:14.8402231Z test_scatter_gather_ops 2022-08-17T12:12:14.8402420Z test_shape_ops 2022-08-17T12:12:14.8402588Z test_namedtensor 2022-08-17T12:12:14.8402778Z test_functionalization 2022-08-17T12:12:14.8402970Z test_model_dump 2022-08-17T12:12:14.8403133Z test_datapipe 2022-08-17T12:12:14.8403314Z test_function_schema 2022-08-17T12:12:14.8403510Z test_tensorexpr_pybind 2022-08-17T12:12:14.8403684Z test_subclass 2022-08-17T12:12:14.8403860Z lazy/test_reuse_ir 2022-08-17T12:12:14.8404045Z test_native_functions 2022-08-17T12:12:14.8404224Z test_functional_optim 2022-08-17T12:12:14.8404428Z test_multiprocessing_spawn 2022-08-17T12:12:14.8404631Z test_per_overload_api 2022-08-17T12:12:14.8404799Z test_license 2022-08-17T12:12:14.8404976Z test_show_pickle 2022-08-17T12:12:14.8405155Z test_fx_passes 2022-08-17T12:12:14.8405317Z test_prims 2022-08-17T12:12:14.8405487Z test_native_mha 2022-08-17T12:12:14.8405662Z test_complex 2022-08-17T12:12:14.8405822Z test_vulkan 2022-08-17T12:12:14.8405997Z lazy/test_bindings 2022-08-17T12:12:14.8406171Z test_cuda 2022-08-17T12:12:14.8406326Z test_cuda_trace 2022-08-17T12:12:14.8406498Z test_deploy 2022-08-17T12:12:14.8406663Z test_hub 2022-08-17T12:12:14.8406819Z test_maskedtensor 2022-08-17T12:12:14.9482544Z Prioritized test from test file changes. 2022-08-17T12:12:14.9482813Z reordering tests for PR: 2022-08-17T12:12:14.9483248Z prioritized: ['test_ops', 'test_prims'] 2022-08-17T12:12:14.9485503Z the rest: ['test_quantization', 'test_decomp', 'test_schema_check', 'test_fx', 'test_unary_ufuncs', 'test_modules', 'test_jit', 'test_foreach', 'test_type_hints', 'distributions/test_distributions', 'test_tensorexpr', 'test_jit_llga_fuser', 'test_cpp_extensions_jit', 'test_tensor_creation_ops', 'test_tensorboard', 'test_autograd', 'test_view_ops', 'test_torch', 'test_testing', 'test_meta', 'test_masked', 'test_mps', 'test_spectral_ops', 'test_ao_sparsity', 'test_openmp', 'test_mkl_verbose', 'test_import_stats', 'test_profiler', 'test_package', 'test_overrides', 'test_indexing', 'backends/xeon/test_launch', 'test_namedtuple_return_api', 'test_public_bindings', 'test_scatter_gather_ops', 'test_shape_ops', 'test_namedtensor', 'test_functionalization', 'test_model_dump', 'test_datapipe', 'test_function_schema', 'test_tensorexpr_pybind', 'test_subclass', 'lazy/test_reuse_ir', 'test_native_functions', 'test_functional_optim', 'test_multiprocessing_spawn', 'test_per_overload_api', 'test_license', 'test_show_pickle', 'test_fx_passes', 'test_native_mha', 'test_complex', 'test_vulkan', 'lazy/test_bindings', 'test_cuda', 'test_cuda_trace', 'test_deploy', 'test_hub', 'test_maskedtensor'] 2022-08-17T12:12:14.9487062Z 2022-08-17T12:12:14.9487493Z 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:14.9679694Z 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:15.0011598Z Running test_ops ... [2022-08-17 12:12:15.000825] 2022-08-17T12:12:15.0012112Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:12:15.000878] 2022-08-17T12:12:19.1500456Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops.xml 2022-08-17T12:12:19.2891278Z ============================= test session starts ============================== 2022-08-17T12:12:19.2891745Z platform linux -- Python 3.7.13, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-08-17T12:12:19.2936566Z cachedir: .pytest_cache 2022-08-17T12:12:19.2937362Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-08-17T12:12:19.2937941Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-08-17T12:12:19.2938438Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0 2022-08-17T12:12:19.2938736Z 2022-08-17T12:12:19.3368240Z gw0 I / gw1 I / gw2 I / gw3 I 2022-08-17T12:12:19.3368746Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:12:19.3369039Z 2022-08-17T12:12:19.3812826Z gw0 C / gw1 I / gw2 I / gw3 I 2022-08-17T12:12:19.3813404Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:12:19.3813669Z 2022-08-17T12:12:19.4366840Z gw0 C / gw1 C / gw2 I / gw3 I 2022-08-17T12:12:19.4367303Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:12:19.4367572Z 2022-08-17T12:12:19.4965493Z gw0 C / gw1 C / gw2 C / gw3 I 2022-08-17T12:12:19.4966035Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:12:19.4966259Z 2022-08-17T12:12:19.9599836Z gw0 C / gw1 C / gw2 C / gw3 C 2022-08-17T12:12:19.9600671Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:12:19.9600929Z 2022-08-17T12:12:19.9601071Z gw0 C / gw1 C / gw2 C / gw3 ok 2022-08-17T12:12:19.9601659Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:12:19.9602122Z 2022-08-17T12:12:20.0230286Z gw0 C / gw1 ok / gw2 C / gw3 ok 2022-08-17T12:12:20.0230998Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:12:20.0231260Z 2022-08-17T12:12:20.0304974Z gw0 ok / gw1 ok / gw2 C / gw3 ok 2022-08-17T12:12:20.0305889Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:12:20.0306210Z 2022-08-17T12:12:25.1413852Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-08-17T12:12:25.2702669Z gw0 [22855] / gw1 ok / gw2 ok / gw3 ok 2022-08-17T12:12:25.2858637Z gw0 [22855] / gw1 ok / gw2 [22855] / gw3 ok 2022-08-17T12:12:25.3286993Z gw0 [22855] / gw1 ok / gw2 [22855] / gw3 [22855] 2022-08-17T12:12:25.3293889Z gw0 [22855] / gw1 [22855] / gw2 [22855] / gw3 [22855] 2022-08-17T12:12:25.3294160Z scheduling tests via LoadScheduling 2022-08-17T12:12:25.4860538Z 2022-08-17T12:12:25.4861497Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-08-17T12:12:25.4862039Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-08-17T12:12:25.4862644Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-08-17T12:12:25.4865600Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-08-17T12:12:25.4924697Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-08-17T12:12:25.4927715Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-08-17T12:12:25.4930862Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-08-17T12:12:25.4933651Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-08-17T12:12:25.4935247Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-08-17T12:12:25.4937010Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-08-17T12:12:25.4940753Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-08-17T12:12:25.4941437Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-08-17T12:12:25.4943500Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-08-17T12:12:25.4947590Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-08-17T12:12:25.4950728Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-08-17T12:12:25.4953393Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-08-17T12:12:25.4954450Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-08-17T12:12:25.4955210Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-08-17T12:12:25.4956562Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-08-17T12:12:25.4958641Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-08-17T12:12:25.4962187Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-08-17T12:12:25.4964892Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-08-17T12:12:25.4967736Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-08-17T12:12:25.4970376Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-08-17T12:12:25.4971273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-08-17T12:12:25.4972444Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-08-17T12:12:25.4973585Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-08-17T12:12:25.4976028Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-08-17T12:12:25.4978602Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-08-17T12:12:25.4981299Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-08-17T12:12:25.4984418Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-08-17T12:12:25.5098805Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-08-17T12:12:25.5128613Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-08-17T12:12:25.5138453Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-08-17T12:12:25.5178216Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-08-17T12:12:25.5189571Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-08-17T12:12:25.5191461Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-08-17T12:12:25.5221481Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-08-17T12:12:25.5241585Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-08-17T12:12:25.5540771Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-08-17T12:12:25.5573109Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-08-17T12:12:25.5580935Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-08-17T12:12:25.5620844Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-08-17T12:12:25.5622184Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-08-17T12:12:25.5647843Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-08-17T12:12:25.5670365Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-08-17T12:12:25.5689376Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-08-17T12:12:25.5978163Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-08-17T12:12:25.6016506Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-08-17T12:12:25.6023810Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-08-17T12:12:25.6062087Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-08-17T12:12:25.6065870Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-08-17T12:12:25.6067976Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-08-17T12:12:25.6075309Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-08-17T12:12:25.6099649Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-08-17T12:12:25.6419290Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-08-17T12:12:25.6459164Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-08-17T12:12:25.6483768Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-08-17T12:12:25.6498557Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-08-17T12:12:25.6506445Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-08-17T12:12:25.6508838Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-08-17T12:12:25.6517765Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-08-17T12:12:25.6554035Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-08-17T12:12:25.6861589Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-08-17T12:12:25.6900030Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-08-17T12:12:25.6907997Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-08-17T12:12:25.6937521Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-08-17T12:12:25.6946707Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-08-17T12:12:25.6947408Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-08-17T12:12:25.6985938Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-08-17T12:12:25.6988290Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-08-17T12:12:25.7299036Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-08-17T12:12:25.7333409Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-08-17T12:12:25.7340861Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-08-17T12:12:25.7380065Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-08-17T12:12:25.7380918Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-08-17T12:12:25.7410112Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-08-17T12:12:25.7426002Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-08-17T12:12:25.7432040Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-08-17T12:12:25.7740150Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-08-17T12:12:25.7771994Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-08-17T12:12:25.7782518Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-08-17T12:12:25.7808112Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-08-17T12:12:25.7819613Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-08-17T12:12:25.7820940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-08-17T12:12:25.7854963Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-08-17T12:12:25.7857108Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-08-17T12:12:25.8179679Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-08-17T12:12:25.8217428Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-08-17T12:12:25.8227651Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-08-17T12:12:25.8258497Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-08-17T12:12:25.8260641Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-08-17T12:12:25.8278778Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-08-17T12:12:25.8296711Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-08-17T12:12:25.8311776Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-08-17T12:12:25.8619311Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-08-17T12:12:25.8648268Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-08-17T12:12:25.8657688Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-08-17T12:12:25.8700328Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-08-17T12:12:25.8700977Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-08-17T12:12:25.8718613Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-08-17T12:12:25.8747723Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-08-17T12:12:25.8755716Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-08-17T12:12:25.9061089Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-08-17T12:12:25.9074695Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-08-17T12:12:25.9098417Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-08-17T12:12:25.9146442Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-08-17T12:12:25.9146920Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-08-17T12:12:25.9148201Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-08-17T12:12:25.9165597Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-08-17T12:12:25.9189111Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-08-17T12:12:25.9501403Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-08-17T12:12:25.9539576Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-08-17T12:12:25.9579235Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-08-17T12:12:25.9596195Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-08-17T12:12:25.9600519Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-08-17T12:12:25.9601767Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-08-17T12:12:25.9636542Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-08-17T12:12:25.9643549Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-08-17T12:12:25.9939204Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-08-17T12:12:25.9953975Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-08-17T12:12:25.9977945Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-08-17T12:12:25.9994043Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-08-17T12:12:26.0019883Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-08-17T12:12:26.0020323Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-08-17T12:12:26.0055023Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-08-17T12:12:26.0074809Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-08-17T12:12:26.0380436Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-08-17T12:12:26.0421370Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-08-17T12:12:26.0437167Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-08-17T12:12:26.0461953Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-08-17T12:12:26.0464841Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-08-17T12:12:26.0475516Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-08-17T12:12:26.0501189Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-08-17T12:12:26.0527005Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-08-17T12:12:26.0819795Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-08-17T12:12:26.0859818Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-08-17T12:12:26.0900663Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-08-17T12:12:26.0901278Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-08-17T12:12:26.0912334Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-08-17T12:12:26.0924325Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-08-17T12:12:26.0936804Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-08-17T12:12:26.0939671Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-08-17T12:12:26.1260798Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-08-17T12:12:26.1300182Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-08-17T12:12:26.1310597Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-08-17T12:12:26.1341085Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-08-17T12:12:26.1342222Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-08-17T12:12:26.1353624Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-08-17T12:12:26.1389510Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-08-17T12:12:26.1412400Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-08-17T12:12:26.1699840Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-08-17T12:12:26.1739244Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-08-17T12:12:26.1749073Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-08-17T12:12:26.1780486Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-08-17T12:12:26.1780913Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-08-17T12:12:26.1810829Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-08-17T12:12:26.1867487Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-08-17T12:12:26.1889744Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-08-17T12:12:26.2139085Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-08-17T12:12:26.2179347Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-08-17T12:12:26.2185887Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-08-17T12:12:26.2219968Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-08-17T12:12:26.2225782Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-08-17T12:12:26.2227850Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-08-17T12:12:26.2291289Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-08-17T12:12:26.2358390Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-08-17T12:12:26.2579599Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-08-17T12:12:26.2611284Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-08-17T12:12:26.2621871Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-08-17T12:12:26.2660688Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-08-17T12:12:26.2661816Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-08-17T12:12:26.2671882Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-08-17T12:12:26.2700180Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-08-17T12:12:26.2710437Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-08-17T12:12:26.3021526Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-08-17T12:12:26.3066297Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-08-17T12:12:26.3067393Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-08-17T12:12:26.3098529Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-08-17T12:12:26.3139765Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-08-17T12:12:26.3192970Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-08-17T12:12:26.3243481Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-08-17T12:12:26.3279772Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-08-17T12:12:26.3459632Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-08-17T12:12:26.3497957Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-08-17T12:12:26.3540655Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-08-17T12:12:26.3579600Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-08-17T12:12:26.3720145Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-08-17T12:12:26.3900795Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-08-17T12:12:26.5281198Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-08-17T12:12:26.5294000Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-08-17T12:12:26.6218313Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-08-17T12:12:26.6226469Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-08-17T12:12:26.6446035Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-08-17T12:12:26.6593134Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-08-17T12:12:26.6600293Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-08-17T12:12:26.6634501Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-08-17T12:12:26.6642467Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-08-17T12:12:26.6659319Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-08-17T12:12:26.6741019Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-08-17T12:12:26.6755340Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-08-17T12:12:26.7295391Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-08-17T12:12:26.7307409Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-08-17T12:12:26.9158152Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-08-17T12:12:26.9165922Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-08-17T12:12:26.9259380Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-08-17T12:12:26.9268446Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-08-17T12:12:26.9296495Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-08-17T12:12:26.9304337Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-08-17T12:12:26.9313965Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-08-17T12:12:26.9314694Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-08-17T12:12:27.0330852Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-08-17T12:12:27.0340933Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-08-17T12:12:27.0543239Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-08-17T12:12:27.0550697Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-08-17T12:12:27.1483819Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-08-17T12:12:27.1495165Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-08-17T12:12:27.1548515Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-08-17T12:12:27.1556228Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-08-17T12:12:27.5182434Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-08-17T12:12:27.5191383Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-08-17T12:12:27.6749450Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-08-17T12:12:27.6758525Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-08-17T12:12:27.7695022Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-08-17T12:12:27.7703880Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-08-17T12:12:27.8001247Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-08-17T12:12:27.8012654Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-08-17T12:12:28.0097276Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-08-17T12:12:28.0106146Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-08-17T12:12:28.0879682Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-08-17T12:12:28.0887476Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-08-17T12:12:28.1074380Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-08-17T12:12:28.1301912Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-08-17T12:12:28.5565206Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-08-17T12:12:28.5574334Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-08-17T12:12:28.6520945Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-08-17T12:12:28.6529607Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-08-17T12:12:28.7202232Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-08-17T12:12:28.7213340Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-08-17T12:12:29.2665515Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-08-17T12:12:29.2677616Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-08-17T12:12:29.2771872Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-08-17T12:12:29.3101435Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-08-17T12:12:29.3327244Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-08-17T12:12:29.3541094Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-08-17T12:12:29.6990129Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-08-17T12:12:29.7014463Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-08-17T12:12:29.7073566Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-08-17T12:12:29.7081870Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-08-17T12:12:29.7122235Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-08-17T12:12:29.7502605Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-08-17T12:12:29.7928051Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-08-17T12:12:29.7940253Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-08-17T12:12:29.8035690Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-08-17T12:12:29.8043827Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-08-17T12:12:29.8328504Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-08-17T12:12:29.8461391Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-08-17T12:12:29.8920036Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-08-17T12:12:29.8929160Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-08-17T12:12:29.8974509Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-08-17T12:12:29.9341740Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-08-17T12:12:29.9536201Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-08-17T12:12:29.9781485Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-08-17T12:12:30.1440139Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-08-17T12:12:30.1452482Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-08-17T12:12:30.1640414Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-08-17T12:12:30.1861900Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-08-17T12:12:30.2233681Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-08-17T12:12:30.2299830Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-08-17T12:12:30.2339225Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-08-17T12:12:30.2348023Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-08-17T12:12:30.2908809Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-08-17T12:12:30.2917831Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-08-17T12:12:30.3498945Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-08-17T12:12:30.3507145Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-08-17T12:12:30.3694360Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-08-17T12:12:30.3942741Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-08-17T12:12:30.4182923Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-08-17T12:12:30.4188832Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-08-17T12:12:30.4266781Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-08-17T12:12:30.4381585Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-08-17T12:12:30.4474304Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-08-17T12:12:30.4622122Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-08-17T12:12:30.5425147Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-08-17T12:12:30.5438177Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-08-17T12:12:30.5592645Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-08-17T12:12:30.5604073Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-08-17T12:12:30.5701974Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-08-17T12:12:30.5717144Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-08-17T12:12:30.5728106Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-08-17T12:12:30.5878408Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-08-17T12:12:30.6019279Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-08-17T12:12:30.6110147Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-08-17T12:12:30.6139362Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-08-17T12:12:30.6284473Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-08-17T12:12:30.6293729Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-08-17T12:12:30.6617461Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-08-17T12:12:30.6756809Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-08-17T12:12:30.6772539Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-08-17T12:12:30.6898526Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-08-17T12:12:30.7184112Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-08-17T12:12:30.7483707Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-08-17T12:12:30.7499272Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-08-17T12:12:30.8533641Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-08-17T12:12:30.8547165Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-08-17T12:12:30.8734960Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-08-17T12:12:30.8776140Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-08-17T12:12:30.8787511Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-08-17T12:12:30.8980960Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-08-17T12:12:30.9696421Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-08-17T12:12:30.9711081Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-08-17T12:12:30.9730864Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-08-17T12:12:30.9747116Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-08-17T12:12:30.9907110Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-08-17T12:12:31.0142490Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-08-17T12:12:31.0171087Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-08-17T12:12:31.0180606Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-08-17T12:12:31.0236742Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-08-17T12:12:31.0622151Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-08-17T12:12:31.1128421Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-08-17T12:12:31.1137360Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-08-17T12:12:31.1148695Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-08-17T12:12:31.1160718Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-08-17T12:12:31.1734077Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-08-17T12:12:31.1743836Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-08-17T12:12:31.2841213Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-08-17T12:12:31.2854017Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-08-17T12:12:31.2896158Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-08-17T12:12:31.2905921Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-08-17T12:12:31.3144758Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-08-17T12:12:31.3162456Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-08-17T12:12:31.3241179Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-08-17T12:12:31.3299414Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-08-17T12:12:31.4356021Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-08-17T12:12:31.4366195Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-08-17T12:12:31.4498643Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-08-17T12:12:31.4508911Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-08-17T12:12:31.4522468Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-08-17T12:12:31.4581237Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-08-17T12:12:31.4780596Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-08-17T12:12:31.4941141Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-08-17T12:12:31.5448925Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-08-17T12:12:31.5464502Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-08-17T12:12:31.6403539Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-08-17T12:12:31.6418641Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-08-17T12:12:31.6578369Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-08-17T12:12:31.6590175Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-08-17T12:12:31.6737158Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-08-17T12:12:31.6769377Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-08-17T12:12:31.6818705Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-08-17T12:12:31.7021624Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-08-17T12:12:31.7247113Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-08-17T12:12:31.7261026Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-08-17T12:12:31.7454886Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-08-17T12:12:31.7463721Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-08-17T12:12:31.7920735Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-08-17T12:12:31.7929033Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-08-17T12:12:31.8288591Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-08-17T12:12:31.8339422Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-08-17T12:12:31.9091665Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-08-17T12:12:31.9100767Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-08-17T12:12:31.9473457Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-08-17T12:12:31.9482273Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-08-17T12:12:31.9661260Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-08-17T12:12:31.9670334Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-08-17T12:12:32.2656136Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-08-17T12:12:32.2663340Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-08-17T12:12:32.2740205Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-08-17T12:12:32.2748267Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-08-17T12:12:32.3233199Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-08-17T12:12:32.3240591Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-08-17T12:12:32.3342644Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-08-17T12:12:32.3353472Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-08-17T12:12:32.3935990Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-08-17T12:12:32.3945206Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-08-17T12:12:32.4431813Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-08-17T12:12:32.4449656Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-08-17T12:12:32.4936102Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-08-17T12:12:32.4947780Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-08-17T12:12:32.5330972Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-08-17T12:12:32.5380329Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-08-17T12:12:32.5453692Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-08-17T12:12:32.5465048Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-08-17T12:12:32.5704642Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-08-17T12:12:32.5823395Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-08-17T12:12:32.6437868Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-08-17T12:12:32.6452272Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-08-17T12:12:32.7113101Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-08-17T12:12:32.7122137Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-08-17T12:12:32.7188061Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-08-17T12:12:32.7401786Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-08-17T12:12:32.7413147Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-08-17T12:12:32.7541980Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-08-17T12:12:32.7569706Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-08-17T12:12:32.7821771Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-08-17T12:12:32.7910530Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-08-17T12:12:32.7970884Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-08-17T12:12:32.7981234Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-08-17T12:12:32.8262248Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-08-17T12:12:32.9461720Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-08-17T12:12:32.9471890Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-08-17T12:12:33.0124657Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-08-17T12:12:33.0135896Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-08-17T12:12:33.1247568Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-08-17T12:12:33.1255810Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-08-17T12:12:33.2910378Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-08-17T12:12:33.2919152Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-08-17T12:12:33.3746788Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-08-17T12:12:33.3759774Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-08-17T12:12:33.3800803Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-08-17T12:12:33.3810749Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-08-17T12:12:33.4016007Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-08-17T12:12:33.4223585Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-08-17T12:12:33.4803786Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-08-17T12:12:33.4815317Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-08-17T12:12:33.6605900Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-08-17T12:12:33.6614868Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-08-17T12:12:33.6665929Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-08-17T12:12:33.6674198Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-08-17T12:12:33.6869234Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-08-17T12:12:33.7102859Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-08-17T12:12:33.7874419Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-08-17T12:12:33.7884193Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-08-17T12:12:33.8226873Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-08-17T12:12:33.8300184Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-08-17T12:12:33.8360200Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-08-17T12:12:33.8369348Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-08-17T12:12:33.8433928Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-08-17T12:12:33.8782346Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-08-17T12:12:33.9466370Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-08-17T12:12:33.9475278Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-08-17T12:12:33.9611670Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-08-17T12:12:33.9620760Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-08-17T12:12:34.0292045Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-08-17T12:12:34.0303975Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-08-17T12:12:34.1344587Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-08-17T12:12:34.1353732Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-08-17T12:12:34.2530564Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-08-17T12:12:34.2538803Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-08-17T12:12:34.2884338Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-08-17T12:12:34.2892902Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-08-17T12:12:34.3329253Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-08-17T12:12:34.3341166Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-08-17T12:12:34.4237092Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-08-17T12:12:34.4245601Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-08-17T12:12:34.4946988Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-08-17T12:12:34.4959104Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-08-17T12:12:34.5171824Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-08-17T12:12:34.5183945Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-08-17T12:12:34.5270490Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-08-17T12:12:34.5385172Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-08-17T12:12:34.5395289Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-08-17T12:12:34.5622020Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-08-17T12:12:34.5723015Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-08-17T12:12:34.6061509Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-08-17T12:12:34.6466090Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-08-17T12:12:34.6540959Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-08-17T12:12:34.8361018Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:12:34.8371197Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:12:35.4104279Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:12:35.4112994Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-08-17T12:12:35.4389929Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-08-17T12:12:35.4539752Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-08-17T12:12:35.5528754Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-08-17T12:12:35.5537730Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-08-17T12:12:35.5939855Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-08-17T12:12:35.5947781Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:12:35.6371187Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-08-17T12:12:35.6380112Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-08-17T12:12:35.7496673Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-08-17T12:12:35.7504225Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-08-17T12:12:35.7607874Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-08-17T12:12:35.7620257Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-08-17T12:12:35.7863170Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-08-17T12:12:35.7871123Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-08-17T12:12:35.8049355Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-08-17T12:12:35.8301900Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-08-17T12:12:35.8543837Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-08-17T12:12:35.8742102Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-08-17T12:12:35.9177629Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-08-17T12:12:35.9220712Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-08-17T12:12:35.9541805Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-08-17T12:12:35.9660149Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-08-17T12:12:35.9742251Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-08-17T12:12:35.9751248Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-08-17T12:12:35.9814926Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-08-17T12:12:36.0023431Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-08-17T12:12:36.0106648Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-08-17T12:12:36.0107511Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-08-17T12:12:36.0116308Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-08-17T12:12:36.0180886Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-08-17T12:12:36.0532311Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-08-17T12:12:36.0540852Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-08-17T12:12:36.2257741Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-08-17T12:12:36.2268185Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-08-17T12:12:36.2444950Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-08-17T12:12:36.2454865Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-08-17T12:12:36.2463825Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-08-17T12:12:36.2702139Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-08-17T12:12:36.2909599Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-08-17T12:12:36.2918371Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-08-17T12:12:36.3143155Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-08-17T12:12:36.3342120Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-08-17T12:12:36.4015783Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-08-17T12:12:36.4024246Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-08-17T12:12:36.4977537Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-08-17T12:12:36.4987154Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-08-17T12:12:36.5159142Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-08-17T12:12:36.5422480Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-08-17T12:12:36.5618595Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-08-17T12:12:36.5627842Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-08-17T12:12:36.6189635Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-08-17T12:12:36.6198230Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-08-17T12:12:36.6487061Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-08-17T12:12:36.6622024Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-08-17T12:12:36.7661550Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-08-17T12:12:36.7673097Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-08-17T12:12:36.7991384Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-08-17T12:12:36.8101463Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-08-17T12:12:36.8289248Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-08-17T12:12:36.8331733Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-08-17T12:12:36.8341562Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-08-17T12:12:36.8439261Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-08-17T12:12:36.8527689Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-08-17T12:12:36.8535050Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-08-17T12:12:36.8539823Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-08-17T12:12:36.8665870Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-08-17T12:12:36.8779412Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-08-17T12:12:36.8942506Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-08-17T12:12:36.9450207Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-08-17T12:12:36.9459303Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-08-17T12:12:36.9798715Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-08-17T12:12:36.9807803Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-08-17T12:12:37.0132219Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-08-17T12:12:37.0143245Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-08-17T12:12:37.0463980Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-08-17T12:12:37.0472217Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-08-17T12:12:37.0486587Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-08-17T12:12:37.0498952Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-08-17T12:12:37.0588856Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-08-17T12:12:37.0654761Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-08-17T12:12:37.0815018Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-08-17T12:12:37.0899924Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-08-17T12:12:37.1162241Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-08-17T12:12:37.1341426Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-08-17T12:12:37.1875457Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-08-17T12:12:37.1883515Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-08-17T12:12:37.2788118Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-08-17T12:12:37.2795943Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-08-17T12:12:37.3377137Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-08-17T12:12:37.3389420Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-08-17T12:12:37.4072711Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-08-17T12:12:37.4080975Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-08-17T12:12:37.4585941Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-08-17T12:12:37.4594309Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-08-17T12:12:37.5101246Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-08-17T12:12:37.5110468Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-08-17T12:12:37.5419127Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-08-17T12:12:37.5426869Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-08-17T12:12:37.5913600Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-08-17T12:12:37.5921491Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-08-17T12:12:37.6038264Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-08-17T12:12:37.6047837Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-08-17T12:12:37.6060905Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-08-17T12:12:37.6135183Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-08-17T12:12:37.6144724Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-08-17T12:12:37.6341211Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-08-17T12:12:37.6998974Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-08-17T12:12:37.7009145Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-08-17T12:12:37.7681537Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-08-17T12:12:37.7694217Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-08-17T12:12:37.7821597Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-08-17T12:12:37.8015804Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-08-17T12:12:37.8026001Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-08-17T12:12:37.8102368Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-08-17T12:12:37.8118707Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-08-17T12:12:37.8461494Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-08-17T12:12:37.8504119Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-08-17T12:12:37.8514870Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-08-17T12:12:37.8585151Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-08-17T12:12:37.8603932Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-08-17T12:12:37.8611317Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-08-17T12:12:37.8795319Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-08-17T12:12:37.8898748Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-08-17T12:12:37.9060744Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-08-17T12:12:37.9663854Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-08-17T12:12:37.9672700Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-08-17T12:12:37.9875250Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-08-17T12:12:38.0102276Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-08-17T12:12:38.1076414Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-08-17T12:12:38.1085968Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-08-17T12:12:38.1710239Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-08-17T12:12:38.1718014Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-08-17T12:12:38.1909586Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-08-17T12:12:38.1917651Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-08-17T12:12:38.2028506Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-08-17T12:12:38.2341738Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-08-17T12:12:38.2513174Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-08-17T12:12:38.2521432Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-08-17T12:12:38.2683465Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-08-17T12:12:38.2820055Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-08-17T12:12:38.2987559Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-08-17T12:12:38.3261839Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-08-17T12:12:38.3714700Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-08-17T12:12:38.3724502Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-08-17T12:12:38.3852222Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-08-17T12:12:38.4144263Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-08-17T12:12:38.4315231Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-08-17T12:12:38.4322690Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-08-17T12:12:38.4549154Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-08-17T12:12:38.4740142Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-08-17T12:12:38.4841375Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-08-17T12:12:38.4974862Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-08-17T12:12:38.4983814Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-08-17T12:12:38.5180893Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-08-17T12:12:38.5353451Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-08-17T12:12:38.5363982Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-08-17T12:12:38.5772301Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-08-17T12:12:38.5781114Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-08-17T12:12:38.5801848Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-08-17T12:12:38.5810930Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-08-17T12:12:38.7570638Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-08-17T12:12:38.7580078Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-08-17T12:12:38.7603056Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-08-17T12:12:38.8023730Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-08-17T12:12:38.8970821Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-08-17T12:12:38.8983396Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-08-17T12:12:38.9022131Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-08-17T12:12:38.9177869Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-08-17T12:12:38.9187238Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-08-17T12:12:38.9420266Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-08-17T12:12:38.9469717Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-08-17T12:12:38.9612984Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-08-17T12:12:38.9625903Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-08-17T12:12:38.9627832Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-08-17T12:12:39.0054810Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-08-17T12:12:39.0063044Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-08-17T12:12:39.0127596Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-08-17T12:12:39.0136708Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-08-17T12:12:39.0286698Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-08-17T12:12:39.0500309Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-08-17T12:12:39.0545109Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-08-17T12:12:39.0820031Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-08-17T12:12:39.0829848Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-08-17T12:12:39.0940872Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-08-17T12:12:39.1156314Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-08-17T12:12:39.1382907Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-08-17T12:12:39.1782007Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-08-17T12:12:39.1789623Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-08-17T12:12:39.2055791Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-08-17T12:12:39.2221470Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-08-17T12:12:39.2524578Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-08-17T12:12:39.2533815Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-08-17T12:12:39.2623703Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-08-17T12:12:39.2723529Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-08-17T12:12:39.2731718Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-08-17T12:12:39.2915377Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-08-17T12:12:39.2939228Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-08-17T12:12:39.3025953Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-08-17T12:12:39.3138789Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-08-17T12:12:39.3206969Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-08-17T12:12:39.3215059Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-08-17T12:12:39.3287833Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-08-17T12:12:39.3378830Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-08-17T12:12:39.3564458Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-08-17T12:12:39.3578787Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-08-17T12:12:39.3720658Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-08-17T12:12:39.3835330Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-08-17T12:12:39.3876668Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-08-17T12:12:39.4021525Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-08-17T12:12:39.4100878Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-08-17T12:12:39.4116536Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-08-17T12:12:39.4129406Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-08-17T12:12:39.4182375Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-08-17T12:12:39.4190879Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-08-17T12:12:39.4206811Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-08-17T12:12:39.4230315Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-08-17T12:12:39.4307807Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-08-17T12:12:39.4460937Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-08-17T12:12:39.4542573Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-08-17T12:12:39.4543286Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-08-17T12:12:39.4633848Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-08-17T12:12:39.4639910Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-08-17T12:12:39.4982462Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-08-17T12:12:39.4986873Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-08-17T12:12:39.5110034Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-08-17T12:12:39.5433126Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-08-17T12:12:39.5443206Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-08-17T12:12:39.5459780Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-08-17T12:12:39.5647208Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-08-17T12:12:39.5651975Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-08-17T12:12:39.5857571Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-08-17T12:12:39.6059809Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-08-17T12:12:39.6106323Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-08-17T12:12:39.6503057Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-08-17T12:12:39.6535843Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-08-17T12:12:39.6793984Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-08-17T12:12:39.6804072Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-08-17T12:12:39.6943129Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-08-17T12:12:39.6991371Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-08-17T12:12:39.7004314Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-08-17T12:12:39.7185536Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-08-17T12:12:39.7383247Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-08-17T12:12:39.7638166Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-08-17T12:12:39.7733614Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-08-17T12:12:39.7741976Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-08-17T12:12:39.7821467Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-08-17T12:12:39.8377755Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-08-17T12:12:39.8386409Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-08-17T12:12:39.8419693Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-08-17T12:12:39.8428337Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-08-17T12:12:39.9160594Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-08-17T12:12:39.9175034Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-08-17T12:12:39.9270556Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-08-17T12:12:39.9282629Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-08-17T12:12:39.9389860Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-08-17T12:12:39.9702355Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-08-17T12:12:39.9931358Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-08-17T12:12:39.9948743Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-08-17T12:12:40.0214439Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-08-17T12:12:40.0223419Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-08-17T12:12:40.0858026Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-08-17T12:12:40.0870177Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-08-17T12:12:40.1283962Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-08-17T12:12:40.1295449Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-08-17T12:12:40.1446016Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-08-17T12:12:40.1498653Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-08-17T12:12:40.1513664Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-08-17T12:12:40.1577625Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-08-17T12:12:40.1700042Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-08-17T12:12:40.1773625Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-08-17T12:12:40.1941063Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-08-17T12:12:40.1983648Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-08-17T12:12:40.2064429Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-08-17T12:12:40.2072120Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-08-17T12:12:40.2140346Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-08-17T12:12:40.2262642Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-08-17T12:12:40.2381114Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-08-17T12:12:40.2580883Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-08-17T12:12:40.2816170Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-08-17T12:12:40.2829332Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-08-17T12:12:40.3954066Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-08-17T12:12:40.3963307Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-08-17T12:12:40.4319971Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-08-17T12:12:40.4327970Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-08-17T12:12:40.4406793Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-08-17T12:12:40.4415546Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-08-17T12:12:40.4486370Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-08-17T12:12:40.4822134Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-08-17T12:12:40.4874861Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-08-17T12:12:40.5098241Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-08-17T12:12:40.5106286Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-08-17T12:12:40.5263210Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-08-17T12:12:40.5337912Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-08-17T12:12:40.5703535Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-08-17T12:12:40.6806290Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-08-17T12:12:40.6819424Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-08-17T12:12:40.7385023Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-08-17T12:12:40.7395179Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-08-17T12:12:40.7819744Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-08-17T12:12:40.7860370Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-08-17T12:12:40.8072075Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-08-17T12:12:40.8079192Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-08-17T12:12:40.8366201Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-08-17T12:12:40.8374317Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-08-17T12:12:41.0796047Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-08-17T12:12:41.0807648Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-08-17T12:12:41.2922063Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-08-17T12:12:41.2930407Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-08-17T12:12:41.3392946Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-08-17T12:12:41.3400688Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-08-17T12:12:41.3735021Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-08-17T12:12:41.3820518Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-08-17T12:12:41.4046639Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-08-17T12:12:41.4263510Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-08-17T12:12:41.9267198Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-08-17T12:12:41.9279892Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-08-17T12:12:41.9621866Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-08-17T12:12:41.9699949Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-08-17T12:12:42.0162808Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-08-17T12:12:42.0170164Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-08-17T12:12:42.1164241Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-08-17T12:12:42.1174026Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-08-17T12:12:42.1361999Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-08-17T12:12:42.1582316Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-08-17T12:12:42.4883607Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-08-17T12:12:42.4892563Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-08-17T12:12:43.1692493Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-08-17T12:12:43.1701890Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-08-17T12:12:43.3170302Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-08-17T12:12:43.3179474Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-08-17T12:12:43.4659866Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-08-17T12:12:43.4668852Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-08-17T12:12:43.4829157Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-08-17T12:12:43.4836863Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-08-17T12:12:43.4969089Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-08-17T12:12:43.5009770Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-08-17T12:12:43.5098986Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-08-17T12:12:43.5162190Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-08-17T12:12:43.5260012Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-08-17T12:12:43.5543014Z test_ops.py::TestCommonCPU::test_dtypes_eig_cpu 2022-08-17T12:12:43.5947021Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-08-17T12:12:43.5962941Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eig_cpu 2022-08-17T12:12:43.9725046Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-08-17T12:12:43.9731027Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-08-17T12:12:43.9761242Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-08-17T12:12:43.9769840Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-08-17T12:12:43.9920233Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-08-17T12:12:44.0143421Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-08-17T12:12:44.0282679Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-08-17T12:12:44.0579436Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-08-17T12:12:44.0590423Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-08-17T12:12:44.0590909Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-08-17T12:12:44.1159754Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-08-17T12:12:44.1174282Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-08-17T12:12:44.1492696Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-08-17T12:12:44.1505320Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-08-17T12:12:44.1813480Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-08-17T12:12:44.1823123Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-08-17T12:12:44.1933082Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-08-17T12:12:44.2261675Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-08-17T12:12:44.2718597Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-08-17T12:12:44.2731507Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-08-17T12:12:44.2794815Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-08-17T12:12:44.2802946Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-08-17T12:12:44.3234084Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-08-17T12:12:44.3240449Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-08-17T12:12:44.3663906Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:12:44.3675259Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:12:44.3698526Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-08-17T12:12:44.3714690Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-08-17T12:12:44.3746888Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-08-17T12:12:44.3834444Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-08-17T12:12:44.4101998Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-08-17T12:12:44.4141236Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-08-17T12:12:44.4191837Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-08-17T12:12:44.4369813Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-08-17T12:12:44.4539424Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-08-17T12:12:44.4579390Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-08-17T12:12:44.4870259Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-08-17T12:12:44.4979704Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-08-17T12:12:44.5533286Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-08-17T12:12:44.5544744Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-08-17T12:12:44.5656098Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-08-17T12:12:44.5982729Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-08-17T12:12:44.6348640Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-08-17T12:12:44.6356338Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-08-17T12:12:44.6459959Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-08-17T12:12:44.6783961Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-08-17T12:12:44.7387252Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-08-17T12:12:44.7395748Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-08-17T12:12:44.7493470Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-08-17T12:12:44.7823070Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-08-17T12:12:45.0367838Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-08-17T12:12:45.0376974Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-08-17T12:12:45.0430644Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-08-17T12:12:45.0781749Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-08-17T12:12:45.0874715Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-08-17T12:12:45.1222959Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-08-17T12:12:45.1371824Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-08-17T12:12:45.1662413Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-08-17T12:12:45.3703174Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-08-17T12:12:45.3714616Z [gw1] [ 1%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-08-17T12:12:45.4225663Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-08-17T12:12:45.4233419Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-08-17T12:12:45.4651920Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-08-17T12:12:45.4663598Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-08-17T12:12:45.4691812Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-08-17T12:12:45.4700003Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-08-17T12:12:45.4725996Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-08-17T12:12:45.5102761Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-08-17T12:12:45.5437359Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-08-17T12:12:45.5448379Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-08-17T12:12:45.5815546Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-08-17T12:12:45.5860107Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-08-17T12:12:45.9771931Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-08-17T12:12:45.9781813Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-08-17T12:12:46.0765562Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-08-17T12:12:46.0774114Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-08-17T12:12:46.0871957Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-08-17T12:12:46.1060147Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-08-17T12:12:46.1079870Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-08-17T12:12:46.1180432Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-08-17T12:12:46.1241962Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-08-17T12:12:46.1623162Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-08-17T12:12:46.5708128Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-08-17T12:12:46.5716556Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-08-17T12:12:46.5798175Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-08-17T12:12:46.6142692Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-08-17T12:12:46.7009611Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-08-17T12:12:46.7017980Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-08-17T12:12:46.7357260Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-08-17T12:12:46.7420764Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-08-17T12:12:46.7675510Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-08-17T12:12:46.7684835Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-08-17T12:12:46.7815620Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-08-17T12:12:46.8102874Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-08-17T12:12:46.8168301Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-08-17T12:12:46.8542313Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-08-17T12:12:46.9503906Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-08-17T12:12:46.9514838Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-08-17T12:12:46.9823029Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-08-17T12:12:46.9980975Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-08-17T12:12:47.0043717Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-08-17T12:12:47.0422469Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-08-17T12:12:47.0493038Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-08-17T12:12:47.0863080Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-08-17T12:12:47.0964053Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-08-17T12:12:47.1302771Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-08-17T12:12:47.2131288Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-08-17T12:12:47.2140219Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-08-17T12:12:47.3153988Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-08-17T12:12:47.3163379Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-08-17T12:12:47.3319483Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-08-17T12:12:47.3330143Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-08-17T12:12:47.3354171Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-08-17T12:12:47.3742979Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-08-17T12:12:47.6642021Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-08-17T12:12:47.6650670Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-08-17T12:12:47.6694326Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-08-17T12:12:47.6766141Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-08-17T12:12:47.6773059Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-08-17T12:12:47.7061107Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-08-17T12:12:47.7275529Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-08-17T12:12:47.7283460Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-08-17T12:12:47.7303996Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-08-17T12:12:47.7500979Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-08-17T12:12:47.7671675Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-08-17T12:12:47.7699062Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-08-17T12:12:47.8137022Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-08-17T12:12:47.8152328Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-08-17T12:12:47.8338000Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-08-17T12:12:47.8346772Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-08-17T12:12:47.8949585Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-08-17T12:12:47.8959048Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-08-17T12:12:47.9108228Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-08-17T12:12:47.9119991Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-08-17T12:12:47.9485245Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-08-17T12:12:47.9540054Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-08-17T12:12:47.9609820Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-08-17T12:12:47.9617769Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-08-17T12:12:48.0154130Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-08-17T12:12:48.0166867Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-08-17T12:12:48.0453324Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-08-17T12:12:48.0462268Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-08-17T12:12:48.1199518Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-08-17T12:12:48.1208114Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-08-17T12:12:48.1817206Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-08-17T12:12:48.1826431Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-08-17T12:12:48.1905045Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-08-17T12:12:48.2262326Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-08-17T12:12:48.2327829Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-08-17T12:12:48.2704308Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-08-17T12:12:48.3350306Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-08-17T12:12:48.3361453Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-08-17T12:12:48.3418106Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-08-17T12:12:48.3781905Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-08-17T12:12:48.4329799Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-08-17T12:12:48.4341167Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-08-17T12:12:48.4890858Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-08-17T12:12:48.4905218Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-08-17T12:12:48.5464767Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-08-17T12:12:48.5478012Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-08-17T12:12:48.6956048Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-08-17T12:12:48.6970819Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-08-17T12:12:48.7968879Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-08-17T12:12:48.7983389Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-08-17T12:12:48.8064696Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-08-17T12:12:48.8420575Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-08-17T12:12:48.8543987Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-08-17T12:12:48.8863568Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-08-17T12:12:48.9878744Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-08-17T12:12:48.9887859Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-08-17T12:12:49.0734196Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-08-17T12:12:49.0741846Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-08-17T12:12:49.0767807Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-08-17T12:12:49.1182944Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-08-17T12:12:49.1241767Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-08-17T12:12:49.1251223Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-08-17T12:12:49.1947741Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-08-17T12:12:49.1956343Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-08-17T12:12:49.2582758Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-08-17T12:12:49.2591360Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-08-17T12:12:49.4091318Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-08-17T12:12:49.4105715Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-08-17T12:12:49.4185327Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-08-17T12:12:49.4542869Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-08-17T12:12:50.1873963Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-08-17T12:12:50.1882901Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-08-17T12:12:50.5647017Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-08-17T12:12:50.5655866Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-08-17T12:12:50.6397827Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-08-17T12:12:50.6403818Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-08-17T12:12:50.6699012Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-08-17T12:12:50.6820641Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-08-17T12:12:50.8356793Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-08-17T12:12:50.8365344Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-08-17T12:12:50.9163767Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-08-17T12:12:50.9172475Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-08-17T12:12:50.9610611Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-08-17T12:12:50.9622217Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-08-17T12:12:50.9646530Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-08-17T12:12:51.0061361Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-08-17T12:12:51.0145654Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-08-17T12:12:51.0501648Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-08-17T12:12:51.3284506Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-08-17T12:12:51.3293087Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-08-17T12:12:51.4055577Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-08-17T12:12:51.4063281Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-08-17T12:12:51.4097920Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-08-17T12:12:51.4503400Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-08-17T12:12:51.5261779Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-08-17T12:12:51.5269899Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-08-17T12:12:51.5819714Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-08-17T12:12:51.5832630Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-08-17T12:12:51.7685465Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:12:51.7696587Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:12:52.0197462Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-08-17T12:12:52.0204003Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-08-17T12:12:52.2481526Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-08-17T12:12:52.2490250Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-08-17T12:12:52.3668227Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-08-17T12:12:52.3680711Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-08-17T12:12:52.4462621Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-08-17T12:12:52.4471136Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-08-17T12:12:52.8599082Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-08-17T12:12:52.8609083Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-08-17T12:12:52.9457804Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-08-17T12:12:52.9466545Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-08-17T12:12:52.9657831Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-08-17T12:12:52.9900708Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-08-17T12:12:53.3287690Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-08-17T12:12:53.3299802Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-08-17T12:12:53.5901206Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-08-17T12:12:53.5911681Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-08-17T12:12:53.9057976Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-08-17T12:12:53.9064571Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-08-17T12:12:53.9942018Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-08-17T12:12:53.9950581Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-08-17T12:12:54.0536073Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-08-17T12:12:54.0543977Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-08-17T12:12:54.1382602Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-08-17T12:12:54.1406020Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-08-17T12:12:54.1539400Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-08-17T12:12:54.1547468Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-08-17T12:12:54.1989996Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-08-17T12:12:54.1998225Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-08-17T12:12:54.2063117Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-08-17T12:12:54.2070440Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-08-17T12:12:54.2094225Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-08-17T12:12:54.2421987Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-08-17T12:12:54.2464976Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-08-17T12:12:54.2862937Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-08-17T12:12:54.3080406Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-08-17T12:12:54.3092720Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-08-17T12:12:54.3615702Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-08-17T12:12:54.3625685Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-08-17T12:12:54.3988937Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-08-17T12:12:54.3998277Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-08-17T12:12:54.4246463Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-08-17T12:12:54.4420523Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-08-17T12:12:54.4901048Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-08-17T12:12:54.4909379Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-08-17T12:12:54.5158917Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-08-17T12:12:54.5340174Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-08-17T12:12:54.5508472Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-08-17T12:12:54.5517157Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-08-17T12:12:54.5792517Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-08-17T12:12:54.5801246Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-08-17T12:12:54.5954484Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-08-17T12:12:54.5962572Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-08-17T12:12:54.7104258Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-08-17T12:12:54.7116581Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-08-17T12:12:54.7741210Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-08-17T12:12:54.7756976Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-08-17T12:12:54.8115183Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-08-17T12:12:54.8125333Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-08-17T12:12:54.8769464Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-08-17T12:12:54.8772413Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-08-17T12:12:54.8783608Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-08-17T12:12:54.8785109Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-08-17T12:12:54.9442797Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-08-17T12:12:54.9456471Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-08-17T12:12:55.0286353Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-08-17T12:12:55.0296118Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-08-17T12:12:55.0674297Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-08-17T12:12:55.0682722Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-08-17T12:12:55.1383674Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-08-17T12:12:55.1392644Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-08-17T12:12:55.1621453Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-08-17T12:12:55.1752997Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-08-17T12:12:55.1760681Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-08-17T12:12:55.1820496Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-08-17T12:12:55.1831999Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-08-17T12:12:55.2181515Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-08-17T12:12:55.2223902Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-08-17T12:12:55.2232191Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-08-17T12:12:55.2344345Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-08-17T12:12:55.2660745Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-08-17T12:12:55.2784460Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-08-17T12:12:55.2848368Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-08-17T12:12:55.2856088Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-08-17T12:12:55.2932653Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-08-17T12:12:55.3101027Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-08-17T12:12:55.3262475Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-08-17T12:12:55.3320566Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-08-17T12:12:55.3541844Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-08-17T12:12:55.3613215Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-08-17T12:12:55.3700251Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-08-17T12:12:55.3881338Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-08-17T12:12:55.3890311Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-08-17T12:12:55.3939444Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-08-17T12:12:55.3965344Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-08-17T12:12:55.4180479Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-08-17T12:12:55.4298190Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-08-17T12:12:55.4321500Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-08-17T12:12:55.4365331Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-08-17T12:12:55.4621484Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-08-17T12:12:55.4780880Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-08-17T12:12:55.5259806Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-08-17T12:12:55.5272937Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-08-17T12:12:55.6492176Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-08-17T12:12:55.6506496Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-08-17T12:12:55.6575216Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-08-17T12:12:55.6588946Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-08-17T12:12:55.6694815Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-08-17T12:12:55.6706087Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-08-17T12:12:55.6903043Z test_ops.py::TestCommonCPU::test_dtypes_inverse_cpu 2022-08-17T12:12:55.7019644Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-08-17T12:12:55.7223507Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-08-17T12:12:55.7280227Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-08-17T12:12:55.7463866Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-08-17T12:12:55.7479430Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inverse_cpu 2022-08-17T12:12:55.7902118Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-08-17T12:12:55.7914149Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-08-17T12:12:55.7948086Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-08-17T12:12:55.7961467Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-08-17T12:12:55.8477928Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-08-17T12:12:55.8489595Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-08-17T12:12:55.8529435Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-08-17T12:12:55.8899867Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-08-17T12:12:55.9050258Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-08-17T12:12:55.9061294Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-08-17T12:12:55.9081178Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-08-17T12:12:55.9426612Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-08-17T12:12:55.9435977Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-08-17T12:12:55.9499464Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-08-17T12:12:56.0294905Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-08-17T12:12:56.0302959Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-08-17T12:12:56.1238003Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-08-17T12:12:56.1248312Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-08-17T12:12:56.1415508Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-08-17T12:12:56.1649464Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-08-17T12:12:56.1658347Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-08-17T12:12:56.1661231Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-08-17T12:12:56.1934498Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-08-17T12:12:56.1946137Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-08-17T12:12:56.1961493Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-08-17T12:12:56.2381753Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-08-17T12:12:56.2685033Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-08-17T12:12:56.2697256Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-08-17T12:12:56.4685469Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-08-17T12:12:56.4692756Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-08-17T12:12:56.6954028Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-08-17T12:12:56.6962536Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-08-17T12:12:56.7462909Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-08-17T12:12:56.7475959Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-08-17T12:12:56.8960483Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-08-17T12:12:56.8976276Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-08-17T12:12:56.9992977Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-08-17T12:12:57.0007035Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-08-17T12:12:57.2624144Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-08-17T12:12:57.2635567Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-08-17T12:12:57.3880006Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-08-17T12:12:57.3888645Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-08-17T12:12:57.4600410Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-08-17T12:12:57.4612811Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-08-17T12:12:57.7574507Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-08-17T12:12:57.7584025Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-08-17T12:12:58.2387764Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-08-17T12:12:58.2401671Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-08-17T12:12:58.2685162Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-08-17T12:12:58.2694425Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-08-17T12:12:58.5335163Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-08-17T12:12:58.5344307Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-08-17T12:12:58.5437400Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-08-17T12:12:58.5538843Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-08-17T12:12:58.5546613Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-08-17T12:12:58.5783375Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-08-17T12:12:58.6704521Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-08-17T12:12:58.6714012Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-08-17T12:12:58.8193927Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-08-17T12:12:58.8205633Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-08-17T12:12:58.8613979Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-08-17T12:12:58.8623763Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-08-17T12:12:59.1451026Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-08-17T12:12:59.1459317Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-08-17T12:12:59.2156404Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-08-17T12:12:59.2164476Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-08-17T12:12:59.4643047Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-08-17T12:12:59.4652419Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-08-17T12:12:59.5386614Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:12:59.5394452Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-08-17T12:12:59.5724624Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-08-17T12:12:59.5733378Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:12:59.6109641Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-08-17T12:12:59.6118746Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-08-17T12:12:59.6907716Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-08-17T12:12:59.6916400Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-08-17T12:12:59.7834097Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-08-17T12:12:59.7842999Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-08-17T12:13:00.0486595Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-08-17T12:13:00.0494918Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-08-17T12:13:00.2771351Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-08-17T12:13:00.2779293Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-08-17T12:13:00.4289303Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-08-17T12:13:00.4299611Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-08-17T12:13:00.4386377Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-08-17T12:13:00.4703272Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-08-17T12:13:00.6351521Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-08-17T12:13:00.6362762Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-08-17T12:13:00.9605383Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-08-17T12:13:00.9614245Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-08-17T12:13:01.0381943Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-08-17T12:13:01.0390385Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-08-17T12:13:01.0458558Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-08-17T12:13:01.0821345Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-08-17T12:13:01.1111467Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-08-17T12:13:01.1259929Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-08-17T12:13:01.2360322Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-08-17T12:13:01.2368225Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-08-17T12:13:01.2688192Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-08-17T12:13:01.2746666Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-08-17T12:13:01.2755318Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-08-17T12:13:01.2778628Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-08-17T12:13:01.2800233Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-08-17T12:13:01.3223021Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-08-17T12:13:01.3246502Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-08-17T12:13:01.3662197Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-08-17T12:13:01.3786415Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-08-17T12:13:01.3798871Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-08-17T12:13:01.3876633Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:13:01.4099108Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-08-17T12:13:01.4707279Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-08-17T12:13:01.4717084Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-08-17T12:13:01.5574679Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-08-17T12:13:01.5582183Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-08-17T12:13:01.6340063Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-08-17T12:13:01.6345859Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-08-17T12:13:01.6947917Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-08-17T12:13:01.6957947Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-08-17T12:13:01.8948260Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-08-17T12:13:01.8960742Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-08-17T12:13:01.9830681Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-08-17T12:13:01.9842284Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:13:02.0081429Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-08-17T12:13:02.0096281Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-08-17T12:13:02.1168360Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-08-17T12:13:02.1180076Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-08-17T12:13:02.1410766Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-08-17T12:13:02.1620846Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-08-17T12:13:02.1736760Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-08-17T12:13:02.2061585Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-08-17T12:13:02.3442275Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-08-17T12:13:02.3449683Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-08-17T12:13:02.4913543Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-08-17T12:13:02.4925764Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-08-17T12:13:02.6234986Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-08-17T12:13:02.6246539Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-08-17T12:13:02.7250530Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-08-17T12:13:02.7263403Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-08-17T12:13:02.8054307Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-08-17T12:13:02.8063370Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-08-17T12:13:02.8389814Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-08-17T12:13:02.8399092Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-08-17T12:13:02.8951961Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-08-17T12:13:02.8963964Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-08-17T12:13:02.9088648Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-08-17T12:13:02.9422462Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-08-17T12:13:03.0708539Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-08-17T12:13:03.0717666Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-08-17T12:13:03.0798672Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-08-17T12:13:03.0806874Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-08-17T12:13:03.0888949Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-08-17T12:13:03.0898631Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-08-17T12:13:03.2154691Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-08-17T12:13:03.2160238Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-08-17T12:13:03.3407381Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-08-17T12:13:03.3420329Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-08-17T12:13:03.4379938Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-08-17T12:13:03.4391909Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-08-17T12:13:03.4987716Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-08-17T12:13:03.4996334Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-08-17T12:13:03.5856821Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-08-17T12:13:03.5865094Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-08-17T12:13:03.6472675Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-08-17T12:13:03.6486475Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-08-17T12:13:03.6812297Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-08-17T12:13:03.6824280Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-08-17T12:13:03.7140800Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-08-17T12:13:03.7155450Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-08-17T12:13:03.8195438Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-08-17T12:13:03.8207352Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-08-17T12:13:03.8356142Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-08-17T12:13:03.8662554Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-08-17T12:13:03.9560715Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-08-17T12:13:03.9569651Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-08-17T12:13:03.9589119Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-08-17T12:13:03.9983044Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-08-17T12:13:04.2787057Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-08-17T12:13:04.2798863Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-08-17T12:13:04.3513232Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-08-17T12:13:04.3523048Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-08-17T12:13:04.3591897Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-08-17T12:13:04.3943751Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-08-17T12:13:04.5072338Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-08-17T12:13:04.5082778Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-08-17T12:13:04.6406096Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-08-17T12:13:04.6416356Z [gw2] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-08-17T12:13:04.9676722Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-08-17T12:13:04.9685624Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-08-17T12:13:04.9901436Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-08-17T12:13:05.0100595Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-08-17T12:13:05.1273253Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-08-17T12:13:05.1281730Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-08-17T12:13:05.1793007Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-08-17T12:13:05.1801580Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-08-17T12:13:05.1896695Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-08-17T12:13:05.2221770Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-08-17T12:13:05.5308723Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-08-17T12:13:05.5317493Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-08-17T12:13:05.9871082Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-08-17T12:13:05.9879819Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-08-17T12:13:06.1201726Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-08-17T12:13:06.1209667Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-08-17T12:13:06.2816354Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-08-17T12:13:06.2824176Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-08-17T12:13:06.5379926Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-08-17T12:13:06.5388819Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-08-17T12:13:06.8595587Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-08-17T12:13:06.8608172Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-08-17T12:13:07.3495785Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-08-17T12:13:07.3504101Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-08-17T12:13:07.8770416Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-08-17T12:13:07.8784062Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-08-17T12:13:08.0618032Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-08-17T12:13:08.0628354Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-08-17T12:13:08.5283085Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-08-17T12:13:08.5293719Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-08-17T12:13:08.6410990Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-08-17T12:13:08.6422330Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-08-17T12:13:08.7178759Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-08-17T12:13:08.7189807Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-08-17T12:13:08.8876131Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-08-17T12:13:08.8885051Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-08-17T12:13:09.4789517Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-08-17T12:13:09.4801675Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-08-17T12:13:09.6670680Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-08-17T12:13:09.6679035Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-08-17T12:13:10.0604088Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-08-17T12:13:10.0616314Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-08-17T12:13:10.0631900Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-08-17T12:13:10.1022149Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-08-17T12:13:11.2471387Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-08-17T12:13:11.2484806Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-08-17T12:13:11.4304125Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-08-17T12:13:11.4312985Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-08-17T12:13:11.5522758Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-08-17T12:13:11.5532267Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-08-17T12:13:11.6423449Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-08-17T12:13:11.6431607Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-08-17T12:13:11.6620556Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-08-17T12:13:11.6861027Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-08-17T12:13:11.7313066Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-08-17T12:13:11.7322527Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-08-17T12:13:11.8260565Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-08-17T12:13:11.8269389Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-08-17T12:13:11.9656098Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-08-17T12:13:11.9665067Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-08-17T12:13:12.1123777Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-08-17T12:13:12.1133849Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-08-17T12:13:12.3287024Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-08-17T12:13:12.3296190Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-08-17T12:13:12.3473353Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-08-17T12:13:12.3702947Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-08-17T12:13:12.4323816Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-08-17T12:13:12.4333827Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-08-17T12:13:12.9768166Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-08-17T12:13:12.9777306Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-08-17T12:13:13.1749866Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-08-17T12:13:13.1761328Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-08-17T12:13:13.4614478Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-08-17T12:13:13.4621943Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-08-17T12:13:13.5276524Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-08-17T12:13:13.5289821Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-08-17T12:13:13.5510944Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-08-17T12:13:13.5527834Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-08-17T12:13:13.5887138Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-08-17T12:13:13.5898038Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-08-17T12:13:13.5992076Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-08-17T12:13:13.6302848Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-08-17T12:13:13.6847669Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-08-17T12:13:13.6856846Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-08-17T12:13:13.7796394Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-08-17T12:13:13.7804208Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-08-17T12:13:13.8413341Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-08-17T12:13:13.8423328Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-08-17T12:13:13.9004856Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-08-17T12:13:13.9018219Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-08-17T12:13:13.9217477Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-08-17T12:13:13.9421631Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-08-17T12:13:13.9870193Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-08-17T12:13:13.9882767Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-08-17T12:13:13.9938779Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-08-17T12:13:14.0218761Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-08-17T12:13:14.0225942Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-08-17T12:13:14.0301087Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-08-17T12:13:14.0450576Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-08-17T12:13:14.0742778Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-08-17T12:13:14.1158051Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-08-17T12:13:14.1165214Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-08-17T12:13:14.1211845Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-08-17T12:13:14.1224133Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-08-17T12:13:14.1697862Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-08-17T12:13:14.1709698Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-08-17T12:13:14.4400554Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-08-17T12:13:14.4413085Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-08-17T12:13:14.4498955Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-08-17T12:13:14.4824093Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-08-17T12:13:14.4917902Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-08-17T12:13:14.5263331Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-08-17T12:13:14.5470129Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-08-17T12:13:14.5487595Z [gw2] [ 3%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-08-17T12:13:14.6446373Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-08-17T12:13:14.6454810Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-08-17T12:13:14.6473048Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-08-17T12:13:14.6863562Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-08-17T12:13:14.8367492Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-08-17T12:13:14.8377993Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-08-17T12:13:15.2191611Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-08-17T12:13:15.2200287Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-08-17T12:13:15.4948967Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-08-17T12:13:15.4957149Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-08-17T12:13:15.6479991Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-08-17T12:13:15.6492640Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-08-17T12:13:15.6520941Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-08-17T12:13:15.6531813Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-08-17T12:13:15.6551686Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-08-17T12:13:15.6983155Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-08-17T12:13:15.8838671Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-08-17T12:13:15.8848618Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-08-17T12:13:16.0283018Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-08-17T12:13:16.0291516Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-08-17T12:13:16.6495424Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-08-17T12:13:16.6506697Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-08-17T12:13:16.7309878Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-08-17T12:13:16.7318540Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-08-17T12:13:16.8528036Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-08-17T12:13:16.8537052Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-08-17T12:13:16.9652947Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-08-17T12:13:16.9672376Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-08-17T12:13:17.0748911Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-08-17T12:13:17.0756564Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-08-17T12:13:17.1992081Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-08-17T12:13:17.2000527Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-08-17T12:13:17.2184352Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-08-17T12:13:17.2195268Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-08-17T12:13:17.2279215Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-08-17T12:13:17.2626410Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-08-17T12:13:17.2678122Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-08-17T12:13:17.3065220Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-08-17T12:13:17.3605224Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-08-17T12:13:17.3613256Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-08-17T12:13:17.3867248Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-08-17T12:13:17.4023468Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-08-17T12:13:17.6250223Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-08-17T12:13:17.6262927Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-08-17T12:13:17.7081088Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-08-17T12:13:17.7093064Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-08-17T12:13:17.7399550Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-08-17T12:13:17.7411284Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-08-17T12:13:17.7487365Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-08-17T12:13:17.7822684Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-08-17T12:13:17.8068882Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-08-17T12:13:17.8260653Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-08-17T12:13:17.8461638Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-08-17T12:13:17.8701573Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-08-17T12:13:17.8844893Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-08-17T12:13:17.9140693Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-08-17T12:13:17.9847802Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-08-17T12:13:17.9862340Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-08-17T12:13:18.0237726Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-08-17T12:13:18.0250972Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-08-17T12:13:18.2212935Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-08-17T12:13:18.2225925Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-08-17T12:13:18.2539412Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-08-17T12:13:18.2551772Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-08-17T12:13:18.2624548Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-08-17T12:13:18.2663511Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-08-17T12:13:18.3168625Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-08-17T12:13:18.3176604Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-08-17T12:13:18.3195830Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-08-17T12:13:18.3582660Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-08-17T12:13:18.4260123Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-08-17T12:13:18.4269158Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-08-17T12:13:18.6155500Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-08-17T12:13:18.6164099Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-08-17T12:13:18.6182164Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:13:18.6584974Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:13:18.8647085Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-08-17T12:13:18.8657369Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-08-17T12:13:18.8723866Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-08-17T12:13:18.9060861Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-08-17T12:13:18.9197743Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-08-17T12:13:18.9502847Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-08-17T12:13:19.0802205Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-08-17T12:13:19.0811064Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-08-17T12:13:21.0875611Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-08-17T12:13:21.0884658Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-08-17T12:13:21.2359482Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-08-17T12:13:21.2371611Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-08-17T12:13:21.2389339Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-08-17T12:13:21.2782531Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-08-17T12:13:21.3055018Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-08-17T12:13:21.3221659Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-08-17T12:13:21.5050727Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-08-17T12:13:21.5060391Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-08-17T12:13:21.5128867Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-08-17T12:13:21.5502556Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-08-17T12:13:21.5703530Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-08-17T12:13:21.5941507Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-08-17T12:13:21.6474661Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-08-17T12:13:21.6486339Z [gw1] [ 3%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-08-17T12:13:21.6720904Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-08-17T12:13:21.6899590Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-08-17T12:13:21.6920686Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-08-17T12:13:21.7342622Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-08-17T12:13:21.7564994Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-08-17T12:13:21.7779524Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-08-17T12:13:22.0133852Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-08-17T12:13:22.0147855Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-08-17T12:13:25.0143656Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-08-17T12:13:25.0154215Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-08-17T12:13:25.0286388Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-08-17T12:13:25.0582281Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-08-17T12:13:25.1018200Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-08-17T12:13:25.1029175Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-08-17T12:13:25.2022235Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-08-17T12:13:25.2030171Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-08-17T12:13:25.4805024Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-08-17T12:13:25.4813830Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-08-17T12:13:25.5394871Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-08-17T12:13:25.5404288Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-08-17T12:13:25.5427701Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-08-17T12:13:25.5823748Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-08-17T12:13:25.7538866Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-08-17T12:13:25.7547613Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-08-17T12:13:25.8129186Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-08-17T12:13:25.8137716Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-08-17T12:13:25.8925370Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-08-17T12:13:25.8937233Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-08-17T12:13:25.9064251Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-08-17T12:13:25.9074678Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-08-17T12:13:25.9209059Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-08-17T12:13:25.9502202Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-08-17T12:13:25.9574023Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-08-17T12:13:25.9586445Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-08-17T12:13:25.9804033Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-08-17T12:13:25.9940242Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-08-17T12:13:26.0144241Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-08-17T12:13:26.0190101Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-08-17T12:13:26.0197639Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-08-17T12:13:26.0212988Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:13:26.0380538Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:13:26.0622471Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-08-17T12:13:26.0672359Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-08-17T12:13:26.1060730Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-08-17T12:13:26.1111213Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-08-17T12:13:26.1124663Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-08-17T12:13:26.1137359Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-08-17T12:13:26.1501914Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-08-17T12:13:26.1582894Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-08-17T12:13:26.1591306Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-08-17T12:13:26.3739181Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-08-17T12:13:26.3748961Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-08-17T12:13:26.3843406Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-08-17T12:13:26.4180775Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-08-17T12:13:26.4225138Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-08-17T12:13:26.4623100Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-08-17T12:13:26.4743180Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-08-17T12:13:26.5062422Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-08-17T12:13:26.5080297Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-08-17T12:13:26.5501804Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-08-17T12:13:26.5888297Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-08-17T12:13:26.5940121Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-08-17T12:13:26.6041831Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-08-17T12:13:26.6380720Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-08-17T12:13:26.6484796Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-08-17T12:13:26.6821589Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-08-17T12:13:26.6908613Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-08-17T12:13:26.7262928Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-08-17T12:13:26.7786388Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-08-17T12:13:26.7795992Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-08-17T12:13:26.7855651Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-08-17T12:13:26.8222723Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-08-17T12:13:26.8291100Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-08-17T12:13:26.8661508Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-08-17T12:13:26.8687172Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-08-17T12:13:26.9102176Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-08-17T12:13:26.9128767Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-08-17T12:13:26.9544485Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-08-17T12:13:27.0000839Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-08-17T12:13:27.0009788Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-08-17T12:13:27.0034463Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-08-17T12:13:27.0423054Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-08-17T12:13:27.0449160Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-08-17T12:13:27.0860718Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-08-17T12:13:27.0889114Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-08-17T12:13:27.1303164Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-08-17T12:13:27.1740812Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-08-17T12:13:27.1749212Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-08-17T12:13:27.1825847Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-08-17T12:13:27.2183269Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-08-17T12:13:27.2248261Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-08-17T12:13:27.2621980Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-08-17T12:13:27.2650764Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-08-17T12:13:27.3063000Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-08-17T12:13:27.3093718Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-08-17T12:13:27.3502710Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-08-17T12:13:27.3532607Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-08-17T12:13:27.3943234Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-08-17T12:13:27.3969538Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-08-17T12:13:27.4382669Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-08-17T12:13:27.4411048Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-08-17T12:13:27.4820940Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-08-17T12:13:27.4847470Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-08-17T12:13:27.5262697Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-08-17T12:13:27.5340409Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-08-17T12:13:27.5700897Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-08-17T12:13:27.5730428Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-08-17T12:13:27.6141996Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-08-17T12:13:27.6327883Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-08-17T12:13:27.6582440Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-08-17T12:13:27.6674212Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-08-17T12:13:27.7022920Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-08-17T12:13:27.7455822Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-08-17T12:13:27.7464406Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-08-17T12:13:27.7492938Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-08-17T12:13:27.7902806Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-08-17T12:13:27.7940617Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:13:27.8341259Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:13:27.8371493Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-08-17T12:13:27.8783437Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-08-17T12:13:27.8855571Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-08-17T12:13:27.9222735Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-08-17T12:13:27.9632252Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-08-17T12:13:27.9659437Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-08-17T12:13:27.9678210Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-08-17T12:13:28.0103159Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-08-17T12:13:28.0135939Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-08-17T12:13:28.0543754Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-08-17T12:13:28.0563015Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:13:28.0982884Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:13:28.1011158Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-08-17T12:13:28.1423126Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-08-17T12:13:28.1447735Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-08-17T12:13:28.1862075Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-08-17T12:13:28.1892501Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-08-17T12:13:28.2302733Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-08-17T12:13:28.2330110Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-08-17T12:13:28.2740675Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-08-17T12:13:28.2771204Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-08-17T12:13:28.3183319Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-08-17T12:13:28.3215088Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-08-17T12:13:28.3622793Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-08-17T12:13:28.3650495Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-08-17T12:13:28.4061402Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-08-17T12:13:28.4092502Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-08-17T12:13:28.4502083Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-08-17T12:13:28.4536416Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-08-17T12:13:28.4941573Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-08-17T12:13:28.4972998Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-08-17T12:13:28.5381175Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-08-17T12:13:28.5410763Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-08-17T12:13:28.5822980Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-08-17T12:13:28.5855053Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-08-17T12:13:28.6260836Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-08-17T12:13:28.6291430Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-08-17T12:13:28.6701902Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-08-17T12:13:28.6729020Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-08-17T12:13:28.7141892Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-08-17T12:13:28.7172544Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-08-17T12:13:28.7581551Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-08-17T12:13:28.7612125Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-08-17T12:13:28.8023693Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-08-17T12:13:28.8049559Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-08-17T12:13:28.8460583Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-08-17T12:13:28.8491439Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-08-17T12:13:28.8901816Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-08-17T12:13:28.8929526Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-08-17T12:13:28.9346772Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-08-17T12:13:28.9378910Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-08-17T12:13:28.9783038Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-08-17T12:13:28.9813555Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-08-17T12:13:29.0222835Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-08-17T12:13:29.0253003Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-08-17T12:13:29.0662403Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-08-17T12:13:29.0695536Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-08-17T12:13:29.1104560Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-08-17T12:13:29.1131602Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-08-17T12:13:29.1543580Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-08-17T12:13:29.1574602Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-08-17T12:13:29.1982732Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-08-17T12:13:29.2013154Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-08-17T12:13:29.2422031Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-08-17T12:13:29.2452922Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-08-17T12:13:29.2862667Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-08-17T12:13:29.2894236Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-08-17T12:13:29.3302677Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-08-17T12:13:29.3333859Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-08-17T12:13:29.3742745Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-08-17T12:13:29.3778258Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-08-17T12:13:29.4182886Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-08-17T12:13:29.4213965Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-08-17T12:13:29.4621203Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-08-17T12:13:29.4651008Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-08-17T12:13:29.5062580Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-08-17T12:13:29.5092837Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-08-17T12:13:29.5501686Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-08-17T12:13:29.5531669Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-08-17T12:13:29.5943708Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-08-17T12:13:29.5972968Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-08-17T12:13:29.6381951Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-08-17T12:13:29.6413001Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-08-17T12:13:29.6821391Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-08-17T12:13:29.6851968Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-08-17T12:13:29.7260610Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-08-17T12:13:29.7290095Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-08-17T12:13:29.7702501Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-08-17T12:13:29.7734799Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-08-17T12:13:29.8140114Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-08-17T12:13:29.8166150Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-08-17T12:13:29.8582889Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-08-17T12:13:29.8615105Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-08-17T12:13:29.9021023Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-08-17T12:13:29.9061086Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-08-17T12:13:29.9460834Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-08-17T12:13:29.9490521Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-08-17T12:13:29.9899523Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-08-17T12:13:29.9929049Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-08-17T12:13:30.0339656Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-08-17T12:13:30.0369090Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-08-17T12:13:30.0783423Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-08-17T12:13:30.0814519Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-08-17T12:13:30.1222811Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-08-17T12:13:30.1252496Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-08-17T12:13:30.1663659Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-08-17T12:13:30.1696286Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-08-17T12:13:30.1733333Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-08-17T12:13:30.1740920Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-08-17T12:13:30.2103865Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-08-17T12:13:30.2134609Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-08-17T12:13:30.2541971Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-08-17T12:13:30.2572101Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-08-17T12:13:30.2982344Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-08-17T12:13:30.3009371Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-08-17T12:13:30.3421485Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-08-17T12:13:30.3457192Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-08-17T12:13:30.3861391Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-08-17T12:13:30.3892142Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-08-17T12:13:30.4303225Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-08-17T12:13:30.4329588Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-08-17T12:13:30.4421913Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-08-17T12:13:30.4428987Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-08-17T12:13:30.4740891Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-08-17T12:13:30.4770953Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-08-17T12:13:30.5181685Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-08-17T12:13:30.5213111Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-08-17T12:13:30.5623050Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-08-17T12:13:30.5653729Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-08-17T12:13:30.6062342Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-08-17T12:13:30.6089340Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-08-17T12:13:30.6482986Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-08-17T12:13:30.6492357Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-08-17T12:13:30.6500006Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-08-17T12:13:30.6530162Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-08-17T12:13:30.6942070Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-08-17T12:13:30.6967675Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-08-17T12:13:30.7382214Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-08-17T12:13:30.7408810Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-08-17T12:13:30.7821468Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-08-17T12:13:30.7847995Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-08-17T12:13:30.8260705Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-08-17T12:13:30.8282121Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-08-17T12:13:30.8702421Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-08-17T12:13:30.8727531Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-08-17T12:13:30.9142219Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-08-17T12:13:30.9168227Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-08-17T12:13:30.9582504Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-08-17T12:13:30.9605028Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-08-17T12:13:31.0022404Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-08-17T12:13:31.0047537Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-08-17T12:13:31.0460438Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-08-17T12:13:31.0482039Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-08-17T12:13:31.0901894Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-08-17T12:13:31.0927459Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-08-17T12:13:31.1342535Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-08-17T12:13:31.1367169Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-08-17T12:13:31.1781800Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-08-17T12:13:31.1807743Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-08-17T12:13:31.2223173Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-08-17T12:13:31.2251383Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-08-17T12:13:31.2698711Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-08-17T12:13:31.2718339Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-08-17T12:13:31.3103017Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-08-17T12:13:31.3124275Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-08-17T12:13:31.3541804Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-08-17T12:13:31.3566366Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-08-17T12:13:31.3596242Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-08-17T12:13:31.3603836Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-08-17T12:13:31.3982746Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-08-17T12:13:31.4009840Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-08-17T12:13:31.4421967Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-08-17T12:13:31.4450722Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-08-17T12:13:31.4862208Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-08-17T12:13:31.4888692Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-08-17T12:13:31.5300942Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-08-17T12:13:31.5328198Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-08-17T12:13:31.5743008Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-08-17T12:13:31.5770448Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-08-17T12:13:31.6182017Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-08-17T12:13:31.6209827Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-08-17T12:13:31.6622178Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-08-17T12:13:31.6649450Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-08-17T12:13:31.7062424Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-08-17T12:13:31.7089750Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-08-17T12:13:31.7501851Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-08-17T12:13:31.7534679Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-08-17T12:13:31.7941336Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-08-17T12:13:31.7969133Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-08-17T12:13:31.8382868Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-08-17T12:13:31.8411415Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-08-17T12:13:31.8823578Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-08-17T12:13:31.8850196Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-08-17T12:13:31.9263732Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-08-17T12:13:31.9292266Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-08-17T12:13:31.9702815Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-08-17T12:13:31.9730555Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-08-17T12:13:32.0142651Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-08-17T12:13:32.0172447Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-08-17T12:13:32.0233805Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-08-17T12:13:32.0240871Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-08-17T12:13:32.0582397Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-08-17T12:13:32.0612018Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-08-17T12:13:32.1022994Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-08-17T12:13:32.1051445Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-08-17T12:13:32.1464280Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-08-17T12:13:32.1491282Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-08-17T12:13:32.1903179Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-08-17T12:13:32.1935390Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-08-17T12:13:32.2342269Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-08-17T12:13:32.2369878Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-08-17T12:13:32.2782086Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-08-17T12:13:32.2809226Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-08-17T12:13:32.3224483Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-08-17T12:13:32.3254311Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-08-17T12:13:32.3664158Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-08-17T12:13:32.3673507Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-08-17T12:13:32.3676153Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-08-17T12:13:32.3703868Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-08-17T12:13:32.4100532Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-08-17T12:13:32.4125702Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-08-17T12:13:32.4541746Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-08-17T12:13:32.4569383Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-08-17T12:13:32.4980347Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-08-17T12:13:32.5010878Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:13:32.5244410Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:13:32.5254757Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-08-17T12:13:32.5418984Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-08-17T12:13:32.5446662Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-08-17T12:13:32.5862178Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-08-17T12:13:32.5894284Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-08-17T12:13:32.6302710Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-08-17T12:13:32.6330050Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-08-17T12:13:32.6742215Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-08-17T12:13:32.6780169Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-08-17T12:13:32.7180324Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-08-17T12:13:32.7207647Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-08-17T12:13:32.7622666Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-08-17T12:13:32.7650588Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-08-17T12:13:32.8061477Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-08-17T12:13:32.8087862Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-08-17T12:13:32.8499249Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-08-17T12:13:32.8525123Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-08-17T12:13:32.8939783Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-08-17T12:13:32.8966226Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-08-17T12:13:32.9379791Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-08-17T12:13:32.9405344Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-08-17T12:13:32.9821798Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-08-17T12:13:32.9850294Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-08-17T12:13:33.0261945Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-08-17T12:13:33.0289248Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-08-17T12:13:33.0700962Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-08-17T12:13:33.0729676Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:13:33.1140079Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:13:33.1169879Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-08-17T12:13:33.1580955Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-08-17T12:13:33.1608037Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-08-17T12:13:33.2022788Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-08-17T12:13:33.2050217Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-08-17T12:13:33.2460279Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-08-17T12:13:33.2486901Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-08-17T12:13:33.2902575Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-08-17T12:13:33.2930120Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-08-17T12:13:33.3341892Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-08-17T12:13:33.3368759Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-08-17T12:13:33.3783482Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-08-17T12:13:33.3816013Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-08-17T12:13:33.4224196Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-08-17T12:13:33.4255492Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-08-17T12:13:33.4662697Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-08-17T12:13:33.4692616Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-08-17T12:13:33.5100811Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-08-17T12:13:33.5130612Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-08-17T12:13:33.5543395Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-08-17T12:13:33.5575671Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-08-17T12:13:33.5983290Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-08-17T12:13:33.6018265Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-08-17T12:13:33.6420196Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-08-17T12:13:33.6450175Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-08-17T12:13:33.6861359Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-08-17T12:13:33.6890426Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-08-17T12:13:33.7300000Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-08-17T12:13:33.7329631Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-08-17T12:13:33.7740005Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-08-17T12:13:33.7769552Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-08-17T12:13:33.8183015Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-08-17T12:13:33.8214323Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-08-17T12:13:33.8623295Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-08-17T12:13:33.8650706Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-08-17T12:13:33.9061404Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-08-17T12:13:33.9088193Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-08-17T12:13:33.9500094Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-08-17T12:13:33.9525541Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:13:33.9940655Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:13:33.9965729Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-08-17T12:13:34.0383039Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-08-17T12:13:34.0410490Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-08-17T12:13:34.0822538Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-08-17T12:13:34.0853744Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-08-17T12:13:34.1262286Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-08-17T12:13:34.1290704Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-08-17T12:13:34.1700945Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-08-17T12:13:34.1727240Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-08-17T12:13:34.2140646Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-08-17T12:13:34.2158589Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:13:34.2582361Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:13:34.2608932Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-08-17T12:13:34.3022839Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-08-17T12:13:34.3052196Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-08-17T12:13:34.3462809Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-08-17T12:13:34.3490556Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-08-17T12:13:34.3625375Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-08-17T12:13:34.3632685Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-08-17T12:13:34.3901710Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-08-17T12:13:34.3929492Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-08-17T12:13:34.4340196Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-08-17T12:13:34.4368595Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-08-17T12:13:34.4783721Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-08-17T12:13:34.4812686Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-08-17T12:13:34.5223589Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-08-17T12:13:34.5256595Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:13:34.5663250Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:13:34.5690992Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:13:34.5880777Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:13:34.5891106Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-08-17T12:13:34.6101294Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-08-17T12:13:34.6129396Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:13:34.6542689Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:13:34.6570746Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-08-17T12:13:34.6982039Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-08-17T12:13:34.7009075Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:13:34.7117486Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:13:34.7125361Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-08-17T12:13:34.7422288Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-08-17T12:13:34.7450529Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-08-17T12:13:34.7528861Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-08-17T12:13:34.7578240Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-08-17T12:13:34.7598496Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-08-17T12:13:34.7860606Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-08-17T12:13:34.7881764Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:13:34.8019586Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:13:34.8040091Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-08-17T12:13:34.8301498Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-08-17T12:13:34.8321675Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:13:34.8460775Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:13:34.8482955Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-08-17T12:13:34.8740859Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-08-17T12:13:34.8764392Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:13:34.8900526Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:13:34.9182424Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-08-17T12:13:34.9201674Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-08-17T12:13:34.9209729Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-08-17T12:13:34.9340330Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-08-17T12:13:34.9363385Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-08-17T12:13:34.9622198Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-08-17T12:13:34.9644738Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:13:34.9782247Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:13:34.9812566Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-08-17T12:13:35.0062309Z [gw2] [ 4%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-08-17T12:13:35.0087785Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:13:35.0220230Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:13:35.0468626Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-08-17T12:13:35.0499948Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-08-17T12:13:35.0521769Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-08-17T12:13:35.0660695Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-08-17T12:13:35.0681535Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-08-17T12:13:35.0942455Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-08-17T12:13:35.0963801Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-08-17T12:13:35.1099988Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-08-17T12:13:35.1234414Z test_ops.py::TestCommonCPU::test_errors_eig_cpu 2022-08-17T12:13:35.1381048Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_eig_cpu 2022-08-17T12:13:35.1403767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-08-17T12:13:35.1540863Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-08-17T12:13:35.1564451Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-08-17T12:13:35.1821388Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-08-17T12:13:35.1843185Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:13:35.1979797Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:13:35.2003376Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-08-17T12:13:35.2260695Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-08-17T12:13:35.2282488Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_int64 2022-08-17T12:13:35.2419378Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_int64 2022-08-17T12:13:35.2702300Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-08-17T12:13:35.2727113Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-08-17T12:13:35.3049070Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-08-17T12:13:35.3057465Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-08-17T12:13:35.3140909Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-08-17T12:13:35.3172090Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:13:35.3174646Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:13:35.3461849Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-08-17T12:13:35.3524756Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-08-17T12:13:35.3579550Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-08-17T12:13:35.3604206Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:13:35.3901291Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:13:35.4021046Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-08-17T12:13:35.4047190Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:13:35.4152097Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:13:35.4339681Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-08-17T12:13:35.4411383Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-08-17T12:13:35.4458856Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-08-17T12:13:35.4483171Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-08-17T12:13:35.4782120Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-08-17T12:13:35.4803551Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-08-17T12:13:35.4899426Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-08-17T12:13:35.4926600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:13:35.5221514Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:13:35.5245896Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-08-17T12:13:35.5340470Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-08-17T12:13:35.5365747Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-08-17T12:13:35.5663565Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-08-17T12:13:35.5685269Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-08-17T12:13:35.5780319Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-08-17T12:13:35.5805043Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:13:35.6101095Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:13:35.6221191Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-08-17T12:13:35.6243417Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-08-17T12:13:35.6395823Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-08-17T12:13:35.6539390Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-08-17T12:13:35.6560151Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-08-17T12:13:35.6659188Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-08-17T12:13:35.6683919Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-08-17T12:13:35.6982072Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-08-17T12:13:35.7050886Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-08-17T12:13:35.7098777Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-08-17T12:13:35.7123377Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-08-17T12:13:35.7419493Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-08-17T12:13:35.7486560Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-08-17T12:13:35.7538858Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-08-17T12:13:35.7562740Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-08-17T12:13:35.7860522Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-08-17T12:13:35.7880803Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-08-17T12:13:35.7978426Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-08-17T12:13:35.8002112Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:13:35.8299917Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:13:35.8421128Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-08-17T12:13:35.8446373Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-08-17T12:13:35.8457009Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-08-17T12:13:35.8741159Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-08-17T12:13:35.8762440Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-08-17T12:13:35.8859748Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-08-17T12:13:35.8881951Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:13:35.9179852Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:13:35.9204460Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-08-17T12:13:35.9299692Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-08-17T12:13:35.9325106Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:13:35.9620107Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:13:35.9637207Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:13:35.9738923Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:13:35.9760842Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-08-17T12:13:36.0060374Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-08-17T12:13:36.0082974Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-08-17T12:13:36.0179886Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-08-17T12:13:36.0204720Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-08-17T12:13:36.0501940Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-08-17T12:13:36.0627930Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-08-17T12:13:36.0628853Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-08-17T12:13:36.0643697Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-08-17T12:13:36.0941219Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-08-17T12:13:36.1021251Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-08-17T12:13:36.1059808Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-08-17T12:13:36.1082145Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-08-17T12:13:36.1378756Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-08-17T12:13:36.1401995Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-08-17T12:13:36.1498314Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-08-17T12:13:36.1519839Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-08-17T12:13:36.1818533Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-08-17T12:13:36.1841603Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-08-17T12:13:36.1938444Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-08-17T12:13:36.1959972Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-08-17T12:13:36.2260759Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-08-17T12:13:36.2284365Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-08-17T12:13:36.2379970Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-08-17T12:13:36.2398885Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-08-17T12:13:36.2701324Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-08-17T12:13:36.2725173Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-08-17T12:13:36.2820390Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-08-17T12:13:36.2839167Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-08-17T12:13:36.3140364Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-08-17T12:13:36.3163679Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-08-17T12:13:36.3259454Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-08-17T12:13:36.3281836Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-08-17T12:13:36.3580541Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-08-17T12:13:36.3604727Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-08-17T12:13:36.3699072Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-08-17T12:13:36.3724687Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-08-17T12:13:36.4021136Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-08-17T12:13:36.4047571Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-08-17T12:13:36.4139407Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-08-17T12:13:36.4167014Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-08-17T12:13:36.4461648Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-08-17T12:13:36.4483759Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-08-17T12:13:36.4579525Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-08-17T12:13:36.4603720Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-08-17T12:13:36.4901269Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-08-17T12:13:36.4923583Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-08-17T12:13:36.5020097Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-08-17T12:13:36.5043512Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-08-17T12:13:36.5341399Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-08-17T12:13:36.5363083Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-08-17T12:13:36.5460727Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-08-17T12:13:36.5482500Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-08-17T12:13:36.5782790Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-08-17T12:13:36.5807240Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-08-17T12:13:36.5901144Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-08-17T12:13:36.5926717Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-08-17T12:13:36.6222248Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-08-17T12:13:36.6248294Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-08-17T12:13:36.6340407Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-08-17T12:13:36.6362523Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-08-17T12:13:36.6661111Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-08-17T12:13:36.6684251Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-08-17T12:13:36.6779165Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-08-17T12:13:36.6803030Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-08-17T12:13:36.7100481Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-08-17T12:13:36.7122092Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-08-17T12:13:36.7219735Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-08-17T12:13:36.7242325Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-08-17T12:13:36.7540775Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-08-17T12:13:36.7562967Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-08-17T12:13:36.7658508Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-08-17T12:13:36.7680892Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-08-17T12:13:36.7980366Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-08-17T12:13:36.8002589Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-08-17T12:13:36.8099553Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-08-17T12:13:36.8123741Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-08-17T12:13:36.8419259Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-08-17T12:13:36.8444071Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-08-17T12:13:36.8538834Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-08-17T12:13:36.8562929Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-08-17T12:13:36.8860031Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-08-17T12:13:36.8882160Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-08-17T12:13:36.8978999Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-08-17T12:13:36.9008739Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-08-17T12:13:36.9299501Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-08-17T12:13:36.9321098Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-08-17T12:13:36.9418807Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-08-17T12:13:36.9443147Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-08-17T12:13:36.9740131Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-08-17T12:13:36.9760689Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-08-17T12:13:36.9858557Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-08-17T12:13:36.9882939Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-08-17T12:13:37.0180446Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-08-17T12:13:37.0202114Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-08-17T12:13:37.0298737Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-08-17T12:13:37.0322750Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-08-17T12:13:37.0619769Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-08-17T12:13:37.0640654Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-08-17T12:13:37.0738622Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-08-17T12:13:37.0762297Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-08-17T12:13:37.1058920Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-08-17T12:13:37.1078902Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-08-17T12:13:37.1178844Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-08-17T12:13:37.1201998Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-08-17T12:13:37.1499297Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-08-17T12:13:37.1518844Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-08-17T12:13:37.1617847Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-08-17T12:13:37.1641163Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-08-17T12:13:37.1938532Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-08-17T12:13:37.1957723Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-08-17T12:13:37.2058980Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-08-17T12:13:37.2082034Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-08-17T12:13:37.2382775Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-08-17T12:13:37.2402148Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-08-17T12:13:37.2499651Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-08-17T12:13:37.2523565Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-08-17T12:13:37.2820574Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-08-17T12:13:37.2844335Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-08-17T12:13:37.2939365Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-08-17T12:13:37.2962971Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-08-17T12:13:37.3259228Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-08-17T12:13:37.3284523Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-08-17T12:13:37.3378643Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-08-17T12:13:37.3401807Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-08-17T12:13:37.3698953Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-08-17T12:13:37.3722341Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-08-17T12:13:37.3818435Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-08-17T12:13:37.3844802Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-08-17T12:13:37.4140615Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-08-17T12:13:37.4164550Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-08-17T12:13:37.4259411Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-08-17T12:13:37.4284462Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-08-17T12:13:37.4580659Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-08-17T12:13:37.4604649Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-08-17T12:13:37.4699636Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-08-17T12:13:37.4723982Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-08-17T12:13:37.5020728Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-08-17T12:13:37.5044409Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-08-17T12:13:37.5138603Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-08-17T12:13:37.5161778Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:37.5459677Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:37.5482814Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-08-17T12:13:37.5577939Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-08-17T12:13:37.5595331Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:37.5898492Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:37.5921967Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-08-17T12:13:37.6018593Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-08-17T12:13:37.6042605Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-08-17T12:13:37.6341224Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-08-17T12:13:37.6365420Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-08-17T12:13:37.6459852Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-08-17T12:13:37.6485278Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:13:37.6782295Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:13:37.6807944Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-08-17T12:13:37.6900267Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-08-17T12:13:37.6926412Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-08-17T12:13:37.7222294Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-08-17T12:13:37.7247178Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-08-17T12:13:37.7339372Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-08-17T12:13:37.7363284Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-08-17T12:13:37.7659915Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-08-17T12:13:37.7682925Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-08-17T12:13:37.7778593Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-08-17T12:13:37.7796471Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:13:37.8101855Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:13:37.8129047Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-08-17T12:13:37.8220021Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-08-17T12:13:37.8247980Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-08-17T12:13:37.8542087Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-08-17T12:13:37.8566240Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-08-17T12:13:37.8659243Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-08-17T12:13:37.8683810Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-08-17T12:13:37.8979442Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-08-17T12:13:37.9003727Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-08-17T12:13:37.9098336Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-08-17T12:13:37.9122224Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-08-17T12:13:37.9419507Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-08-17T12:13:37.9444481Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-08-17T12:13:37.9539834Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-08-17T12:13:37.9564433Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:13:37.9861221Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:13:37.9886144Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-08-17T12:13:37.9979610Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-08-17T12:13:38.0003925Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:13:38.0300309Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:13:38.0324183Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-08-17T12:13:38.0419062Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-08-17T12:13:38.0437568Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:38.0741278Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:38.0766404Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-08-17T12:13:38.0859012Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-08-17T12:13:38.0876679Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:38.1179561Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:38.1202689Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-08-17T12:13:38.1298408Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-08-17T12:13:38.1321558Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-08-17T12:13:38.1621768Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-08-17T12:13:38.1646897Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-08-17T12:13:38.1739255Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-08-17T12:13:38.1763118Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-08-17T12:13:38.2060733Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-08-17T12:13:38.2086470Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-08-17T12:13:38.2178698Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-08-17T12:13:38.2211977Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-08-17T12:13:38.2500035Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-08-17T12:13:38.2527725Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-08-17T12:13:38.2619032Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-08-17T12:13:38.2643346Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-08-17T12:13:38.2941397Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-08-17T12:13:38.2965201Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-08-17T12:13:38.3060340Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-08-17T12:13:38.3088013Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-08-17T12:13:38.3382281Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-08-17T12:13:38.3407120Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-08-17T12:13:38.3498999Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-08-17T12:13:38.3523344Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-08-17T12:13:38.3820542Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-08-17T12:13:38.3844347Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-08-17T12:13:38.3938992Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-08-17T12:13:38.3963453Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-08-17T12:13:38.4260220Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-08-17T12:13:38.4284987Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-08-17T12:13:38.4378255Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-08-17T12:13:38.4402057Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-08-17T12:13:38.4700130Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-08-17T12:13:38.4724133Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-08-17T12:13:38.4819564Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-08-17T12:13:38.4844123Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-08-17T12:13:38.5140411Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-08-17T12:13:38.5165430Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-08-17T12:13:38.5258260Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-08-17T12:13:38.5281636Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-08-17T12:13:38.5580190Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-08-17T12:13:38.5603752Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-08-17T12:13:38.5698508Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-08-17T12:13:38.5722558Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-08-17T12:13:38.6020434Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-08-17T12:13:38.6045050Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-08-17T12:13:38.6139663Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-08-17T12:13:38.6165026Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-08-17T12:13:38.6461355Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-08-17T12:13:38.6486459Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-08-17T12:13:38.6579325Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-08-17T12:13:38.6604236Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-08-17T12:13:38.6900731Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-08-17T12:13:38.6924860Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-08-17T12:13:38.7018326Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-08-17T12:13:38.7040115Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-08-17T12:13:38.7341836Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-08-17T12:13:38.7373906Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-08-17T12:13:38.7460626Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-08-17T12:13:38.9319881Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-08-17T12:13:38.9332592Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-08-17T12:13:38.9333508Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-08-17T12:13:38.9358128Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-08-17T12:13:38.9367245Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-08-17T12:13:38.9375470Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-08-17T12:13:38.9377991Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-08-17T12:13:38.9407512Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-08-17T12:13:38.9410378Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-08-17T12:13:38.9781893Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-08-17T12:13:38.9782700Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-08-17T12:13:38.9815269Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-08-17T12:13:38.9818318Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-08-17T12:13:39.0223584Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-08-17T12:13:39.0224220Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-08-17T12:13:39.0253313Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-08-17T12:13:39.0261147Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-08-17T12:13:39.0663260Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-08-17T12:13:39.0663704Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-08-17T12:13:39.0690999Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-08-17T12:13:39.0698554Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-08-17T12:13:39.1102703Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-08-17T12:13:39.1103292Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-08-17T12:13:39.1129412Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-08-17T12:13:39.1137670Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-08-17T12:13:39.1543288Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-08-17T12:13:39.1543869Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-08-17T12:13:39.1572374Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-08-17T12:13:39.1580358Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-08-17T12:13:39.1982944Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-08-17T12:13:39.1983404Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-08-17T12:13:39.2011121Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-08-17T12:13:39.2018696Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-08-17T12:13:39.2421897Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-08-17T12:13:39.2422626Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-08-17T12:13:39.2449976Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-08-17T12:13:39.2457785Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-08-17T12:13:39.2861479Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-08-17T12:13:39.2861866Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-08-17T12:13:39.2887798Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-08-17T12:13:39.2895401Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-08-17T12:13:39.3303294Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-08-17T12:13:39.3303985Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-08-17T12:13:39.3337785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-08-17T12:13:39.3349124Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-08-17T12:13:39.3744357Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-08-17T12:13:39.3744736Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-08-17T12:13:39.3771508Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-08-17T12:13:39.3863009Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-08-17T12:13:39.4182948Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-08-17T12:13:39.4185525Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-08-17T12:13:39.4209391Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-08-17T12:13:39.4621773Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-08-17T12:13:39.4653636Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-08-17T12:13:39.4759592Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-08-17T12:13:39.4769456Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-08-17T12:13:39.4796798Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-08-17T12:13:39.5061755Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-08-17T12:13:39.5091438Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-08-17T12:13:39.5180088Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-08-17T12:13:39.5253157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-08-17T12:13:39.5502279Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-08-17T12:13:39.5530906Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-08-17T12:13:39.5618679Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-08-17T12:13:39.5673771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-08-17T12:13:39.5939944Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-08-17T12:13:39.5967529Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-08-17T12:13:39.6058610Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-08-17T12:13:39.6101211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-08-17T12:13:39.6380930Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-08-17T12:13:39.6409565Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-08-17T12:13:39.6498381Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-08-17T12:13:39.6529213Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-08-17T12:13:39.6820374Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-08-17T12:13:39.6848100Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-08-17T12:13:39.6939348Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-08-17T12:13:39.6987898Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-08-17T12:13:39.7261511Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-08-17T12:13:39.7289571Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-08-17T12:13:39.7378517Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-08-17T12:13:39.7437217Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-08-17T12:13:39.7700341Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-08-17T12:13:39.7732215Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-08-17T12:13:39.7818803Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-08-17T12:13:39.7854656Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-08-17T12:13:39.8142575Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-08-17T12:13:39.8170941Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-08-17T12:13:39.8261484Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-08-17T12:13:39.8312211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-08-17T12:13:39.8583556Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-08-17T12:13:39.8612225Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-08-17T12:13:39.8701918Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-08-17T12:13:39.8758304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-08-17T12:13:39.9020766Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-08-17T12:13:39.9049688Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-08-17T12:13:39.9138757Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-08-17T12:13:39.9225471Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-08-17T12:13:39.9459781Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-08-17T12:13:39.9487254Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-08-17T12:13:39.9578240Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-08-17T12:13:39.9604428Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-08-17T12:13:39.9901066Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-08-17T12:13:39.9929512Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-08-17T12:13:40.0020165Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-08-17T12:13:40.0089098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-08-17T12:13:40.0341233Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-08-17T12:13:40.0370118Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-08-17T12:13:40.0459177Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-08-17T12:13:40.0518432Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-08-17T12:13:40.0780085Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-08-17T12:13:40.0808792Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-08-17T12:13:40.0898478Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-08-17T12:13:40.0976230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-08-17T12:13:40.1219395Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-08-17T12:13:40.1247184Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-08-17T12:13:40.1339482Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-08-17T12:13:40.1380977Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-08-17T12:13:40.1661000Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-08-17T12:13:40.1690486Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-08-17T12:13:40.1780444Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-08-17T12:13:40.1799815Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-08-17T12:13:40.2100471Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-08-17T12:13:40.2129038Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-08-17T12:13:40.2218638Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-08-17T12:13:40.2255115Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-08-17T12:13:40.2540333Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-08-17T12:13:40.2572411Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-08-17T12:13:40.2658433Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-08-17T12:13:40.2697571Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-08-17T12:13:40.2980610Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-08-17T12:13:40.3008548Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-08-17T12:13:40.3100203Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-08-17T12:13:40.3162038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-08-17T12:13:40.3421692Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-08-17T12:13:40.3450376Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-08-17T12:13:40.3539668Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-08-17T12:13:40.3599077Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-08-17T12:13:40.3860233Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-08-17T12:13:40.3890280Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-08-17T12:13:40.3979023Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-08-17T12:13:40.4043672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-08-17T12:13:40.4300575Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-08-17T12:13:40.4327739Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-08-17T12:13:40.4418896Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-08-17T12:13:40.4486908Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-08-17T12:13:40.4741108Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-08-17T12:13:40.4770139Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-08-17T12:13:40.4859349Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-08-17T12:13:40.4916129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-08-17T12:13:40.5181118Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-08-17T12:13:40.5209800Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-08-17T12:13:40.5299809Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-08-17T12:13:40.5340224Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-08-17T12:13:40.5620709Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-08-17T12:13:40.5648510Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:13:40.5739817Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:13:40.5777956Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-08-17T12:13:40.6060447Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-08-17T12:13:40.6089149Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-08-17T12:13:40.6179791Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-08-17T12:13:40.6222743Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-08-17T12:13:40.6501900Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-08-17T12:13:40.6529774Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-08-17T12:13:40.6619914Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-08-17T12:13:40.6658060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-08-17T12:13:40.6940793Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-08-17T12:13:40.6969237Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-08-17T12:13:40.7060221Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-08-17T12:13:40.7090386Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-08-17T12:13:40.7381447Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-08-17T12:13:40.7412751Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-08-17T12:13:40.7499292Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-08-17T12:13:40.7540780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-08-17T12:13:40.7821341Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-08-17T12:13:40.7850078Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-08-17T12:13:40.7939745Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-08-17T12:13:40.7972575Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-08-17T12:13:40.8260565Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-08-17T12:13:40.8288224Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-08-17T12:13:40.8378931Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-08-17T12:13:40.8407221Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-08-17T12:13:40.8702380Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-08-17T12:13:40.8731025Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-08-17T12:13:40.8820240Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-08-17T12:13:40.8845837Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-08-17T12:13:40.9142984Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-08-17T12:13:40.9171839Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-08-17T12:13:40.9261003Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-08-17T12:13:40.9334498Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-08-17T12:13:40.9580061Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-08-17T12:13:40.9610169Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:13:40.9699728Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:13:40.9731196Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-08-17T12:13:41.0021343Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-08-17T12:13:41.0049827Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-08-17T12:13:41.0140018Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-08-17T12:13:41.0197270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-08-17T12:13:41.0460395Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-08-17T12:13:41.0489081Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:13:41.0578860Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:13:41.0620854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-08-17T12:13:41.0901169Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-08-17T12:13:41.0929643Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:13:41.1019706Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:13:41.1060218Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-08-17T12:13:41.1341217Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-08-17T12:13:41.1370172Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-08-17T12:13:41.1461159Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-08-17T12:13:41.1511088Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-08-17T12:13:41.1781435Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-08-17T12:13:41.1813975Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-08-17T12:13:41.1899539Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-08-17T12:13:41.1956914Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-08-17T12:13:41.2220705Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-08-17T12:13:41.2249726Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-08-17T12:13:41.2338647Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-08-17T12:13:41.2386974Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-08-17T12:13:41.2658819Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-08-17T12:13:41.2686050Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-08-17T12:13:41.2778170Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-08-17T12:13:41.2807896Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-08-17T12:13:41.3102112Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-08-17T12:13:41.3130741Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-08-17T12:13:41.3220766Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-08-17T12:13:41.3293961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-08-17T12:13:41.3542298Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-08-17T12:13:41.3570501Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-08-17T12:13:41.3659550Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-08-17T12:13:41.3702901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-08-17T12:13:41.3980353Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-08-17T12:13:41.4008591Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-08-17T12:13:41.4098158Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-08-17T12:13:41.4212754Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-08-17T12:13:41.4420752Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-08-17T12:13:41.4449767Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-08-17T12:13:41.4540164Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-08-17T12:13:41.4573338Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-08-17T12:13:41.4861956Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-08-17T12:13:41.4889490Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-08-17T12:13:41.4978984Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-08-17T12:13:41.5014965Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-08-17T12:13:41.5299472Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-08-17T12:13:41.5327393Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-08-17T12:13:41.5418119Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-08-17T12:13:41.5435167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-08-17T12:13:41.5741061Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-08-17T12:13:41.5770039Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-08-17T12:13:41.5860510Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-08-17T12:13:41.5896452Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-08-17T12:13:41.6181551Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-08-17T12:13:41.6209602Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-08-17T12:13:41.6298902Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-08-17T12:13:41.6403464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-08-17T12:13:41.6620280Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-08-17T12:13:41.6651908Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-08-17T12:13:41.6739732Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-08-17T12:13:41.6772678Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-08-17T12:13:41.7062952Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-08-17T12:13:41.7092024Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-08-17T12:13:41.7181451Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-08-17T12:13:41.7244101Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-08-17T12:13:41.7501952Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-08-17T12:13:41.7529310Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-08-17T12:13:41.7618674Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-08-17T12:13:41.7693941Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-08-17T12:13:41.7939943Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-08-17T12:13:41.7968115Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-08-17T12:13:41.8059116Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-08-17T12:13:41.8138602Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-08-17T12:13:41.8381380Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-08-17T12:13:41.8410510Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-08-17T12:13:41.8499429Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-08-17T12:13:41.8536552Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-08-17T12:13:41.8819278Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-08-17T12:13:41.8847325Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-08-17T12:13:41.8938258Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-08-17T12:13:41.8968372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-08-17T12:13:41.9260913Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-08-17T12:13:41.9289099Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-08-17T12:13:41.9379649Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-08-17T12:13:41.9424358Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-08-17T12:13:41.9702892Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-08-17T12:13:41.9731353Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:13:41.9821203Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:13:41.9890236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-08-17T12:13:42.0142098Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-08-17T12:13:42.0170954Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-08-17T12:13:42.0259577Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-08-17T12:13:42.0371131Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-08-17T12:13:42.0579676Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-08-17T12:13:42.0606532Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-08-17T12:13:42.0698628Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-08-17T12:13:42.0745739Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-08-17T12:13:42.1020959Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-08-17T12:13:42.1052914Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-08-17T12:13:42.1139230Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-08-17T12:13:42.1184617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-08-17T12:13:42.1461130Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-08-17T12:13:42.1497890Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-08-17T12:13:42.1579271Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-08-17T12:13:42.1627253Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-08-17T12:13:42.1901796Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-08-17T12:13:42.1932175Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-08-17T12:13:42.2018752Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-08-17T12:13:42.2065220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-08-17T12:13:42.2339428Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-08-17T12:13:42.2370128Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:13:42.2458154Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:13:42.2503000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-08-17T12:13:42.2780447Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-08-17T12:13:42.2801669Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:13:42.2898927Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:13:42.2918355Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-08-17T12:13:42.3221527Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-08-17T12:13:42.3254880Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-08-17T12:13:42.3339375Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-08-17T12:13:42.3450863Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-08-17T12:13:42.3661272Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-08-17T12:13:42.3694874Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-08-17T12:13:42.3779877Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-08-17T12:13:42.3819463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-08-17T12:13:42.4101767Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-08-17T12:13:42.4134220Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-08-17T12:13:42.4219621Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-08-17T12:13:42.4342220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-08-17T12:13:42.4541420Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-08-17T12:13:42.4576343Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-08-17T12:13:42.4659659Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-08-17T12:13:42.4742188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-08-17T12:13:42.4983387Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-08-17T12:13:42.5015606Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-08-17T12:13:42.5100584Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-08-17T12:13:42.5365479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-08-17T12:13:42.5420045Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-08-17T12:13:42.5452514Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-08-17T12:13:42.5537961Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-08-17T12:13:42.5591188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-08-17T12:13:42.5861530Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-08-17T12:13:42.5895847Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:13:42.5979236Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:13:42.6114713Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-08-17T12:13:42.6301956Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-08-17T12:13:42.6336166Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:13:42.6419924Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:13:42.6472053Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-08-17T12:13:42.6741448Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-08-17T12:13:42.6772410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:13:42.6858262Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:13:42.6936476Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-08-17T12:13:42.7179967Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-08-17T12:13:42.7211600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-08-17T12:13:42.7299333Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-08-17T12:13:42.7361050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-08-17T12:13:42.7621336Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-08-17T12:13:42.7653346Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-08-17T12:13:42.7739785Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-08-17T12:13:42.7797815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-08-17T12:13:42.8062650Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-08-17T12:13:42.8092715Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:13:42.8179925Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:13:42.8292733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-08-17T12:13:42.8502506Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-08-17T12:13:42.8535012Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:13:42.8620030Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:13:42.8702688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-08-17T12:13:42.8941452Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-08-17T12:13:42.8973191Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:13:42.9059826Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:13:42.9381912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-08-17T12:13:42.9413317Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-08-17T12:13:42.9424845Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-08-17T12:13:42.9499084Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-08-17T12:13:42.9718651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-08-17T12:13:42.9820335Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-08-17T12:13:42.9846119Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-08-17T12:13:42.9938770Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-08-17T12:13:43.0178557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-08-17T12:13:43.0287255Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-08-17T12:13:43.0296350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:13:43.0380195Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:13:43.0578075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-08-17T12:13:43.0701617Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-08-17T12:13:43.0741623Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-08-17T12:13:43.0820501Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-08-17T12:13:43.1141716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-08-17T12:13:43.1164932Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:13:43.1291537Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:13:43.1306622Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-08-17T12:13:43.1492946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-08-17T12:13:43.1580988Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-08-17T12:13:43.1606245Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:13:43.1740965Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:13:43.1886308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-08-17T12:13:43.2020897Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-08-17T12:13:43.2043767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:13:43.2180881Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:13:43.2248399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-08-17T12:13:43.2459469Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-08-17T12:13:43.2483076Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:13:43.2619652Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:13:43.2905588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-08-17T12:13:43.2938476Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-08-17T12:13:43.2984760Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-08-17T12:13:43.3059900Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-08-17T12:13:43.3248570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-08-17T12:13:43.3342095Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-08-17T12:13:43.3375983Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:13:43.3500772Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:13:43.3783698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-08-17T12:13:43.3818187Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:13:43.4224146Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:13:43.4260142Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:13:43.4327334Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:13:43.4340835Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-08-17T12:13:43.4578352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-08-17T12:13:43.4662207Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-08-17T12:13:43.4692819Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:13:43.4780765Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:13:43.5102898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-08-17T12:13:43.5132860Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:13:43.5497755Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:13:43.5505026Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-08-17T12:13:43.5540165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-08-17T12:13:43.5571256Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-08-17T12:13:43.5982264Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-08-17T12:13:43.6011389Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-08-17T12:13:43.6422313Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-08-17T12:13:43.6452947Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:13:43.6465453Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:13:43.6480513Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-08-17T12:13:43.6511816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-08-17T12:13:43.6861077Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-08-17T12:13:43.6883538Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-08-17T12:13:43.6897949Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-08-17T12:13:43.6954012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-08-17T12:13:43.7300964Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-08-17T12:13:43.7323857Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-08-17T12:13:43.7338176Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-08-17T12:13:43.7486794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-08-17T12:13:43.7740775Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-08-17T12:13:43.7761879Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-08-17T12:13:43.7778591Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-08-17T12:13:43.7838177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-08-17T12:13:43.8180680Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-08-17T12:13:43.8205229Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-08-17T12:13:43.8218232Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-08-17T12:13:43.8412012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-08-17T12:13:43.8619995Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-08-17T12:13:43.8641746Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:13:43.8658222Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:13:43.8696354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-08-17T12:13:43.9062110Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-08-17T12:13:43.9086118Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-08-17T12:13:43.9098703Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-08-17T12:13:43.9228464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-08-17T12:13:43.9501063Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-08-17T12:13:43.9526337Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-08-17T12:13:43.9538421Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-08-17T12:13:43.9624497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-08-17T12:13:43.9941608Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-08-17T12:13:43.9969153Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:13:43.9978555Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:13:44.0036383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-08-17T12:13:44.0380308Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-08-17T12:13:44.0405103Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:13:44.0418393Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:13:44.0488690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-08-17T12:13:44.0822152Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-08-17T12:13:44.0846060Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-08-17T12:13:44.0858742Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-08-17T12:13:44.0903315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-08-17T12:13:44.1261157Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-08-17T12:13:44.1286863Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-08-17T12:13:44.1299685Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-08-17T12:13:44.1382341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-08-17T12:13:44.1703712Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-08-17T12:13:44.1728707Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-08-17T12:13:44.1740059Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-08-17T12:13:44.1780172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-08-17T12:13:44.2142063Z [gw1] [ 6%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-08-17T12:13:44.2165822Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-08-17T12:13:44.2179300Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-08-17T12:13:44.2250970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-08-17T12:13:44.2582084Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-08-17T12:13:44.2606544Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-08-17T12:13:44.2618649Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-08-17T12:13:44.2670943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-08-17T12:13:44.3020876Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-08-17T12:13:44.3039502Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-08-17T12:13:44.3058841Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-08-17T12:13:44.3111520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-08-17T12:13:44.3461418Z [gw1] [ 6%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-08-17T12:13:44.3479461Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-08-17T12:13:44.3498779Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-08-17T12:13:44.3547321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-08-17T12:13:44.3901523Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-08-17T12:13:44.3925954Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-08-17T12:13:44.3939246Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-08-17T12:13:44.3985153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-08-17T12:13:44.4340716Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-08-17T12:13:44.4365441Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-08-17T12:13:44.4378706Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-08-17T12:13:44.4425929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-08-17T12:13:44.4781047Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-08-17T12:13:44.4811519Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-08-17T12:13:44.4820137Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-08-17T12:13:44.4870634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-08-17T12:13:44.5222383Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-08-17T12:13:44.5247022Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-08-17T12:13:44.5259855Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-08-17T12:13:44.5323579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-08-17T12:13:44.5661095Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-08-17T12:13:44.5683675Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-08-17T12:13:44.5699333Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-08-17T12:13:44.5857605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-08-17T12:13:44.6102773Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-08-17T12:13:44.6127788Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-08-17T12:13:44.6140079Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-08-17T12:13:44.6323092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-08-17T12:13:44.6540656Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-08-17T12:13:44.6565177Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-08-17T12:13:44.6578866Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-08-17T12:13:44.6672459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-08-17T12:13:44.6981199Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-08-17T12:13:44.7006221Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-08-17T12:13:44.7018975Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-08-17T12:13:44.7104846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-08-17T12:13:44.7422105Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-08-17T12:13:44.7445716Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-08-17T12:13:44.7459077Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-08-17T12:13:44.7542162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-08-17T12:13:44.7860932Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-08-17T12:13:44.7885156Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-08-17T12:13:44.7899056Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-08-17T12:13:44.7956999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-08-17T12:13:44.8302662Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-08-17T12:13:44.8328146Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-08-17T12:13:44.8339373Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-08-17T12:13:44.8399893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-08-17T12:13:44.8741395Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-08-17T12:13:44.8759324Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-08-17T12:13:44.8779628Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-08-17T12:13:44.8855025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-08-17T12:13:44.9182537Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-08-17T12:13:44.9203153Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-08-17T12:13:44.9219724Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-08-17T12:13:44.9278587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-08-17T12:13:44.9619870Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-08-17T12:13:44.9643290Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-08-17T12:13:44.9658529Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-08-17T12:13:44.9718572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-08-17T12:13:45.0062000Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-08-17T12:13:45.0083259Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-08-17T12:13:45.0100125Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-08-17T12:13:45.0147759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-08-17T12:13:45.0500994Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-08-17T12:13:45.0520682Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-08-17T12:13:45.0538862Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-08-17T12:13:45.0944110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-08-17T12:13:45.0991553Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-08-17T12:13:45.1384102Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-08-17T12:13:45.1424122Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-08-17T12:13:45.1824518Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-08-17T12:13:45.1883887Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-08-17T12:13:45.2266137Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-08-17T12:13:45.2320211Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-08-17T12:13:45.2705512Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-08-17T12:13:45.2759980Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-08-17T12:13:45.3144758Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-08-17T12:13:45.3174780Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-08-17T12:13:45.3584843Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-08-17T12:13:45.3603052Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-08-17T12:13:45.3622240Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-08-17T12:13:45.3630593Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-08-17T12:13:45.3670633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-08-17T12:13:45.4022931Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-08-17T12:13:45.4056795Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-08-17T12:13:45.4064914Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-08-17T12:13:45.4242477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-08-17T12:13:45.4462538Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-08-17T12:13:45.4503453Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-08-17T12:13:45.4507138Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-08-17T12:13:45.4687314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-08-17T12:13:45.4901314Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-08-17T12:13:45.4933690Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-08-17T12:13:45.4942102Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-08-17T12:13:45.4985627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-08-17T12:13:45.5343213Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-08-17T12:13:45.5377461Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-08-17T12:13:45.5385399Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-08-17T12:13:45.5446165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-08-17T12:13:45.5782154Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-08-17T12:13:45.5814801Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:45.5823777Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:45.5869713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-08-17T12:13:45.6222266Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-08-17T12:13:45.6245214Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:45.6258554Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:45.6296248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-08-17T12:13:45.6660898Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-08-17T12:13:45.6689301Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-08-17T12:13:45.6702439Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-08-17T12:13:45.6840080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-08-17T12:13:45.7101930Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-08-17T12:13:45.7134468Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:13:45.7143321Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:13:45.7184231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-08-17T12:13:45.7542329Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-08-17T12:13:45.7574632Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-08-17T12:13:45.7583154Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-08-17T12:13:45.7979934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-08-17T12:13:45.7989938Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-08-17T12:13:45.8017331Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:13:45.8024762Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:13:45.8055079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-08-17T12:13:45.8421243Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-08-17T12:13:45.8443001Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-08-17T12:13:45.8459338Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-08-17T12:13:45.8538584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-08-17T12:13:45.8860847Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-08-17T12:13:45.8882830Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-08-17T12:13:45.8898521Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-08-17T12:13:45.8935853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-08-17T12:13:45.9299003Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-08-17T12:13:45.9322463Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-08-17T12:13:45.9338025Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-08-17T12:13:45.9409614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-08-17T12:13:45.9740521Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-08-17T12:13:45.9764384Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-08-17T12:13:45.9778394Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-08-17T12:13:46.0183411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-08-17T12:13:46.0216603Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:13:46.0246944Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:13:46.0254900Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-08-17T12:13:46.0287052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-08-17T12:13:46.0621020Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-08-17T12:13:46.0636683Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:46.0658824Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:46.0694435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-08-17T12:13:46.1060445Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-08-17T12:13:46.1075832Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:46.1098973Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:46.1161318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-08-17T12:13:46.1501234Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-08-17T12:13:46.1523723Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:13:46.1538633Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:13:46.1663775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-08-17T12:13:46.1941177Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-08-17T12:13:46.1963482Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-08-17T12:13:46.1979181Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-08-17T12:13:46.2121175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-08-17T12:13:46.2380419Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-08-17T12:13:46.2402407Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-08-17T12:13:46.2418598Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-08-17T12:13:46.2562676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-08-17T12:13:46.2821398Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-08-17T12:13:46.2843585Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-08-17T12:13:46.2859495Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-08-17T12:13:46.2898382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-08-17T12:13:46.3262406Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-08-17T12:13:46.3290773Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-08-17T12:13:46.3303742Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-08-17T12:13:46.3616943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-08-17T12:13:46.3701589Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-08-17T12:13:46.3744766Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-08-17T12:13:46.3746219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-08-17T12:13:46.3972575Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-08-17T12:13:46.4141540Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-08-17T12:13:46.4172707Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-08-17T12:13:46.4184225Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-08-17T12:13:46.4582050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-08-17T12:13:46.4616468Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-08-17T12:13:46.4800836Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-08-17T12:13:46.4808715Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-08-17T12:13:46.4945294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-08-17T12:13:46.5019814Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-08-17T12:13:46.5053851Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-08-17T12:13:46.5218116Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-08-17T12:13:46.5267680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-08-17T12:13:46.5459264Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-08-17T12:13:46.5488349Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-08-17T12:13:46.5661203Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-08-17T12:13:46.5730956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-08-17T12:13:46.5900929Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-08-17T12:13:46.5932332Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-08-17T12:13:46.6100679Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-08-17T12:13:46.6135565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-08-17T12:13:46.6340218Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-08-17T12:13:46.6370286Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-08-17T12:13:46.6538771Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-08-17T12:13:46.6585870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eig_cpu_complex64 2022-08-17T12:13:46.6780532Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eig_cpu_complex64 2022-08-17T12:13:46.6811354Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-08-17T12:13:46.6981159Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-08-17T12:13:46.7043096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-08-17T12:13:46.7220587Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-08-17T12:13:46.7250725Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-08-17T12:13:46.7420259Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-08-17T12:13:46.7434972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-08-17T12:13:46.7659289Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-08-17T12:13:46.7689341Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-08-17T12:13:46.7860798Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-08-17T12:13:46.7930900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-08-17T12:13:46.8100216Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-08-17T12:13:46.8131843Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-08-17T12:13:46.8300038Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-08-17T12:13:46.8347504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-08-17T12:13:46.8541100Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-08-17T12:13:46.8574341Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-08-17T12:13:46.8739323Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-08-17T12:13:46.8776369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-08-17T12:13:46.8981296Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-08-17T12:13:46.9011982Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-08-17T12:13:46.9180221Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-08-17T12:13:46.9218167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-08-17T12:13:46.9421224Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-08-17T12:13:46.9450958Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-08-17T12:13:46.9619916Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-08-17T12:13:46.9679050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-08-17T12:13:46.9861638Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-08-17T12:13:46.9893791Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-08-17T12:13:47.0061686Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-08-17T12:13:47.0164789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-08-17T12:13:47.0301713Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-08-17T12:13:47.0332160Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-08-17T12:13:47.0500581Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-08-17T12:13:47.0592265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-08-17T12:13:47.0741727Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-08-17T12:13:47.0772860Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-08-17T12:13:47.0941273Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-08-17T12:13:47.1041494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-08-17T12:13:47.1181793Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-08-17T12:13:47.1212245Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-08-17T12:13:47.1381178Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-08-17T12:13:47.1441476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-08-17T12:13:47.1620168Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-08-17T12:13:47.1651372Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-08-17T12:13:47.1820302Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-08-17T12:13:47.1921072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-08-17T12:13:47.2060977Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-08-17T12:13:47.2091429Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-08-17T12:13:47.2259281Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-08-17T12:13:47.2361548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-08-17T12:13:47.2500853Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-08-17T12:13:47.2531284Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-08-17T12:13:47.2701926Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-08-17T12:13:47.2766063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-08-17T12:13:47.2942035Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-08-17T12:13:47.3042964Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-08-17T12:13:47.3140103Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-08-17T12:13:47.3242586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-08-17T12:13:47.3381398Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-08-17T12:13:47.3478856Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-08-17T12:13:47.3581508Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-08-17T12:13:47.3692554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-08-17T12:13:47.3821584Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-08-17T12:13:47.4020869Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-08-17T12:13:47.4062493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-08-17T12:13:47.4408276Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-08-17T12:13:47.4416402Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-08-17T12:13:47.4459775Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-08-17T12:13:47.4486918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-08-17T12:13:47.4531512Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-08-17T12:13:47.4823368Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-08-17T12:13:47.4890033Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-08-17T12:13:47.4907308Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-08-17T12:13:47.5081651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-08-17T12:13:47.5262588Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-08-17T12:13:47.5323502Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-08-17T12:13:47.5339871Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-08-17T12:13:47.5463576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-08-17T12:13:47.5701626Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-08-17T12:13:47.5742382Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-08-17T12:13:47.5778382Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-08-17T12:13:47.5862811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-08-17T12:13:47.6141790Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-08-17T12:13:47.6219303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-08-17T12:13:47.6227243Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-08-17T12:13:47.6328738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-08-17T12:13:47.6581585Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-08-17T12:13:47.6658819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-08-17T12:13:47.6676925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-08-17T12:13:47.6698357Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-08-17T12:13:47.7022564Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-08-17T12:13:47.7092916Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-08-17T12:13:47.7102195Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-08-17T12:13:47.7224286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-08-17T12:13:47.7462675Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-08-17T12:13:47.7520940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-08-17T12:13:47.7538785Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-08-17T12:13:47.7584530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-08-17T12:13:47.7901069Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-08-17T12:13:47.7955936Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-08-17T12:13:47.7978623Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-08-17T12:13:47.8010580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-08-17T12:13:47.8340555Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-08-17T12:13:47.8381629Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-08-17T12:13:47.8418530Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-08-17T12:13:47.8596538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-08-17T12:13:47.8781816Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-08-17T12:13:47.8821223Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-08-17T12:13:47.8859729Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-08-17T12:13:47.8943001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-08-17T12:13:47.9222491Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-08-17T12:13:47.9270662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-08-17T12:13:47.9298758Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-08-17T12:13:47.9432908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-08-17T12:13:47.9659884Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-08-17T12:13:47.9705305Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-08-17T12:13:47.9737609Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-08-17T12:13:47.9787336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-08-17T12:13:48.0101374Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-08-17T12:13:48.0151060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-08-17T12:13:48.0178679Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-08-17T12:13:48.0224301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-08-17T12:13:48.0542832Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-08-17T12:13:48.0594067Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-08-17T12:13:48.0618837Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-08-17T12:13:48.0680971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-08-17T12:13:48.0982804Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-08-17T12:13:48.1037094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-08-17T12:13:48.1058822Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-08-17T12:13:48.1301945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-08-17T12:13:48.1421060Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-08-17T12:13:48.1500534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-08-17T12:13:48.1507209Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-08-17T12:13:48.1568913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-08-17T12:13:48.1862107Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-08-17T12:13:48.1913100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-08-17T12:13:48.1939004Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-08-17T12:13:48.1982104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-08-17T12:13:48.2303126Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-08-17T12:13:48.2344356Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-08-17T12:13:48.2378893Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-08-17T12:13:48.2743207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-08-17T12:13:48.2800613Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-08-17T12:13:48.3184027Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-08-17T12:13:48.3468469Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-08-17T12:13:48.3575564Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-08-17T12:13:48.3633090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-08-17T12:13:48.3687032Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-08-17T12:13:48.3996234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-08-17T12:13:48.4110337Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-08-17T12:13:48.4114564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-08-17T12:13:48.4137913Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-08-17T12:13:48.4172633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-08-17T12:13:48.4301085Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-08-17T12:13:48.4541581Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-08-17T12:13:48.4621358Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-08-17T12:13:48.4630528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-08-17T12:13:48.4793569Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-08-17T12:13:48.4981624Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-08-17T12:13:48.5018504Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-08-17T12:13:48.5060398Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-08-17T12:13:48.5122007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-08-17T12:13:48.5422662Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-08-17T12:13:48.5502109Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-08-17T12:13:48.5512539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-08-17T12:13:48.5562109Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-08-17T12:13:48.5862093Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-08-17T12:13:48.5944801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-08-17T12:13:48.5979613Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-08-17T12:13:48.6058730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-08-17T12:13:48.6302099Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-08-17T12:13:48.6342599Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-08-17T12:13:48.6419570Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-08-17T12:13:48.6476805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-08-17T12:13:48.6741810Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-08-17T12:13:48.6789299Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-08-17T12:13:48.6858802Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-08-17T12:13:48.6910962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-08-17T12:13:48.7180793Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-08-17T12:13:48.7228255Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-08-17T12:13:48.7298535Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-08-17T12:13:48.7338009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-08-17T12:13:48.7620135Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-08-17T12:13:48.7650844Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-08-17T12:13:48.7738790Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-08-17T12:13:48.7855932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-08-17T12:13:48.8060997Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-08-17T12:13:48.8089306Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-08-17T12:13:48.8178947Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-08-17T12:13:48.8215517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-08-17T12:13:48.8502148Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-08-17T12:13:48.8530448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-08-17T12:13:48.8620838Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-08-17T12:13:48.8652751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-08-17T12:13:48.8941084Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-08-17T12:13:48.8985045Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-08-17T12:13:48.9059160Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-08-17T12:13:48.9089228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-08-17T12:13:48.9382849Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-08-17T12:13:48.9425500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-08-17T12:13:48.9498842Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-08-17T12:13:48.9529357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-08-17T12:13:48.9822170Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-08-17T12:13:48.9903386Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-08-17T12:13:48.9939110Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-08-17T12:13:49.0262993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-08-17T12:13:49.0311788Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-08-17T12:13:49.0349673Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-08-17T12:13:49.0379286Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-08-17T12:13:49.0403506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:13:49.0702475Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:13:49.0787966Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-08-17T12:13:49.0819983Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-08-17T12:13:49.0848017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-08-17T12:13:49.1141702Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-08-17T12:13:49.1177894Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-08-17T12:13:49.1259142Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-08-17T12:13:49.1282955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:13:49.1579278Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:13:49.1683819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:13:49.1698598Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:13:49.1723568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-08-17T12:13:49.2021587Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-08-17T12:13:49.2105846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-08-17T12:13:49.2139399Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-08-17T12:13:49.2243680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-08-17T12:13:49.2459742Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-08-17T12:13:49.2540901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-08-17T12:13:49.2578489Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-08-17T12:13:49.2701842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-08-17T12:13:49.2901895Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-08-17T12:13:49.2985531Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-08-17T12:13:49.3020222Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-08-17T12:13:49.3296725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-08-17T12:13:49.3341650Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-08-17T12:13:49.3388467Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-08-17T12:13:49.3458659Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-08-17T12:13:49.3616972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-08-17T12:13:49.3821276Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-08-17T12:13:49.3901085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-08-17T12:13:49.3978615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-08-17T12:13:49.3980779Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-08-17T12:13:49.4261803Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-08-17T12:13:49.4309033Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-08-17T12:13:49.4339421Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-08-17T12:13:49.4376861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-08-17T12:13:49.4702098Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-08-17T12:13:49.4720117Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-08-17T12:13:49.4778163Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-08-17T12:13:49.4949819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-08-17T12:13:49.5142267Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-08-17T12:13:49.5221829Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-08-17T12:13:49.5253325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-08-17T12:13:49.5344646Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-08-17T12:13:49.5582202Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-08-17T12:13:49.5613312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-08-17T12:13:49.5659469Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-08-17T12:13:49.5832902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-08-17T12:13:49.6022955Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-08-17T12:13:49.6064680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-08-17T12:13:49.6100299Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-08-17T12:13:49.6216320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-08-17T12:13:49.6463015Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-08-17T12:13:49.6492787Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-08-17T12:13:49.6540487Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-08-17T12:13:49.6592419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:13:49.6902288Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:13:49.6933700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-08-17T12:13:49.6978858Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-08-17T12:13:49.7382663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-08-17T12:13:49.7528727Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-08-17T12:13:49.7765886Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-08-17T12:13:49.7773933Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-08-17T12:13:49.7821652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-08-17T12:13:49.7900047Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-08-17T12:13:49.8038944Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-08-17T12:13:49.8179858Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-08-17T12:13:49.8261804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:13:49.8295447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-08-17T12:13:49.8405294Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-08-17T12:13:49.8619338Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:13:49.8700049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-08-17T12:13:49.8735732Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-08-17T12:13:49.9142503Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-08-17T12:13:49.9185087Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-08-17T12:13:49.9272709Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-08-17T12:13:49.9281719Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-08-17T12:13:49.9338931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-08-17T12:13:49.9579618Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-08-17T12:13:49.9616122Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-08-17T12:13:49.9697865Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-08-17T12:13:49.9714991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-08-17T12:13:50.0020160Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-08-17T12:13:50.0037854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-08-17T12:13:50.0139705Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-08-17T12:13:50.0338124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:13:50.0461060Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:13:50.0525149Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-08-17T12:13:50.0578867Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-08-17T12:13:50.0705250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:13:50.0900951Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:13:50.0969447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-08-17T12:13:50.1018938Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-08-17T12:13:50.1342944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-08-17T12:13:50.1389216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-08-17T12:13:50.1506411Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-08-17T12:13:50.1515866Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-08-17T12:13:50.1764039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-08-17T12:13:50.1779869Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-08-17T12:13:50.1817099Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-08-17T12:13:50.1939531Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-08-17T12:13:50.2262771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-08-17T12:13:50.2289507Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-08-17T12:13:50.2702541Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-08-17T12:13:50.2749632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-08-17T12:13:50.3142674Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-08-17T12:13:50.3200151Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-08-17T12:13:50.3582428Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-08-17T12:13:50.3650081Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-08-17T12:13:50.4023293Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-08-17T12:13:50.4064608Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-08-17T12:13:50.4463148Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-08-17T12:13:50.4502558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-08-17T12:13:50.4902346Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-08-17T12:13:50.4972059Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-08-17T12:13:50.5342670Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-08-17T12:13:50.5428958Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-08-17T12:13:50.5781971Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-08-17T12:13:50.6056545Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-08-17T12:13:50.6068078Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-08-17T12:13:50.6553018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-08-17T12:13:50.6570257Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-08-17T12:13:50.6745543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-08-17T12:13:50.6981601Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-08-17T12:13:50.7056385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-08-17T12:13:50.7424250Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-08-17T12:13:50.8205607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-08-17T12:13:50.8214031Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-08-17T12:13:50.8251649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-08-17T12:13:50.8620634Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-08-17T12:13:50.8657935Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-08-17T12:13:50.9061212Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-08-17T12:13:50.9221598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-08-17T12:13:50.9502313Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-08-17T12:13:50.9678300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-08-17T12:13:50.9691951Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-08-17T12:13:50.9743756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-08-17T12:13:51.0015469Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-08-17T12:13:51.0024213Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-08-17T12:13:51.0161203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-08-17T12:13:51.0162207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-08-17T12:13:51.0273693Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-08-17T12:13:51.0461151Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-08-17T12:13:51.0541694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-08-17T12:13:51.0719665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-08-17T12:13:51.0749415Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-08-17T12:13:51.0900155Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-08-17T12:13:51.0916861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-08-17T12:13:51.0979159Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-08-17T12:13:51.1061720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-08-17T12:13:51.1341828Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-08-17T12:13:51.1400721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-08-17T12:13:51.1459451Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-08-17T12:13:51.1523910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-08-17T12:13:51.1780207Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-08-17T12:13:51.1845245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-08-17T12:13:51.1899554Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-08-17T12:13:51.2010248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-08-17T12:13:51.2221739Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-08-17T12:13:51.2281905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-08-17T12:13:51.2340881Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-08-17T12:13:51.2420529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-08-17T12:13:51.2660731Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-08-17T12:13:51.2781561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-08-17T12:13:51.2956911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-08-17T12:13:51.3100038Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-08-17T12:13:51.3109065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-08-17T12:13:51.3230505Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-08-17T12:13:51.3384484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-08-17T12:13:51.3542183Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-08-17T12:13:51.3550363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-08-17T12:13:51.3700752Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-08-17T12:13:51.3740884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-08-17T12:13:51.3776592Z [gw1] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-08-17T12:13:51.3979568Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-08-17T12:13:51.4140463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-08-17T12:13:51.4157461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-08-17T12:13:51.4303894Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-08-17T12:13:51.4419963Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-08-17T12:13:51.4581585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-08-17T12:13:51.5808018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-08-17T12:13:51.5829372Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-08-17T12:13:51.6304808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-08-17T12:13:51.6325928Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-08-17T12:13:51.6729128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-08-17T12:13:51.6778769Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-08-17T12:13:51.7669230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-08-17T12:13:51.7675436Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-08-17T12:13:51.9065161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-08-17T12:13:51.9088519Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-08-17T12:13:51.9150979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-08-17T12:13:51.9504574Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-08-17T12:13:52.0094260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-08-17T12:13:52.0186150Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-08-17T12:13:52.0284768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-08-17T12:13:52.0402132Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-08-17T12:13:52.0735226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-08-17T12:13:52.0850222Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-08-17T12:13:52.1034332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-08-17T12:13:52.1248881Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-08-17T12:13:52.1257232Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-08-17T12:13:52.1263015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-08-17T12:13:52.1424604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-08-17T12:13:52.1470815Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-08-17T12:13:52.1661390Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-08-17T12:13:52.1702611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-08-17T12:13:52.1718721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-08-17T12:13:52.1855539Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-08-17T12:13:52.2101640Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-08-17T12:13:52.2138945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-08-17T12:13:52.2178945Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-08-17T12:13:52.2350049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-08-17T12:13:52.2540028Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-08-17T12:13:52.2621112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-08-17T12:13:52.2877869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-08-17T12:13:52.3026762Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-08-17T12:13:52.3044274Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-08-17T12:13:52.3096811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-08-17T12:13:52.3267659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:13:52.3501687Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:13:52.3540646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-08-17T12:13:52.3557204Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-08-17T12:13:52.3750599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-08-17T12:13:52.3953367Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-08-17T12:13:52.3963988Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-08-17T12:13:52.4132875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-08-17T12:13:52.4136504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-08-17T12:13:52.4217016Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-08-17T12:13:52.4381748Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-08-17T12:13:52.4439418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-08-17T12:13:52.4500126Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-08-17T12:13:52.4602681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-08-17T12:13:52.4822263Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-08-17T12:13:52.4874112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-08-17T12:13:52.4941331Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-08-17T12:13:52.5042019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-08-17T12:13:52.5260752Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-08-17T12:13:52.5341554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-08-17T12:13:52.5421916Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-08-17T12:13:52.5607165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-08-17T12:13:52.5700342Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-08-17T12:13:52.5786021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-08-17T12:13:52.5898885Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-08-17T12:13:52.6000435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-08-17T12:13:52.6140892Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-08-17T12:13:52.6180239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-08-17T12:13:52.6341155Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-08-17T12:13:52.6388204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-08-17T12:13:52.6581087Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-08-17T12:13:52.6604602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-08-17T12:13:52.6781365Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-08-17T12:13:52.6866118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-08-17T12:13:52.7021463Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-08-17T12:13:52.7069061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-08-17T12:13:52.7221065Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-08-17T12:13:52.7299645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-08-17T12:13:52.7461182Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-08-17T12:13:52.7661534Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-08-17T12:13:52.8657209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-08-17T12:13:52.8668054Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-08-17T12:13:52.8763030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-08-17T12:13:52.8942460Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-08-17T12:13:52.8958610Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-08-17T12:13:52.9014016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-08-17T12:13:52.9099961Z [gw2] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-08-17T12:13:52.9175227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-08-17T12:13:52.9382954Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-08-17T12:13:52.9403235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-08-17T12:13:52.9543000Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-08-17T12:13:52.9574892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-08-17T12:13:52.9821008Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-08-17T12:13:52.9852270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-08-17T12:13:52.9979346Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-08-17T12:13:53.0030651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-08-17T12:13:53.0261338Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-08-17T12:13:53.0385376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-08-17T12:13:53.0419285Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-08-17T12:13:53.0526363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-08-17T12:13:53.0701822Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-08-17T12:13:53.0733368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-08-17T12:13:53.0861230Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-08-17T12:13:53.0905479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-08-17T12:13:53.1141210Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-08-17T12:13:53.1232423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-08-17T12:13:53.1299503Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-08-17T12:13:53.1539049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:13:53.1582400Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:13:53.1743190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-08-17T12:13:53.1748294Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-08-17T12:13:53.1939438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:13:53.2020699Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:13:53.2085459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-08-17T12:13:53.2179891Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-08-17T12:13:53.2285362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:13:53.2460708Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:13:53.2548539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-08-17T12:13:53.2619527Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-08-17T12:13:53.2769828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-08-17T12:13:53.2900272Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-08-17T12:13:53.2971846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-08-17T12:13:53.3059706Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-08-17T12:13:53.3342156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-08-17T12:13:53.3405719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-08-17T12:13:53.3782902Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-08-17T12:13:53.3817684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-08-17T12:13:53.3890075Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-08-17T12:13:53.3910318Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-08-17T12:13:53.4223606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-08-17T12:13:53.4260634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-08-17T12:13:53.4704430Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-08-17T12:13:53.4728953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-08-17T12:13:53.4854392Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-08-17T12:13:53.4868073Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-08-17T12:13:53.5143883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:13:53.5154147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-08-17T12:13:53.5319821Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:13:53.5338928Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-08-17T12:13:53.5561877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:13:53.5620458Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:13:53.5739121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-08-17T12:13:53.5777726Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-08-17T12:13:53.6031343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:13:53.6061199Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:13:53.6180164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-08-17T12:13:53.6218905Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-08-17T12:13:53.6270667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-08-17T12:13:53.6501085Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-08-17T12:13:53.6595044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-08-17T12:13:53.6700469Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-08-17T12:13:53.6869702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:13:53.6940987Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:13:53.7007094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-08-17T12:13:53.7139314Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-08-17T12:13:53.7382917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:13:53.7858037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-08-17T12:13:53.7884188Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-08-17T12:13:53.8086624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-08-17T12:13:53.8341238Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-08-17T12:13:53.8549494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-08-17T12:13:53.8668456Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:13:53.8723713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-08-17T12:13:53.8778677Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-08-17T12:13:53.9340153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-08-17T12:13:53.9356083Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-08-17T12:13:54.0627500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-08-17T12:13:54.0631054Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-08-17T12:13:54.0771231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-08-17T12:13:54.0790037Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-08-17T12:13:54.0816434Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-08-17T12:13:54.0872388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-08-17T12:13:54.1059343Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-08-17T12:13:54.1221505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-08-17T12:13:54.1251914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-08-17T12:13:54.1477573Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-08-17T12:13:54.1500255Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-08-17T12:13:54.1635601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-08-17T12:13:54.1660454Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-08-17T12:13:54.1867302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:13:54.1940115Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:13:54.1989405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-08-17T12:13:54.2100468Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-08-17T12:13:54.2266210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-08-17T12:13:54.2380500Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-08-17T12:13:54.2441317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-08-17T12:13:54.2540469Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-08-17T12:13:54.2676036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-08-17T12:13:54.2821621Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-08-17T12:13:54.2918459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-08-17T12:13:54.2980132Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-08-17T12:13:54.3126682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-08-17T12:13:54.3259274Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-08-17T12:13:54.3337675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-08-17T12:13:54.3420128Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-08-17T12:13:54.3702047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:13:54.3935963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-08-17T12:13:54.4043364Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:13:54.4083824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:13:54.4192846Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-08-17T12:13:54.7761922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-08-17T12:13:54.7789145Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-08-17T12:13:54.7867015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-08-17T12:13:54.8263554Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-08-17T12:13:54.8832808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-08-17T12:13:54.8849258Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-08-17T12:13:55.3370249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-08-17T12:13:55.3390620Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:13:55.4620154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:13:55.4632948Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-08-17T12:13:55.4639844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-08-17T12:13:55.4653336Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:13:55.4674281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-08-17T12:13:55.4862399Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-08-17T12:13:55.5062769Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-08-17T12:13:55.5063493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-08-17T12:13:55.5783097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-08-17T12:13:55.5896641Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-08-17T12:13:55.6029607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:13:55.6134826Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-08-17T12:13:55.6782544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-08-17T12:13:55.6798689Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-08-17T12:13:55.6810618Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:13:55.6858354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-08-17T12:13:55.6879310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-08-17T12:13:55.7222601Z [gw2] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-08-17T12:13:55.7429973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-08-17T12:13:55.7450579Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-08-17T12:13:55.7625698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:13:55.7852275Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:13:55.7864289Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-08-17T12:13:55.7870876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-08-17T12:13:55.8006462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:13:55.8341037Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:13:55.9022129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-08-17T12:13:55.9038343Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-08-17T12:13:55.9074526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-08-17T12:13:55.9213213Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-08-17T12:13:55.9220572Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-08-17T12:13:55.9461539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:13:55.9686327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-08-17T12:13:55.9952692Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-08-17T12:13:56.0241661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-08-17T12:13:56.0458121Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-08-17T12:13:56.0635557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-08-17T12:13:56.0782884Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-08-17T12:13:56.1024012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-08-17T12:13:56.1309311Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-08-17T12:13:56.1310340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-08-17T12:13:56.1778962Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-08-17T12:13:56.2065910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-08-17T12:13:56.2214269Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-08-17T12:13:56.2218444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-08-17T12:13:56.2623587Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-08-17T12:13:56.2642987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-08-17T12:13:56.3001453Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-08-17T12:13:56.3005195Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:13:56.3034593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-08-17T12:13:56.3060585Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-08-17T12:13:56.3120871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-08-17T12:13:56.3421157Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-08-17T12:13:56.3467542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-08-17T12:13:56.3497920Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-08-17T12:13:56.3598741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-08-17T12:13:56.3860185Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-08-17T12:13:56.3939961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:13:56.3953156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-08-17T12:13:56.4083319Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:13:56.4299446Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-08-17T12:13:56.4349390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-08-17T12:13:56.4379075Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-08-17T12:13:56.4491501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-08-17T12:13:56.4740797Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-08-17T12:13:56.4792247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-08-17T12:13:56.4818980Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-08-17T12:13:56.4919582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-08-17T12:13:56.5181286Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-08-17T12:13:56.5219975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:13:56.5258972Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:13:56.5298729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-08-17T12:13:56.5621223Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-08-17T12:13:56.5701630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:13:56.5904989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-08-17T12:13:56.6013916Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:13:56.6060155Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-08-17T12:13:56.6138983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-08-17T12:13:56.6233350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-08-17T12:13:56.6502412Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-08-17T12:13:56.6505356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:13:56.6579701Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-08-17T12:13:56.6838251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-08-17T12:13:56.7007530Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-08-17T12:13:56.7020885Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:13:56.7027260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-08-17T12:13:56.7418714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-08-17T12:13:56.7539516Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-08-17T12:13:56.8058932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-08-17T12:13:56.8078721Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-08-17T12:13:56.8189325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-08-17T12:13:56.8501070Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-08-17T12:13:56.8571411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-08-17T12:13:56.8590303Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-08-17T12:13:56.8661311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-08-17T12:13:56.8821623Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-08-17T12:13:56.8940213Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-08-17T12:13:56.9016639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-08-17T12:13:56.9060630Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-08-17T12:13:56.9207622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-08-17T12:13:56.9380982Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-08-17T12:13:56.9438864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-08-17T12:13:56.9500030Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-08-17T12:13:56.9576574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-08-17T12:13:56.9821467Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-08-17T12:13:56.9887272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-08-17T12:13:56.9940788Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-08-17T12:13:57.0024085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-08-17T12:13:57.0259816Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-08-17T12:13:57.0357350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-08-17T12:13:57.0419917Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-08-17T12:13:57.0504803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-08-17T12:13:57.0700413Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-08-17T12:13:57.0808092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-08-17T12:13:57.0900226Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-08-17T12:13:57.1028893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-08-17T12:13:57.1138629Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-08-17T12:13:57.1235175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-08-17T12:13:57.1340850Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-08-17T12:13:57.1360220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-08-17T12:13:57.1580412Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-08-17T12:13:57.1634680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-08-17T12:13:57.1779961Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-08-17T12:13:57.1799252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-08-17T12:13:57.2019285Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-08-17T12:13:57.2089792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-08-17T12:13:57.2218883Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-08-17T12:13:57.2286090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-08-17T12:13:57.2499357Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-08-17T12:13:57.2545641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-08-17T12:13:57.2659392Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-08-17T12:13:57.2733978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-08-17T12:13:57.2942463Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-08-17T12:13:57.3002136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-08-17T12:13:57.3100943Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-08-17T12:13:57.3382610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-08-17T12:13:57.3458081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-08-17T12:13:57.3459815Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-08-17T12:13:57.3539845Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-08-17T12:13:57.3822372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-08-17T12:13:57.4669344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-08-17T12:13:57.4677773Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-08-17T12:13:57.4946017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-08-17T12:13:57.5140319Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-08-17T12:13:57.5265819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-08-17T12:13:57.5290989Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-08-17T12:13:57.5558263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-08-17T12:13:57.5699967Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-08-17T12:13:57.5767951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-08-17T12:13:57.5781632Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-08-17T12:13:57.5847464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-08-17T12:13:57.6048193Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-08-17T12:13:57.6139744Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-08-17T12:13:57.6170472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-08-17T12:13:57.6260049Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-08-17T12:13:57.6335867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-08-17T12:13:57.6580669Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-08-17T12:13:57.6633522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-08-17T12:13:57.6699636Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-08-17T12:13:57.6776049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-08-17T12:13:57.7022788Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-08-17T12:13:57.7083961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-08-17T12:13:57.7180754Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-08-17T12:13:57.7354383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-08-17T12:13:57.7461009Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-08-17T12:13:57.7622017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-08-17T12:13:57.7661442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-08-17T12:13:57.7700421Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-08-17T12:13:57.7899345Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-08-17T12:13:57.7935105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-08-17T12:13:57.8100603Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-08-17T12:13:57.8158743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-08-17T12:13:57.8340474Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-08-17T12:13:57.8461166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-08-17T12:13:57.8540798Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-08-17T12:13:57.8646282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-08-17T12:13:57.8779940Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-08-17T12:13:57.8817327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-08-17T12:13:57.8979843Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-08-17T12:13:57.9028001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-08-17T12:13:57.9219662Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-08-17T12:13:57.9255434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-08-17T12:13:57.9420287Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-08-17T12:13:57.9453292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-08-17T12:13:57.9658556Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-08-17T12:13:57.9698418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-08-17T12:13:57.9858718Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-08-17T12:13:57.9979774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-08-17T12:13:58.0099034Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-08-17T12:13:58.0255170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-08-17T12:13:58.0300181Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-08-17T12:13:58.0390356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-08-17T12:13:58.0540809Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-08-17T12:13:58.0650825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-08-17T12:13:58.0740756Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-08-17T12:13:58.0782517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-08-17T12:13:58.0981376Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-08-17T12:13:58.0995669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-08-17T12:13:58.1180398Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-08-17T12:13:58.1461587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-08-17T12:13:58.1603012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-08-17T12:13:58.1718304Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-08-17T12:13:58.1861209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-08-17T12:13:58.1891003Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-08-17T12:13:58.1899919Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-08-17T12:13:58.2083774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-08-17T12:13:58.2180681Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-08-17T12:13:58.2219810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-08-17T12:13:58.2340522Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-08-17T12:13:58.2423391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-08-17T12:13:58.2620213Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-08-17T12:13:58.2720386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inverse_cpu_float32 2022-08-17T12:13:58.2778816Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inverse_cpu_float32 2022-08-17T12:13:58.2886116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-08-17T12:13:58.3059521Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-08-17T12:13:58.3096108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-08-17T12:13:58.3221368Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-08-17T12:13:58.3300506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-08-17T12:13:58.3500512Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-08-17T12:13:58.3533836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-08-17T12:13:58.3661714Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-08-17T12:13:58.3942408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-08-17T12:13:58.4156692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-08-17T12:13:58.4382520Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-08-17T12:13:58.4550542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-08-17T12:13:58.4797565Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-08-17T12:13:58.4810472Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-08-17T12:13:58.4820538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-08-17T12:13:58.4936329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-08-17T12:13:58.5015854Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-08-17T12:13:58.5219371Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-08-17T12:13:58.5259646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-08-17T12:13:58.5270454Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-08-17T12:13:58.5299311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:13:58.5661566Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:13:58.5701547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-08-17T12:13:58.5710919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:13:58.5728577Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-08-17T12:13:58.6100449Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:13:58.6138938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-08-17T12:13:58.6145640Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-08-17T12:13:58.6173599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-08-17T12:13:58.6540808Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-08-17T12:13:58.6570500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-08-17T12:13:58.6580856Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-08-17T12:13:58.6604388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-08-17T12:13:58.6981583Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-08-17T12:13:58.7021790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-08-17T12:13:58.7039552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-08-17T12:13:58.7173257Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-08-17T12:13:58.7420761Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-08-17T12:13:58.7457800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-08-17T12:13:58.7463666Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-08-17T12:13:58.7613287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-08-17T12:13:58.7860172Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-08-17T12:13:58.7899502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-08-17T12:13:58.7943402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-08-17T12:13:58.8058912Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-08-17T12:13:58.8300336Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-08-17T12:13:58.8339799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-08-17T12:13:58.8842380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-08-17T12:13:58.8861539Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-08-17T12:13:58.8901920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-08-17T12:13:58.9044388Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-08-17T12:13:58.9058166Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-08-17T12:13:58.9245668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:13:58.9299888Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:13:58.9361821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-08-17T12:13:58.9460207Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-08-17T12:13:58.9525210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-08-17T12:13:58.9741158Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-08-17T12:13:58.9779873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-08-17T12:13:58.9900509Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-08-17T12:13:59.0024685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-08-17T12:13:59.0181452Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-08-17T12:13:59.0252018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:59.0380430Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:13:59.0520075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-08-17T12:13:59.0621012Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-08-17T12:13:59.0636260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:59.0820495Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:13:59.0926787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-08-17T12:13:59.1060617Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-08-17T12:13:59.1112977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-08-17T12:13:59.1260106Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-08-17T12:13:59.1362414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-08-17T12:13:59.1500515Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-08-17T12:13:59.1579329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:13:59.1699534Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:13:59.1742654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-08-17T12:13:59.1941768Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-08-17T12:13:59.1996499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-08-17T12:13:59.2140586Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-08-17T12:13:59.2239925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-08-17T12:13:59.2379903Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-08-17T12:13:59.2453951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:13:59.2580321Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:13:59.2822167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:13:59.3144345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-08-17T12:13:59.3258784Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-08-17T12:13:59.3651222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-08-17T12:13:59.3670583Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:13:59.3710385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-08-17T12:13:59.3746544Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-08-17T12:13:59.4073725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-08-17T12:13:59.4115843Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-08-17T12:13:59.4204727Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-08-17T12:13:59.4232145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-08-17T12:13:59.4544266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-08-17T12:13:59.4778103Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-08-17T12:13:59.5249143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:13:59.5269867Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:13:59.5295188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:59.5701539Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:13:59.5718634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:59.6141257Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:13:59.6721643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:13:59.6741328Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:13:59.6954169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-08-17T12:13:59.7183072Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-08-17T12:13:59.7748595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-08-17T12:13:59.7754034Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-08-17T12:13:59.7841309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-08-17T12:13:59.8181121Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-08-17T12:13:59.8219906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-08-17T12:13:59.8623038Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-08-17T12:13:59.9000638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-08-17T12:13:59.9058663Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-08-17T12:13:59.9649992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-08-17T12:13:59.9675673Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-08-17T12:13:59.9832811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-08-17T12:14:00.0103379Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-08-17T12:14:00.0244188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-08-17T12:14:00.0254779Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-08-17T12:14:00.0279659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-08-17T12:14:00.0523211Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-08-17T12:14:00.0540387Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-08-17T12:14:00.0659896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-08-17T12:14:00.0771712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:14:00.0824000Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-08-17T12:14:00.0978598Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:14:00.1046992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-08-17T12:14:00.1139552Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-08-17T12:14:00.1370283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-08-17T12:14:00.1421787Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-08-17T12:14:00.1581310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-08-17T12:14:00.3772928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-08-17T12:14:00.3852184Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-08-17T12:14:00.3883962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-08-17T12:14:00.4264583Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-08-17T12:14:00.4528459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-08-17T12:14:00.4547066Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-08-17T12:14:00.4561883Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-08-17T12:14:00.4910834Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-08-17T12:14:00.7759993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-08-17T12:14:00.7871725Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-08-17T12:14:01.4477979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-08-17T12:14:01.4511232Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-08-17T12:14:01.8103067Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-08-17T12:14:01.8128398Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-08-17T12:14:01.9868908Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-08-17T12:14:01.9890732Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-08-17T12:14:01.9956044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-08-17T12:14:02.0197336Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-08-17T12:14:02.0205768Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-08-17T12:14:02.0413545Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-08-17T12:14:02.0442147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-08-17T12:14:02.0743251Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-08-17T12:14:02.0879503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-08-17T12:14:02.1183034Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-08-17T12:14:02.1357202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-08-17T12:14:02.1624709Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-08-17T12:14:02.2078823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-08-17T12:14:02.2101535Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-08-17T12:14:02.3020641Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-08-17T12:14:02.3139749Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-08-17T12:14:02.3468561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-08-17T12:14:02.3487002Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-08-17T12:14:02.3652249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-08-17T12:14:02.3903096Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-08-17T12:14:02.3940567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-08-17T12:14:02.3953641Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-08-17T12:14:02.3976487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-08-17T12:14:02.4218322Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-08-17T12:14:02.4339877Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-08-17T12:14:02.4380562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-08-17T12:14:02.4423949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-08-17T12:14:02.4823864Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-08-17T12:14:02.4925654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-08-17T12:14:02.4941457Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-08-17T12:14:02.4976147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-08-17T12:14:02.5101337Z [gw2] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-08-17T12:14:02.5263283Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-08-17T12:14:02.5327586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-08-17T12:14:02.5381829Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-08-17T12:14:02.5465291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-08-17T12:14:02.5699855Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-08-17T12:14:02.5821586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-08-17T12:14:02.6143504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-08-17T12:14:02.6311480Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-08-17T12:14:02.6317192Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-08-17T12:14:02.6329188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-08-17T12:14:02.6470375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-08-17T12:14:02.6618510Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-08-17T12:14:02.6740868Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-08-17T12:14:02.6856808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-08-17T12:14:02.6913539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-08-17T12:14:02.6988608Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-08-17T12:14:02.7182597Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-08-17T12:14:02.7184683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-08-17T12:14:02.7506738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-08-17T12:14:02.7581910Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-08-17T12:14:02.7622554Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-08-17T12:14:02.7629078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-08-17T12:14:02.7746620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-08-17T12:14:02.7815988Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-08-17T12:14:02.8064593Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-08-17T12:14:02.8065576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-08-17T12:14:02.8615532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-08-17T12:14:02.8735174Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-08-17T12:14:02.8808131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-08-17T12:14:02.8825024Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-08-17T12:14:02.8895775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-08-17T12:14:02.9300888Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-08-17T12:14:02.9320541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-08-17T12:14:02.9335559Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-08-17T12:14:02.9338730Z [gw2] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-08-17T12:14:02.9400083Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-08-17T12:14:02.9743214Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-08-17T12:14:02.9858371Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-08-17T12:14:03.0729348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-08-17T12:14:03.0753772Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-08-17T12:14:03.0766405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-08-17T12:14:03.0786561Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-08-17T12:14:03.1222638Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-08-17T12:14:03.1235502Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-08-17T12:14:03.1352441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-08-17T12:14:03.1506493Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-08-17T12:14:03.1516319Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-08-17T12:14:03.1661764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-08-17T12:14:03.2199033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-08-17T12:14:03.2216484Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-08-17T12:14:03.2589934Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-08-17T12:14:03.2618240Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-08-17T12:14:03.2648270Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-08-17T12:14:03.2666355Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-08-17T12:14:03.2690217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-08-17T12:14:03.2749415Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-08-17T12:14:03.2777508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-08-17T12:14:03.2931611Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-08-17T12:14:03.3050162Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-08-17T12:14:03.3059454Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-08-17T12:14:03.3099009Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-08-17T12:14:03.3171604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-08-17T12:14:03.3180783Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-08-17T12:14:03.3355932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-08-17T12:14:03.3541659Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-08-17T12:14:03.3599845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-08-17T12:14:03.3714146Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-08-17T12:14:03.3751870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-08-17T12:14:03.3980205Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-08-17T12:14:03.4082824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-08-17T12:14:03.4133408Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-08-17T12:14:03.4386388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-08-17T12:14:03.4421745Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-08-17T12:14:03.4541793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-08-17T12:14:03.4634846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-08-17T12:14:03.4861317Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-08-17T12:14:03.4871597Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-08-17T12:14:03.4982384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-08-17T12:14:03.5064708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-08-17T12:14:03.5203759Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-08-17T12:14:03.5302748Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-08-17T12:14:03.5369099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-08-17T12:14:03.5421271Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-08-17T12:14:03.5530347Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-08-17T12:14:03.5741504Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-08-17T12:14:03.5861978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-08-17T12:14:03.5931387Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-08-17T12:14:03.5951019Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-08-17T12:14:03.6182100Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-08-17T12:14:03.6302546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:14:03.6371112Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-08-17T12:14:03.6479554Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:14:03.6620430Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-08-17T12:14:03.6741732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:03.6782376Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-08-17T12:14:03.6916647Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:03.7061715Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-08-17T12:14:03.7107972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:03.7182162Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:03.7280671Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-08-17T12:14:03.7501427Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-08-17T12:14:03.7639524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-08-17T12:14:03.7660231Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-08-17T12:14:03.7778137Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-08-17T12:14:03.7941576Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-08-17T12:14:03.7973056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-08-17T12:14:03.8100069Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-08-17T12:14:03.8110682Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-08-17T12:14:03.8121162Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-08-17T12:14:03.8154247Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-08-17T12:14:03.8381706Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-08-17T12:14:03.8439197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-08-17T12:14:03.8583172Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-08-17T12:14:03.8823169Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-08-17T12:14:03.9081460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-08-17T12:14:03.9101525Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-08-17T12:14:03.9151850Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-08-17T12:14:03.9403970Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-08-17T12:14:03.9424549Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-08-17T12:14:03.9590891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-08-17T12:14:03.9600257Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-08-17T12:14:03.9622658Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:14:03.9883226Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:14:03.9954876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-08-17T12:14:04.0053572Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-08-17T12:14:04.0058915Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:14:04.0304245Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:14:04.0320306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-08-17T12:14:04.0460682Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-08-17T12:14:04.0496633Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-08-17T12:14:04.0741761Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-08-17T12:14:04.0875350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-08-17T12:14:04.0899964Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-08-17T12:14:04.0950262Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-08-17T12:14:04.1183110Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-08-17T12:14:04.1342133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-08-17T12:14:04.1567505Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-08-17T12:14:04.1894906Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-08-17T12:14:04.1899944Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:14:04.2218601Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:14:04.2226443Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-08-17T12:14:04.2261167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-08-17T12:14:04.2350437Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:14:04.2513306Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:14:04.2660724Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-08-17T12:14:04.2697568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-08-17T12:14:04.2710651Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-08-17T12:14:04.2766372Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:04.3100756Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:04.3118180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-08-17T12:14:04.3138765Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-08-17T12:14:04.3220048Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-08-17T12:14:04.3432464Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-08-17T12:14:04.3442364Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-08-17T12:14:04.3539706Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-08-17T12:14:04.3581812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-08-17T12:14:04.3588570Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-08-17T12:14:04.3881505Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-08-17T12:14:04.4021446Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-08-17T12:14:04.4022045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-08-17T12:14:04.4072895Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-08-17T12:14:04.4261080Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-08-17T12:14:04.4461648Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-08-17T12:14:04.4462703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:14:04.4546750Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-08-17T12:14:04.4576549Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:14:04.4903728Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-08-17T12:14:04.4904419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:14:04.5054618Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-08-17T12:14:04.5150185Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-08-17T12:14:04.5382191Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:14:04.5382677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:14:04.5469136Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-08-17T12:14:04.5633191Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:14:04.5823872Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-08-17T12:14:04.5824538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-08-17T12:14:04.5875515Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-08-17T12:14:04.6023058Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-08-17T12:14:04.6262439Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-08-17T12:14:04.6263229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:14:04.6803411Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-08-17T12:14:04.6819552Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-08-17T12:14:04.6821848Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-08-17T12:14:04.6842565Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-08-17T12:14:04.6878340Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-08-17T12:14:04.7264590Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-08-17T12:14:04.7307235Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-08-17T12:14:04.7369680Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-08-17T12:14:04.7383628Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:14:04.7499547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-08-17T12:14:04.7700939Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-08-17T12:14:04.7731892Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-08-17T12:14:04.7820456Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-08-17T12:14:04.8000378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:14:04.8141457Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:14:04.8168096Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-08-17T12:14:04.8259914Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-08-17T12:14:04.8537305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:14:04.8582258Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:14:04.8617671Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-08-17T12:14:04.8699915Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-08-17T12:14:04.8870101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:14:04.9021265Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:14:04.9047944Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-08-17T12:14:04.9139694Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-08-17T12:14:04.9405195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-08-17T12:14:04.9462203Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-08-17T12:14:04.9506843Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-08-17T12:14:04.9580071Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-08-17T12:14:04.9636983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-08-17T12:14:04.9901080Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-08-17T12:14:04.9928027Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-08-17T12:14:05.0019133Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-08-17T12:14:05.0148054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-08-17T12:14:05.0341984Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-08-17T12:14:05.0456926Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-08-17T12:14:05.0463006Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-08-17T12:14:05.0586556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-08-17T12:14:05.0781806Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-08-17T12:14:05.0903605Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-08-17T12:14:05.0936162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:05.1044830Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-08-17T12:14:05.1220748Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:05.1342349Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-08-17T12:14:05.1401933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-08-17T12:14:05.1781490Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-08-17T12:14:05.2116741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:05.2134664Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-08-17T12:14:05.2247836Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-08-17T12:14:05.2353174Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-08-17T12:14:05.2372162Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:05.2539573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:05.2563727Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-08-17T12:14:05.2717782Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:05.2779729Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-08-17T12:14:05.2947577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:14:05.3020976Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:14:05.3222242Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-08-17T12:14:05.3664200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-08-17T12:14:05.3685724Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-08-17T12:14:05.4223791Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-08-17T12:14:05.4238926Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-08-17T12:14:05.4321981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-08-17T12:14:05.4648585Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-08-17T12:14:05.4656571Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-08-17T12:14:05.4736932Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-08-17T12:14:05.5427279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:05.5445795Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-08-17T12:14:05.6559234Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-08-17T12:14:05.6576748Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-08-17T12:14:05.6604331Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-08-17T12:14:05.6984077Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-08-17T12:14:05.9038976Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-08-17T12:14:05.9054824Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-08-17T12:14:05.9167946Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-08-17T12:14:05.9462348Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-08-17T12:14:05.9502141Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-08-17T12:14:05.9945402Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-08-17T12:14:06.1863916Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-08-17T12:14:06.1888240Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-08-17T12:14:06.2135426Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-08-17T12:14:06.2343874Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-08-17T12:14:06.4443720Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-08-17T12:14:06.4460548Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-08-17T12:14:06.4623318Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-08-17T12:14:06.4900606Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-08-17T12:14:06.8317451Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-08-17T12:14:06.8332282Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:06.9126344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:06.9137877Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:07.0075071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:07.0194517Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-08-17T12:14:07.0670364Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-08-17T12:14:07.0701141Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:07.0911362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:07.1143880Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:07.1180045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-08-17T12:14:07.1302250Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-08-17T12:14:07.1968648Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-08-17T12:14:07.2100409Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-08-17T12:14:07.2522239Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-08-17T12:14:07.2539043Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-08-17T12:14:07.2577238Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-08-17T12:14:07.2586082Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-08-17T12:14:07.2597634Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-08-17T12:14:07.2647390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-08-17T12:14:07.2982254Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-08-17T12:14:07.3021474Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-08-17T12:14:07.3507052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:14:07.3571182Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:14:07.3901497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:14:07.3941598Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:14:07.4099388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:14:07.4108560Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-08-17T12:14:07.4808201Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-08-17T12:14:07.4825597Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-08-17T12:14:07.4861869Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-08-17T12:14:07.4884690Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-08-17T12:14:07.4897987Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:14:07.4941117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:07.5261774Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:07.5340447Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-08-17T12:14:07.6124300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-08-17T12:14:07.6143616Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-08-17T12:14:07.6191261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-08-17T12:14:07.6471756Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-08-17T12:14:07.6479371Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-08-17T12:14:07.6578842Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-08-17T12:14:07.6638711Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-08-17T12:14:07.6676127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-08-17T12:14:07.6899594Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-08-17T12:14:07.6950993Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-08-17T12:14:07.7060313Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-08-17T12:14:07.7154130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:14:07.7341712Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:14:07.7501899Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:14:07.7569255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:07.7941544Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:07.7996595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:14:07.8382334Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:14:07.8417998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-08-17T12:14:07.8822668Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-08-17T12:14:07.8997958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:14:07.9262409Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:14:08.1679787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-08-17T12:14:08.1740148Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-08-17T12:14:08.1845796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-08-17T12:14:08.2223121Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-08-17T12:14:08.2313056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-08-17T12:14:08.2663707Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-08-17T12:14:08.2769235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-08-17T12:14:08.3103156Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-08-17T12:14:08.3264308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-08-17T12:14:08.3541091Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-08-17T12:14:08.3866083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-08-17T12:14:08.3881286Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-08-17T12:14:08.4446905Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-08-17T12:14:08.4458197Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:14:08.4562952Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:14:08.4577212Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-08-17T12:14:08.4985638Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-08-17T12:14:08.4995644Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-08-17T12:14:08.7540691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-08-17T12:14:08.7559391Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-08-17T12:14:09.0654946Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-08-17T12:14:09.0665376Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-08-17T12:14:09.0831602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-08-17T12:14:09.1102808Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-08-17T12:14:09.1169838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-08-17T12:14:09.1187343Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-08-17T12:14:09.1225505Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-08-17T12:14:09.1541624Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-08-17T12:14:09.1562628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-08-17T12:14:09.2019053Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-08-17T12:14:09.2019529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-08-17T12:14:09.2537764Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-08-17T12:14:09.3105786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-08-17T12:14:09.3115758Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-08-17T12:14:09.3443028Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-08-17T12:14:09.3454682Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-08-17T12:14:09.3883102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-08-17T12:14:09.3898432Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-08-17T12:14:09.4030908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-08-17T12:14:09.4343518Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-08-17T12:14:09.4451064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-08-17T12:14:09.4824861Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-08-17T12:14:09.5906002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-08-17T12:14:09.5926545Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-08-17T12:14:09.6183052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-08-17T12:14:09.6417648Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-08-17T12:14:09.6425248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-08-17T12:14:09.6824832Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-08-17T12:14:09.6909549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-08-17T12:14:09.6926992Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-08-17T12:14:09.6993734Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-08-17T12:14:09.7264663Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-08-17T12:14:09.7803352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-08-17T12:14:09.7811443Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-08-17T12:14:09.7820659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-08-17T12:14:09.8222458Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-08-17T12:14:09.8541819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-08-17T12:14:09.8660104Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-08-17T12:14:09.8705447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-08-17T12:14:09.9102770Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-08-17T12:14:09.9146729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-08-17T12:14:09.9542509Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-08-17T12:14:09.9605786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-08-17T12:14:09.9674823Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-08-17T12:14:09.9686277Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-08-17T12:14:09.9983142Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-08-17T12:14:10.0022116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-08-17T12:14:10.0422980Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-08-17T12:14:10.0434226Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:14:10.0434830Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-08-17T12:14:10.0541062Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-08-17T12:14:10.0862925Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-08-17T12:14:10.1042600Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-08-17T12:14:10.1058705Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-08-17T12:14:10.1071218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-08-17T12:14:10.1082744Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-08-17T12:14:10.1118467Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-08-17T12:14:10.1178499Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-08-17T12:14:10.1299237Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-08-17T12:14:10.1502263Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-08-17T12:14:10.1556883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-08-17T12:14:10.1940946Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-08-17T12:14:10.2006622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-08-17T12:14:10.2384527Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-08-17T12:14:10.2866151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-08-17T12:14:10.2894968Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-08-17T12:14:10.3007975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-08-17T12:14:10.3307099Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-08-17T12:14:10.3451332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-08-17T12:14:10.3715262Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-08-17T12:14:10.3721892Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-08-17T12:14:10.3739185Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-08-17T12:14:10.3825751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-08-17T12:14:10.4180968Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-08-17T12:14:10.5315635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:10.5343868Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:10.5479982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-08-17T12:14:10.5505623Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-08-17T12:14:10.5517659Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-08-17T12:14:10.5546124Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-08-17T12:14:10.5781332Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-08-17T12:14:10.5815899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-08-17T12:14:10.5980467Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-08-17T12:14:10.6029306Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-08-17T12:14:10.6220125Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-08-17T12:14:10.6276413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-08-17T12:14:10.6420212Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-08-17T12:14:10.6452462Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-08-17T12:14:10.6661396Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-08-17T12:14:10.6692856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-08-17T12:14:10.6858876Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-08-17T12:14:10.6882799Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-08-17T12:14:10.7100663Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-08-17T12:14:10.7139496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-08-17T12:14:10.7300712Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-08-17T12:14:10.7539016Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:10.7579179Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:10.7616811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-08-17T12:14:10.7738942Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-08-17T12:14:10.7761913Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:14:10.7849221Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:14:10.7860215Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-08-17T12:14:10.8018897Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-08-17T12:14:10.8182818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-08-17T12:14:10.8230250Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:10.8232022Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-08-17T12:14:10.8461107Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:10.8538885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-08-17T12:14:10.8621656Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-08-17T12:14:10.8652873Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-08-17T12:14:10.8900262Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-08-17T12:14:10.8914081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:14:10.8993091Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:14:10.9001239Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-08-17T12:14:10.9058784Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-08-17T12:14:10.9081988Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:14:10.9095447Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-08-17T12:14:10.9287393Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:14:10.9293545Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-08-17T12:14:10.9338727Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-08-17T12:14:10.9374575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-08-17T12:14:10.9419591Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-08-17T12:14:10.9493467Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-08-17T12:14:10.9501434Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-08-17T12:14:10.9779941Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-08-17T12:14:10.9828995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-08-17T12:14:10.9899255Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-08-17T12:14:10.9930144Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-08-17T12:14:11.0113068Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-08-17T12:14:11.0122038Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-08-17T12:14:11.0220751Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-08-17T12:14:11.0260533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:14:11.0339917Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-08-17T12:14:11.0379390Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:14:11.0503804Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-08-17T12:14:11.0538761Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-08-17T12:14:11.0563335Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-08-17T12:14:11.0659512Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-08-17T12:14:11.0676458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:14:11.0820340Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:14:11.0982414Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-08-17T12:14:11.1101823Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-08-17T12:14:11.1206264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-08-17T12:14:11.1420437Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-08-17T12:14:11.1430834Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-08-17T12:14:11.1501940Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-08-17T12:14:11.1540109Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-08-17T12:14:11.1665809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:14:11.1860296Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:14:11.1933079Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-08-17T12:14:11.1944876Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-08-17T12:14:11.1953267Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-08-17T12:14:11.1978291Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-08-17T12:14:11.2047040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-08-17T12:14:11.2301832Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-08-17T12:14:11.2422768Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-08-17T12:14:11.2431023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-08-17T12:14:11.2489154Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-08-17T12:14:11.2740487Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-08-17T12:14:11.2785825Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-08-17T12:14:11.2861298Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-08-17T12:14:11.2879905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:14:11.3181572Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:14:11.3244085Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-08-17T12:14:11.3300679Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-08-17T12:14:11.3366248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-08-17T12:14:11.3621630Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-08-17T12:14:11.3647433Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-08-17T12:14:11.3740039Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-08-17T12:14:11.3784241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-08-17T12:14:11.3967422Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-08-17T12:14:11.3976174Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-08-17T12:14:11.4022402Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-08-17T12:14:11.4058657Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-08-17T12:14:11.4078877Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-08-17T12:14:11.4179434Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-08-17T12:14:11.4248389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-08-17T12:14:11.4419651Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-08-17T12:14:11.4501145Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-08-17T12:14:11.4523476Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-08-17T12:14:11.4531459Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-08-17T12:14:11.4619021Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-08-17T12:14:11.4720890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:14:11.4860544Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:14:11.4939765Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-08-17T12:14:11.5022629Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-08-17T12:14:11.5059081Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-08-17T12:14:11.5116783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:14:11.5319779Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:14:11.5326915Z [gw0] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-08-17T12:14:11.5379587Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-08-17T12:14:11.5500637Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-08-17T12:14:11.5519689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:14:11.5758448Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:14:11.5780403Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-08-17T12:14:11.5797591Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-08-17T12:14:11.5940602Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-08-17T12:14:11.5965741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:14:11.5974544Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:14:11.5982467Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-08-17T12:14:11.6198121Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-08-17T12:14:11.6259052Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-08-17T12:14:11.6378372Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-08-17T12:14:11.6419218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-08-17T12:14:11.6473022Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-08-17T12:14:11.6508441Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-08-17T12:14:11.6521345Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-08-17T12:14:11.6699291Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-08-17T12:14:11.6821096Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-08-17T12:14:11.6976337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-08-17T12:14:11.6979360Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-08-17T12:14:11.7070836Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-08-17T12:14:11.7262533Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-08-17T12:14:11.7303051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-08-17T12:14:11.7353589Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-08-17T12:14:11.7532035Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-08-17T12:14:11.7701739Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-08-17T12:14:11.7759876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-08-17T12:14:11.7762604Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-08-17T12:14:11.7777034Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-08-17T12:14:11.7947813Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-08-17T12:14:11.7954710Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-08-17T12:14:11.8140099Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-08-17T12:14:11.8179913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-08-17T12:14:11.8206155Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-08-17T12:14:11.8383040Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-08-17T12:14:11.8581127Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-08-17T12:14:11.8620151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-08-17T12:14:11.8653844Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-08-17T12:14:11.8679231Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-08-17T12:14:11.9020722Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-08-17T12:14:11.9060743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-08-17T12:14:11.9085961Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-08-17T12:14:11.9095562Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-08-17T12:14:11.9461746Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-08-17T12:14:11.9501277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-08-17T12:14:11.9729599Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-08-17T12:14:11.9880118Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-08-17T12:14:11.9898528Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-08-17T12:14:11.9978165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-08-17T12:14:12.0042601Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-08-17T12:14:12.0259007Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-08-17T12:14:12.0338779Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-08-17T12:14:12.0406327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-08-17T12:14:12.0419028Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-08-17T12:14:12.0451456Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-08-17T12:14:12.0782434Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-08-17T12:14:12.0862179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-08-17T12:14:12.1187607Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-08-17T12:14:12.1203813Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-08-17T12:14:12.1983379Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-08-17T12:14:12.2027425Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-08-17T12:14:12.2057923Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-08-17T12:14:12.2461847Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-08-17T12:14:12.2488168Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-08-17T12:14:12.2904475Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-08-17T12:14:12.2935268Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-08-17T12:14:12.3341860Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-08-17T12:14:12.3375707Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-08-17T12:14:12.3822446Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-08-17T12:14:12.3854812Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-08-17T12:14:12.3863838Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-08-17T12:14:12.3905862Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-08-17T12:14:12.4301462Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-08-17T12:14:12.4400873Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-08-17T12:14:12.4432345Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-08-17T12:14:12.4464430Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-08-17T12:14:12.4903194Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-08-17T12:14:12.6046354Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-08-17T12:14:12.6076246Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-08-17T12:14:12.6451908Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-08-17T12:14:12.6500986Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-08-17T12:14:12.6533860Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-08-17T12:14:12.6688693Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-08-17T12:14:12.6699479Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-08-17T12:14:12.6835014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-08-17T12:14:12.6941889Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-08-17T12:14:12.6970919Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-08-17T12:14:12.7140884Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-08-17T12:14:12.7227720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-08-17T12:14:12.7380377Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-08-17T12:14:12.7467727Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-08-17T12:14:12.7579559Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-08-17T12:14:12.7703993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-08-17T12:14:12.7820259Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-08-17T12:14:12.7969128Z test_ops.py::TestCommonCPU::test_out_eig_cpu_float32 2022-08-17T12:14:12.8061123Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_eig_cpu_float32 2022-08-17T12:14:12.8099134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-08-17T12:14:12.8262020Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-08-17T12:14:12.8426045Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-08-17T12:14:12.8531815Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-08-17T12:14:12.8605688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-08-17T12:14:12.8618012Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-08-17T12:14:12.8635741Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-08-17T12:14:12.8700660Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-08-17T12:14:12.8728825Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-08-17T12:14:12.8790335Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-08-17T12:14:12.8981666Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-08-17T12:14:12.9023045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-08-17T12:14:12.9033543Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-08-17T12:14:12.9141034Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-08-17T12:14:12.9165092Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-08-17T12:14:12.9421904Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-08-17T12:14:12.9571137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-08-17T12:14:12.9585399Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-08-17T12:14:12.9861732Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-08-17T12:14:13.0051776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-08-17T12:14:13.0220722Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-08-17T12:14:13.0401304Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-08-17T12:14:13.0416531Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-08-17T12:14:13.0610351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-08-17T12:14:13.0827271Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-08-17T12:14:13.0904735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-08-17T12:14:13.0988609Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-08-17T12:14:13.1017895Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-08-17T12:14:13.1070419Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-08-17T12:14:13.1259829Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-08-17T12:14:13.1421851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-08-17T12:14:13.1443760Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-08-17T12:14:13.1702755Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-08-17T12:14:13.1983412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-08-17T12:14:13.1999498Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-08-17T12:14:13.2991612Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-08-17T12:14:13.3016184Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-08-17T12:14:13.3354060Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-08-17T12:14:13.3373017Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-08-17T12:14:13.3388866Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-08-17T12:14:13.3393569Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-08-17T12:14:13.3397532Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-08-17T12:14:13.3418440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-08-17T12:14:13.3427662Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-08-17T12:14:13.3496425Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-08-17T12:14:13.3553547Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-08-17T12:14:13.3821829Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-08-17T12:14:13.3822379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-08-17T12:14:13.3861213Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-08-17T12:14:13.4038721Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-08-17T12:14:13.4260601Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-08-17T12:14:13.4357848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-08-17T12:14:13.4380142Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-08-17T12:14:13.4435932Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-08-17T12:14:13.4701688Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-08-17T12:14:13.5289485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-08-17T12:14:13.5305941Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-08-17T12:14:13.5339509Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-08-17T12:14:13.5505851Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-08-17T12:14:13.5516922Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-08-17T12:14:13.5742207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-08-17T12:14:13.5897316Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-08-17T12:14:13.5908738Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-08-17T12:14:13.5980877Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-08-17T12:14:13.6353180Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-08-17T12:14:13.6360699Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-08-17T12:14:13.6741226Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-08-17T12:14:13.6753431Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-08-17T12:14:13.6804013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-08-17T12:14:13.6861853Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-08-17T12:14:13.6902299Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-08-17T12:14:13.6913662Z [gw1] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-08-17T12:14:13.7222538Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-08-17T12:14:13.7958960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-08-17T12:14:13.7968665Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-08-17T12:14:13.7978372Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-08-17T12:14:13.7985455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-08-17T12:14:13.8017529Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-08-17T12:14:13.8020178Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-08-17T12:14:13.8250801Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-08-17T12:14:13.8259114Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-08-17T12:14:13.8380109Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-08-17T12:14:13.8417748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-08-17T12:14:13.8461364Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-08-17T12:14:13.9103564Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-08-17T12:14:13.9107394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-08-17T12:14:13.9111498Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-08-17T12:14:13.9124638Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-08-17T12:14:13.9139799Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-08-17T12:14:13.9183591Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-08-17T12:14:13.9258528Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-08-17T12:14:13.9495684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-08-17T12:14:13.9552025Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-08-17T12:14:13.9854399Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-08-17T12:14:13.9894111Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-08-17T12:14:13.9936484Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-08-17T12:14:13.9978059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-08-17T12:14:14.0013764Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-08-17T12:14:14.0048801Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-08-17T12:14:14.0381074Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-08-17T12:14:14.0441147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-08-17T12:14:14.0460407Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-08-17T12:14:14.0489843Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-08-17T12:14:14.0821518Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-08-17T12:14:14.0875548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-08-17T12:14:14.0899930Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-08-17T12:14:14.0934529Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-08-17T12:14:14.1174498Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-08-17T12:14:14.1185414Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-08-17T12:14:14.1260748Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-08-17T12:14:14.1309320Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-08-17T12:14:14.1339466Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-08-17T12:14:14.1372057Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:14:14.1702542Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:14:14.1745065Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-08-17T12:14:14.1819956Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-08-17T12:14:14.1970824Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-08-17T12:14:14.2141390Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-08-17T12:14:14.2241551Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-08-17T12:14:14.2300050Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-08-17T12:14:14.2555823Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-08-17T12:14:14.2578452Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-08-17T12:14:14.2627520Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-08-17T12:14:14.2738856Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-08-17T12:14:14.3002682Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-08-17T12:14:14.3020572Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-08-17T12:14:14.3087477Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-08-17T12:14:14.3178102Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-08-17T12:14:14.3460981Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-08-17T12:14:14.3516946Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-08-17T12:14:14.3900927Z [gw2] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-08-17T12:14:14.3933455Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-08-17T12:14:14.4234672Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-08-17T12:14:14.4242899Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-08-17T12:14:14.4341988Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-08-17T12:14:14.4394492Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-08-17T12:14:14.4414834Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-08-17T12:14:14.4662282Z [gw1] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-08-17T12:14:14.4782351Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-08-17T12:14:14.4963230Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-08-17T12:14:14.5223974Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-08-17T12:14:14.5252130Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:14:14.5663487Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-08-17T12:14:14.5712998Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-08-17T12:14:14.6058584Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-08-17T12:14:14.6065624Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-08-17T12:14:14.6102145Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-08-17T12:14:14.6158012Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-08-17T12:14:14.6544778Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-08-17T12:14:14.6633610Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-08-17T12:14:14.6985458Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-08-17T12:14:14.7140038Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:14:14.7425286Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:14:14.7501969Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-08-17T12:14:14.7758203Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-08-17T12:14:14.7768223Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-08-17T12:14:14.7860662Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-08-17T12:14:14.7931983Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-08-17T12:14:14.8245759Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-08-17T12:14:14.8257639Z [gw1] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-08-17T12:14:14.8340838Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-08-17T12:14:14.8402697Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:14:14.8782780Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:14:14.9059250Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-08-17T12:14:14.9074550Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-08-17T12:14:14.9101577Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-08-17T12:14:14.9119307Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-08-17T12:14:14.9219830Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-08-17T12:14:14.9260610Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-08-17T12:14:14.9501468Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-08-17T12:14:14.9720146Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-08-17T12:14:14.9908979Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-08-17T12:14:14.9926934Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-08-17T12:14:14.9967547Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-08-17T12:14:15.0159912Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-08-17T12:14:15.1616289Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-08-17T12:14:15.1644879Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-08-17T12:14:15.1769755Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-08-17T12:14:15.2138456Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-08-17T12:14:15.2273309Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-08-17T12:14:15.2377819Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-08-17T12:14:15.2446507Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-08-17T12:14:15.2783551Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-08-17T12:14:15.2850879Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-08-17T12:14:15.3164631Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-08-17T12:14:15.3176783Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-08-17T12:14:15.3260660Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-08-17T12:14:15.3292631Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-08-17T12:14:15.3344093Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-08-17T12:14:15.3579131Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-08-17T12:14:15.3700493Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-08-17T12:14:15.3795920Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-08-17T12:14:15.4142816Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-08-17T12:14:15.4178515Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-08-17T12:14:15.4582752Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-08-17T12:14:15.4622664Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-08-17T12:14:15.5022786Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-08-17T12:14:15.5056939Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-08-17T12:14:15.5462403Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-08-17T12:14:15.5487779Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-08-17T12:14:15.5558964Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-08-17T12:14:15.5567795Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-08-17T12:14:15.5899679Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-08-17T12:14:15.5926026Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-08-17T12:14:15.6143123Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-08-17T12:14:15.6150161Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-08-17T12:14:15.6341970Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-08-17T12:14:15.6374544Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-08-17T12:14:15.6735148Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-08-17T12:14:15.6743284Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-08-17T12:14:15.6758749Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-08-17T12:14:15.6778791Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-08-17T12:14:15.6810441Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-08-17T12:14:15.7182114Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-08-17T12:14:15.7221610Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-08-17T12:14:15.7247522Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-08-17T12:14:15.7662714Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-08-17T12:14:15.8192956Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-08-17T12:14:15.8210787Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-08-17T12:14:15.8256099Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-08-17T12:14:15.8622705Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-08-17T12:14:15.8670669Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-08-17T12:14:15.8915295Z [gw2] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-08-17T12:14:15.8928861Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-08-17T12:14:15.9061835Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-08-17T12:14:16.0559464Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-08-17T12:14:16.0572113Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-08-17T12:14:16.0609357Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-08-17T12:14:16.0740446Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-08-17T12:14:16.0750405Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-08-17T12:14:16.0981637Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-08-17T12:14:16.1110561Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-08-17T12:14:16.1422889Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-08-17T12:14:16.1480394Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-08-17T12:14:16.1656606Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-08-17T12:14:16.1667422Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-08-17T12:14:16.1864837Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-08-17T12:14:16.1927530Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-08-17T12:14:16.2422323Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-08-17T12:14:16.2423498Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-08-17T12:14:16.2424917Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:14:16.2435017Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:14:16.2463673Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-08-17T12:14:16.2859178Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-08-17T12:14:16.2868588Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-08-17T12:14:16.2891336Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-08-17T12:14:16.3305323Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-08-17T12:14:16.3436759Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-08-17T12:14:16.3443371Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-08-17T12:14:16.3475124Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-08-17T12:14:16.3504895Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-08-17T12:14:16.3741947Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-08-17T12:14:16.3914343Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:16.4079253Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-08-17T12:14:16.4341170Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-08-17T12:14:16.4925482Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-08-17T12:14:16.4950628Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:16.4971852Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-08-17T12:14:16.5383834Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-08-17T12:14:16.5509041Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-08-17T12:14:16.5822875Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-08-17T12:14:16.5848266Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-08-17T12:14:16.6263018Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-08-17T12:14:16.6473095Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-08-17T12:14:16.6489784Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-08-17T12:14:16.6690940Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-08-17T12:14:16.6817084Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-08-17T12:14:16.6826528Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-08-17T12:14:16.6901745Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-08-17T12:14:16.7125373Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-08-17T12:14:16.7342481Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-08-17T12:14:16.8696564Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-08-17T12:14:16.8725049Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-08-17T12:14:16.8735080Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-08-17T12:14:16.8742854Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-08-17T12:14:16.8863780Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-08-17T12:14:16.9141911Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-08-17T12:14:16.9154278Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-08-17T12:14:16.9156425Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-08-17T12:14:16.9307506Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-08-17T12:14:16.9400790Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-08-17T12:14:16.9582133Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-08-17T12:14:16.9582647Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-08-17T12:14:16.9612368Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-08-17T12:14:16.9834510Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-08-17T12:14:16.9860369Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-08-17T12:14:16.9876918Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-08-17T12:14:17.0026136Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-08-17T12:14:17.0026604Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-08-17T12:14:17.0074770Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-08-17T12:14:17.0540524Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-08-17T12:14:17.0543718Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-08-17T12:14:17.0904751Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-08-17T12:14:17.0923582Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-08-17T12:14:17.0932814Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-08-17T12:14:17.1045160Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-08-17T12:14:17.1345326Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-08-17T12:14:17.1388804Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-08-17T12:14:17.1750622Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-08-17T12:14:17.1769400Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-08-17T12:14:17.1784349Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-08-17T12:14:17.1823571Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:17.2416261Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:17.3487768Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-08-17T12:14:17.3505199Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-08-17T12:14:17.4735841Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-08-17T12:14:17.4902278Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-08-17T12:14:17.4930774Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-08-17T12:14:17.5127248Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-08-17T12:14:17.5142409Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-08-17T12:14:17.5187376Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-08-17T12:14:17.5343663Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-08-17T12:14:17.5364659Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:14:17.5654313Z [gw1] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:14:17.5657971Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-08-17T12:14:17.5782999Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-08-17T12:14:17.6063169Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-08-17T12:14:17.6496446Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-08-17T12:14:17.6548584Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-08-17T12:14:17.8688118Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-08-17T12:14:17.8700859Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-08-17T12:14:17.8857798Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-08-17T12:14:17.9257316Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-08-17T12:14:17.9365609Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-08-17T12:14:17.9693662Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-08-17T12:14:18.1433197Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-08-17T12:14:18.1453031Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-08-17T12:14:18.1639089Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-08-17T12:14:18.1652995Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-08-17T12:14:18.2049277Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-08-17T12:14:18.2073433Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-08-17T12:14:18.2110028Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-08-17T12:14:18.2165308Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-08-17T12:14:18.2176550Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-08-17T12:14:18.2387758Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-08-17T12:14:18.2500867Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-08-17T12:14:18.2651389Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:14:18.2797840Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-08-17T12:14:18.2941389Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:14:18.3065987Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:14:18.3383824Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:14:18.3421077Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-08-17T12:14:18.3823707Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-08-17T12:14:18.3857620Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-08-17T12:14:18.4264160Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-08-17T12:14:18.4288592Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:14:18.4745330Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:14:18.4756779Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:14:18.4772013Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-08-17T12:14:18.4816799Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-08-17T12:14:18.5184264Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:14:18.5232648Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-08-17T12:14:18.5622574Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-08-17T12:14:18.5672928Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:14:18.6062024Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:14:18.6099273Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:14:18.6541211Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:14:18.6723939Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-08-17T12:14:18.7063902Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-08-17T12:14:18.7066853Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-08-17T12:14:18.7463821Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-08-17T12:14:18.7547007Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:18.7764825Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:18.7773189Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-08-17T12:14:18.7875016Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-08-17T12:14:18.7940112Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-08-17T12:14:18.7972491Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:18.8182384Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:18.8277209Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-08-17T12:14:18.8382183Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-08-17T12:14:18.8409204Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-08-17T12:14:18.8622994Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-08-17T12:14:18.8716815Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-08-17T12:14:18.8861427Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-08-17T12:14:18.9061847Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:14:18.9098259Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-08-17T12:14:18.9383357Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-08-17T12:14:18.9392053Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:14:18.9501686Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:14:18.9527837Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-08-17T12:14:18.9673866Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-08-17T12:14:18.9822958Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:14:18.9972105Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:14:19.0232376Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-08-17T12:14:19.0243830Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-08-17T12:14:19.0375340Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-08-17T12:14:19.0428225Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-08-17T12:14:19.0436571Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:14:19.0468314Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:19.0516804Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:19.0529156Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-08-17T12:14:19.0559105Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-08-17T12:14:19.0661676Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-08-17T12:14:19.0862441Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-08-17T12:14:19.0889286Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-08-17T12:14:19.1010681Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-08-17T12:14:19.1037151Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-08-17T12:14:19.1052574Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-08-17T12:14:19.1065386Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-08-17T12:14:19.1302547Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-08-17T12:14:19.1331579Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-08-17T12:14:19.1420968Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-08-17T12:14:19.1443489Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-08-17T12:14:19.1477993Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-08-17T12:14:19.1497270Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-08-17T12:14:19.1620984Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-08-17T12:14:19.1716409Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-08-17T12:14:19.1725703Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-08-17T12:14:19.1738579Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-08-17T12:14:19.1764631Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-08-17T12:14:19.1859457Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-08-17T12:14:19.1880167Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-08-17T12:14:19.1939161Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-08-17T12:14:19.2013395Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-08-17T12:14:19.2030211Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-08-17T12:14:19.2136942Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-08-17T12:14:19.2155304Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-08-17T12:14:19.2178055Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-08-17T12:14:19.2204304Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-08-17T12:14:19.2297524Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-08-17T12:14:19.2378161Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-08-17T12:14:19.2401315Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-08-17T12:14:19.2580695Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-08-17T12:14:19.2617656Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:19.2658593Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:19.2684466Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-08-17T12:14:19.2738395Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-08-17T12:14:19.2784815Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-08-17T12:14:19.3021226Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-08-17T12:14:19.3100524Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-08-17T12:14:19.3126045Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:14:19.3179747Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:14:19.3212332Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-08-17T12:14:19.3540151Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-08-17T12:14:19.3646266Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:19.3652510Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-08-17T12:14:19.3778572Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-08-17T12:14:19.3790880Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-08-17T12:14:19.3863508Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-08-17T12:14:19.3865438Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:19.3978703Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-08-17T12:14:19.4001560Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:14:19.4059789Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:14:19.4139250Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-08-17T12:14:19.4219911Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-08-17T12:14:19.4252709Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-08-17T12:14:19.4421309Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-08-17T12:14:19.4451292Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:14:19.4500714Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:14:19.4524424Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-08-17T12:14:19.4660710Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-08-17T12:14:19.4691800Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-08-17T12:14:19.4859353Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-08-17T12:14:19.4939708Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-08-17T12:14:19.4964624Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-08-17T12:14:19.5100318Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-08-17T12:14:19.5149582Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:14:19.5166241Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-08-17T12:14:19.5299353Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:14:19.5322073Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-08-17T12:14:19.5378753Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-08-17T12:14:19.5399790Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-08-17T12:14:19.5538921Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-08-17T12:14:19.5595110Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:14:19.5738234Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:14:19.5760669Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-08-17T12:14:19.5817867Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-08-17T12:14:19.5960917Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-08-17T12:14:19.5978827Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-08-17T12:14:19.6008663Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:14:19.6179453Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:14:19.6192712Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:14:19.6258759Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:14:19.6314745Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-08-17T12:14:19.6419687Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-08-17T12:14:19.6621304Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:19.6647717Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-08-17T12:14:19.6700419Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-08-17T12:14:19.6776532Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-08-17T12:14:19.7061490Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-08-17T12:14:19.7070147Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-08-17T12:14:19.7078587Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:19.7107466Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-08-17T12:14:19.7138895Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-08-17T12:14:19.7167868Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-08-17T12:14:19.7501614Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-08-17T12:14:19.7545544Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-08-17T12:14:19.7642844Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-08-17T12:14:19.7837256Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-08-17T12:14:19.7940305Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-08-17T12:14:19.7965445Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-08-17T12:14:19.8018923Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-08-17T12:14:19.8155329Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-08-17T12:14:19.8380012Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-08-17T12:14:19.8460514Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-08-17T12:14:19.8500110Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-08-17T12:14:19.8660612Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-08-17T12:14:19.8821024Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-08-17T12:14:19.8948224Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-08-17T12:14:19.8980033Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-08-17T12:14:19.9060880Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-08-17T12:14:19.9261318Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-08-17T12:14:19.9335705Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-08-17T12:14:19.9348285Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-08-17T12:14:19.9418061Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-08-17T12:14:19.9427830Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-08-17T12:14:19.9589005Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-08-17T12:14:19.9700315Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-08-17T12:14:19.9897193Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-08-17T12:14:19.9993675Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-08-17T12:14:20.0006596Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-08-17T12:14:20.0211914Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-08-17T12:14:20.0340713Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-08-17T12:14:20.0358231Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-08-17T12:14:20.0670395Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-08-17T12:14:20.0678717Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-08-17T12:14:20.0690034Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-08-17T12:14:20.0700727Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-08-17T12:14:20.0733729Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-08-17T12:14:20.0819648Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-08-17T12:14:20.0836297Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-08-17T12:14:20.0884116Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-08-17T12:14:20.1100774Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-08-17T12:14:20.1139033Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-08-17T12:14:20.1261205Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-08-17T12:14:20.1280368Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:14:20.1323343Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:14:20.1580109Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-08-17T12:14:20.1610774Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-08-17T12:14:20.1699896Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-08-17T12:14:20.1786522Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-08-17T12:14:20.1874929Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-08-17T12:14:20.1881875Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-08-17T12:14:20.1965276Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-08-17T12:14:20.1971727Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-08-17T12:14:20.2002022Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-08-17T12:14:20.2018236Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-08-17T12:14:20.2041597Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-08-17T12:14:20.2138868Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-08-17T12:14:20.2273900Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-08-17T12:14:20.2378241Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-08-17T12:14:20.2445568Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-08-17T12:14:20.2487703Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-08-17T12:14:20.2499731Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-08-17T12:14:20.2500426Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-08-17T12:14:20.2525636Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-08-17T12:14:20.2579164Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-08-17T12:14:20.2608096Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-08-17T12:14:20.2819328Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-08-17T12:14:20.2941386Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-08-17T12:14:20.2962612Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-08-17T12:14:20.3020423Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-08-17T12:14:20.3055017Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-08-17T12:14:20.3123244Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-08-17T12:14:20.3132029Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-08-17T12:14:20.3177092Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-08-17T12:14:20.3259123Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-08-17T12:14:20.3386124Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-08-17T12:14:20.3394232Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-08-17T12:14:20.3485087Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-08-17T12:14:20.3511757Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-08-17T12:14:20.3700330Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-08-17T12:14:20.3935553Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-08-17T12:14:20.3941209Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-08-17T12:14:20.3942066Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-08-17T12:14:20.3945104Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-08-17T12:14:20.3991204Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-08-17T12:14:20.4139930Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-08-17T12:14:20.4381497Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-08-17T12:14:20.4388132Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-08-17T12:14:20.4431386Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-08-17T12:14:20.4441282Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-08-17T12:14:20.4860126Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-08-17T12:14:20.4864111Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-08-17T12:14:20.5098109Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-08-17T12:14:20.5111388Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-08-17T12:14:20.5128778Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:14:20.5261369Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:14:20.5285997Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-08-17T12:14:20.5296290Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-08-17T12:14:20.5306631Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-08-17T12:14:20.5518030Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-08-17T12:14:20.5541066Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-08-17T12:14:20.5575757Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-08-17T12:14:20.5730978Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-08-17T12:14:20.5770951Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-08-17T12:14:20.6079753Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-08-17T12:14:20.6093862Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-08-17T12:14:20.6147823Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-08-17T12:14:20.6178846Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-08-17T12:14:20.6583819Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-08-17T12:14:20.6612371Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-08-17T12:14:20.6693065Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-08-17T12:14:20.6701073Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-08-17T12:14:20.6723831Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:20.7021369Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:20.7049559Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-08-17T12:14:20.7138598Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-08-17T12:14:20.7160402Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-08-17T12:14:20.7219347Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-08-17T12:14:20.7225970Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-08-17T12:14:20.7460446Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-08-17T12:14:20.7491198Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-08-17T12:14:20.7579320Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-08-17T12:14:20.7732391Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-08-17T12:14:20.7898677Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-08-17T12:14:20.7928564Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-08-17T12:14:20.8008433Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-08-17T12:14:20.8015961Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-08-17T12:14:20.8020647Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-08-17T12:14:20.8039321Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-08-17T12:14:20.8341699Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-08-17T12:14:20.8376607Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-08-17T12:14:20.8421257Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-08-17T12:14:20.8563764Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-08-17T12:14:20.8575982Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-08-17T12:14:20.8640373Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-08-17T12:14:20.8650358Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-08-17T12:14:20.8663147Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-08-17T12:14:20.8711599Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-08-17T12:14:20.8780155Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-08-17T12:14:20.8805074Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-08-17T12:14:20.8839324Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-08-17T12:14:20.8857360Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-08-17T12:14:20.8882326Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-08-17T12:14:20.8978271Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-08-17T12:14:20.9058996Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-08-17T12:14:20.9221320Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-08-17T12:14:20.9257490Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-08-17T12:14:20.9260416Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-08-17T12:14:20.9298432Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-08-17T12:14:20.9365916Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-08-17T12:14:20.9499446Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-08-17T12:14:20.9513721Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:14:20.9659466Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:14:20.9681655Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-08-17T12:14:20.9738725Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-08-17T12:14:20.9836296Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-08-17T12:14:20.9940427Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-08-17T12:14:21.0101479Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:14:21.0131764Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-08-17T12:14:21.0179665Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-08-17T12:14:21.0292363Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-08-17T12:14:21.0544905Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-08-17T12:14:21.0552886Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:14:21.0561900Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-08-17T12:14:21.0567346Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:14:21.0618960Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-08-17T12:14:21.0638858Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-08-17T12:14:21.0982197Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-08-17T12:14:21.1009365Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-08-17T12:14:21.1059805Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-08-17T12:14:21.1087112Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-08-17T12:14:21.1279381Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-08-17T12:14:21.1288706Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:14:21.1420351Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-08-17T12:14:21.1444131Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-08-17T12:14:21.1498319Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-08-17T12:14:21.1505992Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-08-17T12:14:21.1515937Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-08-17T12:14:21.1534226Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-08-17T12:14:21.1585121Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-08-17T12:14:21.1640508Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-08-17T12:14:21.1697106Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-08-17T12:14:21.1859229Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-08-17T12:14:21.1888032Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-08-17T12:14:21.1890904Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-08-17T12:14:21.1939840Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-08-17T12:14:21.1940735Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-08-17T12:14:21.2139174Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-08-17T12:14:21.2153929Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:14:21.2179008Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:14:21.2299307Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-08-17T12:14:21.2328326Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-08-17T12:14:21.2420200Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-08-17T12:14:21.2580705Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-08-17T12:14:21.2688042Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:14:21.2704092Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-08-17T12:14:21.2740260Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-08-17T12:14:21.2770621Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-08-17T12:14:21.2821527Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-08-17T12:14:21.2940613Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-08-17T12:14:21.3019835Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:14:21.3045720Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-08-17T12:14:21.3075140Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-08-17T12:14:21.3082592Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-08-17T12:14:21.3104610Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-08-17T12:14:21.3138395Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-08-17T12:14:21.3179148Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-08-17T12:14:21.3204587Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-08-17T12:14:21.3460122Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-08-17T12:14:21.3464856Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-08-17T12:14:21.3482111Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-08-17T12:14:21.3497984Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-08-17T12:14:21.3519964Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-08-17T12:14:21.3577412Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-08-17T12:14:21.3618408Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-08-17T12:14:21.3642995Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-08-17T12:14:21.3667757Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-08-17T12:14:21.3899700Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-08-17T12:14:21.3926637Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-08-17T12:14:21.3938701Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-08-17T12:14:21.4018166Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-08-17T12:14:21.4106952Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-08-17T12:14:21.4118072Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-08-17T12:14:21.4131244Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-08-17T12:14:21.4141574Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-08-17T12:14:21.4340496Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-08-17T12:14:21.4378847Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-08-17T12:14:21.4459767Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-08-17T12:14:21.4499313Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-08-17T12:14:21.4527752Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-08-17T12:14:21.4625669Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-08-17T12:14:21.4644346Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-08-17T12:14:21.4819588Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-08-17T12:14:21.4872934Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-08-17T12:14:21.4898256Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-08-17T12:14:21.4979571Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-08-17T12:14:21.5000193Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-08-17T12:14:21.5262670Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-08-17T12:14:21.5293629Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-08-17T12:14:21.5420134Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-08-17T12:14:21.5444710Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-08-17T12:14:21.5699966Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-08-17T12:14:21.5861036Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-08-17T12:14:21.5941298Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-08-17T12:14:21.6333479Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-08-17T12:14:21.6336710Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-08-17T12:14:21.6741179Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-08-17T12:14:21.6763013Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-08-17T12:14:21.7181791Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-08-17T12:14:21.7220100Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-08-17T12:14:21.7620928Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-08-17T12:14:21.7644093Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-08-17T12:14:21.8060950Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-08-17T12:14:21.8094942Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-08-17T12:14:21.8519159Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-08-17T12:14:21.8535901Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-08-17T12:14:21.8974324Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-08-17T12:14:21.8980635Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-08-17T12:14:21.9413077Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-08-17T12:14:21.9417900Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-08-17T12:14:21.9892692Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-08-17T12:14:21.9898250Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-08-17T12:14:22.0334176Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-08-17T12:14:22.0338001Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-08-17T12:14:22.0774409Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-08-17T12:14:22.0778226Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-08-17T12:14:22.1213205Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-08-17T12:14:22.1217244Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-08-17T12:14:22.1653400Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-08-17T12:14:22.1657116Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-08-17T12:14:22.2092895Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-08-17T12:14:22.2094715Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-08-17T12:14:22.2533784Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-08-17T12:14:22.2535067Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-08-17T12:14:22.2941709Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-08-17T12:14:22.2978196Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-08-17T12:14:22.3313373Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-08-17T12:14:22.3322029Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-08-17T12:14:22.3456417Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:22.3461815Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-08-17T12:14:22.3898425Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-08-17T12:14:22.3899178Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-08-17T12:14:22.4281077Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-08-17T12:14:22.4292311Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:22.4300547Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-08-17T12:14:22.4320343Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-08-17T12:14:22.4334627Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-08-17T12:14:22.4701286Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-08-17T12:14:22.4718276Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-08-17T12:14:22.4740437Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-08-17T12:14:22.4770086Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-08-17T12:14:22.5141579Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-08-17T12:14:22.5276818Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-08-17T12:14:22.5282624Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-08-17T12:14:22.5339748Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-08-17T12:14:22.5583413Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-08-17T12:14:22.5668007Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-08-17T12:14:22.5717932Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-08-17T12:14:22.5855130Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-08-17T12:14:22.6020669Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-08-17T12:14:22.6102469Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-08-17T12:14:22.6128622Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-08-17T12:14:22.6380121Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-08-17T12:14:22.6458912Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-08-17T12:14:22.6579257Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-08-17T12:14:22.6605744Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-08-17T12:14:22.6919693Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-08-17T12:14:22.6941312Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-08-17T12:14:22.7064010Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-08-17T12:14:22.7073902Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-08-17T12:14:22.7298910Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-08-17T12:14:22.7380264Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-08-17T12:14:22.7479883Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-08-17T12:14:22.7509322Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:22.7737734Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-08-17T12:14:22.7859400Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-08-17T12:14:22.7902594Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-08-17T12:14:22.7937672Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-08-17T12:14:22.8277914Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-08-17T12:14:22.8298826Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-08-17T12:14:22.8322616Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-08-17T12:14:22.8338661Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-08-17T12:14:22.8365371Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-08-17T12:14:22.8741641Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-08-17T12:14:22.8763380Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-08-17T12:14:22.8779238Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-08-17T12:14:22.8800147Z test_ops.py::TestCommonCPU::test_multiple_devices_eig_cpu_float32 2022-08-17T12:14:22.9181721Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eig_cpu_float32 2022-08-17T12:14:22.9220247Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-08-17T12:14:22.9243652Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-08-17T12:14:22.9704552Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-08-17T12:14:22.9734956Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-08-17T12:14:22.9901641Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-08-17T12:14:22.9909240Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-08-17T12:14:23.0091142Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-08-17T12:14:23.0179629Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-08-17T12:14:23.0201796Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-08-17T12:14:23.0341015Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-08-17T12:14:23.0454471Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-08-17T12:14:23.0623471Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-08-17T12:14:23.0647618Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-08-17T12:14:23.0782666Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-08-17T12:14:23.0898395Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-08-17T12:14:23.1062553Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-08-17T12:14:23.1084981Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-08-17T12:14:23.1223595Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-08-17T12:14:23.1505166Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-08-17T12:14:23.1542517Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-08-17T12:14:23.1943295Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-08-17T12:14:23.1976171Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-08-17T12:14:23.2382872Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-08-17T12:14:23.2416935Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-08-17T12:14:23.2823347Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-08-17T12:14:23.2864197Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-08-17T12:14:23.3262924Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-08-17T12:14:23.3300422Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-08-17T12:14:23.3702447Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-08-17T12:14:23.3736092Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-08-17T12:14:23.4144458Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-08-17T12:14:23.4178207Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-08-17T12:14:23.4582846Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-08-17T12:14:23.4618245Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-08-17T12:14:23.5023185Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-08-17T12:14:23.5058855Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-08-17T12:14:23.5464689Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-08-17T12:14:23.5505826Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-08-17T12:14:23.6263543Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-08-17T12:14:23.6293242Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-08-17T12:14:23.6706642Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-08-17T12:14:23.6737180Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-08-17T12:14:23.7184192Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-08-17T12:14:23.7190994Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-08-17T12:14:23.7617645Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-08-17T12:14:23.7625707Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-08-17T12:14:23.8063758Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-08-17T12:14:23.8113794Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-08-17T12:14:23.8583300Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-08-17T12:14:23.8688450Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-08-17T12:14:23.9053985Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-08-17T12:14:23.9061728Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-08-17T12:14:23.9526242Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-08-17T12:14:23.9540643Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-08-17T12:14:24.0016973Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-08-17T12:14:24.0017742Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-08-17T12:14:24.0460992Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-08-17T12:14:24.0464768Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-08-17T12:14:24.0937275Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-08-17T12:14:24.0946019Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-08-17T12:14:24.1380324Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-08-17T12:14:24.1389235Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-08-17T12:14:24.1857181Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-08-17T12:14:24.1864795Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-08-17T12:14:24.2297592Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-08-17T12:14:24.2305055Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-08-17T12:14:24.2715917Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-08-17T12:14:24.2746990Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-08-17T12:14:24.3218925Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-08-17T12:14:24.3227114Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-08-17T12:14:24.3659838Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-08-17T12:14:24.3660296Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-08-17T12:14:24.4140055Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-08-17T12:14:24.4140502Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-08-17T12:14:24.4582420Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-08-17T12:14:24.4611653Z test_ops.py::TestCommonCPU::test_multiple_devices_inverse_cpu_float32 2022-08-17T12:14:24.5099437Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inverse_cpu_float32 2022-08-17T12:14:24.5099864Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-08-17T12:14:24.5541914Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-08-17T12:14:24.5542336Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-08-17T12:14:24.6017378Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-08-17T12:14:24.6017795Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-08-17T12:14:24.6458257Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-08-17T12:14:24.6458683Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-08-17T12:14:24.6913402Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-08-17T12:14:24.6941977Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:14:24.7354528Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:14:24.7385716Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:14:24.7549250Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:14:24.7560994Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-08-17T12:14:24.7825546Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-08-17T12:14:24.7825934Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-08-17T12:14:24.8257369Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-08-17T12:14:24.8265819Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-08-17T12:14:24.8301694Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-08-17T12:14:24.8314443Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-08-17T12:14:24.8339424Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-08-17T12:14:24.8664447Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-08-17T12:14:24.8695914Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-08-17T12:14:24.8741374Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-08-17T12:14:24.8783680Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-08-17T12:14:24.9104698Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-08-17T12:14:24.9138245Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-08-17T12:14:24.9219919Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-08-17T12:14:24.9241563Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-08-17T12:14:24.9543388Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-08-17T12:14:24.9574069Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-08-17T12:14:24.9663303Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-08-17T12:14:24.9839876Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-08-17T12:14:24.9982231Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-08-17T12:14:25.0007059Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-08-17T12:14:25.0100689Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-08-17T12:14:25.0275570Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-08-17T12:14:25.0421671Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-08-17T12:14:25.0449679Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-08-17T12:14:25.0541642Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-08-17T12:14:25.0567098Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:14:25.0863103Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:14:25.0889243Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-08-17T12:14:25.0982580Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-08-17T12:14:25.1084752Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-08-17T12:14:25.1302909Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-08-17T12:14:25.1334300Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:14:25.1421115Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:14:25.1782008Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-08-17T12:14:25.1812244Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-08-17T12:14:25.2276496Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-08-17T12:14:25.2283801Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-08-17T12:14:25.2358107Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-08-17T12:14:25.2385059Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-08-17T12:14:25.2579435Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-08-17T12:14:25.2590689Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-08-17T12:14:25.2703378Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-08-17T12:14:25.2704553Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-08-17T12:14:25.3145959Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-08-17T12:14:25.3155502Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-08-17T12:14:25.3164789Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-08-17T12:14:25.3178977Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-08-17T12:14:25.3196356Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-08-17T12:14:25.3583397Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-08-17T12:14:25.3591375Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-08-17T12:14:25.3632887Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-08-17T12:14:25.3980191Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-08-17T12:14:25.3992379Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-08-17T12:14:25.4052490Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float64 2022-08-17T12:14:25.4053462Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-08-17T12:14:25.4501393Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-08-17T12:14:25.4505689Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-08-17T12:14:25.4902782Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-08-17T12:14:25.4930897Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-08-17T12:14:25.5106837Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-08-17T12:14:25.5113140Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-08-17T12:14:25.5142199Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-08-17T12:14:25.5342504Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-08-17T12:14:25.5367086Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-08-17T12:14:25.5540095Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-08-17T12:14:25.5816280Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-08-17T12:14:25.5816872Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-08-17T12:14:25.6298314Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-08-17T12:14:25.6299023Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-08-17T12:14:25.6722411Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-08-17T12:14:25.6755399Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-08-17T12:14:25.7043976Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-08-17T12:14:25.7063477Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-08-17T12:14:25.7116341Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-08-17T12:14:25.7181937Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-08-17T12:14:25.7214206Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-08-17T12:14:25.7501606Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-08-17T12:14:25.7534077Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-08-17T12:14:25.7621618Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-08-17T12:14:25.7650510Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-08-17T12:14:25.7700375Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-08-17T12:14:25.7712685Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float64 2022-08-17T12:14:25.7943037Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-08-17T12:14:25.7968536Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-08-17T12:14:25.8062414Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-08-17T12:14:25.8087573Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-08-17T12:14:25.8382536Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-08-17T12:14:25.8485197Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-08-17T12:14:25.8493958Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-08-17T12:14:25.8573821Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-08-17T12:14:25.8575643Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-08-17T12:14:25.8577864Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-08-17T12:14:25.8820307Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-08-17T12:14:25.8856173Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-08-17T12:14:25.8978036Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-08-17T12:14:25.9001199Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-08-17T12:14:25.9091628Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-08-17T12:14:25.9100029Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-08-17T12:14:25.9196845Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:14:25.9259647Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:14:25.9298486Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-08-17T12:14:25.9422158Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-08-17T12:14:25.9445929Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-08-17T12:14:25.9542421Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-08-17T12:14:25.9703420Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-08-17T12:14:25.9753311Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-08-17T12:14:25.9863692Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-08-17T12:14:25.9889605Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-08-17T12:14:26.0145110Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-08-17T12:14:26.0179877Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-08-17T12:14:26.0302651Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-08-17T12:14:26.0329109Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-08-17T12:14:26.0583844Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-08-17T12:14:26.0623386Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-08-17T12:14:26.0742302Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-08-17T12:14:26.0768562Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-08-17T12:14:26.1023390Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-08-17T12:14:26.1058925Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-08-17T12:14:26.1181148Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-08-17T12:14:26.1206020Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:14:26.1462823Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:14:26.1498722Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-08-17T12:14:26.1623980Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-08-17T12:14:26.1654329Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-08-17T12:14:26.1904135Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-08-17T12:14:26.1935548Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-08-17T12:14:26.2061331Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-08-17T12:14:26.2091424Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-08-17T12:14:26.2343640Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-08-17T12:14:26.2501980Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-08-17T12:14:26.2531742Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-08-17T12:14:26.2943345Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-08-17T12:14:26.2978831Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-08-17T12:14:26.3017840Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-08-17T12:14:26.3026221Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-08-17T12:14:26.3064603Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-08-17T12:14:26.3381735Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-08-17T12:14:26.3409230Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-08-17T12:14:26.3458855Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-08-17T12:14:26.3493788Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-08-17T12:14:26.3822207Z [gw1] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-08-17T12:14:26.3851169Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-08-17T12:14:26.3939165Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-08-17T12:14:26.4262278Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-08-17T12:14:26.4284046Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-08-17T12:14:26.4543150Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-08-17T12:14:26.4554246Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-08-17T12:14:26.4585588Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-08-17T12:14:26.4700270Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-08-17T12:14:26.4721666Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-08-17T12:14:26.4981196Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-08-17T12:14:26.5114982Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-08-17T12:14:26.5138595Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-08-17T12:14:26.5161457Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-08-17T12:14:26.5420813Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-08-17T12:14:26.5458946Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-08-17T12:14:26.5579571Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-08-17T12:14:26.5601990Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-08-17T12:14:26.5861016Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-08-17T12:14:26.5894399Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-08-17T12:14:26.6019158Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-08-17T12:14:26.6042313Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-08-17T12:14:26.6301211Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-08-17T12:14:26.6329617Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-08-17T12:14:26.6461879Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-08-17T12:14:26.6486005Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-08-17T12:14:26.6742121Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-08-17T12:14:26.6773806Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-08-17T12:14:26.6901580Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-08-17T12:14:26.6927168Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-08-17T12:14:26.6941193Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-08-17T12:14:26.6949348Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-08-17T12:14:26.7061510Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:14:26.7181844Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:14:26.7301067Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-08-17T12:14:26.7341382Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-08-17T12:14:26.7364649Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:14:26.7420853Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:14:26.7623924Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-08-17T12:14:26.7781479Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-08-17T12:14:26.7802686Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:14:26.8185573Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:14:26.8194509Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-08-17T12:14:26.8213916Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-08-17T12:14:26.8248204Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-08-17T12:14:26.8252192Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-08-17T12:14:26.8623316Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-08-17T12:14:26.8697581Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-08-17T12:14:26.8702153Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-08-17T12:14:26.8778577Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-08-17T12:14:26.8820605Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-08-17T12:14:26.8827957Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-08-17T12:14:26.9063795Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-08-17T12:14:26.9102881Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-08-17T12:14:26.9107715Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-08-17T12:14:26.9134267Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-08-17T12:14:26.9502405Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-08-17T12:14:26.9818522Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-08-17T12:14:26.9819153Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-08-17T12:14:26.9973521Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-08-17T12:14:26.9983591Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-08-17T12:14:26.9986272Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-08-17T12:14:27.0012809Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-08-17T12:14:27.0101357Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-08-17T12:14:27.0110413Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-08-17T12:14:27.0422188Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-08-17T12:14:27.0448709Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-08-17T12:14:27.0716374Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-08-17T12:14:27.0730123Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-08-17T12:14:27.0756732Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-08-17T12:14:27.0859482Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-08-17T12:14:27.0885892Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:27.1143107Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:27.1304370Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-08-17T12:14:27.1351592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:27.1728870Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:27.1749919Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-08-17T12:14:27.1757151Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-08-17T12:14:27.1797810Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-08-17T12:14:27.2219707Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-08-17T12:14:27.2220416Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-08-17T12:14:27.2364294Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-08-17T12:14:27.2386730Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-08-17T12:14:27.2429452Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-08-17T12:14:27.2622438Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-08-17T12:14:27.2645955Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:27.2822195Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-08-17T12:14:27.2890494Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-08-17T12:14:27.3061650Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-08-17T12:14:27.3089355Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-08-17T12:14:27.3260771Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-08-17T12:14:27.3501994Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-08-17T12:14:27.3530103Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:27.3681645Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:14:27.3700126Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-08-17T12:14:27.3943402Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-08-17T12:14:27.3980180Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:27.4176642Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:14:27.4186014Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-08-17T12:14:27.4381366Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-08-17T12:14:27.4412571Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-08-17T12:14:27.4763874Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-08-17T12:14:27.4778248Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-08-17T12:14:27.4811850Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-08-17T12:14:27.4827925Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-08-17T12:14:27.4855917Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-08-17T12:14:27.5223851Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-08-17T12:14:27.5261699Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-08-17T12:14:27.5301629Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:14:27.5309532Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:14:27.5663279Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-08-17T12:14:27.5705070Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-08-17T12:14:27.5741607Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:14:27.6049320Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:14:27.6102953Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-08-17T12:14:27.6144066Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-08-17T12:14:27.6178688Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:14:27.6583855Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:14:27.6618894Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:27.7023061Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-08-17T12:14:27.7059804Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-08-17T12:14:27.7463192Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-08-17T12:14:27.7504491Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-08-17T12:14:27.7901954Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-08-17T12:14:27.7937968Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:27.8341865Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:27.8381182Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:14:27.8782557Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:14:27.8810403Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:14:27.9222771Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:14:27.9250666Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-08-17T12:14:27.9662216Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-08-17T12:14:27.9690658Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-08-17T12:14:28.0102033Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-08-17T12:14:28.0130284Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-08-17T12:14:28.0541876Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-08-17T12:14:28.0570528Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:28.0983109Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-08-17T12:14:28.1022680Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:14:28.1425788Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:14:28.1463592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-08-17T12:14:28.1865485Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-08-17T12:14:28.1905304Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:14:28.2303151Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:14:28.2333583Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-08-17T12:14:28.2743057Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-08-17T12:14:28.2782568Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-08-17T12:14:28.3183762Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-08-17T12:14:28.3223978Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-08-17T12:14:28.3238337Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-08-17T12:14:28.3253323Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-08-17T12:14:28.3371155Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-08-17T12:14:28.3623681Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-08-17T12:14:28.3650553Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-08-17T12:14:28.3701598Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-08-17T12:14:28.4062861Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-08-17T12:14:28.4088359Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:14:28.4337774Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:14:28.4345521Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-08-17T12:14:28.4503437Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-08-17T12:14:28.4523209Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:14:28.4674442Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:14:28.4781594Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-08-17T12:14:28.4807418Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-08-17T12:14:28.4942117Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-08-17T12:14:28.4961365Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:14:28.5222914Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:14:28.5259068Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-08-17T12:14:28.5380456Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-08-17T12:14:28.5413513Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-08-17T12:14:28.5663055Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-08-17T12:14:28.5824669Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-08-17T12:14:28.5853593Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-08-17T12:14:28.6099051Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-08-17T12:14:28.6107865Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-08-17T12:14:28.6176279Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-08-17T12:14:28.6261809Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-08-17T12:14:28.6287402Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-08-17T12:14:28.6543385Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-08-17T12:14:28.6569738Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-08-17T12:14:28.6703299Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-08-17T12:14:28.6731788Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-08-17T12:14:28.6983254Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-08-17T12:14:28.7009115Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-08-17T12:14:28.7139385Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-08-17T12:14:28.7163137Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-08-17T12:14:28.7420942Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-08-17T12:14:28.7463909Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:28.7580478Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:28.7609854Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-08-17T12:14:28.7862046Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-08-17T12:14:28.7916123Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:14:28.8019932Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:14:28.8044470Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-08-17T12:14:28.8302813Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-08-17T12:14:28.8329747Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-08-17T12:14:28.8460533Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-08-17T12:14:28.8485808Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-08-17T12:14:28.8740967Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-08-17T12:14:28.8901640Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-08-17T12:14:28.8927862Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-08-17T12:14:28.9047005Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-08-17T12:14:28.9181031Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-08-17T12:14:28.9208868Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-08-17T12:14:28.9340303Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-08-17T12:14:28.9368416Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-08-17T12:14:28.9622612Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-08-17T12:14:28.9769806Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-08-17T12:14:28.9780728Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-08-17T12:14:28.9805801Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-08-17T12:14:29.0061652Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-08-17T12:14:29.0094218Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-08-17T12:14:29.0220618Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-08-17T12:14:29.0253153Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-08-17T12:14:29.0504706Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-08-17T12:14:29.0644589Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-08-17T12:14:29.0663640Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-08-17T12:14:29.0695802Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-08-17T12:14:29.0943339Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-08-17T12:14:29.1018727Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-08-17T12:14:29.1102513Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-08-17T12:14:29.1128115Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-08-17T12:14:29.1383061Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-08-17T12:14:29.1506056Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-08-17T12:14:29.1542178Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-08-17T12:14:29.1571487Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-08-17T12:14:29.1821738Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-08-17T12:14:29.1982850Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-08-17T12:14:29.2016853Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-08-17T12:14:29.2204328Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-08-17T12:14:29.2259626Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-08-17T12:14:29.2421770Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-08-17T12:14:29.2460289Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-08-17T12:14:29.2463390Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-08-17T12:14:29.2699888Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-08-17T12:14:29.2863353Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-08-17T12:14:29.2903619Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:29.3354017Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-08-17T12:14:29.3354518Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-08-17T12:14:29.3819857Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-08-17T12:14:29.3824544Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-08-17T12:14:29.3886919Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-08-17T12:14:29.3887399Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-08-17T12:14:29.3887828Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-08-17T12:14:29.3931029Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-08-17T12:14:29.3935810Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-08-17T12:14:29.3960613Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-08-17T12:14:29.4182206Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-08-17T12:14:29.4202600Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-08-17T12:14:29.4299812Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-08-17T12:14:29.4339718Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-08-17T12:14:29.4373602Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-08-17T12:14:29.4530108Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-08-17T12:14:29.4619642Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-08-17T12:14:29.4640214Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-08-17T12:14:29.4739286Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-08-17T12:14:29.4819843Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-08-17T12:14:29.5062166Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-08-17T12:14:29.5099067Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-08-17T12:14:29.5103757Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-08-17T12:14:29.5179287Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-08-17T12:14:29.5320728Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-08-17T12:14:29.5343480Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-08-17T12:14:29.5353397Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-08-17T12:14:29.5503380Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-08-17T12:14:29.5537146Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-08-17T12:14:29.5623515Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-08-17T12:14:29.5702890Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-08-17T12:14:29.5730909Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-08-17T12:14:29.5820983Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-08-17T12:14:29.5934796Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-08-17T12:14:29.5945086Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-08-17T12:14:29.5977955Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-08-17T12:14:29.6060870Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-08-17T12:14:29.6261616Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-08-17T12:14:29.6382881Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-08-17T12:14:29.6401257Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-08-17T12:14:29.6412643Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-08-17T12:14:29.6502356Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-08-17T12:14:29.6731368Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-08-17T12:14:29.6821454Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-08-17T12:14:29.6847980Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-08-17T12:14:29.6942002Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-08-17T12:14:29.7114204Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-08-17T12:14:29.7115078Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-08-17T12:14:29.7262757Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-08-17T12:14:29.7290484Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:29.7429685Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:29.7438190Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-08-17T12:14:29.7485098Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-08-17T12:14:29.7703140Z [gw1] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-08-17T12:14:29.7726783Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:29.7863907Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:29.7889512Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-08-17T12:14:29.8142446Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-08-17T12:14:29.8174048Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-08-17T12:14:29.8302211Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-08-17T12:14:29.8366779Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-08-17T12:14:29.8582687Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-08-17T12:14:29.8614580Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-08-17T12:14:29.8742090Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-08-17T12:14:29.8771280Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-08-17T12:14:29.9022605Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-08-17T12:14:29.9049516Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-08-17T12:14:29.9181202Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-08-17T12:14:29.9254334Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-08-17T12:14:29.9264221Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-08-17T12:14:29.9272546Z [gw1] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-08-17T12:14:29.9293688Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-08-17T12:14:29.9461429Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-08-17T12:14:29.9490713Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-08-17T12:14:29.9620649Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-08-17T12:14:29.9700552Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-08-17T12:14:29.9729740Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-08-17T12:14:29.9824077Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-08-17T12:14:29.9899421Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-08-17T12:14:29.9923247Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-08-17T12:14:30.0059568Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-08-17T12:14:30.0142036Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-08-17T12:14:30.0345864Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-08-17T12:14:30.0353409Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-08-17T12:14:30.0387702Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-08-17T12:14:30.0503722Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-08-17T12:14:30.0531875Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-08-17T12:14:30.0699920Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-08-17T12:14:30.0710189Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-08-17T12:14:30.0742336Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:30.0780439Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:30.0804099Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-08-17T12:14:30.0941586Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-08-17T12:14:30.0963769Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-08-17T12:14:30.1142015Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-08-17T12:14:30.1222288Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-08-17T12:14:30.1255272Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-08-17T12:14:30.1382827Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-08-17T12:14:30.1451934Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-08-17T12:14:30.1663035Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-08-17T12:14:30.1700224Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-08-17T12:14:30.1704110Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-08-17T12:14:30.1711244Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-08-17T12:14:30.1822054Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-08-17T12:14:30.2073997Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-08-17T12:14:30.2093203Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-08-17T12:14:30.2108521Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-08-17T12:14:30.2129191Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-08-17T12:14:30.2178645Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-08-17T12:14:30.2261497Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:14:30.2543804Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-08-17T12:14:30.2563382Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:30.2589231Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:30.2671790Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-08-17T12:14:30.2680596Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:14:30.2698406Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-08-17T12:14:30.2726781Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-08-17T12:14:30.2983135Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-08-17T12:14:30.3001587Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:30.3142499Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:30.3165313Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-08-17T12:14:30.3423256Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-08-17T12:14:30.3454327Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-08-17T12:14:30.3582621Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-08-17T12:14:30.3705495Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-08-17T12:14:30.3862994Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-08-17T12:14:30.3895555Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-08-17T12:14:30.4022361Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-08-17T12:14:30.4171891Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-08-17T12:14:30.4184050Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-08-17T12:14:30.4191491Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-08-17T12:14:30.4215238Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-08-17T12:14:30.4299691Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-08-17T12:14:30.4324011Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-08-17T12:14:30.4461498Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-08-17T12:14:30.4621434Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-08-17T12:14:30.4628871Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-08-17T12:14:30.4650654Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-08-17T12:14:30.4745689Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-08-17T12:14:30.4776053Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-08-17T12:14:30.4901215Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-08-17T12:14:30.4930910Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-08-17T12:14:30.5060801Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-08-17T12:14:30.5182357Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-08-17T12:14:30.5251078Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-08-17T12:14:30.5341523Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-08-17T12:14:30.5629723Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-08-17T12:14:30.5634650Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-08-17T12:14:30.5638046Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-08-17T12:14:30.5660338Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:30.5672899Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:30.6064355Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-08-17T12:14:30.6064964Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:14:30.6096170Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-08-17T12:14:30.6503613Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-08-17T12:14:30.6540287Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-08-17T12:14:30.6700693Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-08-17T12:14:30.6717562Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:14:30.6748019Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:30.6883698Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:30.6891970Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-08-17T12:14:30.6939747Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-08-17T12:14:30.6969324Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-08-17T12:14:30.7079239Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-08-17T12:14:30.7140053Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-08-17T12:14:30.7174398Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-08-17T12:14:30.7300546Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-08-17T12:14:30.7323718Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-08-17T12:14:30.7382091Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-08-17T12:14:30.7415681Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-08-17T12:14:30.7581560Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-08-17T12:14:30.7622368Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:14:30.7740748Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:14:30.7755938Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-08-17T12:14:30.7819562Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-08-17T12:14:30.7850403Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-08-17T12:14:30.8020221Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-08-17T12:14:30.8049516Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:30.8179017Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:30.8231808Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-08-17T12:14:30.8258900Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-08-17T12:14:30.8288376Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-08-17T12:14:30.8460299Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-08-17T12:14:30.8490445Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:30.8619305Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:30.8699605Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-08-17T12:14:30.8708764Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-08-17T12:14:30.8739366Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-08-17T12:14:30.8899772Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-08-17T12:14:30.8949785Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:14:30.9060007Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:14:30.9140248Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-08-17T12:14:30.9173914Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-08-17T12:14:30.9254588Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-08-17T12:14:30.9340183Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-08-17T12:14:30.9397764Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-08-17T12:14:30.9498876Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-08-17T12:14:30.9581050Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-08-17T12:14:30.9612883Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-08-17T12:14:30.9729237Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-08-17T12:14:30.9783906Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-08-17T12:14:30.9814485Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:14:30.9940196Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:14:31.0020159Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-08-17T12:14:31.0049870Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-08-17T12:14:31.0151582Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-08-17T12:14:31.0219763Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-08-17T12:14:31.0251408Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-08-17T12:14:31.0378364Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-08-17T12:14:31.0460404Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-08-17T12:14:31.0490357Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-08-17T12:14:31.0583343Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-08-17T12:14:31.0659759Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-08-17T12:14:31.0696928Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:14:31.0818079Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:14:31.0899560Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-08-17T12:14:31.0929570Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-08-17T12:14:31.1038486Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-08-17T12:14:31.1099671Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-08-17T12:14:31.1143682Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-08-17T12:14:31.1258356Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-08-17T12:14:31.1278688Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-08-17T12:14:31.1338619Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-08-17T12:14:31.1370745Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-08-17T12:14:31.1540634Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-08-17T12:14:31.1613207Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-08-17T12:14:31.1699072Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-08-17T12:14:31.1724494Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-08-17T12:14:31.1778912Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-08-17T12:14:31.1808665Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-08-17T12:14:31.1979349Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-08-17T12:14:31.2015857Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:31.2142625Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:31.2222542Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-08-17T12:14:31.2253871Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-08-17T12:14:31.2422465Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-08-17T12:14:31.2439848Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:31.2455922Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-08-17T12:14:31.2577669Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:31.2643666Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-08-17T12:14:31.2658836Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-08-17T12:14:31.2688448Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-08-17T12:14:31.2859059Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-08-17T12:14:31.2900705Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:31.3020069Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:31.3100742Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-08-17T12:14:31.3130394Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-08-17T12:14:31.3212900Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-08-17T12:14:31.3300224Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-08-17T12:14:31.3331465Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:31.3460171Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:31.3540631Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-08-17T12:14:31.3570490Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-08-17T12:14:31.3654290Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-08-17T12:14:31.3740036Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-08-17T12:14:31.3770819Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:31.3898376Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:31.3979296Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-08-17T12:14:31.4012981Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-08-17T12:14:31.4181056Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-08-17T12:14:31.4209786Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:31.4421327Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:31.4528195Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-08-17T12:14:31.4620652Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-08-17T12:14:31.4652151Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:31.4861903Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:31.4946831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-08-17T12:14:31.5060756Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-08-17T12:14:31.5090077Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-08-17T12:14:31.5303647Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-08-17T12:14:31.5503278Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-08-17T12:14:31.5530257Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-08-17T12:14:31.5814495Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-08-17T12:14:31.5827129Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-08-17T12:14:31.5902544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-08-17T12:14:31.5940249Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-08-17T12:14:31.5964590Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:14:31.6262271Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:14:31.6327998Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-08-17T12:14:31.6379524Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-08-17T12:14:31.6403509Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:14:31.6702567Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:14:31.6802984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-08-17T12:14:31.6819249Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-08-17T12:14:31.6842996Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-08-17T12:14:31.7141890Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-08-17T12:14:31.7171302Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-08-17T12:14:31.7259943Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-08-17T12:14:31.7582701Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-08-17T12:14:31.7613358Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-08-17T12:14:31.8024055Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-08-17T12:14:31.8083360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-08-17T12:14:31.8399483Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-08-17T12:14:31.8409789Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-08-17T12:14:31.8461504Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-08-17T12:14:31.8555434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-08-17T12:14:31.8631075Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-08-17T12:14:31.8822879Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-08-17T12:14:31.8857032Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-08-17T12:14:31.8901084Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-08-17T12:14:31.8958799Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-08-17T12:14:31.9263232Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-08-17T12:14:31.9302469Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-08-17T12:14:31.9341374Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-08-17T12:14:31.9408607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-08-17T12:14:31.9702597Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-08-17T12:14:31.9734589Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-08-17T12:14:31.9781006Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-08-17T12:14:31.9869880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-08-17T12:14:32.0048285Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-08-17T12:14:32.0054709Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-08-17T12:14:32.0140917Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-08-17T12:14:32.0221993Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-08-17T12:14:32.0263086Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-08-17T12:14:32.0268298Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-08-17T12:14:32.0308825Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-08-17T12:14:32.0460249Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-08-17T12:14:32.0551436Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-08-17T12:14:32.0580412Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-08-17T12:14:32.0650085Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-08-17T12:14:32.0661054Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-08-17T12:14:32.0726519Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-08-17T12:14:32.0899515Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-08-17T12:14:32.1020901Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-08-17T12:14:32.1050617Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-08-17T12:14:32.1101395Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-08-17T12:14:32.1144154Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-08-17T12:14:32.1388535Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-08-17T12:14:32.1397406Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-08-17T12:14:32.1413541Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:14:32.1458400Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:14:32.1513143Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-08-17T12:14:32.1538111Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-08-17T12:14:32.1598706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-08-17T12:14:32.1820312Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-08-17T12:14:32.1843059Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-08-17T12:14:32.1898943Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-08-17T12:14:32.1980085Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-08-17T12:14:32.2090630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-08-17T12:14:32.2225497Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-08-17T12:14:32.2301138Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-08-17T12:14:32.2343476Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-08-17T12:14:32.2509027Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-08-17T12:14:32.2511447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-08-17T12:14:32.2522614Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-08-17T12:14:32.2741620Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-08-17T12:14:32.2856852Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-08-17T12:14:32.2859277Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-08-17T12:14:32.2896646Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-08-17T12:14:32.2898723Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-08-17T12:14:32.3025701Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-08-17T12:14:32.3221421Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-08-17T12:14:32.3301610Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-08-17T12:14:32.3335600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-08-17T12:14:32.3491452Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-08-17T12:14:32.3499703Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-08-17T12:14:32.3533038Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-08-17T12:14:32.3660898Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-08-17T12:14:32.3674942Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-08-17T12:14:32.3693609Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-08-17T12:14:32.3738290Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-08-17T12:14:32.3784684Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-08-17T12:14:32.3939024Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-08-17T12:14:32.4072810Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-08-17T12:14:32.4141618Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-08-17T12:14:32.4169440Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-08-17T12:14:32.4178292Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-08-17T12:14:32.4247427Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-08-17T12:14:32.4383400Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-08-17T12:14:32.4481801Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:14:32.4582758Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:14:32.4621205Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-08-17T12:14:32.4790357Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-08-17T12:14:32.4802468Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-08-17T12:14:32.4819587Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-08-17T12:14:32.5021733Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-08-17T12:14:32.5054925Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-08-17T12:14:32.5067266Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-08-17T12:14:32.5106399Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-08-17T12:14:32.5461982Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-08-17T12:14:32.5500631Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-08-17T12:14:32.6729265Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-08-17T12:14:32.6750818Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-08-17T12:14:32.6999770Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-08-17T12:14:32.7088918Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-08-17T12:14:32.7109617Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-08-17T12:14:32.7189753Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-08-17T12:14:32.7258701Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-08-17T12:14:32.7603936Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-08-17T12:14:32.7605987Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-08-17T12:14:32.7926642Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-08-17T12:14:32.7939281Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-08-17T12:14:32.8077659Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-08-17T12:14:32.8079410Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-08-17T12:14:32.8092057Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-08-17T12:14:32.8100581Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-08-17T12:14:32.8511376Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-08-17T12:14:32.8513488Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-08-17T12:14:32.8749687Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-08-17T12:14:32.8753793Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-08-17T12:14:32.8943964Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-08-17T12:14:32.9045281Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-08-17T12:14:32.9384998Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-08-17T12:14:32.9493937Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-08-17T12:14:32.9626681Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-08-17T12:14:32.9637298Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-08-17T12:14:32.9666644Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-08-17T12:14:32.9820837Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-08-17T12:14:32.9854448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-08-17T12:14:33.0060916Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-08-17T12:14:33.0148362Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-08-17T12:14:33.0261178Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-08-17T12:14:33.0286809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-08-17T12:14:33.0501745Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-08-17T12:14:33.0588379Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-08-17T12:14:33.0701087Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-08-17T12:14:33.0733370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-08-17T12:14:33.0941182Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-08-17T12:14:33.1142731Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-08-17T12:14:33.1174375Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-08-17T12:14:33.1582533Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-08-17T12:14:33.1654373Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-08-17T12:14:33.2022624Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-08-17T12:14:33.2066898Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-08-17T12:14:33.2463189Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-08-17T12:14:33.2502434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-08-17T12:14:33.2992246Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-08-17T12:14:33.2996272Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-08-17T12:14:33.3467407Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-08-17T12:14:33.3471560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-08-17T12:14:33.3933272Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-08-17T12:14:33.3937357Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-08-17T12:14:33.4392756Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-08-17T12:14:33.4397234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:14:33.4856137Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:14:33.4997473Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-08-17T12:14:33.5228080Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-08-17T12:14:33.5233731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-08-17T12:14:33.5672559Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-08-17T12:14:33.5676665Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-08-17T12:14:33.6116247Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-08-17T12:14:33.6121290Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-08-17T12:14:33.6503612Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-08-17T12:14:33.6545203Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-08-17T12:14:33.6846419Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-08-17T12:14:33.6858752Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-08-17T12:14:33.6956086Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-08-17T12:14:33.6980631Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-08-17T12:14:33.7104439Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-08-17T12:14:33.7156434Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-08-17T12:14:33.7166457Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-08-17T12:14:33.7305134Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-08-17T12:14:33.7385225Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-08-17T12:14:33.7421555Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-08-17T12:14:33.7430254Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-08-17T12:14:33.7487227Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-08-17T12:14:33.7580203Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-08-17T12:14:33.7742090Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:14:33.7862344Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-08-17T12:14:33.7890996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-08-17T12:14:33.7935930Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-08-17T12:14:33.8117406Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-08-17T12:14:33.8131413Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:14:33.8179769Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-08-17T12:14:33.8313396Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-08-17T12:14:33.8342024Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-08-17T12:14:33.8346855Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-08-17T12:14:33.8378447Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-08-17T12:14:33.8540528Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-08-17T12:14:33.8621831Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-08-17T12:14:33.8673860Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-08-17T12:14:33.8781140Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-08-17T12:14:33.8825475Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-08-17T12:14:33.8836344Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-08-17T12:14:33.8980517Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-08-17T12:14:33.9059411Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-08-17T12:14:33.9174376Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-08-17T12:14:33.9218463Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-08-17T12:14:33.9252897Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-08-17T12:14:33.9422771Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-08-17T12:14:33.9589626Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-08-17T12:14:33.9598539Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-08-17T12:14:33.9619420Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-08-17T12:14:33.9659098Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-08-17T12:14:33.9779599Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-08-17T12:14:33.9861741Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-08-17T12:14:34.0076393Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:14:34.0101478Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:14:34.0182668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-08-17T12:14:34.0190303Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-08-17T12:14:34.0211620Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-08-17T12:14:34.0223702Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-08-17T12:14:34.0298553Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-08-17T12:14:34.0318425Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:14:34.0538979Z [gw2] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:14:34.0585318Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-08-17T12:14:34.0617369Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-08-17T12:14:34.0643912Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-08-17T12:14:34.0738409Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-08-17T12:14:34.0982813Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-08-17T12:14:34.1026251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-08-17T12:14:34.1060397Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-08-17T12:14:34.1310515Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-08-17T12:14:34.1323726Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-08-17T12:14:34.1359219Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-08-17T12:14:34.1403444Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-08-17T12:14:34.1418712Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-08-17T12:14:34.1463409Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-08-17T12:14:34.1498397Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-08-17T12:14:34.1538041Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-08-17T12:14:34.1738940Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-08-17T12:14:34.1763600Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-08-17T12:14:34.1858967Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-08-17T12:14:34.1939417Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-08-17T12:14:34.2163892Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-08-17T12:14:34.2173601Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-08-17T12:14:34.2186888Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-08-17T12:14:34.2215552Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-08-17T12:14:34.2301672Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-08-17T12:14:34.2336771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-08-17T12:14:34.2380999Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-08-17T12:14:34.2481606Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-08-17T12:14:34.2620575Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-08-17T12:14:34.2740572Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-08-17T12:14:34.2758527Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-08-17T12:14:34.2819084Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-08-17T12:14:34.3079596Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-08-17T12:14:34.3182175Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-08-17T12:14:34.3257602Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-08-17T12:14:34.3269223Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-08-17T12:14:34.3305628Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-08-17T12:14:34.3316336Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-08-17T12:14:34.3400799Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-08-17T12:14:34.3621089Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-08-17T12:14:34.3649739Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-08-17T12:14:34.3739120Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-08-17T12:14:34.3779605Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-08-17T12:14:34.4009630Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-08-17T12:14:34.4020920Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-08-17T12:14:34.4044482Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-08-17T12:14:34.4058698Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-08-17T12:14:34.4090849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-08-17T12:14:34.4179538Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-08-17T12:14:34.4201246Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-08-17T12:14:34.4462300Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-08-17T12:14:34.4493035Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-08-17T12:14:34.4501622Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-08-17T12:14:34.4540426Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-08-17T12:14:34.4620628Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-08-17T12:14:34.4902890Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-08-17T12:14:34.4957113Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-08-17T12:14:34.4959334Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-08-17T12:14:34.4989312Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-08-17T12:14:34.5060139Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-08-17T12:14:34.5083356Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-08-17T12:14:34.5137640Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-08-17T12:14:34.5340944Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-08-17T12:14:34.5366310Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-08-17T12:14:34.5379430Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-08-17T12:14:34.5399846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-08-17T12:14:34.5500154Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-08-17T12:14:34.5627474Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-08-17T12:14:34.5779896Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-08-17T12:14:34.5820228Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-08-17T12:14:34.5872409Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-08-17T12:14:34.5940737Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-08-17T12:14:34.5997127Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-08-17T12:14:34.6009524Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-08-17T12:14:34.6221734Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-08-17T12:14:34.6265990Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-08-17T12:14:34.6266920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-08-17T12:14:34.6301151Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-08-17T12:14:34.6379162Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-08-17T12:14:34.6402046Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-08-17T12:14:34.6660221Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-08-17T12:14:34.6689150Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-08-17T12:14:34.6699748Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-08-17T12:14:34.6754666Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-08-17T12:14:34.6819034Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-08-17T12:14:34.6840265Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-08-17T12:14:34.7102827Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-08-17T12:14:34.7134284Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-08-17T12:14:34.7142392Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-08-17T12:14:34.7174492Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-08-17T12:14:34.7262127Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-08-17T12:14:34.7296572Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-08-17T12:14:34.7541899Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-08-17T12:14:34.7575652Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-08-17T12:14:34.7586087Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-08-17T12:14:34.7633210Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-08-17T12:14:34.7711003Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-08-17T12:14:34.7727867Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-08-17T12:14:34.7982455Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-08-17T12:14:34.8007620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-08-17T12:14:34.8019567Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-08-17T12:14:34.8091959Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-08-17T12:14:34.8139892Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-08-17T12:14:34.8163504Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-08-17T12:14:34.8422056Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-08-17T12:14:34.8453830Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-08-17T12:14:34.8462415Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-08-17T12:14:34.8581836Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-08-17T12:14:34.8615553Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-08-17T12:14:34.8860782Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-08-17T12:14:34.9021520Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-08-17T12:14:34.9056811Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-08-17T12:14:34.9100946Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-08-17T12:14:34.9300434Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-08-17T12:14:34.9400753Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-08-17T12:14:34.9407687Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-08-17T12:14:34.9462735Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-08-17T12:14:34.9471726Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-08-17T12:14:34.9507389Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-08-17T12:14:34.9519622Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-08-17T12:14:34.9740796Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-08-17T12:14:34.9765849Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:34.9818675Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:34.9888167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-08-17T12:14:34.9900028Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-08-17T12:14:34.9931462Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-08-17T12:14:35.0180743Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-08-17T12:14:35.0210984Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-08-17T12:14:35.0258579Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-08-17T12:14:35.0301054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-08-17T12:14:35.0339182Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-08-17T12:14:35.0464463Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-08-17T12:14:35.0619195Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-08-17T12:14:35.0648469Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-08-17T12:14:35.0699094Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-08-17T12:14:35.0728824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-08-17T12:14:35.0778704Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-08-17T12:14:35.0964186Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-08-17T12:14:35.1059353Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-08-17T12:14:35.1085848Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-08-17T12:14:35.1139700Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-08-17T12:14:35.1219251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-08-17T12:14:35.1301609Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-08-17T12:14:35.1500801Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-08-17T12:14:35.1525166Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:14:35.1579942Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:14:35.1763285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-08-17T12:14:35.1940663Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-08-17T12:14:35.1967641Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-08-17T12:14:35.1996124Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-08-17T12:14:35.2006002Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-08-17T12:14:35.2018797Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-08-17T12:14:35.2061956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-08-17T12:14:35.2261954Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-08-17T12:14:35.2381376Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-08-17T12:14:35.2407548Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-08-17T12:14:35.2423346Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-08-17T12:14:35.2461164Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-08-17T12:14:35.2512011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-08-17T12:14:35.2616478Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-08-17T12:14:35.2820264Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-08-17T12:14:35.2844886Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-08-17T12:14:35.2858728Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-08-17T12:14:35.2898257Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-08-17T12:14:35.3020518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-08-17T12:14:35.3161530Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-08-17T12:14:35.3258646Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-08-17T12:14:35.3297703Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-08-17T12:14:35.3340461Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-08-17T12:14:35.3415020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-08-17T12:14:35.3498265Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-08-17T12:14:35.3629957Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-08-17T12:14:35.3698944Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-08-17T12:14:35.3720728Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-08-17T12:14:35.3737760Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-08-17T12:14:35.3779184Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-08-17T12:14:35.4066441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-08-17T12:14:35.4140233Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-08-17T12:14:35.4292739Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-08-17T12:14:35.4308065Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-08-17T12:14:35.4582615Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-08-17T12:14:35.4601226Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-08-17T12:14:35.4615872Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-08-17T12:14:35.4622295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-08-17T12:14:35.4657149Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-08-17T12:14:35.4740057Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-08-17T12:14:35.4769619Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-08-17T12:14:35.4870999Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-08-17T12:14:35.5020570Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-08-17T12:14:35.5023514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-08-17T12:14:35.5051981Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-08-17T12:14:35.5094505Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-08-17T12:14:35.5219553Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-08-17T12:14:35.5464053Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-08-17T12:14:35.5464441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-08-17T12:14:35.5495306Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-08-17T12:14:35.5705078Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-08-17T12:14:35.5903258Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-08-17T12:14:35.5903899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-08-17T12:14:35.5915661Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-08-17T12:14:35.5927766Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-08-17T12:14:35.5933468Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-08-17T12:14:35.6059462Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-08-17T12:14:35.6372877Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-08-17T12:14:35.6378199Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-08-17T12:14:35.6382430Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-08-17T12:14:35.6400808Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-08-17T12:14:35.6696852Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-08-17T12:14:35.6709580Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-08-17T12:14:35.6783784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-08-17T12:14:35.6784337Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-08-17T12:14:35.6835567Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-08-17T12:14:35.7222540Z [gw1] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-08-17T12:14:35.7344046Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-08-17T12:14:35.7399335Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-08-17T12:14:35.7409606Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-08-17T12:14:35.7530626Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-08-17T12:14:35.7660752Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-08-17T12:14:35.7821132Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-08-17T12:14:36.0001223Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-08-17T12:14:36.0017550Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-08-17T12:14:36.0173552Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-08-17T12:14:36.0486033Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-08-17T12:14:36.0492640Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-08-17T12:14:36.0910398Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-08-17T12:14:36.1150029Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-08-17T12:14:36.1165297Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-08-17T12:14:36.1192327Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-08-17T12:14:36.1354504Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-08-17T12:14:36.2103686Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-08-17T12:14:36.2116983Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-08-17T12:14:36.3076025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-08-17T12:14:36.3108145Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-08-17T12:14:36.3119452Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-08-17T12:14:36.3136708Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-08-17T12:14:36.3170551Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-08-17T12:14:36.3507129Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-08-17T12:14:36.3517233Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-08-17T12:14:36.3656668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-08-17T12:14:36.3842063Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-08-17T12:14:36.3956625Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-08-17T12:14:36.3972791Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-08-17T12:14:36.4052769Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-08-17T12:14:36.4057097Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-08-17T12:14:36.4270095Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-08-17T12:14:36.4390612Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-08-17T12:14:36.4542924Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-08-17T12:14:36.4550299Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-08-17T12:14:36.5013859Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-08-17T12:14:36.5046165Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-08-17T12:14:36.5447185Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-08-17T12:14:36.5466003Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-08-17T12:14:36.5473094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-08-17T12:14:36.5562111Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-08-17T12:14:36.6017981Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-08-17T12:14:36.6331876Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-08-17T12:14:36.6377565Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-08-17T12:14:36.7115212Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-08-17T12:14:36.7127950Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-08-17T12:14:36.7145817Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-08-17T12:14:36.7215593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-08-17T12:14:36.7297408Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-08-17T12:14:36.7320006Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-08-17T12:14:36.7326544Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-08-17T12:14:36.7456103Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-08-17T12:14:36.7621258Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-08-17T12:14:36.7734980Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-08-17T12:14:36.7750301Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-08-17T12:14:36.7782444Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-08-17T12:14:36.8062637Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-08-17T12:14:36.8174229Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-08-17T12:14:36.8191849Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-08-17T12:14:36.8275482Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-08-17T12:14:36.8282907Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-08-17T12:14:36.8333461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-08-17T12:14:36.8500568Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-08-17T12:14:36.8574540Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-08-17T12:14:36.8620427Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-08-17T12:14:36.8659430Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-08-17T12:14:36.8699234Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-08-17T12:14:36.8749593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-08-17T12:14:36.8940824Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-08-17T12:14:36.8975298Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-08-17T12:14:36.9021175Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-08-17T12:14:36.9057791Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-08-17T12:14:36.9083774Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-08-17T12:14:36.9138196Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-08-17T12:14:36.9196220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-08-17T12:14:36.9382467Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-08-17T12:14:36.9502080Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-08-17T12:14:36.9583845Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-08-17T12:14:36.9715042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-08-17T12:14:36.9858250Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-08-17T12:14:36.9862241Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-08-17T12:14:36.9925824Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-08-17T12:14:37.0020396Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-08-17T12:14:37.0024919Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-08-17T12:14:37.0037237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-08-17T12:14:37.0103463Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-08-17T12:14:37.0160396Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-08-17T12:14:37.0260725Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-08-17T12:14:37.0339837Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-08-17T12:14:37.0464167Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-08-17T12:14:37.0464707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-08-17T12:14:37.0536726Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-08-17T12:14:37.0571365Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-08-17T12:14:37.0699498Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-08-17T12:14:37.0715145Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-08-17T12:14:37.0903089Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-08-17T12:14:37.0903628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-08-17T12:14:37.1050628Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-08-17T12:14:37.1141952Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-08-17T12:14:37.1225330Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-08-17T12:14:37.1340768Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-08-17T12:14:37.1398045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-08-17T12:14:37.1581066Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-08-17T12:14:37.1782279Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-08-17T12:14:37.1814556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-08-17T12:14:37.1958010Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-08-17T12:14:37.2021281Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-08-17T12:14:37.2040064Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:14:37.2223448Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:14:37.2463946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-08-17T12:14:37.2468823Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-08-17T12:14:37.2663051Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-08-17T12:14:37.2694140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-08-17T12:14:37.2708776Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-08-17T12:14:37.2901702Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-08-17T12:14:37.2923780Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-08-17T12:14:37.3101731Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-08-17T12:14:37.3183125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-08-17T12:14:37.3341003Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-08-17T12:14:37.3507485Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-08-17T12:14:37.3540596Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-08-17T12:14:37.3619441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-08-17T12:14:37.3781996Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-08-17T12:14:37.3982417Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-08-17T12:14:37.4015666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-08-17T12:14:37.4139564Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-08-17T12:14:37.4220471Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-08-17T12:14:37.4269255Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-08-17T12:14:37.4426160Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-08-17T12:14:37.4429462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-08-17T12:14:37.4444874Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-08-17T12:14:37.4474537Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-08-17T12:14:37.4661697Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-08-17T12:14:37.4863223Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-08-17T12:14:37.4883100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-08-17T12:14:37.4899612Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-08-17T12:14:37.5101808Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-08-17T12:14:37.5184009Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-08-17T12:14:37.5301707Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-08-17T12:14:37.5345950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-08-17T12:14:37.5540363Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-08-17T12:14:37.5564344Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-08-17T12:14:37.5740319Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-08-17T12:14:37.5777900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-08-17T12:14:37.5981510Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-08-17T12:14:37.6183302Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-08-17T12:14:37.6248482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-08-17T12:14:37.6305991Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-08-17T12:14:37.6420285Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-08-17T12:14:37.6492810Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-08-17T12:14:37.6619931Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-08-17T12:14:37.6650273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-08-17T12:14:37.6860551Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-08-17T12:14:37.7046080Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-08-17T12:14:37.7059474Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-08-17T12:14:37.7191784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-08-17T12:14:37.7302059Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-08-17T12:14:37.7341302Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-08-17T12:14:37.7502920Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-08-17T12:14:37.7611952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-08-17T12:14:37.7741511Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-08-17T12:14:37.7771696Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-08-17T12:14:37.7941313Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-08-17T12:14:37.7994291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-08-17T12:14:37.8181139Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-08-17T12:14:37.8212018Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-08-17T12:14:37.8381389Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-08-17T12:14:37.8428631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-08-17T12:14:37.8621647Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-08-17T12:14:37.8651132Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-08-17T12:14:37.8822364Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-08-17T12:14:37.8856278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-08-17T12:14:37.9060833Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-08-17T12:14:37.9378526Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-08-17T12:14:37.9549823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-08-17T12:14:37.9706407Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-08-17T12:14:37.9885099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-08-17T12:14:38.0144497Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-08-17T12:14:38.0831061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-08-17T12:14:38.0865002Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-08-17T12:14:38.1049238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-08-17T12:14:38.1310825Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-08-17T12:14:38.1589136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-08-17T12:14:38.1610332Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-08-17T12:14:38.1624661Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-08-17T12:14:38.1781880Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-08-17T12:14:38.1826988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-08-17T12:14:38.2265867Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-08-17T12:14:38.2655833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-08-17T12:14:38.2703166Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-08-17T12:14:38.2754391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-08-17T12:14:38.3185407Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-08-17T12:14:38.3547557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-08-17T12:14:38.3621339Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-08-17T12:14:38.4115893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-08-17T12:14:38.4126268Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-08-17T12:14:38.4246925Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-08-17T12:14:38.4317224Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-08-17T12:14:38.4337550Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-08-17T12:14:38.4544135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-08-17T12:14:38.4583854Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-08-17T12:14:38.4715523Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-08-17T12:14:38.4782425Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-08-17T12:14:38.4846509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-08-17T12:14:38.4854938Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-08-17T12:14:38.4873849Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-08-17T12:14:38.5021999Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-08-17T12:14:38.5222928Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-08-17T12:14:38.5401349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-08-17T12:14:38.5705940Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-08-17T12:14:38.5792315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-08-17T12:14:38.6037837Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-08-17T12:14:38.6045207Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-08-17T12:14:38.6127901Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-08-17T12:14:38.6142224Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-08-17T12:14:38.6145739Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-08-17T12:14:38.6292959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-08-17T12:14:38.6659632Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-08-17T12:14:38.6690915Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-08-17T12:14:38.6783089Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-08-17T12:14:38.6799283Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-08-17T12:14:38.6854558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-08-17T12:14:38.6860238Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-08-17T12:14:38.6869265Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-08-17T12:14:38.7021975Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-08-17T12:14:38.7225992Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-08-17T12:14:38.7753712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-08-17T12:14:38.7774862Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-08-17T12:14:38.7999985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-08-17T12:14:38.8012474Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-08-17T12:14:38.8041495Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-08-17T12:14:38.8050809Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-08-17T12:14:38.8064782Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-08-17T12:14:38.8089540Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-08-17T12:14:38.8200503Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-08-17T12:14:38.8221951Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-08-17T12:14:38.8364533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-08-17T12:14:38.8433265Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-08-17T12:14:38.8476265Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-08-17T12:14:38.8483181Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-08-17T12:14:38.8490605Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-08-17T12:14:38.8498330Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-08-17T12:14:38.8518716Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-08-17T12:14:38.8663424Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-08-17T12:14:38.8715401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-08-17T12:14:38.8861842Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-08-17T12:14:38.8890936Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-08-17T12:14:38.8939538Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-08-17T12:14:38.8963313Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-08-17T12:14:38.9101895Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-08-17T12:14:38.9157993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-08-17T12:14:38.9302381Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-08-17T12:14:38.9334716Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-08-17T12:14:38.9538483Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-08-17T12:14:38.9546621Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-08-17T12:14:38.9678729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-08-17T12:14:38.9744921Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-08-17T12:14:38.9901518Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-08-17T12:14:38.9931110Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-08-17T12:14:38.9942589Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-08-17T12:14:38.9949889Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-08-17T12:14:39.0005172Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-08-17T12:14:39.0015177Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-08-17T12:14:39.0098647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-08-17T12:14:39.0185626Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-08-17T12:14:39.0218805Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-08-17T12:14:39.0260601Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-08-17T12:14:39.0370276Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-08-17T12:14:39.0383149Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-08-17T12:14:39.0461353Z [gw3] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-08-17T12:14:39.0523130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-08-17T12:14:39.0629267Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-08-17T12:14:39.0657387Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-08-17T12:14:39.0780305Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-08-17T12:14:39.0903392Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-08-17T12:14:39.0917763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-08-17T12:14:39.1063710Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-08-17T12:14:39.1091332Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-08-17T12:14:39.1143696Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-08-17T12:14:39.1248919Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-08-17T12:14:39.1250785Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-08-17T12:14:39.1343998Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-08-17T12:14:39.1417610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-08-17T12:14:39.1530501Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-08-17T12:14:39.1543053Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-08-17T12:14:39.1552452Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-08-17T12:14:39.1559832Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-08-17T12:14:39.1661164Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-08-17T12:14:39.1682918Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-08-17T12:14:39.1783535Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-08-17T12:14:39.1983459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-08-17T12:14:39.2114928Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-08-17T12:14:39.2142512Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-08-17T12:14:39.2531780Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-08-17T12:14:39.2619271Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-08-17T12:14:39.2629258Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-08-17T12:14:39.2797239Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-08-17T12:14:39.3084651Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-08-17T12:14:39.3092195Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-08-17T12:14:39.3103976Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-08-17T12:14:39.3194101Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-08-17T12:14:39.3198589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-08-17T12:14:39.3218740Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-08-17T12:14:39.3253771Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-08-17T12:14:39.3439182Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-08-17T12:14:39.3512045Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-08-17T12:14:39.3622303Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-08-17T12:14:39.3712035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-08-17T12:14:39.3715717Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-08-17T12:14:39.3725511Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-08-17T12:14:39.3754182Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-08-17T12:14:39.3941004Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-08-17T12:14:39.4015363Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-08-17T12:14:39.4061716Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-08-17T12:14:39.4293482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-08-17T12:14:39.4296765Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-08-17T12:14:39.4350106Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-08-17T12:14:39.4378916Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-08-17T12:14:39.4488748Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-08-17T12:14:39.4540875Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-08-17T12:14:39.4657695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-08-17T12:14:39.4664467Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-08-17T12:14:39.4676056Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-08-17T12:14:39.4821509Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-08-17T12:14:39.4944421Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-08-17T12:14:39.4981412Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-08-17T12:14:39.5039755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-08-17T12:14:39.5152937Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-08-17T12:14:39.5154601Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:14:39.5261992Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-08-17T12:14:39.5312464Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-08-17T12:14:39.5319219Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-08-17T12:14:39.5326063Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-08-17T12:14:39.5420702Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-08-17T12:14:39.5502667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-08-17T12:14:39.5539218Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-08-17T12:14:39.5615826Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-08-17T12:14:39.5703096Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-08-17T12:14:39.5785088Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-08-17T12:14:39.5861453Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-08-17T12:14:39.5940023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-08-17T12:14:39.6055316Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-08-17T12:14:39.6068914Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-08-17T12:14:39.6142899Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-08-17T12:14:39.6177779Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-08-17T12:14:39.6301649Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-08-17T12:14:39.6346808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-08-17T12:14:39.6421145Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-08-17T12:14:39.6584311Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-08-17T12:14:39.6617556Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-08-17T12:14:39.6624995Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-08-17T12:14:39.6743380Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-08-17T12:14:39.6797102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-08-17T12:14:39.6861585Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-08-17T12:14:39.6880053Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-08-17T12:14:39.7022725Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-08-17T12:14:39.7059966Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-08-17T12:14:39.7184032Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-08-17T12:14:39.7256405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-08-17T12:14:39.7372382Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-08-17T12:14:39.7381489Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-08-17T12:14:39.7400394Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-08-17T12:14:39.7409584Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-08-17T12:14:39.7458705Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-08-17T12:14:39.7531227Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-08-17T12:14:39.7621369Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-08-17T12:14:39.7668996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eig_cpu_float32 2022-08-17T12:14:39.7771668Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eig_cpu_float32 2022-08-17T12:14:39.7807606Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:39.7902807Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:14:39.7991482Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-08-17T12:14:39.8060191Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-08-17T12:14:39.8074212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-08-17T12:14:39.8179837Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-08-17T12:14:39.8248304Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-08-17T12:14:39.8341691Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-08-17T12:14:39.8502743Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-08-17T12:14:39.8525727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-08-17T12:14:39.8536199Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-08-17T12:14:39.8623378Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-08-17T12:14:39.8700403Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-08-17T12:14:39.8783523Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-08-17T12:14:39.8853652Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-08-17T12:14:39.8942522Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-08-17T12:14:39.9019008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-08-17T12:14:39.9062748Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-08-17T12:14:39.9108658Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-08-17T12:14:39.9222246Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-08-17T12:14:39.9230676Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-08-17T12:14:39.9242408Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-08-17T12:14:39.9289299Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-08-17T12:14:39.9381335Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-08-17T12:14:39.9421095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-08-17T12:14:39.9501113Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-08-17T12:14:39.9524002Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-08-17T12:14:39.9661739Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-08-17T12:14:39.9824028Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-08-17T12:14:39.9884586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-08-17T12:14:39.9940410Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-08-17T12:14:39.9970430Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-08-17T12:14:40.0056087Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-08-17T12:14:40.0100647Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-08-17T12:14:40.0142083Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-08-17T12:14:40.0262386Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-08-17T12:14:40.0345377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-08-17T12:14:40.0385024Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-08-17T12:14:40.0423560Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:14:40.0542654Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-08-17T12:14:40.0606439Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-08-17T12:14:40.0699938Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-08-17T12:14:40.0764048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-08-17T12:14:40.0852417Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-08-17T12:14:40.0853733Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-08-17T12:14:40.0982928Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-08-17T12:14:40.1018609Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-08-17T12:14:40.1143374Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-08-17T12:14:40.1198974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-08-17T12:14:40.1311480Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-08-17T12:14:40.1334430Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-08-17T12:14:40.1422773Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-08-17T12:14:40.1452040Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-08-17T12:14:40.1582685Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-08-17T12:14:40.1688446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-08-17T12:14:40.1780621Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-08-17T12:14:40.1848433Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-08-17T12:14:40.1861118Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-08-17T12:14:40.2024374Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-08-17T12:14:40.2129074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-08-17T12:14:40.2143646Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-08-17T12:14:40.2174422Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-08-17T12:14:40.2352510Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-08-17T12:14:40.2361769Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-08-17T12:14:40.2459345Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-08-17T12:14:40.2493701Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-08-17T12:14:40.2585509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-08-17T12:14:40.2628152Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-08-17T12:14:40.2737281Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-08-17T12:14:40.2780023Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-08-17T12:14:40.2827521Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-08-17T12:14:40.2904427Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-08-17T12:14:40.3023083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-08-17T12:14:40.3060925Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-08-17T12:14:40.3075298Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-08-17T12:14:40.3221996Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-08-17T12:14:40.3341770Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-08-17T12:14:40.3498650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-08-17T12:14:40.3501147Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-08-17T12:14:40.3664070Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-08-17T12:14:40.3678978Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-08-17T12:14:40.3708442Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-08-17T12:14:40.3858252Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-08-17T12:14:40.3860023Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-08-17T12:14:40.3936537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-08-17T12:14:40.3937011Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-08-17T12:14:40.4091321Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-08-17T12:14:40.4158502Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-08-17T12:14:40.4160003Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-08-17T12:14:40.4303051Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-08-17T12:14:40.4342837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-08-17T12:14:40.4377203Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-08-17T12:14:40.4444618Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-08-17T12:14:40.4451720Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-08-17T12:14:40.4460203Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-08-17T12:14:40.4539115Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-08-17T12:14:40.4561808Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-08-17T12:14:40.4787458Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-08-17T12:14:40.4791326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-08-17T12:14:40.4833896Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-08-17T12:14:40.4892589Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-08-17T12:14:40.5021800Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-08-17T12:14:40.5046066Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-08-17T12:14:40.5223236Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-08-17T12:14:40.5291133Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-08-17T12:14:40.5366830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-08-17T12:14:40.5385137Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-08-17T12:14:40.5508512Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-08-17T12:14:40.5666693Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-08-17T12:14:40.5695676Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-08-17T12:14:40.5738142Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-08-17T12:14:40.5891547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-08-17T12:14:40.5980355Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-08-17T12:14:40.5985099Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-08-17T12:14:40.6047945Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-08-17T12:14:40.6137627Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-08-17T12:14:40.6142023Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-08-17T12:14:40.6291139Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-08-17T12:14:40.6377105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-08-17T12:14:40.6452755Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-08-17T12:14:40.6578772Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-08-17T12:14:40.6588471Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-08-17T12:14:40.6623288Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-08-17T12:14:40.6660331Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-08-17T12:14:40.6747075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-08-17T12:14:40.6755658Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-08-17T12:14:40.6791576Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-08-17T12:14:40.6861144Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-08-17T12:14:40.6955968Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-08-17T12:14:40.7021036Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-08-17T12:14:40.7047590Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-08-17T12:14:40.7099121Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-08-17T12:14:40.7153185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-08-17T12:14:40.7323036Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-08-17T12:14:40.7328202Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-08-17T12:14:40.7460632Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-08-17T12:14:40.7491882Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-08-17T12:14:40.7539846Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-08-17T12:14:40.7610827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-08-17T12:14:40.7739835Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-08-17T12:14:40.7767878Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-08-17T12:14:40.7901166Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-08-17T12:14:40.7925162Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-08-17T12:14:40.7980777Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-08-17T12:14:40.8077782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-08-17T12:14:40.8199753Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-08-17T12:14:40.8270093Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-08-17T12:14:40.8342387Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-08-17T12:14:40.8366704Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-08-17T12:14:40.8420994Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-08-17T12:14:40.8550085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-08-17T12:14:40.8621408Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-08-17T12:14:40.8703854Z test_ops.py::TestCommonCPU::test_out_warning_eig_cpu 2022-08-17T12:14:40.8782840Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eig_cpu 2022-08-17T12:14:40.8789909Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-08-17T12:14:40.8792874Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-08-17T12:14:40.8802306Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-08-17T12:14:40.8859238Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-08-17T12:14:40.8892904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-08-17T12:14:40.9058520Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-08-17T12:14:40.9220152Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-08-17T12:14:40.9249616Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-08-17T12:14:40.9268168Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-08-17T12:14:40.9298666Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-08-17T12:14:40.9371643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-08-17T12:14:40.9500415Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-08-17T12:14:40.9553290Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-08-17T12:14:40.9659250Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-08-17T12:14:40.9683223Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-08-17T12:14:40.9739092Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-08-17T12:14:40.9922751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-08-17T12:14:40.9940112Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-08-17T12:14:40.9974273Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-08-17T12:14:41.0100009Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-08-17T12:14:41.0107170Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-08-17T12:14:41.0115789Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-08-17T12:14:41.0126671Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-08-17T12:14:41.0178385Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-08-17T12:14:41.0239736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-08-17T12:14:41.0260478Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-08-17T12:14:41.0381978Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-08-17T12:14:41.0545531Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-08-17T12:14:41.0547861Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-08-17T12:14:41.0584213Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-08-17T12:14:41.0607296Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-08-17T12:14:41.0620202Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-08-17T12:14:41.0692754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-08-17T12:14:41.0748613Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-08-17T12:14:41.0820159Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-08-17T12:14:41.0984155Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-08-17T12:14:41.0987335Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-08-17T12:14:41.1012824Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-08-17T12:14:41.1041035Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-08-17T12:14:41.1101564Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-08-17T12:14:41.1113883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-08-17T12:14:41.1163249Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-08-17T12:14:41.1262477Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-08-17T12:14:41.1288349Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-08-17T12:14:41.1422479Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-08-17T12:14:41.1423522Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-08-17T12:14:41.1444892Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-08-17T12:14:41.1541852Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-08-17T12:14:41.1623984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-08-17T12:14:41.1667819Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-08-17T12:14:41.1698755Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-08-17T12:14:41.1861333Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-08-17T12:14:41.1902875Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-08-17T12:14:41.1910364Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-08-17T12:14:41.1930473Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-08-17T12:14:41.1980283Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-08-17T12:14:41.2048124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-08-17T12:14:41.2089512Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-08-17T12:14:41.2138955Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-08-17T12:14:41.2300380Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-08-17T12:14:41.2346529Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-08-17T12:14:41.2350778Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-08-17T12:14:41.2365900Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-08-17T12:14:41.2419011Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-08-17T12:14:41.2528434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-08-17T12:14:41.2580151Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-08-17T12:14:41.2610863Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-08-17T12:14:41.2613644Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-08-17T12:14:41.2739384Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-08-17T12:14:41.2779593Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-08-17T12:14:41.2801869Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-08-17T12:14:41.2860969Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-08-17T12:14:41.2922041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-08-17T12:14:41.3062698Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-08-17T12:14:41.3221161Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-08-17T12:14:41.3243003Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-08-17T12:14:41.3298879Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-08-17T12:14:41.3366564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-08-17T12:14:41.3386689Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-08-17T12:14:41.3499018Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-08-17T12:14:41.3659981Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-08-17T12:14:41.3681328Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-08-17T12:14:41.3688136Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-08-17T12:14:41.3738326Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-08-17T12:14:41.3941946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-08-17T12:14:41.3983513Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-08-17T12:14:41.4101922Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-08-17T12:14:41.4135775Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-08-17T12:14:41.4384990Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-08-17T12:14:41.4545269Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-08-17T12:14:41.4592994Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-08-17T12:14:41.4938584Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-08-17T12:14:41.4988357Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-08-17T12:14:41.5015446Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-08-17T12:14:41.5084209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-08-17T12:14:41.5101846Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-08-17T12:14:41.5168170Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-08-17T12:14:41.5344803Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-08-17T12:14:41.5423567Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-08-17T12:14:41.5468526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-08-17T12:14:41.5469146Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-08-17T12:14:41.5485453Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-08-17T12:14:41.5808999Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-08-17T12:14:41.5815710Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-08-17T12:14:41.5862432Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-08-17T12:14:41.5862798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-08-17T12:14:41.5900565Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-08-17T12:14:41.5919517Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-08-17T12:14:41.6041774Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-08-17T12:14:41.6221454Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-08-17T12:14:41.6245962Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-08-17T12:14:41.6302528Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-08-17T12:14:41.6302935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-08-17T12:14:41.6335327Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-08-17T12:14:41.6365274Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-08-17T12:14:41.6535245Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-08-17T12:14:41.6544655Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-08-17T12:14:41.6660708Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-08-17T12:14:41.6741076Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-08-17T12:14:41.6781130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-08-17T12:14:41.6798347Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-08-17T12:14:41.6808353Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-08-17T12:14:41.6818799Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-08-17T12:14:41.6897327Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-08-17T12:14:41.6979388Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-08-17T12:14:41.7100179Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-08-17T12:14:41.7163153Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-08-17T12:14:41.7179369Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-08-17T12:14:41.7211182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-08-17T12:14:41.7221087Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-08-17T12:14:41.7227145Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-08-17T12:14:41.7243908Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-08-17T12:14:41.7418730Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-08-17T12:14:41.7538748Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-08-17T12:14:41.7622509Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-08-17T12:14:41.7651247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-08-17T12:14:41.7685305Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-08-17T12:14:41.7692965Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-08-17T12:14:41.7702977Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-08-17T12:14:41.7731897Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-08-17T12:14:41.7861371Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-08-17T12:14:41.7982363Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-08-17T12:14:41.8008586Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-08-17T12:14:41.8061772Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-08-17T12:14:41.8068554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-08-17T12:14:41.8097628Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-08-17T12:14:41.8140567Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-08-17T12:14:41.8164494Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-08-17T12:14:41.8302193Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-08-17T12:14:41.8420942Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-08-17T12:14:41.8443496Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-08-17T12:14:41.8484789Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-08-17T12:14:41.8499015Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-08-17T12:14:41.8580569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inverse_cpu_complex64 2022-08-17T12:14:41.8605568Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-08-17T12:14:41.8618976Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-08-17T12:14:41.8740912Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inverse_cpu_complex64 2022-08-17T12:14:41.8861478Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-08-17T12:14:41.8891013Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-08-17T12:14:41.8942576Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-08-17T12:14:41.8957779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-08-17T12:14:41.9019429Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-08-17T12:14:41.9047004Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-08-17T12:14:41.9052952Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-08-17T12:14:41.9180186Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-08-17T12:14:41.9299612Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-08-17T12:14:41.9321276Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-08-17T12:14:41.9378881Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-08-17T12:14:41.9383008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-08-17T12:14:41.9413249Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-08-17T12:14:41.9459300Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-08-17T12:14:41.9480347Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-08-17T12:14:41.9618556Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-08-17T12:14:41.9739210Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-08-17T12:14:41.9818772Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-08-17T12:14:41.9824608Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-08-17T12:14:41.9847073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-08-17T12:14:41.9899854Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-08-17T12:14:41.9920252Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-08-17T12:14:41.9933474Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-08-17T12:14:42.0059379Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-08-17T12:14:42.0166796Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-08-17T12:14:42.0179193Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-08-17T12:14:42.0261985Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-08-17T12:14:42.0274064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-08-17T12:14:42.0371896Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-08-17T12:14:42.0374411Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-08-17T12:14:42.0375663Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-08-17T12:14:42.0501679Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-08-17T12:14:42.0589945Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-08-17T12:14:42.0620289Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-08-17T12:14:42.0700520Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-08-17T12:14:42.0743320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-08-17T12:14:42.0745257Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-08-17T12:14:42.0780068Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-08-17T12:14:42.0802605Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-08-17T12:14:42.0941577Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-08-17T12:14:42.0990300Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-08-17T12:14:42.1060599Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-08-17T12:14:42.1140794Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-08-17T12:14:42.1259337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-08-17T12:14:42.1259802Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-08-17T12:14:42.1350836Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-08-17T12:14:42.1380545Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-08-17T12:14:42.1453712Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-08-17T12:14:42.1541643Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-08-17T12:14:42.1560712Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-08-17T12:14:42.1577424Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-08-17T12:14:42.1599823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:14:42.1677914Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:14:42.1690004Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-08-17T12:14:42.1729330Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-08-17T12:14:42.1820902Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-08-17T12:14:42.1871975Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-08-17T12:14:42.1978147Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-08-17T12:14:42.2019373Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-08-17T12:14:42.2043839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-08-17T12:14:42.2099992Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-08-17T12:14:42.2123170Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-08-17T12:14:42.2222599Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-08-17T12:14:42.2258406Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-08-17T12:14:42.2421137Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-08-17T12:14:42.2488136Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-08-17T12:14:42.2505253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-08-17T12:14:42.2543994Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-08-17T12:14:42.2572518Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-08-17T12:14:42.2904472Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-08-17T12:14:42.3015430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-08-17T12:14:42.3016879Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-08-17T12:14:42.3118065Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-08-17T12:14:42.3299556Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-08-17T12:14:42.3329839Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-08-17T12:14:42.3451288Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-08-17T12:14:42.3460550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-08-17T12:14:42.3463097Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-08-17T12:14:42.3465858Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-08-17T12:14:42.3776200Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-08-17T12:14:42.3788212Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-08-17T12:14:42.3855860Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-08-17T12:14:42.3897050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-08-17T12:14:42.3899643Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-08-17T12:14:42.3910075Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-08-17T12:14:42.4222758Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-08-17T12:14:42.4332110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-08-17T12:14:42.4334525Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-08-17T12:14:42.4458822Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-08-17T12:14:42.4468935Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-08-17T12:14:42.4493625Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-08-17T12:14:42.4529599Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-08-17T12:14:42.4663793Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-08-17T12:14:42.4788563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-08-17T12:14:42.4797110Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-08-17T12:14:42.4801451Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-08-17T12:14:42.4813413Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-08-17T12:14:42.4882279Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-08-17T12:14:42.4899398Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-08-17T12:14:42.5102662Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-08-17T12:14:42.5258095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-08-17T12:14:42.5259690Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-08-17T12:14:42.5738381Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-08-17T12:14:42.5740221Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-08-17T12:14:42.6191548Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-08-17T12:14:42.6192278Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-08-17T12:14:42.6326451Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-08-17T12:14:42.6346059Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-08-17T12:14:42.6434250Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-08-17T12:14:42.6472285Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-08-17T12:14:42.6491231Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-08-17T12:14:42.6684161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-08-17T12:14:42.6686047Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-08-17T12:14:42.6851253Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-08-17T12:14:42.6853643Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-08-17T12:14:42.6854451Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-08-17T12:14:42.6860464Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-08-17T12:14:42.6898578Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-08-17T12:14:42.7075508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-08-17T12:14:42.7095267Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-08-17T12:14:42.7397818Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-08-17T12:14:42.7540190Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-08-17T12:14:42.7544736Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-08-17T12:14:42.7552286Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-08-17T12:14:42.7583296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-08-17T12:14:42.7824115Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-08-17T12:14:42.7943703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-08-17T12:14:42.8000265Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-08-17T12:14:42.8052533Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-08-17T12:14:42.8263744Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-08-17T12:14:42.8412673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-08-17T12:14:42.8428377Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-08-17T12:14:42.8435063Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-08-17T12:14:42.8457958Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-08-17T12:14:42.8478675Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-08-17T12:14:42.8704427Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-08-17T12:14:42.8906895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-08-17T12:14:42.8913806Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-08-17T12:14:42.9282337Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-08-17T12:14:42.9294930Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-08-17T12:14:42.9356693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:14:42.9389509Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-08-17T12:14:42.9823915Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-08-17T12:14:42.9852951Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-08-17T12:14:43.0345151Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-08-17T12:14:43.0349580Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-08-17T12:14:43.0542240Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-08-17T12:14:43.0555048Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:14:43.0815925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-08-17T12:14:43.0821165Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-08-17T12:14:43.0879558Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-08-17T12:14:43.0981365Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-08-17T12:14:43.1224996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-08-17T12:14:43.1253978Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-08-17T12:14:43.1560238Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-08-17T12:14:43.1567768Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-08-17T12:14:43.1638322Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-08-17T12:14:43.1659547Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-08-17T12:14:43.1686035Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-08-17T12:14:43.2095752Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-08-17T12:14:43.2099299Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-08-17T12:14:43.2146794Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-08-17T12:14:43.2198752Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-08-17T12:14:43.2539357Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-08-17T12:14:43.2637781Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-08-17T12:14:43.2674360Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-08-17T12:14:43.2910414Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-08-17T12:14:43.2943095Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-08-17T12:14:43.3104734Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-08-17T12:14:43.3110370Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-08-17T12:14:43.3266764Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-08-17T12:14:43.3382609Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-08-17T12:14:43.3504131Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-08-17T12:14:43.3549220Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-08-17T12:14:43.3670431Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-08-17T12:14:43.3862260Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-08-17T12:14:43.3868513Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-08-17T12:14:43.3942012Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-08-17T12:14:43.3968895Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-08-17T12:14:43.4274305Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-08-17T12:14:43.4384999Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-08-17T12:14:43.4419678Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-08-17T12:14:43.4636792Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-08-17T12:14:43.4721500Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-08-17T12:14:43.4740620Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-08-17T12:14:43.4865406Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-08-17T12:14:43.4869545Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-08-17T12:14:43.5144779Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-08-17T12:14:43.5175610Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-08-17T12:14:43.5262469Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-08-17T12:14:43.5291511Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-08-17T12:14:43.5302432Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-08-17T12:14:43.5313627Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-08-17T12:14:43.5561837Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-08-17T12:14:43.5573342Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-08-17T12:14:43.5581695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-08-17T12:14:43.5623232Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-08-17T12:14:43.5727827Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-08-17T12:14:43.5764790Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-08-17T12:14:43.5931640Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-08-17T12:14:43.5978746Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-08-17T12:14:43.6095968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:14:43.6177644Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-08-17T12:14:43.6180395Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-08-17T12:14:43.6354290Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-08-17T12:14:43.6422169Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:14:43.6438786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-08-17T12:14:43.6623492Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-08-17T12:14:43.6626969Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-08-17T12:14:43.6679931Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-08-17T12:14:43.6694733Z [gw2] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-08-17T12:14:43.6773670Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-08-17T12:14:43.6863381Z [gw2] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-08-17T12:14:43.7076761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:14:43.7082078Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-08-17T12:14:43.7126581Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-08-17T12:14:43.7129597Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-08-17T12:14:43.7196792Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-08-17T12:14:43.7301267Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:14:43.7544899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:14:43.7547859Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-08-17T12:14:43.7608775Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-08-17T12:14:43.7683271Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-08-17T12:14:43.7689538Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:14:43.7699023Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-08-17T12:14:43.7738589Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-08-17T12:14:43.7993568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-08-17T12:14:43.8000689Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-08-17T12:14:43.8203838Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-08-17T12:14:43.8221561Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-08-17T12:14:43.8427863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-08-17T12:14:43.8435562Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-08-17T12:14:43.8505365Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-08-17T12:14:43.8702171Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-08-17T12:14:43.8854449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-08-17T12:14:43.8858187Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-08-17T12:14:43.9298192Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-08-17T12:14:43.9302856Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-08-17T12:14:43.9668844Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-08-17T12:14:43.9678577Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-08-17T12:14:43.9706400Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-08-17T12:14:43.9756080Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-08-17T12:14:44.0033008Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-08-17T12:14:44.0144280Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-08-17T12:14:44.0149992Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-08-17T12:14:44.0169878Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-08-17T12:14:44.0190070Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-08-17T12:14:44.0471797Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-08-17T12:14:44.0493545Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-08-17T12:14:44.0586165Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-08-17T12:14:44.0591259Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-08-17T12:14:44.0734787Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-08-17T12:14:44.0735477Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-08-17T12:14:44.1135976Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-08-17T12:14:44.1137325Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-08-17T12:14:44.1139563Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-08-17T12:14:44.1142216Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-08-17T12:14:44.1578345Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-08-17T12:14:44.1579060Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-08-17T12:14:44.1582352Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-08-17T12:14:44.1584377Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-08-17T12:14:44.1903810Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-08-17T12:14:44.1949659Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-08-17T12:14:44.2019600Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-08-17T12:14:44.2022741Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-08-17T12:14:44.2384941Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-08-17T12:14:44.2388954Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-08-17T12:14:44.2468407Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-08-17T12:14:44.2470807Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-08-17T12:14:44.2786276Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-08-17T12:14:44.2825277Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-08-17T12:14:44.2865292Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-08-17T12:14:44.2908768Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-08-17T12:14:44.3261611Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-08-17T12:14:44.3265030Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-08-17T12:14:44.3302468Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-08-17T12:14:44.3337393Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-08-17T12:14:44.3357753Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-08-17T12:14:44.3366172Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-08-17T12:14:44.3695816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-08-17T12:14:44.3699875Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-08-17T12:14:44.3728515Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-08-17T12:14:44.3781046Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-08-17T12:14:44.3786303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-08-17T12:14:44.3828627Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-08-17T12:14:44.3907987Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-08-17T12:14:44.4049650Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-08-17T12:14:44.4057082Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-08-17T12:14:44.4101673Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-08-17T12:14:44.4161314Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-08-17T12:14:44.4223713Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-08-17T12:14:44.4225335Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-08-17T12:14:44.4248935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-08-17T12:14:44.4543778Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-08-17T12:14:44.4618466Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-08-17T12:14:44.4710830Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-08-17T12:14:44.4711521Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-08-17T12:14:44.4853361Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-08-17T12:14:44.4865740Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-08-17T12:14:44.4901400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-08-17T12:14:44.4980695Z [gw0] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-08-17T12:14:44.5008826Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-08-17T12:14:44.5101883Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-08-17T12:14:44.5124025Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-08-17T12:14:44.5301830Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-08-17T12:14:44.5363275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-08-17T12:14:44.5428655Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-08-17T12:14:44.5460946Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-08-17T12:14:44.5577095Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-08-17T12:14:44.5579347Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:14:44.5741452Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:14:44.5815499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-08-17T12:14:44.5860505Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-08-17T12:14:44.5891609Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-08-17T12:14:44.5981085Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-08-17T12:14:44.6006813Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-08-17T12:14:44.6185061Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-08-17T12:14:44.6271993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-08-17T12:14:44.6339330Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-08-17T12:14:44.6341970Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-08-17T12:14:44.6423562Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-08-17T12:14:44.6452262Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-08-17T12:14:44.6623281Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-08-17T12:14:44.6716235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-08-17T12:14:44.6882844Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-08-17T12:14:44.6884917Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-08-17T12:14:44.6922504Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-08-17T12:14:44.6957946Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-08-17T12:14:44.7103564Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-08-17T12:14:44.7193784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-08-17T12:14:44.7220650Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-08-17T12:14:44.7251397Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-08-17T12:14:44.7265366Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-08-17T12:14:44.7273213Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-08-17T12:14:44.7300524Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-08-17T12:14:44.7331886Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-08-17T12:14:44.7545840Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-08-17T12:14:44.7818358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-08-17T12:14:44.7822205Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-08-17T12:14:44.7835419Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-08-17T12:14:44.7839657Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-08-17T12:14:44.8153662Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-08-17T12:14:44.8164366Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-08-17T12:14:44.8204622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-08-17T12:14:44.8258821Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-08-17T12:14:44.8262042Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-08-17T12:14:44.8266652Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-08-17T12:14:44.8275209Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-08-17T12:14:44.8583574Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-08-17T12:14:44.8664302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-08-17T12:14:44.8727421Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-08-17T12:14:44.8728174Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-08-17T12:14:44.8791834Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-08-17T12:14:44.9057675Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-08-17T12:14:44.9067351Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-08-17T12:14:44.9109154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-08-17T12:14:44.9121643Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-08-17T12:14:44.9146201Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-08-17T12:14:44.9154443Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-08-17T12:14:44.9181706Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-08-17T12:14:44.9502572Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-08-17T12:14:44.9543231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-08-17T12:14:44.9579623Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:14:44.9600588Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:14:44.9639885Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-08-17T12:14:44.9768927Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-08-17T12:14:44.9943886Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-08-17T12:14:45.0018884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-08-17T12:14:45.0023650Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-08-17T12:14:45.0037913Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-08-17T12:14:45.0043294Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-08-17T12:14:45.0075667Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-08-17T12:14:45.0382101Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-08-17T12:14:45.0458513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-08-17T12:14:45.0463412Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-08-17T12:14:45.0545074Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-08-17T12:14:45.0545995Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-08-17T12:14:45.0897495Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-08-17T12:14:45.0900340Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-08-17T12:14:45.0976705Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-08-17T12:14:45.0979070Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-08-17T12:14:45.1152801Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-08-17T12:14:45.1167217Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-08-17T12:14:45.1338044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-08-17T12:14:45.1341199Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-08-17T12:14:45.1503847Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-08-17T12:14:45.1506487Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-08-17T12:14:45.1666857Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-08-17T12:14:45.1681732Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-08-17T12:14:45.1759537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-08-17T12:14:45.1771421Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-08-17T12:14:45.1802250Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-08-17T12:14:45.1819045Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-08-17T12:14:45.1848808Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-08-17T12:14:45.2141770Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-08-17T12:14:45.2259858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-08-17T12:14:45.2261906Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-08-17T12:14:45.2272865Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-08-17T12:14:45.2311335Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-08-17T12:14:45.2315277Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-08-17T12:14:45.2583336Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-08-17T12:14:45.2642085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-08-17T12:14:45.2681186Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-08-17T12:14:45.2700036Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-08-17T12:14:45.2706770Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-08-17T12:14:45.2855920Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-08-17T12:14:45.3059445Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-08-17T12:14:45.3098265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-08-17T12:14:45.3124507Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-08-17T12:14:45.3139482Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-08-17T12:14:45.3216180Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-08-17T12:14:45.3382185Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-08-17T12:14:45.3497937Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-08-17T12:14:45.3569834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-08-17T12:14:45.3624657Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-08-17T12:14:45.3627951Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-08-17T12:14:45.3636432Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-08-17T12:14:45.3682460Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-08-17T12:14:45.3944040Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-08-17T12:14:45.3982791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-08-17T12:14:45.4027637Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-08-17T12:14:45.4084461Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-08-17T12:14:45.4100510Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-08-17T12:14:45.4252389Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-08-17T12:14:45.4262897Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-08-17T12:14:45.4369474Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-08-17T12:14:45.4378932Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-08-17T12:14:45.4443520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-08-17T12:14:45.4462655Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-08-17T12:14:45.4504901Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-08-17T12:14:45.4569517Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-08-17T12:14:45.4573501Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-08-17T12:14:45.4823615Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-08-17T12:14:45.4895924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-08-17T12:14:45.4946747Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-08-17T12:14:45.4949640Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-08-17T12:14:45.5020155Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-08-17T12:14:45.5020801Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-08-17T12:14:45.5262786Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-08-17T12:14:45.5374670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:14:45.5378850Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-08-17T12:14:45.5470270Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-08-17T12:14:45.5474849Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-08-17T12:14:45.5561642Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-08-17T12:14:45.5746812Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:14:45.5758335Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-08-17T12:14:45.5759103Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-08-17T12:14:45.5778663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-08-17T12:14:45.5804468Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-08-17T12:14:45.5824598Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-08-17T12:14:45.5858971Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-08-17T12:14:45.5886194Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-08-17T12:14:45.6184066Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-08-17T12:14:45.6226490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-08-17T12:14:45.6235677Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-08-17T12:14:45.6248615Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-08-17T12:14:45.6354416Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-08-17T12:14:45.6355031Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-08-17T12:14:45.6622473Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-08-17T12:14:45.6666696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-08-17T12:14:45.6675709Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-08-17T12:14:45.6697771Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-08-17T12:14:45.6798835Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-08-17T12:14:45.6800434Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-08-17T12:14:45.6914367Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-08-17T12:14:45.6926620Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-08-17T12:14:45.7068580Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-08-17T12:14:45.7122465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-08-17T12:14:45.7141272Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-08-17T12:14:45.7173036Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-08-17T12:14:45.7183308Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-08-17T12:14:45.7214097Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-08-17T12:14:45.7504373Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-08-17T12:14:45.7569236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-08-17T12:14:45.7587006Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-08-17T12:14:45.7654591Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-08-17T12:14:45.7662681Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-08-17T12:14:45.7667019Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-08-17T12:14:45.7942938Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-08-17T12:14:45.8055854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-08-17T12:14:45.8056315Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-08-17T12:14:45.8136609Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-08-17T12:14:45.8178441Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-08-17T12:14:45.8300934Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-08-17T12:14:45.8385027Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-08-17T12:14:45.8506982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:14:45.8510867Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-08-17T12:14:45.8542552Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-08-17T12:14:45.8705982Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-08-17T12:14:45.8821532Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:14:45.8842579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:14:45.8903991Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:14:45.8950462Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-08-17T12:14:45.9070420Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-08-17T12:14:45.9078336Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-08-17T12:14:45.9109201Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-08-17T12:14:45.9261299Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-08-17T12:14:45.9420727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-08-17T12:14:45.9449359Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-08-17T12:14:45.9540347Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-08-17T12:14:45.9603505Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-08-17T12:14:45.9771541Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-08-17T12:14:45.9860103Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-08-17T12:14:45.9884930Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-08-17T12:14:45.9893529Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-08-17T12:14:45.9980456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-08-17T12:14:46.0040903Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-08-17T12:14:46.0169341Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-08-17T12:14:46.0218559Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-08-17T12:14:46.0269724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-08-17T12:14:46.0301152Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-08-17T12:14:46.0354669Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:46.0420999Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:14:46.0447700Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-08-17T12:14:46.0660974Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-08-17T12:14:46.0732411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-08-17T12:14:46.0783885Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-08-17T12:14:46.0822767Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:46.0904664Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-08-17T12:14:46.0929593Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-08-17T12:14:46.1109352Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-08-17T12:14:46.1140649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-08-17T12:14:46.1221978Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-08-17T12:14:46.1249157Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-08-17T12:14:46.1295630Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-08-17T12:14:46.1305399Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-08-17T12:14:46.1340372Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-08-17T12:14:46.1433248Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-08-17T12:14:46.1587363Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-08-17T12:14:46.1663839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-08-17T12:14:46.1667100Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-08-17T12:14:46.1703274Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-08-17T12:14:46.1781583Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-08-17T12:14:46.1806756Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-08-17T12:14:46.2027882Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-08-17T12:14:46.2097354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-08-17T12:14:46.2109133Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-08-17T12:14:46.2139460Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-08-17T12:14:46.2222261Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-08-17T12:14:46.2495255Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-08-17T12:14:46.2506444Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-08-17T12:14:46.2546871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-08-17T12:14:46.2605617Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-08-17T12:14:46.2719538Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-08-17T12:14:46.2730515Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-08-17T12:14:46.2736639Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-08-17T12:14:46.2748130Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-08-17T12:14:46.2810432Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:14:46.2828046Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:14:46.2941055Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-08-17T12:14:46.2981350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:46.3008788Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-08-17T12:14:46.3046568Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-08-17T12:14:46.3140918Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:46.3180689Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-08-17T12:14:46.3237314Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-08-17T12:14:46.3243229Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-08-17T12:14:46.3381793Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-08-17T12:14:46.3422897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-08-17T12:14:46.3443218Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-08-17T12:14:46.3446198Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-08-17T12:14:46.3582176Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-08-17T12:14:46.3621246Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-08-17T12:14:46.3668995Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-08-17T12:14:46.3687696Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-08-17T12:14:46.3820413Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-08-17T12:14:46.3860077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-08-17T12:14:46.3870673Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-08-17T12:14:46.3884982Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-08-17T12:14:46.4019342Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-08-17T12:14:46.4059858Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-08-17T12:14:46.4112054Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-08-17T12:14:46.4118487Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-08-17T12:14:46.4260259Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-08-17T12:14:46.4300557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:46.4327140Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-08-17T12:14:46.4409308Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-08-17T12:14:46.4500778Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:46.4503270Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-08-17T12:14:46.4520002Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:14:46.4578146Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-08-17T12:14:46.4698149Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-08-17T12:14:46.4740459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-08-17T12:14:46.4770994Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-08-17T12:14:46.4942400Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-08-17T12:14:46.4942856Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-08-17T12:14:46.4965451Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-08-17T12:14:46.5003046Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-08-17T12:14:46.5180699Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-08-17T12:14:46.5212140Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-08-17T12:14:46.5331771Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-08-17T12:14:46.5341232Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-08-17T12:14:46.5380763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-08-17T12:14:46.5384635Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-08-17T12:14:46.5484518Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-08-17T12:14:46.5490390Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-08-17T12:14:46.5570525Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-08-17T12:14:46.5622325Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-08-17T12:14:46.5651778Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-08-17T12:14:46.5781447Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-08-17T12:14:46.5865443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-08-17T12:14:46.5871507Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-08-17T12:14:46.5873615Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-08-17T12:14:46.5905848Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-08-17T12:14:46.5962394Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-08-17T12:14:46.6059208Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-08-17T12:14:46.6084606Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-08-17T12:14:46.6218718Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-08-17T12:14:46.6285949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-08-17T12:14:46.6333692Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-08-17T12:14:46.6335213Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-08-17T12:14:46.6336198Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-08-17T12:14:46.6383094Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-08-17T12:14:46.6498220Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-08-17T12:14:46.6531585Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:46.6658494Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:14:46.6740071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:46.6743770Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-08-17T12:14:46.6772818Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-08-17T12:14:46.6826794Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-08-17T12:14:46.6901530Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-08-17T12:14:46.6939392Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-08-17T12:14:46.6965560Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-08-17T12:14:46.7099283Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-08-17T12:14:46.7182454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:46.7184687Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-08-17T12:14:46.7259303Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-08-17T12:14:46.7381233Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-08-17T12:14:46.7411091Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-08-17T12:14:46.7500383Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-08-17T12:14:46.7579933Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:14:46.7785431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:14:46.7786003Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:14:46.7833253Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-08-17T12:14:46.7870849Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:46.7908827Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:14:46.8019363Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-08-17T12:14:46.8223632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:14:46.8259277Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-08-17T12:14:46.8303817Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-08-17T12:14:46.8329686Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-08-17T12:14:46.8738640Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-08-17T12:14:46.8783778Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-08-17T12:14:46.8788636Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-08-17T12:14:46.8875345Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-08-17T12:14:46.9183910Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-08-17T12:14:46.9193643Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-08-17T12:14:46.9224044Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-08-17T12:14:46.9273093Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-08-17T12:14:46.9547321Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-08-17T12:14:46.9557426Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-08-17T12:14:46.9581802Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-08-17T12:14:46.9647153Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-08-17T12:14:46.9647981Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:14:46.9653659Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-08-17T12:14:47.0020540Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:14:47.0045543Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-08-17T12:14:47.0126798Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-08-17T12:14:47.0129088Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-08-17T12:14:47.0463343Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-08-17T12:14:47.0493878Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-08-17T12:14:47.0578837Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-08-17T12:14:47.0585137Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:14:47.0976390Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:14:47.0978935Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-08-17T12:14:47.1021292Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-08-17T12:14:47.1023571Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:14:47.1415734Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:14:47.1417258Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-08-17T12:14:47.1459784Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-08-17T12:14:47.1463336Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-08-17T12:14:47.1822382Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-08-17T12:14:47.1860398Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-08-17T12:14:47.1887472Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-08-17T12:14:47.2334013Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-08-17T12:14:47.2339679Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-08-17T12:14:47.2775908Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-08-17T12:14:47.2782042Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:14:47.3183585Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:14:47.3207852Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-08-17T12:14:47.3659327Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-08-17T12:14:47.3659980Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:14:47.4139547Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:14:47.4144853Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-08-17T12:14:47.4196875Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-08-17T12:14:47.4210497Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-08-17T12:14:47.4576835Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:14:47.4581070Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:47.5015736Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:14:47.5019798Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:47.5455802Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:14:47.5459480Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:47.5905641Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:14:47.5910318Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:47.6337108Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:14:47.6340940Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:47.6720705Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-08-17T12:14:47.6772854Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-08-17T12:14:47.6776271Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-08-17T12:14:47.6781040Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-08-17T12:14:47.7218235Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-08-17T12:14:47.7221948Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:14:47.7678302Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:14:47.7682267Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:47.8141126Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:14:47.8145089Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-08-17T12:14:47.8576926Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-08-17T12:14:47.8580692Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-08-17T12:14:47.9057771Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-08-17T12:14:47.9060710Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:14:47.9472032Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:14:47.9491610Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-08-17T12:14:47.9902467Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-08-17T12:14:47.9927239Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-08-17T12:14:48.0387891Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-08-17T12:14:48.0390445Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-08-17T12:14:48.0631274Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-08-17T12:14:48.0724104Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:14:48.0877088Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-08-17T12:14:48.0878773Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-08-17T12:14:48.1352510Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-08-17T12:14:48.1354500Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-08-17T12:14:48.1829564Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-08-17T12:14:48.1831185Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-08-17T12:14:48.2312718Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-08-17T12:14:48.2314347Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-08-17T12:14:48.2481431Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-08-17T12:14:48.2498398Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-08-17T12:14:48.2776752Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-08-17T12:14:48.2781333Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-08-17T12:14:48.3260342Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-08-17T12:14:48.3265444Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:14:48.3269432Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-08-17T12:14:48.3365922Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-08-17T12:14:48.3462892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-08-17T12:14:48.3468370Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-08-17T12:14:48.3730136Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-08-17T12:14:48.3736194Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:14:48.3825801Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:14:48.3837808Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-08-17T12:14:48.3909446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-08-17T12:14:48.4028024Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-08-17T12:14:48.4039760Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-08-17T12:14:48.4181527Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-08-17T12:14:48.4204589Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:14:48.4259663Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:14:48.4427061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-08-17T12:14:48.4660247Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-08-17T12:14:48.4664982Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-08-17T12:14:48.4703191Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-08-17T12:14:48.5067768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:14:48.5100257Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-08-17T12:14:48.5141822Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-08-17T12:14:48.5153575Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:14:48.5234415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_int64 2022-08-17T12:14:48.5547449Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_int64 2022-08-17T12:14:48.5552008Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-08-17T12:14:48.5655727Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-08-17T12:14:48.5975416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:14:48.5978852Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-08-17T12:14:48.6007844Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-08-17T12:14:48.6020169Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:14:48.6418134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:14:48.6426078Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-08-17T12:14:48.6761622Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-08-17T12:14:48.6854102Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:14:48.6859291Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-08-17T12:14:48.6865734Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-08-17T12:14:48.7337771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:14:48.7343535Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-08-17T12:14:48.7776897Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-08-17T12:14:48.7781523Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-08-17T12:14:48.7897261Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-08-17T12:14:48.7912939Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:14:48.8217456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:14:48.8222343Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-08-17T12:14:48.8250129Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-08-17T12:14:48.8262185Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-08-17T12:14:48.8662124Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-08-17T12:14:48.8667600Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-08-17T12:14:48.9134779Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-08-17T12:14:48.9141366Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-08-17T12:14:48.9582489Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-08-17T12:14:48.9589863Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-08-17T12:14:49.0011357Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-08-17T12:14:49.0016771Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-08-17T12:14:49.0500862Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-08-17T12:14:49.0504947Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-08-17T12:14:49.0937158Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-08-17T12:14:49.0941775Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-08-17T12:14:49.1415149Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-08-17T12:14:49.1419093Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-08-17T12:14:49.1862387Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-08-17T12:14:49.1866609Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-08-17T12:14:49.2301578Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-08-17T12:14:49.2306219Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-08-17T12:14:49.3171412Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-08-17T12:14:49.3181196Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-08-17T12:14:49.3192466Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-08-17T12:14:49.3208883Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-08-17T12:14:49.3583373Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-08-17T12:14:49.3606434Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-08-17T12:14:49.4056168Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-08-17T12:14:49.4062111Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-08-17T12:14:49.4503772Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-08-17T12:14:49.4508728Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-08-17T12:14:49.4642094Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-08-17T12:14:49.4657692Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-08-17T12:14:49.4982917Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-08-17T12:14:49.4983364Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-08-17T12:14:49.5426261Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-08-17T12:14:49.5426736Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-08-17T12:14:49.5900106Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-08-17T12:14:49.5900575Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-08-17T12:14:49.6381278Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-08-17T12:14:49.6381889Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-08-17T12:14:49.6820219Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-08-17T12:14:49.6820793Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-08-17T12:14:49.7308023Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-08-17T12:14:49.7308729Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:49.7773669Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:49.7774436Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:49.8220795Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:49.8221302Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-08-17T12:14:49.8656291Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-08-17T12:14:49.8658040Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-08-17T12:14:49.8870479Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-08-17T12:14:49.8883534Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:14:49.9029378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:14:49.9045475Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-08-17T12:14:49.9096982Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-08-17T12:14:49.9142609Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-08-17T12:14:49.9146509Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-08-17T12:14:49.9463534Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-08-17T12:14:49.9582555Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:14:49.9701880Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-08-17T12:14:49.9716064Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-08-17T12:14:49.9978527Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:14:50.0096661Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-08-17T12:14:50.0099435Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-08-17T12:14:50.0182716Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-08-17T12:14:50.0416977Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-08-17T12:14:50.0560640Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-08-17T12:14:50.0562498Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-08-17T12:14:50.0643177Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-08-17T12:14:50.0858011Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-08-17T12:14:50.0980038Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-08-17T12:14:50.0987105Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-08-17T12:14:50.0991022Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-08-17T12:14:50.1222728Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-08-17T12:14:50.1355197Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-08-17T12:14:50.1456618Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-08-17T12:14:50.1459262Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-08-17T12:14:50.1665523Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-08-17T12:14:50.1706079Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:14:50.1713202Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:14:50.1899141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:14:50.1903136Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-08-17T12:14:50.1998214Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-08-17T12:14:50.2045763Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:14:50.2103228Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:14:50.2144706Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:14:50.2220800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-08-17T12:14:50.2290178Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:14:50.2300098Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-08-17T12:14:50.2332905Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-08-17T12:14:50.2343890Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-08-17T12:14:50.2360261Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:50.2586964Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:50.2591072Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-08-17T12:14:50.2673679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-08-17T12:14:50.2810316Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-08-17T12:14:50.2812732Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:50.2824259Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:50.3024796Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-08-17T12:14:50.3025326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-08-17T12:14:50.3112314Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-08-17T12:14:50.3283197Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-08-17T12:14:50.3289125Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-08-17T12:14:50.3439611Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-08-17T12:14:50.3499827Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-08-17T12:14:50.3510887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:50.3611776Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-08-17T12:14:50.3708249Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-08-17T12:14:50.3711545Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-08-17T12:14:50.3749528Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-08-17T12:14:50.3943835Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:14:50.4056784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-08-17T12:14:50.4079325Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-08-17T12:14:50.4131728Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-08-17T12:14:50.4183009Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-08-17T12:14:50.4202811Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-08-17T12:14:50.4203602Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-08-17T12:14:50.4204097Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-08-17T12:14:50.4387348Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-08-17T12:14:50.4483972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:14:50.4571069Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-08-17T12:14:50.4595057Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-08-17T12:14:50.4616459Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-08-17T12:14:50.4623203Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:14:50.4821507Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-08-17T12:14:50.5063031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-08-17T12:14:50.5071915Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-08-17T12:14:50.5091114Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-08-17T12:14:50.5091862Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-08-17T12:14:50.5401667Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-08-17T12:14:50.5413022Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-08-17T12:14:50.5520917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-08-17T12:14:50.5525757Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-08-17T12:14:50.5531038Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-08-17T12:14:50.5562570Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-08-17T12:14:50.5623458Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-08-17T12:14:50.5767631Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-08-17T12:14:50.5776332Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-08-17T12:14:50.5817524Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-08-17T12:14:50.5857398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:14:50.5865381Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:14:50.5926309Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-08-17T12:14:50.5938361Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-08-17T12:14:50.5962866Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-08-17T12:14:50.6263748Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-08-17T12:14:50.6301144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-08-17T12:14:50.6356322Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-08-17T12:14:50.6369730Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-08-17T12:14:50.6382798Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-08-17T12:14:50.6412859Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-08-17T12:14:50.6703010Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-08-17T12:14:50.6770293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-08-17T12:14:50.6816710Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-08-17T12:14:50.6886997Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-08-17T12:14:50.6906224Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-08-17T12:14:50.6924425Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-08-17T12:14:50.7144031Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-08-17T12:14:50.7184302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-08-17T12:14:50.7263452Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-08-17T12:14:50.7346287Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-08-17T12:14:50.7350119Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-08-17T12:14:50.7373527Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-08-17T12:14:50.7581843Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-08-17T12:14:50.7647761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-08-17T12:14:50.7702560Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-08-17T12:14:50.7840573Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-08-17T12:14:50.7847048Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-08-17T12:14:50.7868014Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-08-17T12:14:50.8022225Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-08-17T12:14:50.8095060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-08-17T12:14:50.8170028Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-08-17T12:14:50.8260270Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-08-17T12:14:50.8272108Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-08-17T12:14:50.8289506Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-08-17T12:14:50.8503322Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-08-17T12:14:50.8617415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-08-17T12:14:50.8737047Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-08-17T12:14:50.8739335Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-08-17T12:14:50.9092810Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-08-17T12:14:50.9177617Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-08-17T12:14:50.9178058Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-08-17T12:14:50.9198705Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-08-17T12:14:50.9516723Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-08-17T12:14:50.9622825Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-08-17T12:14:50.9623323Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-08-17T12:14:50.9661705Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-08-17T12:14:50.9804654Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-08-17T12:14:51.0062876Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-08-17T12:14:51.0063499Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-08-17T12:14:51.0103567Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-08-17T12:14:51.0318938Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-08-17T12:14:51.0462771Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-08-17T12:14:51.0487864Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-08-17T12:14:51.0618596Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-08-17T12:14:51.0721065Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-08-17T12:14:51.0935748Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-08-17T12:14:51.0938868Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-08-17T12:14:51.1016336Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-08-17T12:14:51.1101172Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-08-17T12:14:51.1421491Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-08-17T12:14:51.1421944Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-08-17T12:14:51.1537604Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-08-17T12:14:51.1585875Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-08-17T12:14:51.1858212Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-08-17T12:14:51.1862371Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-08-17T12:14:51.1937861Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-08-17T12:14:51.2021933Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-08-17T12:14:51.2027686Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-08-17T12:14:51.2041076Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-08-17T12:14:51.2302860Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-08-17T12:14:51.2303835Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-08-17T12:14:51.2458200Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-08-17T12:14:51.2487170Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-08-17T12:14:51.2739158Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-08-17T12:14:51.2740188Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-08-17T12:14:51.2857976Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-08-17T12:14:51.2903072Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-08-17T12:14:51.3049208Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-08-17T12:14:51.3064192Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-08-17T12:14:51.3139662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-08-17T12:14:51.3168502Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-08-17T12:14:51.3183388Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-08-17T12:14:51.3282262Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-08-17T12:14:51.3403314Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-08-17T12:14:51.3506321Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-08-17T12:14:51.3616527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-08-17T12:14:51.3622224Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-08-17T12:14:51.3776723Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-08-17T12:14:51.4055392Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-08-17T12:14:51.4058834Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-08-17T12:14:51.4319401Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-08-17T12:14:51.4423416Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-08-17T12:14:51.4512654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-08-17T12:14:51.4523418Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-08-17T12:14:51.4770811Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-08-17T12:14:51.4787778Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-08-17T12:14:51.4844080Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-08-17T12:14:51.4899196Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-08-17T12:14:51.4998339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-08-17T12:14:51.5001520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-08-17T12:14:51.5112361Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-08-17T12:14:51.5370037Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-08-17T12:14:51.5498821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-08-17T12:14:51.5544593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-08-17T12:14:51.5965860Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-08-17T12:14:51.5991519Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-08-17T12:14:51.6456093Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-08-17T12:14:51.6456673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-08-17T12:14:51.6876837Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-08-17T12:14:51.6910185Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-08-17T12:14:51.7356802Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-08-17T12:14:51.7364081Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-08-17T12:14:51.7819526Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-08-17T12:14:51.7880238Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-08-17T12:14:51.8206143Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-08-17T12:14:51.8221744Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-08-17T12:14:51.8239572Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-08-17T12:14:51.8306087Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-08-17T12:14:51.8722252Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-08-17T12:14:51.8756019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-08-17T12:14:51.9159521Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-08-17T12:14:51.9203224Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-08-17T12:14:51.9635860Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-08-17T12:14:51.9640041Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-08-17T12:14:52.0073362Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-08-17T12:14:52.0075324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-08-17T12:14:52.0519065Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-08-17T12:14:52.0519566Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-08-17T12:14:52.0938735Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-08-17T12:14:52.1100672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-08-17T12:14:52.1113261Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-08-17T12:14:52.1162249Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-08-17T12:14:52.1428029Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-08-17T12:14:52.1437534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-08-17T12:14:52.1907980Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-08-17T12:14:52.1915607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-08-17T12:14:52.2384009Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-08-17T12:14:52.2411419Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-08-17T12:14:52.2424522Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-08-17T12:14:52.2433831Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-08-17T12:14:52.2455655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-08-17T12:14:52.2591833Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-08-17T12:14:52.2601814Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-08-17T12:14:52.2741528Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-08-17T12:14:52.2862500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-08-17T12:14:52.2932150Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-08-17T12:14:52.2932742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-08-17T12:14:52.3225488Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-08-17T12:14:52.3242232Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-08-17T12:14:52.3377283Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-08-17T12:14:52.3412891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:14:52.3662843Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:14:52.3697517Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-08-17T12:14:52.3767895Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-08-17T12:14:52.3769184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:14:52.4107106Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:14:52.4143755Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-08-17T12:14:52.4181691Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-08-17T12:14:52.4204674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:14:52.4545899Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:14:52.4647858Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-08-17T12:14:52.4762389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-08-17T12:14:52.4825235Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-08-17T12:14:52.5057776Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-08-17T12:14:52.5065706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-08-17T12:14:52.7999334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-08-17T12:14:52.8056588Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-08-17T12:14:52.8685701Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-08-17T12:14:52.8709552Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-08-17T12:14:52.8844134Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-08-17T12:14:52.8865789Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-08-17T12:14:52.8880523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-08-17T12:14:52.8901731Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-08-17T12:14:52.8913737Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-08-17T12:14:52.9177841Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-08-17T12:14:52.9274173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-08-17T12:14:52.9293378Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-08-17T12:14:52.9304919Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-08-17T12:14:52.9466519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-08-17T12:14:52.9655636Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-08-17T12:14:52.9823974Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-08-17T12:14:53.0098992Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-08-17T12:14:53.0109654Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-08-17T12:14:53.0924602Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-08-17T12:14:53.0933952Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-08-17T12:14:53.1918149Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-08-17T12:14:53.1933338Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-08-17T12:14:53.2412450Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-08-17T12:14:53.2424675Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-08-17T12:14:53.2646509Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-08-17T12:14:53.2783323Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-08-17T12:14:53.2800540Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-08-17T12:14:53.2843112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-08-17T12:14:53.2884347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-08-17T12:14:53.2896650Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-08-17T12:14:53.3039173Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-08-17T12:14:53.3050574Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-08-17T12:14:53.3225949Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-08-17T12:14:53.3348156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-08-17T12:14:53.3353071Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-08-17T12:14:53.3370968Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-08-17T12:14:53.3385498Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-08-17T12:14:53.3569326Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-08-17T12:14:53.3583518Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-08-17T12:14:53.3592529Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-08-17T12:14:53.3659055Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-08-17T12:14:53.3708647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-08-17T12:14:53.3758145Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-08-17T12:14:53.3778621Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-08-17T12:14:53.3818393Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-08-17T12:14:53.3852586Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-08-17T12:14:53.4102124Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-08-17T12:14:53.4234015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-08-17T12:14:53.4283004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-08-17T12:14:53.4299189Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-08-17T12:14:53.4302107Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-08-17T12:14:53.4715068Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-08-17T12:14:53.4753306Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-08-17T12:14:53.4756269Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-08-17T12:14:53.4757458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-08-17T12:14:53.4814449Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-08-17T12:14:53.4830435Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-08-17T12:14:53.5074602Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-08-17T12:14:53.5140543Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-08-17T12:14:53.5178252Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-08-17T12:14:53.5184111Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-08-17T12:14:53.5274672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-08-17T12:14:53.5288585Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-08-17T12:14:53.5622993Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-08-17T12:14:53.5738404Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-08-17T12:14:53.5797542Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-08-17T12:14:53.5813687Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-08-17T12:14:53.6059260Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-08-17T12:14:53.6095114Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-08-17T12:14:53.6230774Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-08-17T12:14:53.6241258Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-08-17T12:14:53.6436355Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-08-17T12:14:53.6447030Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-08-17T12:14:53.6534654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-08-17T12:14:53.6535254Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-08-17T12:14:53.6555965Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-08-17T12:14:53.6864497Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-08-17T12:14:53.6982164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-08-17T12:14:53.6983792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-08-17T12:14:53.7432456Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-08-17T12:14:53.7433558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-08-17T12:14:53.7879968Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-08-17T12:14:53.7881049Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-08-17T12:14:53.8377493Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-08-17T12:14:53.8377999Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-08-17T12:14:53.8561303Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-08-17T12:14:53.8575429Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-08-17T12:14:53.8751958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-08-17T12:14:53.8780733Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-08-17T12:14:53.8806262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-08-17T12:14:53.8818282Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-08-17T12:14:53.8868467Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-08-17T12:14:53.9092257Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-08-17T12:14:53.9166670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-08-17T12:14:53.9219622Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-08-17T12:14:53.9276948Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-08-17T12:14:53.9560771Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-08-17T12:14:53.9562513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-08-17T12:14:53.9737011Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-08-17T12:14:54.0014534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-08-17T12:14:54.0015547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-08-17T12:14:54.0153809Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-08-17T12:14:54.0171443Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-08-17T12:14:54.0239540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-08-17T12:14:54.0405805Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-08-17T12:14:54.0424424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-08-17T12:14:54.0678400Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-08-17T12:14:54.0681500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-08-17T12:14:54.0782942Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-08-17T12:14:54.0793943Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-08-17T12:14:54.0819558Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-08-17T12:14:54.0867737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-08-17T12:14:54.0874219Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-08-17T12:14:54.0908608Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-08-17T12:14:54.1061785Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-08-17T12:14:54.1107271Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-08-17T12:14:54.1260895Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-08-17T12:14:54.1540384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-08-17T12:14:54.1543489Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-08-17T12:14:54.1590251Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-08-17T12:14:54.1705179Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-08-17T12:14:54.2017404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-08-17T12:14:54.2025406Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-08-17T12:14:54.2386893Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-08-17T12:14:54.2395269Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-08-17T12:14:54.2535989Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-08-17T12:14:54.2575242Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-08-17T12:14:54.2611324Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-08-17T12:14:54.2815677Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-08-17T12:14:54.2873881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-08-17T12:14:54.2891263Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-08-17T12:14:54.2901335Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-08-17T12:14:54.2933512Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-08-17T12:14:54.3056862Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-08-17T12:14:54.3290867Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-08-17T12:14:54.3307180Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-08-17T12:14:54.3366166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-08-17T12:14:54.3367668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-08-17T12:14:54.3395405Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-08-17T12:14:54.3399584Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-08-17T12:14:54.3588271Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-08-17T12:14:54.3740019Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-08-17T12:14:54.3784089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-08-17T12:14:54.3789792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-08-17T12:14:54.3812192Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-08-17T12:14:54.3823200Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-08-17T12:14:54.3838045Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-08-17T12:14:54.3894755Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-08-17T12:14:54.3939988Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-08-17T12:14:54.4180117Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-08-17T12:14:54.4219217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-08-17T12:14:54.4256802Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-08-17T12:14:54.4261052Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-08-17T12:14:54.4472930Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-08-17T12:14:54.4662179Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-08-17T12:14:54.4816766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-08-17T12:14:54.4817578Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-08-17T12:14:54.4954057Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-08-17T12:14:54.5103915Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-08-17T12:14:54.5141910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-08-17T12:14:54.5181224Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-08-17T12:14:54.5419873Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-08-17T12:14:54.5555048Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-08-17T12:14:54.5571906Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-08-17T12:14:54.5608056Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-08-17T12:14:54.5623621Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-08-17T12:14:54.5624281Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-08-17T12:14:54.5669597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-08-17T12:14:54.5897752Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-08-17T12:14:54.5906255Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-08-17T12:14:54.5979517Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-08-17T12:14:54.6054805Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-08-17T12:14:54.6100857Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-08-17T12:14:54.6381953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-08-17T12:14:54.6423101Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-08-17T12:14:54.6458216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-08-17T12:14:54.6542971Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-08-17T12:14:54.6604253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-08-17T12:14:54.6863371Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-08-17T12:14:54.6894276Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-08-17T12:14:54.7024371Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-08-17T12:14:54.7133591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-08-17T12:14:54.7146449Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-08-17T12:14:54.7320908Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-08-17T12:14:54.7341664Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-08-17T12:14:54.7403484Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-08-17T12:14:54.7417238Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-08-17T12:14:54.7431406Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-08-17T12:14:54.7438468Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-08-17T12:14:54.7462451Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-08-17T12:14:54.7519999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-08-17T12:14:54.7583050Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-08-17T12:14:54.7741880Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-08-17T12:14:54.7780924Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-08-17T12:14:54.7891805Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-08-17T12:14:54.7901868Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-08-17T12:14:54.7974722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-08-17T12:14:54.8018769Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-08-17T12:14:54.8184131Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-08-17T12:14:54.8224155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-08-17T12:14:54.8258516Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-08-17T12:14:54.8342791Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-08-17T12:14:54.8511962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-08-17T12:14:54.8524660Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-08-17T12:14:54.8623166Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-08-17T12:14:54.8658407Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-08-17T12:14:54.8676490Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-08-17T12:14:54.8685170Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-08-17T12:14:54.8781739Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-08-17T12:14:54.8837646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-08-17T12:14:54.8867418Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-08-17T12:14:54.8942290Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-08-17T12:14:54.9062136Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-08-17T12:14:54.9097320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-08-17T12:14:54.9186027Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-08-17T12:14:54.9221379Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-08-17T12:14:54.9382618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-08-17T12:14:54.9528541Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-08-17T12:14:54.9533976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-08-17T12:14:54.9669598Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-08-17T12:14:54.9686982Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-08-17T12:14:54.9694865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-08-17T12:14:54.9729275Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-08-17T12:14:54.9852924Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-08-17T12:14:54.9941735Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-08-17T12:14:54.9979493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-08-17T12:14:55.0052258Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-08-17T12:14:55.0101008Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-08-17T12:14:55.0149123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-08-17T12:14:55.0261189Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-08-17T12:14:55.0381621Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-08-17T12:14:55.0441016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-08-17T12:14:55.0457637Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-08-17T12:14:55.0467649Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-08-17T12:14:55.0485755Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-08-17T12:14:55.0541419Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-08-17T12:14:55.0581075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-08-17T12:14:55.0701484Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-08-17T12:14:55.0808753Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-08-17T12:14:55.0819406Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-08-17T12:14:55.0837633Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-08-17T12:14:55.0980954Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-08-17T12:14:55.1049071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:55.1141129Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:14:55.1265947Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-08-17T12:14:55.1275619Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-08-17T12:14:55.1339684Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-08-17T12:14:55.1420913Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-08-17T12:14:55.1436139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:55.1580101Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:14:55.1681353Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-08-17T12:14:55.1698715Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-08-17T12:14:55.1761408Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-08-17T12:14:55.1860146Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-08-17T12:14:55.1909671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-08-17T12:14:55.2021392Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-08-17T12:14:55.2098794Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-08-17T12:14:55.2141635Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-08-17T12:14:55.2238962Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-08-17T12:14:55.2301518Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-08-17T12:14:55.2373892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-08-17T12:14:55.2462016Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-08-17T12:14:55.2522637Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-08-17T12:14:55.2582335Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-08-17T12:14:55.2643015Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-08-17T12:14:55.2742343Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-08-17T12:14:55.2779170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-08-17T12:14:55.2903003Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-08-17T12:14:55.2961677Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-08-17T12:14:55.3021400Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-08-17T12:14:55.3113674Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-08-17T12:14:55.3183426Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-08-17T12:14:55.3256762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-08-17T12:14:55.3376142Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-08-17T12:14:55.3464152Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-08-17T12:14:55.3698283Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-08-17T12:14:55.3896547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-08-17T12:14:55.3908310Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-08-17T12:14:55.3963452Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-08-17T12:14:55.4358348Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-08-17T12:14:55.4399791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-08-17T12:14:55.4409671Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-08-17T12:14:55.4434210Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-08-17T12:14:55.4762695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-08-17T12:14:55.4831157Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-08-17T12:14:55.4833753Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-08-17T12:14:55.4866902Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-08-17T12:14:55.4915463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-08-17T12:14:55.5303691Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-08-17T12:14:55.5314557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-08-17T12:14:55.5319643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-08-17T12:14:55.5373688Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-08-17T12:14:55.5778264Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-08-17T12:14:55.5778928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-08-17T12:14:55.5787364Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-08-17T12:14:55.5877008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-08-17T12:14:55.6219007Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-08-17T12:14:55.6231861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-08-17T12:14:55.6251782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:55.6662412Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:14:55.6678851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:55.6710151Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:14:55.6737919Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-08-17T12:14:55.7104776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-08-17T12:14:55.7146452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-08-17T12:14:55.7179110Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-08-17T12:14:55.7520351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-08-17T12:14:55.7538573Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-08-17T12:14:55.7574463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-08-17T12:14:55.7617966Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-08-17T12:14:55.8100778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-08-17T12:14:55.8114829Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-08-17T12:14:55.8194742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-08-17T12:14:55.8296334Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-08-17T12:14:55.8584300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-08-17T12:14:55.8597612Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-08-17T12:14:55.8785023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-08-17T12:14:55.8897117Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-08-17T12:14:55.9933055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-08-17T12:14:55.9947203Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-08-17T12:14:55.9967302Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-08-17T12:14:55.9986744Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-08-17T12:14:56.1601980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-08-17T12:14:56.1719509Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-08-17T12:14:56.2039367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-08-17T12:14:56.2219724Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-08-17T12:14:56.2787312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-08-17T12:14:56.2899441Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-08-17T12:14:56.3054604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-08-17T12:14:56.3299778Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-08-17T12:14:56.3460205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-08-17T12:14:56.3778085Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-08-17T12:14:56.6628531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-08-17T12:14:56.6648465Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-08-17T12:14:56.9063694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-08-17T12:14:56.9177367Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-08-17T12:14:56.9953829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-08-17T12:14:56.9973457Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-08-17T12:14:57.0439537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-08-17T12:14:57.0459352Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-08-17T12:14:57.1026614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-08-17T12:14:57.1098723Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-08-17T12:14:57.2872877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-08-17T12:14:57.2979037Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-08-17T12:14:57.3600628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-08-17T12:14:57.3610521Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-08-17T12:14:57.4063889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-08-17T12:14:57.4179595Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-08-17T12:14:57.5128201Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-08-17T12:14:57.5238730Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-08-17T12:14:57.5814676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-08-17T12:14:57.5839823Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-08-17T12:14:57.6122597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-08-17T12:14:57.6410608Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-08-17T12:14:57.6450176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-08-17T12:14:57.6497160Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-08-17T12:14:57.6503060Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-08-17T12:14:57.6510938Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-08-17T12:14:57.6645172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-08-17T12:14:57.6723522Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-08-17T12:14:57.6750849Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-08-17T12:14:57.7020102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-08-17T12:14:57.7933485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-08-17T12:14:57.8035417Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-08-17T12:14:57.8058326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-08-17T12:14:57.8380893Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-08-17T12:14:57.8528798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-08-17T12:14:57.8860845Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-08-17T12:14:57.9018141Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-08-17T12:14:57.9022830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-08-17T12:14:58.0786297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-08-17T12:14:58.0798150Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-08-17T12:14:58.2187307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-08-17T12:14:58.2201184Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-08-17T12:14:58.3451197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-08-17T12:14:58.3621362Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-08-17T12:14:58.5676377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-08-17T12:14:58.5688203Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-08-17T12:14:58.6137569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-08-17T12:14:58.6148900Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-08-17T12:14:58.6509453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-08-17T12:14:58.6521026Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-08-17T12:14:58.6622546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-08-17T12:14:58.6640499Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-08-17T12:14:58.7387267Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-08-17T12:14:58.7410038Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-08-17T12:14:58.7828960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-08-17T12:14:58.7839114Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-08-17T12:14:58.9345576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-08-17T12:14:58.9361407Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-08-17T12:14:58.9501247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-08-17T12:14:58.9859826Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-08-17T12:15:00.1072917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-08-17T12:15:00.1090089Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-08-17T12:15:00.6227948Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-08-17T12:15:00.6256216Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-08-17T12:15:01.1298194Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-08-17T12:15:01.1472250Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-08-17T12:15:01.6746885Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-08-17T12:15:01.6978785Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-08-17T12:15:01.7228384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-08-17T12:15:01.7339338Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-08-17T12:15:01.7424492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-08-17T12:15:01.7782552Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-08-17T12:15:01.8144276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-08-17T12:15:01.8157190Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-08-17T12:15:01.8548042Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-08-17T12:15:01.8573991Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-08-17T12:15:01.8646016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-08-17T12:15:01.8898013Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-08-17T12:15:01.8923318Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-08-17T12:15:01.9137771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-08-17T12:15:01.9298460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-08-17T12:15:01.9549174Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-08-17T12:15:01.9552002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-08-17T12:15:02.0056191Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-08-17T12:15:02.0060423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-08-17T12:15:02.0422688Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-08-17T12:15:02.0795596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-08-17T12:15:02.0901144Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-08-17T12:15:02.1408113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-08-17T12:15:02.1421102Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-08-17T12:15:02.1476328Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-08-17T12:15:02.2056646Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-08-17T12:15:02.2544412Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-08-17T12:15:02.2561023Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-08-17T12:15:02.2926186Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-08-17T12:15:02.2978404Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-08-17T12:15:02.3034594Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-08-17T12:15:02.3538965Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-08-17T12:15:02.3544007Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-08-17T12:15:02.3971402Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-08-17T12:15:02.3979175Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-08-17T12:15:02.4140096Z [gw0] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-08-17T12:15:02.4165183Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-08-17T12:15:02.4392615Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-08-17T12:15:02.4402513Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-08-17T12:15:02.4421064Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-08-17T12:15:02.4434606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-08-17T12:15:02.4484240Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-08-17T12:15:02.4821176Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-08-17T12:15:02.4860481Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-08-17T12:15:02.4896516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-08-17T12:15:02.5146082Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-08-17T12:15:02.5339951Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-08-17T12:15:02.5462822Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-08-17T12:15:02.5657769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-08-17T12:15:02.5824000Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-08-17T12:15:02.5854053Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:15:02.6264155Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:15:02.6293271Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:15:02.6707707Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:15:02.6731915Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-08-17T12:15:02.6737437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-08-17T12:15:02.6751280Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-08-17T12:15:02.7266547Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-08-17T12:15:02.7267713Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-08-17T12:15:02.7900283Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-08-17T12:15:02.7917285Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-08-17T12:15:02.7935346Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-08-17T12:15:02.8019204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-08-17T12:15:02.8379147Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-08-17T12:15:02.8624174Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-08-17T12:15:02.8640142Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-08-17T12:15:02.8782303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-08-17T12:15:02.8787011Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-08-17T12:15:02.8796635Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-08-17T12:15:02.8871539Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-08-17T12:15:02.9118444Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-08-17T12:15:02.9118922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-08-17T12:15:02.9263014Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-08-17T12:15:02.9345466Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:15:02.9520649Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:15:02.9652156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-08-17T12:15:02.9794671Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-08-17T12:15:02.9810778Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:15:02.9944327Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:15:02.9991648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-08-17T12:15:03.0002359Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-08-17T12:15:03.0338083Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-08-17T12:15:03.0404178Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-08-17T12:15:03.0697925Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-08-17T12:15:03.0947954Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-08-17T12:15:03.1103366Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-08-17T12:15:03.1193305Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-08-17T12:15:03.1543376Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-08-17T12:15:03.1646288Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-08-17T12:15:03.2059544Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-08-17T12:15:03.2147636Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-08-17T12:15:03.2155990Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-08-17T12:15:03.2180924Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-08-17T12:15:03.2430894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-08-17T12:15:03.2530642Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-08-17T12:15:03.2884970Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-08-17T12:15:03.3017075Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-08-17T12:15:03.3021572Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-08-17T12:15:03.3032973Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-08-17T12:15:03.3095547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-08-17T12:15:03.3121382Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-08-17T12:15:03.3153449Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-08-17T12:15:03.3343960Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-08-17T12:15:03.3375938Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-08-17T12:15:03.3464420Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-08-17T12:15:03.3641215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-08-17T12:15:03.3784049Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-08-17T12:15:03.3912998Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-08-17T12:15:03.3913577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-08-17T12:15:03.3948726Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-08-17T12:15:03.4223506Z [gw3] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-08-17T12:15:03.4272495Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-08-17T12:15:03.4342957Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-08-17T12:15:03.4538964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-08-17T12:15:03.4712272Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-08-17T12:15:03.4712816Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-08-17T12:15:03.4839406Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-08-17T12:15:03.4842181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-08-17T12:15:03.5144323Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-08-17T12:15:03.5144927Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-08-17T12:15:03.5320666Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-08-17T12:15:03.5323228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-08-17T12:15:03.5576074Z [gw3] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-08-17T12:15:03.5578560Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-08-17T12:15:03.5701971Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-08-17T12:15:03.5721292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-08-17T12:15:03.6001641Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-08-17T12:15:03.6016155Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-08-17T12:15:03.6137972Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-08-17T12:15:03.6149972Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-08-17T12:15:03.6181420Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-08-17T12:15:03.6303471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-08-17T12:15:03.6459613Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-08-17T12:15:03.6462814Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-08-17T12:15:03.6623269Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-08-17T12:15:03.6699381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-08-17T12:15:03.6980343Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-08-17T12:15:03.6986641Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-08-17T12:15:03.7062079Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-08-17T12:15:03.7169655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-08-17T12:15:03.7379154Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-08-17T12:15:03.7544527Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-08-17T12:15:03.7655782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-08-17T12:15:03.7985777Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-08-17T12:15:03.8037576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-08-17T12:15:03.8376966Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-08-17T12:15:03.8451370Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-08-17T12:15:03.8456850Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-08-17T12:15:03.9118273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-08-17T12:15:03.9118817Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-08-17T12:15:03.9964218Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-08-17T12:15:03.9984145Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-08-17T12:15:04.0399320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-08-17T12:15:04.0500985Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-08-17T12:15:04.0860856Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-08-17T12:15:04.0941255Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-08-17T12:15:04.0971534Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-08-17T12:15:04.1345314Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-08-17T12:15:04.1386379Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-08-17T12:15:04.1387048Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:15:04.1449877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-08-17T12:15:04.1588017Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-08-17T12:15:04.1617017Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-08-17T12:15:04.1825179Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-08-17T12:15:04.1926309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-08-17T12:15:04.2320199Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-08-17T12:15:04.2320804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-08-17T12:15:04.2798871Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-08-17T12:15:04.2801085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-08-17T12:15:04.2867735Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-08-17T12:15:04.2881178Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:15:04.3077159Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-08-17T12:15:04.3339389Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-08-17T12:15:04.3344048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-08-17T12:15:04.3372751Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-08-17T12:15:04.3493226Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-08-17T12:15:04.3697974Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-08-17T12:15:04.3827147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-08-17T12:15:04.3857466Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-08-17T12:15:04.4137769Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-08-17T12:15:04.4466745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-08-17T12:15:04.4483285Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-08-17T12:15:04.4723889Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-08-17T12:15:04.4749747Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-08-17T12:15:04.4879037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-08-17T12:15:04.4920209Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-08-17T12:15:04.5265314Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-08-17T12:15:04.5294162Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-08-17T12:15:04.5358639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-08-17T12:15:04.5384839Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-08-17T12:15:04.5400505Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-08-17T12:15:04.5706075Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-08-17T12:15:04.5832378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-08-17T12:15:04.5849100Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-08-17T12:15:04.6427148Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-08-17T12:15:04.6441726Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-08-17T12:15:04.7456061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-08-17T12:15:04.7609076Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-08-17T12:15:04.8528810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-08-17T12:15:04.8825070Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-08-17T12:15:04.8901381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-08-17T12:15:04.9385784Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-08-17T12:15:05.0972494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-08-17T12:15:05.1137589Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-08-17T12:15:05.1346892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-08-17T12:15:05.1587318Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-08-17T12:15:05.1591236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-08-17T12:15:05.1899473Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-08-17T12:15:05.1912983Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-08-17T12:15:05.1940251Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-08-17T12:15:05.2057980Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-08-17T12:15:05.2060908Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-08-17T12:15:05.2065861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-08-17T12:15:05.2352285Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-08-17T12:15:05.2419481Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-08-17T12:15:05.2425730Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-08-17T12:15:05.2527856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-08-17T12:15:05.2577312Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-08-17T12:15:05.2583017Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-08-17T12:15:05.2679956Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-08-17T12:15:05.2827866Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-08-17T12:15:05.2835199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-08-17T12:15:05.2958048Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-08-17T12:15:05.3379229Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-08-17T12:15:05.3452822Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-08-17T12:15:05.3463217Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-08-17T12:15:05.3506068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-08-17T12:15:05.3979210Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-08-17T12:15:05.4003175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-08-17T12:15:05.4312546Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-08-17T12:15:05.4419014Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-08-17T12:15:05.4427036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-08-17T12:15:05.4466854Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-08-17T12:15:05.4796309Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-08-17T12:15:05.4826153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-08-17T12:15:05.5339195Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-08-17T12:15:05.6910087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-08-17T12:15:05.6982578Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-08-17T12:15:06.0870226Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-08-17T12:15:06.0886450Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-08-17T12:15:06.3072001Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-08-17T12:15:06.3097274Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-08-17T12:15:06.5826753Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-08-17T12:15:06.5856376Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-08-17T12:15:06.6025428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-08-17T12:15:06.6182224Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-08-17T12:15:06.6546723Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-08-17T12:15:06.6575011Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-08-17T12:15:06.6818979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-08-17T12:15:06.7059476Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-08-17T12:15:06.7108703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-08-17T12:15:06.7124570Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-08-17T12:15:06.7159316Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-08-17T12:15:06.7319007Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-08-17T12:15:06.7579013Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-08-17T12:15:06.7607043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-08-17T12:15:06.7912696Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-08-17T12:15:06.8062726Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-08-17T12:15:06.8543148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-08-17T12:15:06.8659317Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-08-17T12:15:06.9406199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-08-17T12:15:06.9512363Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-08-17T12:15:06.9598403Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-08-17T12:15:06.9610801Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-08-17T12:15:06.9656084Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-08-17T12:15:06.9667172Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-08-17T12:15:06.9677313Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-08-17T12:15:06.9682124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-08-17T12:15:06.9909313Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-08-17T12:15:07.0218322Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-08-17T12:15:07.0219479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-08-17T12:15:07.0544086Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-08-17T12:15:07.0691521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-08-17T12:15:07.0701374Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-08-17T12:15:07.2936642Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-08-17T12:15:07.2952112Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-08-17T12:15:07.3553096Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-08-17T12:15:07.3566372Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-08-17T12:15:07.5696125Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-08-17T12:15:07.5708222Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-08-17T12:15:07.5723941Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-08-17T12:15:07.5753337Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-08-17T12:15:07.5967501Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-08-17T12:15:07.5996109Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-08-17T12:15:07.6218092Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-08-17T12:15:07.6231319Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-08-17T12:15:07.6307888Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-08-17T12:15:07.6661577Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-08-17T12:15:07.6709838Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-08-17T12:15:07.7102262Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-08-17T12:15:07.7186773Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-08-17T12:15:07.7556419Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-08-17T12:15:07.7585490Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-08-17T12:15:07.7590178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-08-17T12:15:07.7649660Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-08-17T12:15:07.8059024Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-08-17T12:15:07.8068350Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-08-17T12:15:07.8335888Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-08-17T12:15:07.8348595Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-08-17T12:15:07.8355706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-08-17T12:15:07.8369773Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-08-17T12:15:07.8459808Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-08-17T12:15:07.8552582Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:15:07.8902132Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:15:07.9004963Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-08-17T12:15:07.9345023Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-08-17T12:15:07.9436047Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-08-17T12:15:07.9636808Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-08-17T12:15:07.9653236Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-08-17T12:15:07.9739457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-08-17T12:15:07.9753770Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-08-17T12:15:07.9852524Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-08-17T12:15:07.9919701Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-08-17T12:15:08.0205879Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-08-17T12:15:08.0223246Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-08-17T12:15:08.0337603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-08-17T12:15:08.3305935Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-08-17T12:15:08.3521293Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-08-17T12:15:08.3534422Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-08-17T12:15:08.3542839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-08-17T12:15:08.3889633Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-08-17T12:15:08.3918229Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-08-17T12:15:08.3939533Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-08-17T12:15:08.3979977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-08-17T12:15:08.4603548Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-08-17T12:15:08.4624477Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-08-17T12:15:08.4882613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-08-17T12:15:08.5063104Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-08-17T12:15:08.5308887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-08-17T12:15:08.5419959Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-08-17T12:15:08.5458786Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-08-17T12:15:08.5499327Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-08-17T12:15:08.5517944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-08-17T12:15:08.6018197Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-08-17T12:15:08.6442845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-08-17T12:15:08.6454218Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-08-17T12:15:08.6639370Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:08.6922215Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:08.7103653Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-08-17T12:15:08.7128680Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-08-17T12:15:08.7468196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-08-17T12:15:08.7596586Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-08-17T12:15:08.7985299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-08-17T12:15:08.8007430Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-08-17T12:15:08.8303986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-08-17T12:15:08.8378674Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-08-17T12:15:08.8594514Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-08-17T12:15:08.8745589Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-08-17T12:15:08.8802307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-08-17T12:15:08.9119109Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-08-17T12:15:08.9146069Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-08-17T12:15:08.9188264Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-08-17T12:15:08.9210073Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-08-17T12:15:08.9346485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-08-17T12:15:08.9527415Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-08-17T12:15:08.9538176Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-08-17T12:15:08.9669413Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-08-17T12:15:08.9674036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-08-17T12:15:08.9674655Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:15:08.9681501Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:15:08.9696597Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-08-17T12:15:08.9705487Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-08-17T12:15:09.0064168Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:15:09.0064826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-08-17T12:15:09.0151263Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:15:09.0370550Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:15:09.0502590Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-08-17T12:15:09.0540743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-08-17T12:15:09.0545849Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:15:09.0645261Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:15:09.0983749Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-08-17T12:15:09.1031803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-08-17T12:15:09.1036016Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:15:09.1121803Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:15:09.1464212Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-08-17T12:15:09.1555645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-08-17T12:15:09.1564512Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:15:09.1860935Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:15:09.1899493Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-08-17T12:15:09.2016775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-08-17T12:15:09.2143223Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-08-17T12:15:09.2343631Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-08-17T12:15:09.3160735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-08-17T12:15:09.3340346Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-08-17T12:15:09.3528276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-08-17T12:15:09.3704864Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-08-17T12:15:09.3819104Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-08-17T12:15:09.3856098Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-08-17T12:15:09.4301902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-08-17T12:15:09.4468114Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-08-17T12:15:09.5702350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-08-17T12:15:09.5716499Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-08-17T12:15:09.6627484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-08-17T12:15:09.6643993Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-08-17T12:15:09.6857817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-08-17T12:15:09.6882639Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:15:09.7848266Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-08-17T12:15:09.7860746Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-08-17T12:15:09.8664417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-08-17T12:15:09.8682195Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-08-17T12:15:09.8827256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-08-17T12:15:09.8978286Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-08-17T12:15:09.9025836Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-08-17T12:15:09.9105035Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-08-17T12:15:09.9949931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-08-17T12:15:09.9968895Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-08-17T12:15:10.0093740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-08-17T12:15:10.0189458Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-08-17T12:15:10.0206078Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-08-17T12:15:10.0498464Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-08-17T12:15:10.0870503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-08-17T12:15:10.0904628Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-08-17T12:15:10.1066607Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-08-17T12:15:10.1424007Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-08-17T12:15:10.1433389Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-08-17T12:15:10.1466614Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-08-17T12:15:10.1476336Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-08-17T12:15:10.1860016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-08-17T12:15:10.2085514Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-08-17T12:15:10.2183716Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-08-17T12:15:10.2530221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-08-17T12:15:10.2567424Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-08-17T12:15:10.2582062Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-08-17T12:15:10.2678782Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-08-17T12:15:10.2703235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-08-17T12:15:10.3065418Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-08-17T12:15:10.3226669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-08-17T12:15:10.3342552Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-08-17T12:15:10.3367620Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-08-17T12:15:10.3538192Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-08-17T12:15:10.3577913Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-08-17T12:15:10.3864681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-08-17T12:15:10.3877126Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-08-17T12:15:10.3896903Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-08-17T12:15:10.3941265Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-08-17T12:15:10.4140065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-08-17T12:15:10.4339292Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-08-17T12:15:10.4453515Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-08-17T12:15:10.4459518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-08-17T12:15:10.4899084Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-08-17T12:15:10.5681746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-08-17T12:15:10.5902849Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-08-17T12:15:10.5935562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-08-17T12:15:10.6110500Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-08-17T12:15:10.6431759Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-08-17T12:15:10.6541924Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-08-17T12:15:10.7650624Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-08-17T12:15:10.7673783Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-08-17T12:15:10.8021497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-08-17T12:15:10.8103162Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-08-17T12:15:10.8867277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-08-17T12:15:10.8892070Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-08-17T12:15:10.8935767Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-08-17T12:15:10.9352591Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-08-17T12:15:10.9357576Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-08-17T12:15:10.9808439Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-08-17T12:15:11.0153781Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-08-17T12:15:11.0181703Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-08-17T12:15:11.0243165Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-08-17T12:15:11.0257553Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-08-17T12:15:11.0495921Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-08-17T12:15:11.0503877Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-08-17T12:15:11.0509314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-08-17T12:15:11.0577764Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-08-17T12:15:11.0589406Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-08-17T12:15:11.0824777Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-08-17T12:15:11.0868187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-08-17T12:15:11.1262008Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-08-17T12:15:11.1359412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-08-17T12:15:11.1703287Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-08-17T12:15:11.1875812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-08-17T12:15:11.2182766Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-08-17T12:15:11.2223271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-08-17T12:15:11.2621310Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-08-17T12:15:11.2628649Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-08-17T12:15:11.2649608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-08-17T12:15:11.4435872Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-08-17T12:15:11.4623214Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-08-17T12:15:11.4795768Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-08-17T12:15:11.4905274Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-08-17T12:15:11.6660583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-08-17T12:15:11.6684526Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-08-17T12:15:11.7585662Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-08-17T12:15:11.7597868Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-08-17T12:15:11.8017556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-08-17T12:15:11.8044674Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-08-17T12:15:11.8104341Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-08-17T12:15:11.8538662Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-08-17T12:15:11.8641590Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-08-17T12:15:11.8654594Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-08-17T12:15:11.8656891Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-08-17T12:15:11.8855272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-08-17T12:15:11.8903058Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-08-17T12:15:11.8998158Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-08-17T12:15:11.9102411Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-08-17T12:15:11.9107454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-08-17T12:15:11.9128502Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-08-17T12:15:11.9341656Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-08-17T12:15:11.9348271Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-08-17T12:15:11.9579277Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-08-17T12:15:11.9966632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-08-17T12:15:11.9992859Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-08-17T12:15:12.0225247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-08-17T12:15:12.0499568Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-08-17T12:15:12.0558517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-08-17T12:15:12.0959824Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-08-17T12:15:12.0985505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-08-17T12:15:12.1303882Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-08-17T12:15:12.1424154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-08-17T12:15:12.1783776Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-08-17T12:15:12.1820946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:15:12.1912190Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:15:12.1927047Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-08-17T12:15:12.2301788Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-08-17T12:15:12.2305762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:15:12.2741195Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-08-17T12:15:12.2744836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:15:12.2954729Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:15:12.2963093Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-08-17T12:15:12.3180908Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-08-17T12:15:12.3181561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-08-17T12:15:12.3700023Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-08-17T12:15:12.4085890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-08-17T12:15:12.4106642Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-08-17T12:15:12.4125505Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-08-17T12:15:12.4181997Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-08-17T12:15:12.4208956Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-08-17T12:15:12.4212727Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-08-17T12:15:12.4254915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-08-17T12:15:12.4445063Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-08-17T12:15:12.4624094Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-08-17T12:15:12.4631460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-08-17T12:15:12.5855746Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-08-17T12:15:12.5979398Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-08-17T12:15:12.6088959Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-08-17T12:15:12.6275068Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-08-17T12:15:12.6390409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-08-17T12:15:12.6403260Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-08-17T12:15:12.6422270Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-08-17T12:15:12.6572165Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-08-17T12:15:12.6608083Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-08-17T12:15:12.6632247Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-08-17T12:15:12.6704940Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-08-17T12:15:12.6903159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-08-17T12:15:12.7590263Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-08-17T12:15:12.7610676Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-08-17T12:15:12.7611376Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-08-17T12:15:12.7689382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-08-17T12:15:12.7741566Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-08-17T12:15:12.8058693Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-08-17T12:15:12.9137167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-08-17T12:15:12.9200591Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-08-17T12:15:12.9472815Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-08-17T12:15:12.9483622Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-08-17T12:15:12.9861195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-08-17T12:15:13.0009497Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-08-17T12:15:13.0085869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-08-17T12:15:13.0223013Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-08-17T12:15:13.0956671Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-08-17T12:15:13.0965913Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-08-17T12:15:13.1291302Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-08-17T12:15:13.1418695Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-08-17T12:15:13.1422474Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-08-17T12:15:13.1912862Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-08-17T12:15:13.1916668Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-08-17T12:15:13.2094746Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-08-17T12:15:13.2208795Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-08-17T12:15:13.2364645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-08-17T12:15:13.2372346Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-08-17T12:15:13.2818574Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-08-17T12:15:13.4297687Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-08-17T12:15:13.4347000Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-08-17T12:15:13.5805978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:15:13.5940157Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-08-17T12:15:13.6045016Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-08-17T12:15:13.6065571Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-08-17T12:15:13.6212086Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:15:13.6382875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-08-17T12:15:13.8164270Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-08-17T12:15:13.8177385Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-08-17T12:15:13.8199529Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-08-17T12:15:13.8630439Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-08-17T12:15:13.8636444Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-08-17T12:15:13.9066988Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-08-17T12:15:13.9071449Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-08-17T12:15:13.9576791Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-08-17T12:15:13.9799794Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-08-17T12:15:14.0016502Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-08-17T12:15:14.0022718Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-08-17T12:15:14.0423051Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-08-17T12:15:14.0430105Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-08-17T12:15:14.0899976Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-08-17T12:15:14.5423864Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-08-17T12:15:14.5594829Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-08-17T12:15:14.8145859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-08-17T12:15:14.8303234Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-08-17T12:15:14.8928722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:15:14.8953306Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:15:14.9047363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-08-17T12:15:14.9070933Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-08-17T12:15:15.0138004Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-08-17T12:15:15.0292834Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-08-17T12:15:15.1853423Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-08-17T12:15:15.1878069Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-08-17T12:15:15.1918422Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-08-17T12:15:15.1939725Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-08-17T12:15:15.3259854Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-08-17T12:15:15.3276920Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-08-17T12:15:15.5907696Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-08-17T12:15:15.5926127Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-08-17T12:15:15.5959486Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-08-17T12:15:15.6420755Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-08-17T12:15:15.6446744Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-08-17T12:15:15.6689768Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-08-17T12:15:15.6723866Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-08-17T12:15:15.6816625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-08-17T12:15:15.7127482Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-08-17T12:15:15.7159402Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-08-17T12:15:15.7189854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-08-17T12:15:15.7699566Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-08-17T12:15:15.7848058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-08-17T12:15:15.7865607Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-08-17T12:15:15.8281588Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-08-17T12:15:15.8313057Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-08-17T12:15:15.8349056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-08-17T12:15:15.8516698Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-08-17T12:15:15.8989784Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-08-17T12:15:15.9016247Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-08-17T12:15:15.9070842Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-08-17T12:15:15.9430089Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-08-17T12:15:15.9454019Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-08-17T12:15:15.9522997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-08-17T12:15:15.9567870Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-08-17T12:15:15.9926622Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-08-17T12:15:16.0205299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-08-17T12:15:16.0309688Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-08-17T12:15:16.2571810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-08-17T12:15:16.2598745Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-08-17T12:15:17.8002828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-08-17T12:15:17.8025492Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-08-17T12:15:17.8640616Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-08-17T12:15:17.8671324Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-08-17T12:15:18.0579274Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-08-17T12:15:18.0603379Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-08-17T12:15:18.0879883Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-08-17T12:15:18.0897603Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-08-17T12:15:18.0940787Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-08-17T12:15:18.1380605Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-08-17T12:15:18.1630082Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-08-17T12:15:18.1740393Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-08-17T12:15:18.1777495Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-08-17T12:15:18.2229532Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-08-17T12:15:18.2240222Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-08-17T12:15:18.2683373Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-08-17T12:15:18.2694319Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:15:18.3145131Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:15:18.3231854Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-08-17T12:15:18.3583879Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-08-17T12:15:18.4234634Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-08-17T12:15:18.4262747Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-08-17T12:15:18.5079015Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-08-17T12:15:18.5091754Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-08-17T12:15:18.7581231Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-08-17T12:15:18.7703308Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-08-17T12:15:18.8022363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-08-17T12:15:18.8196730Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-08-17T12:15:18.8473352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-08-17T12:15:18.8699540Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-08-17T12:15:19.0201128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-08-17T12:15:19.0342114Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-08-17T12:15:19.1993772Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-08-17T12:15:19.2102311Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-08-17T12:15:19.3277052Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-08-17T12:15:19.3290473Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-08-17T12:15:19.3785673Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-08-17T12:15:19.3801727Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-08-17T12:15:19.3822355Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-08-17T12:15:19.4224408Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-08-17T12:15:19.7863815Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:15:19.7888985Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-08-17T12:15:20.1446222Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-08-17T12:15:20.1468038Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:15:20.1736222Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-08-17T12:15:20.1940467Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-08-17T12:15:20.2674390Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:15:20.2700112Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-08-17T12:15:20.3546327Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-08-17T12:15:20.3570600Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:15:20.4026075Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-08-17T12:15:20.4180808Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-08-17T12:15:20.4215131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-08-17T12:15:20.4710481Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-08-17T12:15:20.4711617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-08-17T12:15:20.5153879Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-08-17T12:15:20.5154372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-08-17T12:15:20.5739696Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-08-17T12:15:20.6457918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-08-17T12:15:20.6703899Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-08-17T12:15:20.6892766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-08-17T12:15:20.7219940Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-08-17T12:15:20.7706869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-08-17T12:15:20.7728710Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-08-17T12:15:20.7773613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-08-17T12:15:20.7797529Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-08-17T12:15:20.7819014Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-08-17T12:15:20.8220848Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-08-17T12:15:20.8225162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-08-17T12:15:20.8652338Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-08-17T12:15:20.8657060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-08-17T12:15:20.9066135Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-08-17T12:15:20.9074768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-08-17T12:15:20.9514603Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-08-17T12:15:20.9522960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-08-17T12:15:20.9975390Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-08-17T12:15:20.9983043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-08-17T12:15:21.0373102Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-08-17T12:15:21.0834109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-08-17T12:15:21.0856506Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-08-17T12:15:21.4925838Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-08-17T12:15:21.4951257Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-08-17T12:15:21.7560151Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-08-17T12:15:21.7586124Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-08-17T12:15:21.8147576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-08-17T12:15:21.8309889Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-08-17T12:15:21.8420700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-08-17T12:15:21.8819310Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-08-17T12:15:21.8841783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-08-17T12:15:21.9189398Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-08-17T12:15:21.9441692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-08-17T12:15:21.9622120Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-08-17T12:15:21.9642978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-08-17T12:15:22.0218567Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-08-17T12:15:22.1587340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-08-17T12:15:22.1613485Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-08-17T12:15:22.1867664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-08-17T12:15:22.2098792Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-08-17T12:15:22.2345915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-08-17T12:15:22.2527753Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-08-17T12:15:22.3109599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:22.3134590Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:22.3347169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:15:22.3436679Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:15:22.3460102Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-08-17T12:15:22.3579160Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-08-17T12:15:22.3587545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-08-17T12:15:22.4051501Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-08-17T12:15:22.4060990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-08-17T12:15:22.4497810Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-08-17T12:15:22.4744412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-08-17T12:15:22.4900938Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-08-17T12:15:22.4906565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-08-17T12:15:22.4989249Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-08-17T12:15:22.4997877Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-08-17T12:15:22.5376926Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-08-17T12:15:22.5585796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-08-17T12:15:22.5790601Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-08-17T12:15:22.5794625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-08-17T12:15:22.6210996Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-08-17T12:15:22.6211492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:15:22.6697944Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:15:22.7437656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-08-17T12:15:22.7451359Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-08-17T12:15:22.9009544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-08-17T12:15:22.9033177Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-08-17T12:15:22.9477759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-08-17T12:15:22.9493079Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-08-17T12:15:23.0066541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-08-17T12:15:23.0090481Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-08-17T12:15:23.0133464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-08-17T12:15:23.0525275Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-08-17T12:15:23.0534099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-08-17T12:15:23.0644498Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-08-17T12:15:23.0654335Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-08-17T12:15:23.0841613Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-08-17T12:15:23.1095705Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-08-17T12:15:23.1201626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-08-17T12:15:23.1438916Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-08-17T12:15:23.1451657Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-08-17T12:15:23.1738714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-08-17T12:15:23.1976904Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-08-17T12:15:23.4467991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:15:23.4491422Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-08-17T12:15:23.5342747Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-08-17T12:15:23.5362634Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-08-17T12:15:23.5756946Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-08-17T12:15:23.5774093Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:15:23.5924398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:15:23.5950627Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-08-17T12:15:23.6248106Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-08-17T12:15:23.6458542Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-08-17T12:15:23.6535019Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-08-17T12:15:23.6775754Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-08-17T12:15:23.6796247Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-08-17T12:15:23.6833784Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-08-17T12:15:23.6839023Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:15:23.6862109Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-08-17T12:15:23.7024485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-08-17T12:15:23.7358653Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-08-17T12:15:24.0306833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-08-17T12:15:24.0330459Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-08-17T12:15:24.0584031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-08-17T12:15:24.0754557Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-08-17T12:15:24.8031347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-08-17T12:15:24.8055860Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-08-17T12:15:24.8546167Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-08-17T12:15:24.8588440Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-08-17T12:15:25.6062736Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-08-17T12:15:25.6087467Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-08-17T12:15:26.9790470Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-08-17T12:15:26.9816180Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-08-17T12:15:26.9926366Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-08-17T12:15:27.0298887Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-08-17T12:15:27.0321759Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-08-17T12:15:27.0629887Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-08-17T12:15:27.0653407Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-08-17T12:15:27.0677434Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-08-17T12:15:27.0766224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-08-17T12:15:27.0776054Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-08-17T12:15:27.0798667Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-08-17T12:15:27.0814510Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-08-17T12:15:27.1107656Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-08-17T12:15:27.1219384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-08-17T12:15:27.1257783Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-08-17T12:15:27.1302220Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-08-17T12:15:27.1442806Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-08-17T12:15:27.1448938Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-08-17T12:15:27.1621642Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-08-17T12:15:27.1630728Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-08-17T12:15:27.1863438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:15:27.2028914Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-08-17T12:15:27.2042120Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-08-17T12:15:27.2084976Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-08-17T12:15:27.2170911Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-08-17T12:15:27.2579604Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-08-17T12:15:27.2721688Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-08-17T12:15:27.2947060Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-08-17T12:15:27.2950495Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:15:27.3059722Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-08-17T12:15:27.3091977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-08-17T12:15:27.3383821Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-08-17T12:15:27.3437444Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-08-17T12:15:27.3445834Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-08-17T12:15:27.3494267Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-08-17T12:15:27.3603763Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-08-17T12:15:27.3622803Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-08-17T12:15:27.3822047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:15:27.3931770Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-08-17T12:15:27.4132298Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-08-17T12:15:27.4150160Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-08-17T12:15:27.4377702Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-08-17T12:15:27.4392046Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-08-17T12:15:27.4511548Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:15:27.4522949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:15:27.4817611Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-08-17T12:15:27.4832806Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-08-17T12:15:27.5182322Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-08-17T12:15:27.5196539Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-08-17T12:15:27.5205677Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-08-17T12:15:27.5416350Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-08-17T12:15:27.5622931Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-08-17T12:15:27.5857254Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-08-17T12:15:27.6021487Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-08-17T12:15:27.6534092Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-08-17T12:15:27.6548390Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-08-17T12:15:27.6688297Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-08-17T12:15:27.7002377Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-08-17T12:15:27.7013916Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-08-17T12:15:27.7026971Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-08-17T12:15:27.7036725Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-08-17T12:15:27.7424483Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-08-17T12:15:27.8023030Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-08-17T12:15:27.8053418Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-08-17T12:15:27.8156404Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-08-17T12:15:27.8301580Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-08-17T12:15:27.8600717Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-08-17T12:15:27.8616323Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:15:27.8868627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-08-17T12:15:27.8877151Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-08-17T12:15:27.9739097Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-08-17T12:15:27.9762694Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-08-17T12:15:27.9806682Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:27.9984008Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:15:27.9994918Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-08-17T12:15:28.0160327Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-08-17T12:15:28.0172865Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-08-17T12:15:28.0255320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:15:28.0604124Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-08-17T12:15:28.0628873Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:15:28.0635939Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-08-17T12:15:28.0642823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:15:28.0875501Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-08-17T12:15:28.0897929Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-08-17T12:15:28.1086539Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-08-17T12:15:28.1417612Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-08-17T12:15:28.1446997Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-08-17T12:15:28.1638500Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-08-17T12:15:28.1659099Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-08-17T12:15:28.1687868Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-08-17T12:15:28.1701869Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:15:28.1898446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:15:28.2214984Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-08-17T12:15:28.2380314Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-08-17T12:15:28.2495854Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-08-17T12:15:28.2519245Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-08-17T12:15:28.2592674Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-08-17T12:15:28.2671421Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-08-17T12:15:28.2696597Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:15:28.2893700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:15:28.3000303Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:15:28.3048946Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-08-17T12:15:28.3102513Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-08-17T12:15:28.3501616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-08-17T12:15:28.3507020Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-08-17T12:15:28.3942379Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-08-17T12:15:28.3948873Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-08-17T12:15:28.3969379Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-08-17T12:15:28.4081581Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-08-17T12:15:28.4383501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-08-17T12:15:28.4389255Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-08-17T12:15:28.4821179Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-08-17T12:15:28.4825431Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-08-17T12:15:28.4929014Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-08-17T12:15:28.4950374Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-08-17T12:15:28.5163236Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-08-17T12:15:28.5232385Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-08-17T12:15:28.5253291Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-08-17T12:15:28.5431764Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-08-17T12:15:28.5439819Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-08-17T12:15:28.5445499Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-08-17T12:15:28.5459025Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-08-17T12:15:28.5516504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:15:28.5624188Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:15:28.5683916Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-08-17T12:15:28.5821190Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-08-17T12:15:28.5847086Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:15:28.5899624Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:15:28.6142851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:15:28.6147824Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-08-17T12:15:28.6262789Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-08-17T12:15:28.6409365Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:15:28.6503538Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:15:28.6514337Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-08-17T12:15:28.6539272Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-08-17T12:15:28.6600429Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-08-17T12:15:28.6702088Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-08-17T12:15:28.6769424Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-08-17T12:15:28.7062135Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-08-17T12:15:28.7131580Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-08-17T12:15:28.7222175Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-08-17T12:15:28.7226831Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-08-17T12:15:28.7500944Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-08-17T12:15:28.7562164Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-08-17T12:15:28.7660550Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-08-17T12:15:28.7665502Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:15:28.7941736Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:15:28.8014635Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-08-17T12:15:28.8107886Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-08-17T12:15:28.8113879Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:15:28.8380984Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:15:28.8820014Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-08-17T12:15:28.8827229Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-08-17T12:15:28.9248513Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-08-17T12:15:28.9294118Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:15:28.9689258Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:15:28.9690041Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-08-17T12:15:29.0179462Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-08-17T12:15:29.0388294Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-08-17T12:15:29.0407131Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-08-17T12:15:29.1469183Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-08-17T12:15:29.1484201Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-08-17T12:15:29.1516704Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:15:29.1984156Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:15:29.1985135Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:15:29.2468914Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:15:29.2478121Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:15:29.2907577Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:15:29.2912300Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:15:29.3068994Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:15:29.3085456Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-08-17T12:15:29.3381121Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-08-17T12:15:29.3392404Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:15:29.3897958Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:15:29.4310308Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:15:29.4326842Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:15:29.5397541Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:15:29.5406499Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:15:29.5429936Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:15:29.5824003Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:15:29.7018013Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-08-17T12:15:29.7164415Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-08-17T12:15:29.7571491Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-08-17T12:15:29.7592119Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-08-17T12:15:29.7623408Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:15:29.8150036Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:15:29.8180493Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:15:29.8540550Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:15:29.8544528Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-08-17T12:15:29.8985031Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-08-17T12:15:29.8990131Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:15:29.9420809Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:15:29.9425701Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-08-17T12:15:29.9859848Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-08-17T12:15:29.9863935Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-08-17T12:15:30.0301917Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-08-17T12:15:30.0306245Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:15:30.0764133Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:15:30.0768383Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-08-17T12:15:30.1202101Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-08-17T12:15:30.1208401Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-08-17T12:15:30.1659391Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-08-17T12:15:30.3699016Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-08-17T12:15:30.3724895Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-08-17T12:15:30.3766383Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-08-17T12:15:30.4171084Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-08-17T12:15:30.4179838Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:15:30.4659166Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:15:30.6268563Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-08-17T12:15:30.6285213Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-08-17T12:15:31.1271326Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-08-17T12:15:31.1297292Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-08-17T12:15:31.5003944Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-08-17T12:15:31.5030706Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-08-17T12:15:31.5077853Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-08-17T12:15:31.5470282Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-08-17T12:15:31.7116244Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-08-17T12:15:31.7145730Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-08-17T12:15:31.7241323Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-08-17T12:15:31.7617240Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-08-17T12:15:31.7626229Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-08-17T12:15:31.8162732Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-08-17T12:15:31.8243560Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-08-17T12:15:31.8537320Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-08-17T12:15:31.8784811Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-08-17T12:15:31.9017265Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-08-17T12:15:31.9243445Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-08-17T12:15:31.9260584Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-08-17T12:15:32.1329275Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-08-17T12:15:32.1354636Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-08-17T12:15:32.4448823Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-08-17T12:15:32.4471221Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-08-17T12:15:32.4505601Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-08-17T12:15:32.5018192Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-08-17T12:15:32.5307897Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-08-17T12:15:32.5422615Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-08-17T12:15:32.6065143Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-08-17T12:15:32.6091032Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-08-17T12:15:32.7228254Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-08-17T12:15:32.7254613Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-08-17T12:15:32.7813061Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-08-17T12:15:32.7838261Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-08-17T12:15:32.8732186Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:15:32.8903703Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-08-17T12:15:33.0040966Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-08-17T12:15:33.0064393Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:15:33.0226360Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-08-17T12:15:33.0580772Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-08-17T12:15:33.1037365Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-08-17T12:15:33.1199180Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-08-17T12:15:33.1221959Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:15:33.1635828Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:15:33.2147095Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-08-17T12:15:33.2170961Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-08-17T12:15:33.3861598Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:15:33.4036343Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:15:33.4069078Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:15:33.4529795Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:15:33.6665518Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-08-17T12:15:33.6682598Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-08-17T12:15:33.6710920Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-08-17T12:15:33.7178331Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-08-17T12:15:33.9060163Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-08-17T12:15:33.9082783Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-08-17T12:15:34.1495359Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-08-17T12:15:34.1523242Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-08-17T12:15:34.1583006Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-08-17T12:15:34.1950670Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-08-17T12:15:34.2078607Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-08-17T12:15:34.2090981Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-08-17T12:15:34.2492360Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-08-17T12:15:34.2492859Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-08-17T12:15:34.2650469Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-08-17T12:15:34.2937739Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-08-17T12:15:34.2945331Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-08-17T12:15:34.3388840Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-08-17T12:15:34.3605746Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-08-17T12:15:34.3857385Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-08-17T12:15:34.4100121Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-08-17T12:15:34.4297774Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-08-17T12:15:34.4419735Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-08-17T12:15:34.4702018Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-08-17T12:15:34.4709363Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-08-17T12:15:34.5145480Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-08-17T12:15:34.5146289Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-08-17T12:15:34.5588549Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-08-17T12:15:34.5588938Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-08-17T12:15:34.6026103Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-08-17T12:15:34.6026525Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-08-17T12:15:34.6362827Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-08-17T12:15:34.6381690Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-08-17T12:15:34.6470528Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-08-17T12:15:34.6471290Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-08-17T12:15:34.6865425Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-08-17T12:15:34.6900755Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-08-17T12:15:34.7307484Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-08-17T12:15:34.7336264Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-08-17T12:15:34.7793436Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-08-17T12:15:34.7802526Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-08-17T12:15:34.8220639Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-08-17T12:15:34.8233925Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-08-17T12:15:34.8666099Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-08-17T12:15:34.8677699Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-08-17T12:15:34.8954508Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-08-17T12:15:34.9063743Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-08-17T12:15:34.9074713Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-08-17T12:15:34.9145947Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-08-17T12:15:34.9504323Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-08-17T12:15:35.0591409Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-08-17T12:15:35.0714650Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-08-17T12:15:35.1877488Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-08-17T12:15:35.1886339Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-08-17T12:15:35.1913617Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-08-17T12:15:35.2305269Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-08-17T12:15:35.2397265Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-08-17T12:15:35.2745290Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-08-17T12:15:35.2776446Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-08-17T12:15:35.3186084Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-08-17T12:15:35.3668640Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-08-17T12:15:35.3689629Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-08-17T12:15:35.3735862Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-08-17T12:15:35.4003871Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-08-17T12:15:35.4040637Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-08-17T12:15:35.4258195Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-08-17T12:15:35.4296117Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-08-17T12:15:35.4659587Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-08-17T12:15:35.4907571Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-08-17T12:15:35.5100885Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-08-17T12:15:35.5110255Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-08-17T12:15:35.5548890Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-08-17T12:15:35.5549460Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-08-17T12:15:35.5985379Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-08-17T12:15:35.7188736Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-08-17T12:15:35.7215189Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-08-17T12:15:35.7248156Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-08-17T12:15:35.7698934Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-08-17T12:15:35.7718302Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-08-17T12:15:35.8139629Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-08-17T12:15:35.8151090Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-08-17T12:15:35.8541233Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-08-17T12:15:35.8550098Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-08-17T12:15:35.9020355Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-08-17T12:15:35.9985587Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-08-17T12:15:36.0012172Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-08-17T12:15:36.0119147Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-08-17T12:15:36.0141929Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-08-17T12:15:36.1286950Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-08-17T12:15:36.1304270Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:15:36.1310135Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-08-17T12:15:36.1335551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:15:36.3056109Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-08-17T12:15:36.3062855Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-08-17T12:15:36.3275853Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-08-17T12:15:36.3351962Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-08-17T12:15:36.4427486Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-08-17T12:15:36.4443251Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-08-17T12:15:36.5049346Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-08-17T12:15:36.5060293Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-08-17T12:15:36.5071215Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-08-17T12:15:36.5084275Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-08-17T12:15:36.5101091Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-08-17T12:15:36.5579843Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-08-17T12:15:36.7224115Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-08-17T12:15:36.7394259Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-08-17T12:15:36.7972790Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-08-17T12:15:36.7998994Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-08-17T12:15:36.8218954Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-08-17T12:15:36.8499443Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-08-17T12:15:36.9431209Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-08-17T12:15:36.9450361Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-08-17T12:15:36.9464620Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-08-17T12:15:36.9475439Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-08-17T12:15:36.9745707Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-08-17T12:15:36.9910797Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-08-17T12:15:36.9985284Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-08-17T12:15:37.0423565Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-08-17T12:15:37.0431486Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-08-17T12:15:37.0650317Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-08-17T12:15:37.0676228Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-08-17T12:15:37.0856642Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-08-17T12:15:37.1065841Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-08-17T12:15:37.1297892Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-08-17T12:15:37.2574734Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-08-17T12:15:37.2606255Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-08-17T12:15:37.2713130Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-08-17T12:15:37.3140083Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-08-17T12:15:37.4289632Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-08-17T12:15:37.4315186Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-08-17T12:15:37.9731588Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-08-17T12:15:37.9765825Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-08-17T12:15:38.4489803Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-08-17T12:15:38.4507613Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-08-17T12:15:38.6451529Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-08-17T12:15:38.6464670Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-08-17T12:15:38.6548909Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-08-17T12:15:38.6570321Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:15:38.6658924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-08-17T12:15:38.7042018Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-08-17T12:15:38.7206411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:15:38.7429883Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:15:38.7494799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-08-17T12:15:38.7905497Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-08-17T12:15:39.1025577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:15:39.1043303Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:15:39.1294851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:15:39.1465729Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:15:39.1766892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:15:39.1793604Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-08-17T12:15:39.2733349Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-08-17T12:15:39.2762125Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-08-17T12:15:39.2910660Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-08-17T12:15:39.2940589Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-08-17T12:15:39.3600699Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-08-17T12:15:39.3633909Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-08-17T12:15:39.3680002Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-08-17T12:15:39.4030791Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-08-17T12:15:39.4070699Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:15:39.4106378Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-08-17T12:15:39.4144528Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-08-17T12:15:39.4226389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:15:39.4505859Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:15:39.4583350Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-08-17T12:15:39.4704013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-08-17T12:15:39.4747614Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-08-17T12:15:39.4769610Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-08-17T12:15:39.5025895Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-08-17T12:15:39.5084199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-08-17T12:15:39.5122490Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-08-17T12:15:39.5147371Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-08-17T12:15:39.5579305Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-08-17T12:15:39.5607410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-08-17T12:15:39.5635415Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-08-17T12:15:39.5697998Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-08-17T12:15:39.6107421Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-08-17T12:15:39.6109900Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-08-17T12:15:39.6302891Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-08-17T12:15:39.6325055Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-08-17T12:15:39.6542226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:15:39.6577911Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-08-17T12:15:39.6957525Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-08-17T12:15:39.6985944Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:15:39.7024316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:15:39.7031356Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:15:39.7424092Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:15:39.7426352Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-08-17T12:15:39.7500793Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-08-17T12:15:39.7523427Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:15:39.7590177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-08-17T12:15:39.7890269Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-08-17T12:15:39.7890934Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-08-17T12:15:39.8051246Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-08-17T12:15:39.8051957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:15:39.8303850Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:15:39.8305089Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-08-17T12:15:39.8497983Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-08-17T12:15:39.8719397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:15:39.8756765Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-08-17T12:15:39.8781558Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-08-17T12:15:39.8861443Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:15:39.9186766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:15:39.9235986Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-08-17T12:15:39.9661074Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-08-17T12:15:39.9737463Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-08-17T12:15:40.0025932Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-08-17T12:15:40.0114599Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-08-17T12:15:40.0539556Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-08-17T12:15:40.0972954Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-08-17T12:15:40.0995348Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-08-17T12:15:40.1030615Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-08-17T12:15:40.1228643Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-08-17T12:15:40.1249240Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:15:40.1459522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:15:40.1464653Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-08-17T12:15:40.1524117Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-08-17T12:15:40.1700592Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:15:40.1776550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-08-17T12:15:40.1898886Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-08-17T12:15:40.1899321Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-08-17T12:15:40.2058615Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-08-17T12:15:40.2068910Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-08-17T12:15:40.2102792Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-08-17T12:15:40.2364278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-08-17T12:15:40.2364759Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-08-17T12:15:40.2645413Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-08-17T12:15:40.2660017Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-08-17T12:15:40.2727842Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-08-17T12:15:40.2756922Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-08-17T12:15:40.2850623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-08-17T12:15:40.2855874Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-08-17T12:15:40.3184763Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-08-17T12:15:40.3349349Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-08-17T12:15:40.3349957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-08-17T12:15:40.3695378Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-08-17T12:15:40.3712122Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-08-17T12:15:40.3886411Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-08-17T12:15:40.3969000Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-08-17T12:15:40.4103779Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-08-17T12:15:40.4218057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-08-17T12:15:40.4225782Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-08-17T12:15:40.4513602Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-08-17T12:15:40.4618396Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-08-17T12:15:40.4694387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-08-17T12:15:40.4943247Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-08-17T12:15:40.5099336Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-08-17T12:15:40.5287903Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-08-17T12:15:40.5307427Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-08-17T12:15:40.5343929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-08-17T12:15:40.5503387Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-08-17T12:15:40.5507040Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-08-17T12:15:40.5731478Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-08-17T12:15:40.5750474Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-08-17T12:15:40.5773961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:15:40.5978907Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:15:40.6244343Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-08-17T12:15:40.6260298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:15:40.6269072Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-08-17T12:15:40.6343244Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:15:40.6383437Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-08-17T12:15:40.6858061Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-08-17T12:15:40.6867323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-08-17T12:15:40.7008194Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-08-17T12:15:40.7008615Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-08-17T12:15:40.7090884Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-08-17T12:15:40.7091674Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-08-17T12:15:40.7171241Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-08-17T12:15:40.7370901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-08-17T12:15:40.7422371Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-08-17T12:15:40.7797770Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-08-17T12:15:40.7800395Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-08-17T12:15:40.8079991Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-08-17T12:15:40.8205474Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-08-17T12:15:40.8221741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-08-17T12:15:40.8222807Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-08-17T12:15:40.8697544Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-08-17T12:15:40.8698173Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-08-17T12:15:40.8740319Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-08-17T12:15:40.8756682Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-08-17T12:15:40.8819029Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-08-17T12:15:40.8830193Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-08-17T12:15:40.9127163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-08-17T12:15:40.9150124Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-08-17T12:15:40.9531348Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-08-17T12:15:40.9551695Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-08-17T12:15:40.9557754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-08-17T12:15:40.9950768Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-08-17T12:15:41.0015328Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-08-17T12:15:41.0866786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-08-17T12:15:41.0878078Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-08-17T12:15:41.1138713Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-08-17T12:15:41.1378448Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-08-17T12:15:41.1562292Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-08-17T12:15:41.1778213Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-08-17T12:15:41.1787012Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-08-17T12:15:41.2062556Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-08-17T12:15:41.2088862Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-08-17T12:15:41.2261186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-08-17T12:15:41.2288393Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-08-17T12:15:41.2346790Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-08-17T12:15:41.2578479Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-08-17T12:15:41.2697095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-08-17T12:15:41.2906048Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-08-17T12:15:41.2941961Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-08-17T12:15:41.2959840Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-08-17T12:15:41.3064528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-08-17T12:15:41.3230094Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-08-17T12:15:41.3351741Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-08-17T12:15:41.3386545Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-08-17T12:15:41.3506934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-08-17T12:15:41.3543336Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-08-17T12:15:41.3981685Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-08-17T12:15:41.4099539Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-08-17T12:15:41.4118875Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-08-17T12:15:41.4144442Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-08-17T12:15:41.4280839Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-08-17T12:15:41.4292526Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-08-17T12:15:41.4320182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-08-17T12:15:41.4359170Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-08-17T12:15:41.4371562Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-08-17T12:15:41.4425819Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-08-17T12:15:41.4705667Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-08-17T12:15:41.4850330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-08-17T12:15:41.5023704Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-08-17T12:15:41.5142133Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-08-17T12:15:41.5397843Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-08-17T12:15:41.5410901Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-08-17T12:15:41.5469909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-08-17T12:15:41.5508415Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-08-17T12:15:41.5596755Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-08-17T12:15:41.5824595Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-08-17T12:15:41.5967884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-08-17T12:15:41.5974524Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-08-17T12:15:41.6031269Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-08-17T12:15:41.6391064Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-08-17T12:15:41.6391531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-08-17T12:15:41.6392111Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-08-17T12:15:41.6392659Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-08-17T12:15:41.6793217Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-08-17T12:15:41.6899926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-08-17T12:15:41.7041715Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-08-17T12:15:41.7260976Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-08-17T12:15:41.7279283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-08-17T12:15:41.7300819Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-08-17T12:15:41.8510443Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-08-17T12:15:41.8536655Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-08-17T12:15:41.8548773Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-08-17T12:15:41.8569180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-08-17T12:15:41.8719005Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-08-17T12:15:41.9178263Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-08-17T12:15:41.9182513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-08-17T12:15:41.9619698Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-08-17T12:15:42.0727871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-08-17T12:15:42.0779634Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-08-17T12:15:42.1505732Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-08-17T12:15:42.1623837Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-08-17T12:15:42.1966340Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-08-17T12:15:42.2154745Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-08-17T12:15:42.2594811Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-08-17T12:15:42.2619236Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-08-17T12:15:42.2655532Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-08-17T12:15:42.2839227Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-08-17T12:15:42.2857570Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-08-17T12:15:42.3075980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-08-17T12:15:42.3100083Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-08-17T12:15:42.3198416Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-08-17T12:15:42.3299050Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-08-17T12:15:42.3364596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-08-17T12:15:42.3389063Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-08-17T12:15:42.3580791Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-08-17T12:15:42.3719641Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-08-17T12:15:42.3743104Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-08-17T12:15:42.3837509Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-08-17T12:15:42.3989639Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-08-17T12:15:42.4041781Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-08-17T12:15:42.4160169Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-08-17T12:15:42.4173102Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-08-17T12:15:42.4384473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-08-17T12:15:42.4607438Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-08-17T12:15:42.4823111Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-08-17T12:15:42.4850014Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-08-17T12:15:42.4913351Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-08-17T12:15:42.4931151Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-08-17T12:15:42.5274343Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-08-17T12:15:42.5781700Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-08-17T12:15:42.5782146Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-08-17T12:15:42.5804508Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-08-17T12:15:42.6144486Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-08-17T12:15:42.6419253Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-08-17T12:15:42.6585818Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-08-17T12:15:42.6620260Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-08-17T12:15:42.6772905Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-08-17T12:15:42.7212523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-08-17T12:15:42.7236657Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-08-17T12:15:42.7873635Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-08-17T12:15:42.8011937Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-08-17T12:15:42.8359118Z test_ops.py::TestCommonCPU::test_out_warning_inverse_cpu 2022-08-17T12:15:42.8480035Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-08-17T12:15:42.8493114Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inverse_cpu 2022-08-17T12:15:42.8502621Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-08-17T12:15:42.8517615Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-08-17T12:15:42.8904069Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-08-17T12:15:42.8941638Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-08-17T12:15:42.9068469Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-08-17T12:15:42.9086103Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-08-17T12:15:42.9399269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-08-17T12:15:42.9492726Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-08-17T12:15:42.9503395Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-08-17T12:15:42.9513269Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-08-17T12:15:42.9661028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-08-17T12:15:42.9823644Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-08-17T12:15:43.0018519Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-08-17T12:15:43.0142359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-08-17T12:15:43.0168415Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-08-17T12:15:43.0197438Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-08-17T12:15:43.0259294Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-08-17T12:15:43.0647184Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-08-17T12:15:43.0697622Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-08-17T12:15:43.0718904Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-08-17T12:15:43.0738744Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-08-17T12:15:43.0860946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-08-17T12:15:43.1008159Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-08-17T12:15:43.1182418Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-08-17T12:15:43.1188223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-08-17T12:15:43.1212079Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-08-17T12:15:43.1442135Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-08-17T12:15:43.1611047Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-08-17T12:15:43.1621507Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-08-17T12:15:43.1702910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-08-17T12:15:43.1716266Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-08-17T12:15:43.1737990Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-08-17T12:15:43.1784564Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:15:43.1796444Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-08-17T12:15:43.1913415Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-08-17T12:15:43.2020964Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-08-17T12:15:43.2130638Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-08-17T12:15:43.2169400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-08-17T12:15:43.2504434Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-08-17T12:15:43.2692709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-08-17T12:15:43.2721733Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-08-17T12:15:43.2821980Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-08-17T12:15:43.2983266Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-08-17T12:15:43.2990703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-08-17T12:15:43.3005430Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-08-17T12:15:43.3691835Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:15:43.3863077Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-08-17T12:15:43.3880722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-08-17T12:15:43.4255915Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-08-17T12:15:43.4276973Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:15:43.4305205Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-08-17T12:15:43.4351020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-08-17T12:15:43.4713072Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-08-17T12:15:43.4721863Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-08-17T12:15:43.4782515Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-08-17T12:15:43.4857074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-08-17T12:15:43.5224281Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-08-17T12:15:43.5299170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:15:43.5572897Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-08-17T12:15:43.5585166Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-08-17T12:15:43.5661645Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:15:43.5686772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:15:43.6104859Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-08-17T12:15:43.6287917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-08-17T12:15:43.6530300Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-08-17T12:15:43.6539219Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-08-17T12:15:43.6544502Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-08-17T12:15:43.6671834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-08-17T12:15:43.6864649Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-08-17T12:15:43.6896541Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-08-17T12:15:43.6903844Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:15:43.6937972Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:15:43.6980338Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-08-17T12:15:43.7108320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-08-17T12:15:43.7396354Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-08-17T12:15:43.7421564Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-08-17T12:15:43.7441520Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-08-17T12:15:43.7466627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-08-17T12:15:43.7892965Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-08-17T12:15:43.7893562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-08-17T12:15:43.7974182Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-08-17T12:15:43.7986162Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-08-17T12:15:43.8141282Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-08-17T12:15:43.8157908Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:15:43.8307488Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-08-17T12:15:43.8506597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-08-17T12:15:43.8728617Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-08-17T12:15:43.8738801Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-08-17T12:15:43.8742471Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-08-17T12:15:43.8787081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-08-17T12:15:43.9067656Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-08-17T12:15:43.9073856Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:15:43.9181013Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-08-17T12:15:43.9229726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-08-17T12:15:43.9406309Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-08-17T12:15:43.9419544Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-08-17T12:15:43.9622668Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-08-17T12:15:43.9698050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-08-17T12:15:43.9708482Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-08-17T12:15:43.9722355Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-08-17T12:15:43.9770834Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-08-17T12:15:44.0063271Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-08-17T12:15:44.0117148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-08-17T12:15:44.0180151Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-08-17T12:15:44.0364870Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-08-17T12:15:44.0473581Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-08-17T12:15:44.0482224Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-08-17T12:15:44.0500317Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-08-17T12:15:44.0521458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:15:44.0602812Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-08-17T12:15:44.0612725Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-08-17T12:15:44.0619044Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-08-17T12:15:44.0650628Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-08-17T12:15:44.0942815Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-08-17T12:15:44.0960007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:15:44.1060818Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-08-17T12:15:44.1390875Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-08-17T12:15:44.1431376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-08-17T12:15:44.1499812Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-08-17T12:15:44.1535592Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-08-17T12:15:44.1768615Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-08-17T12:15:44.1819321Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-08-17T12:15:44.1824709Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-08-17T12:15:44.1831335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-08-17T12:15:44.1864360Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-08-17T12:15:44.1939980Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-08-17T12:15:44.2264880Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-08-17T12:15:44.2477286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-08-17T12:15:44.2490894Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-08-17T12:15:44.2521083Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-08-17T12:15:44.2805969Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-08-17T12:15:44.2815114Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-08-17T12:15:44.2824764Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-08-17T12:15:44.2825755Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-08-17T12:15:44.2859698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-08-17T12:15:44.2898706Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-08-17T12:15:44.3121287Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-08-17T12:15:44.3264439Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-08-17T12:15:44.3343330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-08-17T12:15:44.3379038Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-08-17T12:15:44.3784754Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-08-17T12:15:44.3801831Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-08-17T12:15:44.3823195Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-08-17T12:15:44.3828792Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-08-17T12:15:44.3836243Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-08-17T12:15:44.3905372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-08-17T12:15:44.4132731Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-08-17T12:15:44.4221736Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-08-17T12:15:44.4261499Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-08-17T12:15:44.4279746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-08-17T12:15:44.4363207Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-08-17T12:15:44.4662574Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-08-17T12:15:44.4716702Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-08-17T12:15:44.4813582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-08-17T12:15:44.4825142Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-08-17T12:15:44.4984320Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-08-17T12:15:44.4991941Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-08-17T12:15:44.5100380Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-08-17T12:15:44.5115603Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-08-17T12:15:44.5140416Z [gw0] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-08-17T12:15:44.5582140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-08-17T12:15:44.5587106Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-08-17T12:15:44.5637057Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-08-17T12:15:44.5654180Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-08-17T12:15:44.5773866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-08-17T12:15:44.5875555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-08-17T12:15:44.5881608Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-08-17T12:15:44.5979354Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:15:44.6003652Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-08-17T12:15:44.6059342Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-08-17T12:15:44.6426566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-08-17T12:15:44.6436404Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-08-17T12:15:44.6447976Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-08-17T12:15:44.6464319Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-08-17T12:15:44.6924386Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-08-17T12:15:44.6925505Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:15:44.6966179Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-08-17T12:15:44.6967246Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-08-17T12:15:44.7417561Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-08-17T12:15:44.7418065Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-08-17T12:15:44.7858298Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-08-17T12:15:44.8004781Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-08-17T12:15:44.8301684Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-08-17T12:15:44.8302168Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-08-17T12:15:44.8779360Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-08-17T12:15:44.8798360Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-08-17T12:15:44.9184284Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-08-17T12:15:44.9184762Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-08-17T12:15:44.9631455Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-08-17T12:15:44.9632054Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-08-17T12:15:44.9680183Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-08-17T12:15:44.9691128Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-08-17T12:15:45.0099288Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-08-17T12:15:45.0099729Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-08-17T12:15:45.0116444Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-08-17T12:15:45.0135479Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-08-17T12:15:45.0464278Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-08-17T12:15:45.0535985Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-08-17T12:15:45.0593093Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-08-17T12:15:45.0604567Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-08-17T12:15:45.1027471Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-08-17T12:15:45.1028010Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-08-17T12:15:45.1456065Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-08-17T12:15:45.1464328Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-08-17T12:15:45.1939083Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-08-17T12:15:45.1947703Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-08-17T12:15:45.2031942Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-08-17T12:15:45.2045410Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-08-17T12:15:45.2424823Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-08-17T12:15:45.2434058Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-08-17T12:15:45.2868156Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-08-17T12:15:45.2885824Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-08-17T12:15:45.2896559Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-08-17T12:15:45.2911542Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-08-17T12:15:45.3376046Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-08-17T12:15:45.3665603Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-08-17T12:15:45.3767120Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-08-17T12:15:45.3820724Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-08-17T12:15:45.4256941Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-08-17T12:15:45.4446646Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-08-17T12:15:45.4665329Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-08-17T12:15:45.4675665Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-08-17T12:15:45.4719637Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-08-17T12:15:45.4758331Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-08-17T12:15:45.5064181Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-08-17T12:15:45.5101306Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-08-17T12:15:45.5208117Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-08-17T12:15:45.5219871Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-08-17T12:15:45.5459788Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-08-17T12:15:45.5478250Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-08-17T12:15:45.5543298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-08-17T12:15:45.5567186Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-08-17T12:15:45.5585205Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-08-17T12:15:45.5638142Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-08-17T12:15:45.5648494Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-08-17T12:15:45.5902603Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-08-17T12:15:45.5989801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-08-17T12:15:45.5995970Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-08-17T12:15:45.6025055Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-08-17T12:15:45.6189358Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-08-17T12:15:45.6204021Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-08-17T12:15:45.6343739Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-08-17T12:15:45.6461810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-08-17T12:15:45.6469900Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-08-17T12:15:45.6532187Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-08-17T12:15:45.6764531Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-08-17T12:15:45.6779707Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-08-17T12:15:45.6784350Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-08-17T12:15:45.6944760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-08-17T12:15:45.6971296Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-08-17T12:15:45.7286359Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-08-17T12:15:45.7294840Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-08-17T12:15:45.7349342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-08-17T12:15:45.7362189Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-08-17T12:15:45.7437929Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-08-17T12:15:45.7454440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-08-17T12:15:45.7487473Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-08-17T12:15:45.7758897Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-08-17T12:15:45.7859201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-08-17T12:15:45.7870410Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-08-17T12:15:45.7884366Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-08-17T12:15:45.7937833Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-08-17T12:15:45.7944058Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-08-17T12:15:45.8223408Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-08-17T12:15:45.8245580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-08-17T12:15:45.8329277Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-08-17T12:15:45.8341224Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-08-17T12:15:45.8382397Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-08-17T12:15:45.8409775Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-08-17T12:15:45.8702618Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-08-17T12:15:45.8723128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-08-17T12:15:45.8767796Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-08-17T12:15:45.8777900Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-08-17T12:15:45.8819321Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-08-17T12:15:45.8850326Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-08-17T12:15:45.9141524Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-08-17T12:15:45.9260832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-08-17T12:15:45.9361904Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-08-17T12:15:45.9698950Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-08-17T12:15:46.0307396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-08-17T12:15:46.0322849Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-08-17T12:15:46.0625822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-08-17T12:15:46.0637127Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-08-17T12:15:46.0647972Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-08-17T12:15:46.0777627Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-08-17T12:15:46.1097413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-08-17T12:15:46.1108695Z [gw0] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-08-17T12:15:46.1171016Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-08-17T12:15:46.1441612Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-08-17T12:15:46.1557419Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-08-17T12:15:46.1656996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-08-17T12:15:46.1825282Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-08-17T12:15:46.1850167Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-08-17T12:15:46.1982077Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-08-17T12:15:46.2022347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-08-17T12:15:46.2031761Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-08-17T12:15:46.2052529Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-08-17T12:15:46.2123139Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-08-17T12:15:46.2136346Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-08-17T12:15:46.2445207Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-08-17T12:15:46.2503301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-08-17T12:15:46.2541135Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-08-17T12:15:46.3018889Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-08-17T12:15:46.3042630Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-08-17T12:15:46.3497371Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-08-17T12:15:46.3500878Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-08-17T12:15:46.3938854Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-08-17T12:15:46.3959818Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-08-17T12:15:46.3982844Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-08-17T12:15:46.4092506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-08-17T12:15:46.4098226Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-08-17T12:15:46.4122835Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-08-17T12:15:46.4293129Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-08-17T12:15:46.4344115Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-08-17T12:15:46.4378496Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-08-17T12:15:46.4427226Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-08-17T12:15:46.4783605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-08-17T12:15:46.4820010Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-08-17T12:15:46.5299514Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-08-17T12:15:46.5334381Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-08-17T12:15:46.5664401Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-08-17T12:15:46.5691943Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-08-17T12:15:46.6103422Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-08-17T12:15:46.6684593Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-08-17T12:15:46.6705508Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-08-17T12:15:46.9883350Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-08-17T12:15:46.9900052Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-08-17T12:15:47.2453894Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-08-17T12:15:47.2596297Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-08-17T12:15:47.7305104Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-08-17T12:15:47.7322785Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-08-17T12:15:47.7457112Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-08-17T12:15:47.7472771Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-08-17T12:15:47.7829302Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-08-17T12:15:47.7888269Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-08-17T12:15:47.7975448Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-08-17T12:15:47.8434188Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-08-17T12:15:47.8445997Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-08-17T12:15:47.8844313Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-08-17T12:15:47.8889156Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-08-17T12:15:47.9379662Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-08-17T12:15:48.0388086Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-08-17T12:15:48.0401166Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-08-17T12:15:48.0569647Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-08-17T12:15:48.0892470Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-08-17T12:15:48.0892929Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-08-17T12:15:48.0900215Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-08-17T12:15:48.0900583Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-08-17T12:15:48.0910669Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-08-17T12:15:48.1338545Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-08-17T12:15:48.1390046Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-08-17T12:15:48.1432158Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-08-17T12:15:48.1509758Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-08-17T12:15:48.1649735Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-08-17T12:15:48.1657387Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-08-17T12:15:48.1701540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-08-17T12:15:48.1739577Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-08-17T12:15:48.1812099Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-08-17T12:15:48.1837587Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-08-17T12:15:48.1859912Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-08-17T12:15:48.2141529Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-08-17T12:15:48.2181103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-08-17T12:15:48.2279193Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-08-17T12:15:48.2289011Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-08-17T12:15:48.2355093Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-08-17T12:15:48.2373516Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-08-17T12:15:48.2579382Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-08-17T12:15:48.2662619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-08-17T12:15:48.2700733Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-08-17T12:15:48.2749924Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-08-17T12:15:48.2773865Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-08-17T12:15:48.2788672Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-08-17T12:15:48.3021237Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-08-17T12:15:48.3066977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-08-17T12:15:48.3099391Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-08-17T12:15:48.3188717Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-08-17T12:15:48.3200120Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-08-17T12:15:48.3219152Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-08-17T12:15:48.3461401Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-08-17T12:15:48.3521566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-08-17T12:15:48.3542148Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-08-17T12:15:48.3637464Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-08-17T12:15:48.3666500Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-08-17T12:15:48.3682998Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-08-17T12:15:48.3900787Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-08-17T12:15:48.3957808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-08-17T12:15:48.3981913Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-08-17T12:15:48.4020583Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:15:48.4033603Z [gw0] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-08-17T12:15:48.4104751Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-08-17T12:15:48.4341146Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-08-17T12:15:48.4386179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-08-17T12:15:48.4461645Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-08-17T12:15:48.4467948Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-08-17T12:15:48.4475931Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-08-17T12:15:48.4482964Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-08-17T12:15:48.4523747Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-08-17T12:15:48.4670856Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-08-17T12:15:48.4780425Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-08-17T12:15:48.4833611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-08-17T12:15:48.4903155Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-08-17T12:15:48.4971774Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-08-17T12:15:48.4972339Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-08-17T12:15:48.5004288Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-08-17T12:15:48.5225358Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-08-17T12:15:48.5351890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-08-17T12:15:48.5377672Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-08-17T12:15:48.5390749Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-08-17T12:15:48.5418931Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-08-17T12:15:48.5475276Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-08-17T12:15:48.5667257Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-08-17T12:15:48.5809213Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-08-17T12:15:48.5809704Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-08-17T12:15:48.5818661Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-08-17T12:15:48.5900143Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-08-17T12:15:48.5962329Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-08-17T12:15:48.6098304Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-08-17T12:15:48.6160220Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-08-17T12:15:48.6220181Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-08-17T12:15:48.6410994Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-08-17T12:15:48.6508165Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:15:48.6539804Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-08-17T12:15:48.6724507Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-08-17T12:15:48.6805013Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-08-17T12:15:48.6831667Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-08-17T12:15:48.6981379Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-08-17T12:15:48.7019693Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-08-17T12:15:48.7223881Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-08-17T12:15:48.7225399Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-08-17T12:15:48.7422634Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-08-17T12:15:48.7549142Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-08-17T12:15:48.7590955Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-08-17T12:15:48.7621325Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-08-17T12:15:48.7860117Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-08-17T12:15:48.8137757Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-08-17T12:15:48.8276962Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-08-17T12:15:48.8296027Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:15:48.8333393Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-08-17T12:15:48.8420533Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-08-17T12:15:48.8438777Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-08-17T12:15:48.8500597Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-08-17T12:15:48.8503136Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-08-17T12:15:48.8834280Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-08-17T12:15:48.8977677Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-08-17T12:15:48.9018850Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-08-17T12:15:48.9065294Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-08-17T12:15:48.9362103Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-08-17T12:15:48.9370457Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-08-17T12:15:48.9430310Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-08-17T12:15:48.9459958Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-08-17T12:15:48.9782790Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-08-17T12:15:48.9809678Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-08-17T12:15:49.0147423Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-08-17T12:15:49.0163493Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-08-17T12:15:49.0220562Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-08-17T12:15:49.0246636Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-08-17T12:15:49.0265363Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-08-17T12:15:49.0298443Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:15:49.0496507Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:15:49.0706841Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-08-17T12:15:49.0707431Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-08-17T12:15:49.0748312Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-08-17T12:15:49.1058090Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-08-17T12:15:49.1074633Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-08-17T12:15:49.1141995Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-08-17T12:15:49.1208112Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-08-17T12:15:49.1438353Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-08-17T12:15:49.1448160Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-08-17T12:15:49.1584667Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-08-17T12:15:49.1657213Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-08-17T12:15:49.1992035Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-08-17T12:15:49.2004235Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-08-17T12:15:49.2021979Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-08-17T12:15:49.2117716Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:15:49.2464036Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:15:49.2984470Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-08-17T12:15:49.3000995Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-08-17T12:15:49.3056816Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-08-17T12:15:49.3516808Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-08-17T12:15:49.3517500Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:15:49.4018449Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-08-17T12:15:49.4927175Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-08-17T12:15:49.4943330Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-08-17T12:15:49.4978019Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-08-17T12:15:49.5459714Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-08-17T12:15:49.5489117Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-08-17T12:15:49.5899564Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-08-17T12:15:50.0544744Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-08-17T12:15:50.0559965Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-08-17T12:15:50.0825418Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-08-17T12:15:50.1044740Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-08-17T12:15:50.1048364Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-08-17T12:15:50.1486802Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-08-17T12:15:50.1491188Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-08-17T12:15:50.1892363Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-08-17T12:15:50.1897421Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-08-17T12:15:50.2339672Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-08-17T12:15:50.2343317Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-08-17T12:15:50.2633758Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-08-17T12:15:50.2651399Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-08-17T12:15:50.2744960Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-08-17T12:15:50.2786468Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-08-17T12:15:50.3184634Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-08-17T12:15:50.3215964Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-08-17T12:15:50.3623032Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-08-17T12:15:50.3649708Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-08-17T12:15:50.4063874Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-08-17T12:15:50.4113608Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-08-17T12:15:50.4241030Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-08-17T12:15:50.4252984Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-08-17T12:15:50.4503777Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-08-17T12:15:50.4531885Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-08-17T12:15:50.4944547Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-08-17T12:15:50.4983740Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-08-17T12:15:50.5384329Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-08-17T12:15:50.5539409Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-08-17T12:15:50.5824713Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-08-17T12:15:50.7649467Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-08-17T12:15:50.7679686Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-08-17T12:15:50.8019914Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-08-17T12:15:50.8034520Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-08-17T12:15:50.8280166Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-08-17T12:15:50.8296448Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-08-17T12:15:50.9290292Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-08-17T12:15:50.9311646Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-08-17T12:15:50.9703426Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-08-17T12:15:50.9864396Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-08-17T12:15:50.9912057Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-08-17T12:15:51.0385457Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-08-17T12:15:51.0388106Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-08-17T12:15:51.0827417Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-08-17T12:15:51.0828256Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-08-17T12:15:51.1297998Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-08-17T12:15:51.2228104Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-08-17T12:15:51.2252350Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-08-17T12:15:51.2273890Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-08-17T12:15:51.2500198Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-08-17T12:15:51.2537448Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-08-17T12:15:51.2944301Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-08-17T12:15:51.3090387Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-08-17T12:15:51.3382620Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-08-17T12:15:51.3650839Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-08-17T12:15:51.3821466Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-08-17T12:15:51.3848526Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-08-17T12:15:51.4262215Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-08-17T12:15:51.4285977Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-08-17T12:15:51.4703981Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-08-17T12:15:51.6248417Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:15:51.6422618Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:15:51.6441111Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-08-17T12:15:51.6864806Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-08-17T12:15:51.7104132Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-08-17T12:15:51.7304700Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-08-17T12:15:51.7492144Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-08-17T12:15:51.7782219Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-08-17T12:15:51.7792847Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-08-17T12:15:51.8298453Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-08-17T12:15:51.8781789Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-08-17T12:15:51.8794604Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-08-17T12:15:52.1429451Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-08-17T12:15:52.1448572Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-08-17T12:15:52.2668354Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-08-17T12:15:52.2686170Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-08-17T12:15:52.3348962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-08-17T12:15:52.3379691Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-08-17T12:15:52.7507474Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-08-17T12:15:52.7523655Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-08-17T12:15:52.9345725Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-08-17T12:15:52.9374679Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-08-17T12:15:52.9507375Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-08-17T12:15:52.9782284Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-08-17T12:15:53.3033267Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-08-17T12:15:53.3047783Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-08-17T12:15:53.6620970Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-08-17T12:15:53.6650219Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-08-17T12:15:53.7391396Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-08-17T12:15:53.7418409Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-08-17T12:15:53.9986935Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-08-17T12:15:54.0010238Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-08-17T12:15:54.1013367Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-08-17T12:15:54.1184592Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-08-17T12:15:54.1277666Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-08-17T12:15:54.1689394Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-08-17T12:15:54.1698408Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-08-17T12:15:54.2021311Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-08-17T12:15:54.2040332Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-08-17T12:15:54.2164308Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-08-17T12:15:54.2203820Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-08-17T12:15:54.2657711Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-08-17T12:15:54.2857715Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-08-17T12:15:54.3218300Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-08-17T12:15:54.6147165Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-08-17T12:15:54.6308357Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-08-17T12:15:54.6588838Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-08-17T12:15:54.6860602Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-08-17T12:15:54.7230537Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-08-17T12:15:54.7246780Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-08-17T12:15:54.8980370Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-08-17T12:15:54.9157219Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-08-17T12:15:55.2329225Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-08-17T12:15:55.2350275Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-08-17T12:15:55.3302726Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-08-17T12:15:55.3327887Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-08-17T12:15:56.0893588Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-08-17T12:15:56.0920352Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-08-17T12:15:56.8469001Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-08-17T12:15:56.8484200Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-08-17T12:15:57.2602984Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-08-17T12:15:57.2639262Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-08-17T12:15:57.3350237Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-08-17T12:15:57.3362659Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-08-17T12:15:57.8098338Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-08-17T12:15:57.8131937Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-08-17T12:15:58.7926662Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-08-17T12:15:58.7945147Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-08-17T12:15:59.0608393Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-08-17T12:15:59.0629629Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-08-17T12:15:59.3524963Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-08-17T12:15:59.3551238Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-08-17T12:15:59.4302932Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-08-17T12:15:59.4332829Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-08-17T12:15:59.5627301Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-08-17T12:15:59.5654634Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-08-17T12:15:59.5696082Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-08-17T12:15:59.6064203Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-08-17T12:15:59.6087506Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-08-17T12:15:59.6247942Z [gw3] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-08-17T12:15:59.6266285Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-08-17T12:15:59.6494423Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-08-17T12:15:59.6503948Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-08-17T12:15:59.6521886Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-08-17T12:15:59.8501895Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-08-17T12:15:59.8622852Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-08-17T12:16:00.0215255Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:16:00.0385862Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:16:00.0425736Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:00.0876117Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:00.0883883Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-08-17T12:16:00.1314865Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-08-17T12:16:00.1324355Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-08-17T12:16:00.1740583Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-08-17T12:16:00.1768165Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:16:00.2177551Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:16:00.2182358Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-08-17T12:16:00.2628483Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-08-17T12:16:00.2633241Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-08-17T12:16:00.2969627Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-08-17T12:16:00.2998129Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-08-17T12:16:00.3063516Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-08-17T12:16:00.3074029Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-08-17T12:16:00.3475360Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-08-17T12:16:00.3512200Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-08-17T12:16:00.3978354Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-08-17T12:16:00.3983885Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-08-17T12:16:00.4418638Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-08-17T12:16:00.4787499Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-08-17T12:16:00.4818636Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-08-17T12:16:00.5095174Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-08-17T12:16:00.5323532Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-08-17T12:16:00.6622777Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-08-17T12:16:00.6680680Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-08-17T12:16:00.6706173Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-08-17T12:16:00.7103926Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-08-17T12:16:00.7143659Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-08-17T12:16:00.7623219Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-08-17T12:16:00.7633179Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-08-17T12:16:00.8081860Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-08-17T12:16:00.8087934Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-08-17T12:16:00.8508350Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-08-17T12:16:00.8519298Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-08-17T12:16:00.8980313Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-08-17T12:16:00.9180462Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-08-17T12:16:00.9198040Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-08-17T12:16:00.9910047Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-08-17T12:16:00.9927780Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-08-17T12:16:01.1502190Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-08-17T12:16:01.1529774Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-08-17T12:16:01.2107372Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-08-17T12:16:01.2137273Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-08-17T12:16:01.2271631Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-08-17T12:16:01.2619287Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-08-17T12:16:01.3312058Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-08-17T12:16:01.3345848Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-08-17T12:16:01.3473954Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-08-17T12:16:01.3816282Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-08-17T12:16:01.3825651Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-08-17T12:16:01.4299737Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-08-17T12:16:01.5511325Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-08-17T12:16:01.5540358Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-08-17T12:16:01.5631105Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-08-17T12:16:01.5639906Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-08-17T12:16:01.5718349Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-08-17T12:16:01.6064420Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-08-17T12:16:01.6090439Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-08-17T12:16:01.6579230Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-08-17T12:16:01.6746521Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-08-17T12:16:01.7060521Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-08-17T12:16:01.7069182Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-08-17T12:16:01.7503485Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-08-17T12:16:01.7503961Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-08-17T12:16:01.7886435Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-08-17T12:16:01.7905801Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-08-17T12:16:01.7906236Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-08-17T12:16:01.7948966Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-08-17T12:16:01.8420666Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-08-17T12:16:01.8422510Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-08-17T12:16:01.8914725Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-08-17T12:16:02.1404328Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-08-17T12:16:02.1430602Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-08-17T12:16:02.3069310Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-08-17T12:16:02.3094634Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-08-17T12:16:02.3105162Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-08-17T12:16:02.3122500Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-08-17T12:16:02.5245608Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-08-17T12:16:02.5268042Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-08-17T12:16:02.5307472Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-08-17T12:16:02.5716665Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-08-17T12:16:02.6055528Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-08-17T12:16:02.6344643Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-08-17T12:16:02.7356554Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-08-17T12:16:02.7384704Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-08-17T12:16:02.7587354Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-08-17T12:16:02.7864264Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-08-17T12:16:02.7873643Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-08-17T12:16:02.8340157Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-08-17T12:16:02.8385018Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-08-17T12:16:02.8409473Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-08-17T12:16:02.8609235Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-08-17T12:16:02.8703525Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-08-17T12:16:03.0286593Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-08-17T12:16:03.0557809Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-08-17T12:16:03.0895343Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-08-17T12:16:03.0895951Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-08-17T12:16:03.1017632Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-08-17T12:16:03.1032818Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-08-17T12:16:03.1070088Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-08-17T12:16:03.1578867Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-08-17T12:16:03.1794820Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-08-17T12:16:03.1946554Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-08-17T12:16:03.1986480Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-08-17T12:16:03.2539485Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-08-17T12:16:03.3201470Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-08-17T12:16:03.3217658Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-08-17T12:16:03.9917615Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-08-17T12:16:03.9934237Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-08-17T12:16:03.9945239Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-08-17T12:16:03.9974062Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-08-17T12:16:04.0613970Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-08-17T12:16:04.0634417Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-08-17T12:16:04.3745165Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-08-17T12:16:04.3770518Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-08-17T12:16:04.5864534Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-08-17T12:16:04.5888859Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-08-17T12:16:04.6058365Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-08-17T12:16:04.6312021Z [gw0] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-08-17T12:16:04.6370539Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-08-17T12:16:04.6807030Z [gw0] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-08-17T12:16:04.6830935Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-08-17T12:16:04.6842566Z [gw0] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-08-17T12:16:04.6851707Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-08-17T12:16:04.7299384Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-08-17T12:16:04.7599492Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-08-17T12:16:04.7623795Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-08-17T12:16:04.7638335Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-08-17T12:16:04.7699671Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-08-17T12:16:04.7949575Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-08-17T12:16:04.8011071Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-08-17T12:16:04.8045253Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-08-17T12:16:04.8219032Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-08-17T12:16:04.8225933Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-08-17T12:16:04.8238812Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-08-17T12:16:04.8585618Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-08-17T12:16:04.8622845Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-08-17T12:16:04.9584001Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-08-17T12:16:04.9601937Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-08-17T12:16:04.9639899Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-08-17T12:16:05.0064817Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-08-17T12:16:05.0065270Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-08-17T12:16:05.0376362Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-08-17T12:16:05.0545053Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-08-17T12:16:05.0576463Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-08-17T12:16:05.1825798Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-08-17T12:16:05.1838903Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-08-17T12:16:05.2094851Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-08-17T12:16:05.2132598Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-08-17T12:16:05.2145954Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-08-17T12:16:05.2339019Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-08-17T12:16:05.2380648Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-08-17T12:16:05.2548763Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-08-17T12:16:05.2583030Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-08-17T12:16:05.2780532Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-08-17T12:16:05.2791411Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-08-17T12:16:05.2824704Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-08-17T12:16:05.3049368Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-08-17T12:16:05.3188278Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-08-17T12:16:05.3537755Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-08-17T12:16:05.3549330Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-08-17T12:16:05.3617673Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-08-17T12:16:05.3696489Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-08-17T12:16:05.3775598Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-08-17T12:16:05.3910192Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-08-17T12:16:05.4059138Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-08-17T12:16:05.4141539Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-08-17T12:16:05.4238400Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-08-17T12:16:05.4442268Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-08-17T12:16:05.4743401Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-08-17T12:16:05.4861402Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-08-17T12:16:05.5011396Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-08-17T12:16:05.5027508Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-08-17T12:16:05.5128136Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-08-17T12:16:05.5355379Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-08-17T12:16:05.5623565Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-08-17T12:16:05.5744796Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-08-17T12:16:05.5959711Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-08-17T12:16:05.6127331Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-08-17T12:16:05.6143725Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-08-17T12:16:05.6226278Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-08-17T12:16:05.6383606Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-08-17T12:16:05.6716624Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-08-17T12:16:05.6735564Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-08-17T12:16:05.7173917Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-08-17T12:16:05.7181527Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-08-17T12:16:05.7608301Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-08-17T12:16:05.7617217Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-08-17T12:16:05.8100154Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-08-17T12:16:05.8908303Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-08-17T12:16:05.8936146Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-08-17T12:16:05.9066673Z test_ops.py::TestCommonCPU::test_out_inverse_cpu_float32 2022-08-17T12:16:05.9182755Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-08-17T12:16:05.9198071Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-08-17T12:16:05.9377408Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_inverse_cpu_float32 2022-08-17T12:16:05.9382803Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-08-17T12:16:05.9826540Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-08-17T12:16:05.9833063Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-08-17T12:16:06.0300297Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-08-17T12:16:06.0307406Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-08-17T12:16:06.0732706Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-08-17T12:16:06.1340168Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-08-17T12:16:06.1374208Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-08-17T12:16:06.2508413Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-08-17T12:16:06.2618889Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-08-17T12:16:06.6193243Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-08-17T12:16:06.6217279Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-08-17T12:16:06.6249448Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-08-17T12:16:06.6271469Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-08-17T12:16:06.6749488Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-08-17T12:16:06.6778448Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-08-17T12:16:06.7349074Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-08-17T12:16:06.7372602Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-08-17T12:16:06.9044800Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-08-17T12:16:06.9058804Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-08-17T12:16:07.0492852Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:16:07.0600297Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:16:07.2558120Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-08-17T12:16:07.2713107Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-08-17T12:16:07.5864095Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-08-17T12:16:07.5877137Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-08-17T12:16:08.1233004Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-08-17T12:16:08.1260627Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-08-17T12:16:08.5628656Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-08-17T12:16:08.5662266Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-08-17T12:16:08.8348691Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-08-17T12:16:08.8362265Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-08-17T12:16:08.9506919Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-08-17T12:16:08.9522924Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-08-17T12:16:09.1112654Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-08-17T12:16:09.1125828Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-08-17T12:16:09.2985976Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-08-17T12:16:09.3012300Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-08-17T12:16:09.3041676Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-08-17T12:16:09.3489442Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-08-17T12:16:09.3498680Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-08-17T12:16:09.3745318Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-08-17T12:16:09.3766816Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-08-17T12:16:09.3969036Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-08-17T12:16:09.3974994Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-08-17T12:16:09.4452330Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-08-17T12:16:09.4459142Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-08-17T12:16:09.4766199Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-08-17T12:16:09.4776490Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-08-17T12:16:09.4868721Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-08-17T12:16:09.4892369Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-08-17T12:16:09.5303206Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-08-17T12:16:09.5335065Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-08-17T12:16:09.5769016Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-08-17T12:16:09.5807705Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-08-17T12:16:09.6209030Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-08-17T12:16:09.6218053Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-08-17T12:16:09.6648298Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-08-17T12:16:09.6657518Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-08-17T12:16:09.6943969Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-08-17T12:16:09.6958565Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-08-17T12:16:09.7028856Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-08-17T12:16:09.7049390Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-08-17T12:16:09.7061880Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-08-17T12:16:09.7088856Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-08-17T12:16:09.7529264Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-08-17T12:16:09.7534940Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-08-17T12:16:09.7753351Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-08-17T12:16:09.7779298Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-08-17T12:16:09.8007476Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:16:09.8013826Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-08-17T12:16:09.8488325Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-08-17T12:16:09.8497721Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-08-17T12:16:09.8647617Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-08-17T12:16:09.8674770Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:16:09.8978893Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-08-17T12:16:09.9012077Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-08-17T12:16:09.9415412Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-08-17T12:16:09.9477688Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-08-17T12:16:09.9899293Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-08-17T12:16:09.9934855Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-08-17T12:16:10.0193165Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-08-17T12:16:10.0206006Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-08-17T12:16:10.0265550Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-08-17T12:16:10.0546338Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-08-17T12:16:10.0730344Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-08-17T12:16:10.0816025Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-08-17T12:16:10.1144901Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-08-17T12:16:10.1206665Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-08-17T12:16:10.1239031Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-08-17T12:16:10.1249759Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-08-17T12:16:10.1419517Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-08-17T12:16:10.1441375Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-08-17T12:16:10.1627774Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-08-17T12:16:10.1741927Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-08-17T12:16:10.2065752Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-08-17T12:16:10.2172526Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-08-17T12:16:10.2506037Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-08-17T12:16:10.2612828Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-08-17T12:16:10.2946215Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-08-17T12:16:10.3047496Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-08-17T12:16:10.3384574Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-08-17T12:16:10.3560310Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-08-17T12:16:10.3823412Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-08-17T12:16:10.3850946Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-08-17T12:16:10.3874350Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-08-17T12:16:10.3921283Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-08-17T12:16:10.4263641Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-08-17T12:16:10.4360351Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-08-17T12:16:10.4704595Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-08-17T12:16:10.4807918Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-08-17T12:16:10.5144163Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-08-17T12:16:10.5251198Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-08-17T12:16:10.5586186Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-08-17T12:16:10.5694129Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-08-17T12:16:10.6024061Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-08-17T12:16:10.6138157Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-08-17T12:16:10.6369097Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-08-17T12:16:10.6377493Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-08-17T12:16:10.6471945Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-08-17T12:16:10.6481664Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-08-17T12:16:10.6487820Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-08-17T12:16:10.6580124Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-08-17T12:16:10.6904936Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-08-17T12:16:10.7005433Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-08-17T12:16:10.7459568Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-08-17T12:16:10.7482828Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-08-17T12:16:10.7902134Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-08-17T12:16:10.8427982Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-08-17T12:16:10.8702955Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-08-17T12:16:10.8731989Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-08-17T12:16:10.8754019Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-08-17T12:16:10.8804905Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-08-17T12:16:10.9018581Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-08-17T12:16:10.9252581Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-08-17T12:16:10.9252993Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-08-17T12:16:10.9254444Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-08-17T12:16:10.9605091Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-08-17T12:16:10.9677839Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-08-17T12:16:11.0063847Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-08-17T12:16:11.0087344Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-08-17T12:16:11.0100462Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-08-17T12:16:11.0137507Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-08-17T12:16:11.0188690Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-08-17T12:16:11.0455403Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-08-17T12:16:11.0462558Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-08-17T12:16:11.0500035Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-08-17T12:16:11.0613080Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-08-17T12:16:11.0615498Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-08-17T12:16:11.0651984Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-08-17T12:16:11.0984245Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-08-17T12:16:11.0987397Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-08-17T12:16:11.1013732Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-08-17T12:16:11.1229635Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-08-17T12:16:11.1385755Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-08-17T12:16:11.1425270Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-08-17T12:16:11.1617970Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-08-17T12:16:11.1880099Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-08-17T12:16:11.1936501Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-08-17T12:16:11.2384775Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-08-17T12:16:11.2390919Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-08-17T12:16:11.2780902Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-08-17T12:16:11.3011916Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-08-17T12:16:11.3142205Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-08-17T12:16:11.3243852Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-08-17T12:16:11.3624474Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-08-17T12:16:11.3713960Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-08-17T12:16:11.3822715Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-08-17T12:16:11.3843009Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-08-17T12:16:11.3888513Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-08-17T12:16:11.3906313Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-08-17T12:16:11.4063719Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-08-17T12:16:11.4170165Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-08-17T12:16:11.4552221Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-08-17T12:16:11.4634145Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-08-17T12:16:11.5019087Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-08-17T12:16:11.5086111Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-08-17T12:16:11.5471659Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-08-17T12:16:11.5570919Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-08-17T12:16:11.6051965Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-08-17T12:16:11.6060822Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-08-17T12:16:11.6400540Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-08-17T12:16:11.6460111Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-08-17T12:16:11.6472733Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-08-17T12:16:11.6495896Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-08-17T12:16:11.6535222Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-08-17T12:16:11.6849769Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-08-17T12:16:11.6864246Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-08-17T12:16:11.6871577Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-08-17T12:16:11.6899437Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-08-17T12:16:11.8371482Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-08-17T12:16:11.8393737Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-08-17T12:16:11.8440603Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-08-17T12:16:11.8789954Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-08-17T12:16:11.8812951Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-08-17T12:16:11.8825156Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-08-17T12:16:12.0875204Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-08-17T12:16:12.0900784Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-08-17T12:16:12.1187696Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-08-17T12:16:12.1458702Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-08-17T12:16:12.3155470Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-08-17T12:16:12.3210538Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-08-17T12:16:12.3255791Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:16:12.3642433Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:16:12.3690763Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-08-17T12:16:12.4108817Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-08-17T12:16:12.4119258Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-08-17T12:16:12.4548075Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-08-17T12:16:12.4557678Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-08-17T12:16:12.5031640Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-08-17T12:16:12.5046845Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:16:12.5055775Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:16:12.5068346Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-08-17T12:16:12.5438140Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-08-17T12:16:12.5460581Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:16:12.5937561Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:16:12.7252100Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:16:12.7300441Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:16:12.7309196Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:16:12.7705807Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:16:12.7739218Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:16:12.8144051Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:16:12.8178270Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:16:12.8630639Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:16:12.8639527Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-08-17T12:16:12.9061818Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-08-17T12:16:12.9073157Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-08-17T12:16:12.9542254Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-08-17T12:16:12.9564649Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:16:12.9699440Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:16:12.9722277Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-08-17T12:16:12.9966127Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-08-17T12:16:13.0001523Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-08-17T12:16:13.0037954Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-08-17T12:16:13.0052185Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-08-17T12:16:13.0544687Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-08-17T12:16:13.0581510Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-08-17T12:16:13.1110755Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-08-17T12:16:13.1136798Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-08-17T12:16:13.1507389Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-08-17T12:16:13.1520506Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:16:13.1984644Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:16:13.1995680Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:13.2517402Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:13.2542207Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:16:13.2903102Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:16:13.2909282Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:16:13.3377514Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:16:13.3837710Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:16:13.3852365Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:16:13.3902636Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-08-17T12:16:13.4022406Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-08-17T12:16:13.4047932Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-08-17T12:16:13.4305390Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-08-17T12:16:13.4414912Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:16:13.4833273Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:16:13.4838793Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-08-17T12:16:13.5280730Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-08-17T12:16:13.5289272Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:16:13.5706193Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:16:13.5713746Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:16:13.6190323Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:16:13.6198018Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-08-17T12:16:13.6663696Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-08-17T12:16:13.6670013Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:16:13.7140273Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:16:13.7289399Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-08-17T12:16:13.7586193Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-08-17T12:16:13.7594376Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-08-17T12:16:13.8030954Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-08-17T12:16:13.8038294Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:16:13.8375507Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:16:13.8396693Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-08-17T12:16:13.8482797Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-08-17T12:16:13.8487419Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-08-17T12:16:13.8800426Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-08-17T12:16:13.8816164Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-08-17T12:16:13.8864394Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-08-17T12:16:13.9223362Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-08-17T12:16:13.9393781Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-08-17T12:16:13.9460001Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-08-17T12:16:13.9898943Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-08-17T12:16:14.2117132Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:16:14.2256652Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:16:14.2278665Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:16:14.2703820Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:16:14.2715487Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-08-17T12:16:14.3164268Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-08-17T12:16:14.3170678Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-08-17T12:16:14.3582616Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-08-17T12:16:14.3593305Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-08-17T12:16:14.4045939Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-08-17T12:16:14.4056458Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-08-17T12:16:14.4465740Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-08-17T12:16:14.4474939Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-08-17T12:16:14.4897683Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-08-17T12:16:14.4902611Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-08-17T12:16:14.5326657Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-08-17T12:16:14.5335213Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-08-17T12:16:14.5781493Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-08-17T12:16:14.6056150Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-08-17T12:16:14.6088631Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-08-17T12:16:14.6166804Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-08-17T12:16:14.6189903Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-08-17T12:16:14.6980623Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:16:14.7143195Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-08-17T12:16:14.9373464Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-08-17T12:16:14.9396647Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-08-17T12:16:14.9613950Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-08-17T12:16:14.9643953Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-08-17T12:16:14.9674820Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-08-17T12:16:15.0179492Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-08-17T12:16:15.0588330Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-08-17T12:16:15.0662400Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-08-17T12:16:15.0701114Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-08-17T12:16:15.1149976Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-08-17T12:16:15.1153888Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-08-17T12:16:15.1570385Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-08-17T12:16:15.1572979Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-08-17T12:16:15.2020992Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-08-17T12:16:15.2359316Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-08-17T12:16:15.2420882Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-08-17T12:16:15.2542030Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:16:15.2940368Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:16:15.4581966Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:16:15.4724977Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:16:15.4981451Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-08-17T12:16:15.5296704Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-08-17T12:16:15.5632664Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-08-17T12:16:15.5651396Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-08-17T12:16:15.6065885Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-08-17T12:16:15.6090270Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-08-17T12:16:15.6567398Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:16:15.6594942Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:16:15.6621779Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:16:15.7057447Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:16:15.7064332Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-08-17T12:16:15.7536602Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-08-17T12:16:15.8070407Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-08-17T12:16:15.8084180Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-08-17T12:16:15.8128218Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-08-17T12:16:15.8389877Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-08-17T12:16:15.8409264Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:16:15.8513201Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-08-17T12:16:15.8550740Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-08-17T12:16:15.8999376Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-08-17T12:16:15.9001890Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-08-17T12:16:15.9536094Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-08-17T12:16:15.9759557Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-08-17T12:16:15.9819319Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-08-17T12:16:15.9850878Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-08-17T12:16:16.0259579Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-08-17T12:16:16.0277592Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-08-17T12:16:16.0350607Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-08-17T12:16:16.0353852Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-08-17T12:16:16.0821077Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-08-17T12:16:16.3158759Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-08-17T12:16:16.3176653Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-08-17T12:16:16.3209717Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-08-17T12:16:16.3603997Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-08-17T12:16:16.3619393Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-08-17T12:16:16.4062153Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-08-17T12:16:16.4062584Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-08-17T12:16:16.4506414Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-08-17T12:16:16.4506952Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-08-17T12:16:16.4716454Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-08-17T12:16:16.4748127Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-08-17T12:16:16.4947474Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-08-17T12:16:16.4959750Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-08-17T12:16:16.5374275Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-08-17T12:16:16.5401571Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-08-17T12:16:16.5875980Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-08-17T12:16:16.5876435Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-08-17T12:16:16.5970571Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-08-17T12:16:16.5987099Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-08-17T12:16:16.6300970Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-08-17T12:16:16.6301625Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-08-17T12:16:16.6714216Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-08-17T12:16:16.6745290Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-08-17T12:16:16.6757280Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-08-17T12:16:16.6764919Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-08-17T12:16:16.7179781Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-08-17T12:16:16.7186096Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-08-17T12:16:16.7595991Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-08-17T12:16:16.7635753Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-08-17T12:16:16.8056999Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-08-17T12:16:16.8065272Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-08-17T12:16:16.8539831Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-08-17T12:16:16.8602165Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-08-17T12:16:16.8902501Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-08-17T12:16:16.9797988Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-08-17T12:16:16.9828187Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-08-17T12:16:16.9867271Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-08-17T12:16:16.9893447Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-08-17T12:16:17.1134982Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-08-17T12:16:17.1152554Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-08-17T12:16:17.1231515Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-08-17T12:16:17.1627186Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-08-17T12:16:17.1636074Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-08-17T12:16:17.2098870Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-08-17T12:16:17.2424803Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-08-17T12:16:17.2451126Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-08-17T12:16:17.2657512Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-08-17T12:16:17.2673508Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-08-17T12:16:17.2714168Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-08-17T12:16:17.2977877Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-08-17T12:16:17.3020597Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-08-17T12:16:17.3045403Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:16:17.3180847Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:16:17.3193240Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-08-17T12:16:17.3476432Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-08-17T12:16:17.3482338Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:16:17.3569432Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:16:17.3578418Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-08-17T12:16:17.3586083Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-08-17T12:16:17.3798703Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-08-17T12:16:17.3905030Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-08-17T12:16:17.3926143Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:16:17.4134795Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:16:17.4139998Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-08-17T12:16:17.4381337Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-08-17T12:16:17.4619510Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:16:17.4626932Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-08-17T12:16:17.4983696Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-08-17T12:16:17.7469857Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-08-17T12:16:17.7497075Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-08-17T12:16:17.8152732Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-08-17T12:16:17.8194742Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-08-17T12:16:17.8414597Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-08-17T12:16:17.8568617Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-08-17T12:16:17.8593957Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-08-17T12:16:17.8661792Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-08-17T12:16:17.8711473Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-08-17T12:16:17.9064039Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-08-17T12:16:17.9311768Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-08-17T12:16:17.9556856Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-08-17T12:16:17.9955627Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-08-17T12:16:18.0142450Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-08-17T12:16:18.4367726Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-08-17T12:16:18.4397689Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-08-17T12:16:18.4877364Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-08-17T12:16:18.4893852Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-08-17T12:16:18.5468931Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-08-17T12:16:18.5486201Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:16:18.6106112Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-08-17T12:16:18.6132332Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-08-17T12:16:18.8782690Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-08-17T12:16:18.8807509Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-08-17T12:16:19.0717917Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-08-17T12:16:19.0744065Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-08-17T12:16:19.0785772Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-08-17T12:16:19.1299244Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-08-17T12:16:19.2226401Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-08-17T12:16:19.2341607Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-08-17T12:16:19.2754342Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-08-17T12:16:19.2778567Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-08-17T12:16:19.2880339Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-08-17T12:16:19.2892891Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-08-17T12:16:19.2975348Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-08-17T12:16:19.2987784Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-08-17T12:16:19.3552244Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-08-17T12:16:19.3576932Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-08-17T12:16:19.3705579Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-08-17T12:16:19.4060165Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-08-17T12:16:19.4664204Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-08-17T12:16:19.4695557Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-08-17T12:16:19.4797464Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-08-17T12:16:19.5179696Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-08-17T12:16:19.5610716Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-08-17T12:16:19.5625355Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-08-17T12:16:19.5645289Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-08-17T12:16:19.5656124Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-08-17T12:16:19.5669973Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-08-17T12:16:19.6062725Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-08-17T12:16:19.6107396Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-08-17T12:16:19.6122367Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-08-17T12:16:19.6137628Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-08-17T12:16:19.6599882Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-08-17T12:16:19.6604513Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-08-17T12:16:19.7075821Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-08-17T12:16:19.7081513Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:16:19.7260156Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:16:19.7280301Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-08-17T12:16:19.7498284Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-08-17T12:16:19.7505951Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-08-17T12:16:19.7860840Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-08-17T12:16:19.7874663Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-08-17T12:16:19.7882259Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:16:19.8057853Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-08-17T12:16:19.8374953Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-08-17T12:16:19.8386522Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-08-17T12:16:19.8696659Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-08-17T12:16:19.8714021Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-08-17T12:16:19.8727247Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-08-17T12:16:19.8746852Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-08-17T12:16:19.8827916Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-08-17T12:16:19.8838546Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-08-17T12:16:19.8854975Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-08-17T12:16:19.8865736Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:16:19.8908596Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:16:19.8972807Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-08-17T12:16:19.9140943Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-08-17T12:16:19.9192023Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-08-17T12:16:19.9292924Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-08-17T12:16:19.9296213Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:16:19.9304486Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-08-17T12:16:19.9318987Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:16:19.9359729Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-08-17T12:16:19.9548127Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-08-17T12:16:19.9578536Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-08-17T12:16:19.9600254Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-08-17T12:16:19.9618663Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:16:19.9658923Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-08-17T12:16:19.9729570Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-08-17T12:16:19.9739172Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-08-17T12:16:19.9831216Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:16:19.9903283Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-08-17T12:16:20.0020697Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-08-17T12:16:20.0061871Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-08-17T12:16:20.0080092Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-08-17T12:16:20.0109001Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-08-17T12:16:20.0317160Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-08-17T12:16:20.0460857Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-08-17T12:16:20.0500381Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-08-17T12:16:20.0722115Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-08-17T12:16:20.0894640Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-08-17T12:16:20.0912390Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-08-17T12:16:20.0990841Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-08-17T12:16:20.1125048Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-08-17T12:16:20.1280673Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-08-17T12:16:20.1340341Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-08-17T12:16:20.1375213Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-08-17T12:16:20.1422596Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-08-17T12:16:20.1670871Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-08-17T12:16:20.1850644Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-08-17T12:16:20.1851184Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-08-17T12:16:20.1937689Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-08-17T12:16:20.2062276Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-08-17T12:16:20.2305453Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-08-17T12:16:20.2305950Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-08-17T12:16:20.2337893Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-08-17T12:16:20.2659697Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-08-17T12:16:20.2787383Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-08-17T12:16:20.2791308Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-08-17T12:16:20.2796954Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-08-17T12:16:20.2856992Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-08-17T12:16:20.2869423Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-08-17T12:16:20.2953736Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:16:20.3022716Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-08-17T12:16:20.3031549Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:16:20.3181716Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:16:20.3226023Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-08-17T12:16:20.3232932Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-08-17T12:16:20.3466882Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-08-17T12:16:20.3623672Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-08-17T12:16:20.3679195Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-08-17T12:16:20.3734961Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-08-17T12:16:20.3867237Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-08-17T12:16:20.4062305Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-08-17T12:16:20.4205725Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-08-17T12:16:20.4335533Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-08-17T12:16:20.4618876Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-08-17T12:16:20.6028397Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-08-17T12:16:20.6050438Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-08-17T12:16:20.7193218Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-08-17T12:16:20.7211736Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:16:20.7812844Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:16:20.7825186Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:16:20.8995276Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:16:20.9007054Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-08-17T12:16:20.9703916Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-08-17T12:16:20.9723613Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-08-17T12:16:21.0143517Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-08-17T12:16:21.0219627Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-08-17T12:16:21.0585981Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-08-17T12:16:21.0777661Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-08-17T12:16:21.1582155Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-08-17T12:16:21.1600267Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-08-17T12:16:21.1768630Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-08-17T12:16:21.2057568Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-08-17T12:16:21.2062299Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-08-17T12:16:21.2591360Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-08-17T12:16:21.3135224Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-08-17T12:16:21.3149406Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-08-17T12:16:21.3301594Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-08-17T12:16:21.3623861Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-08-17T12:16:21.4451480Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-08-17T12:16:21.4592879Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-08-17T12:16:21.4637567Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-08-17T12:16:21.5030653Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-08-17T12:16:21.5031225Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-08-17T12:16:21.5499142Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-08-17T12:16:21.5516443Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-08-17T12:16:21.5936654Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-08-17T12:16:21.6101601Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-08-17T12:16:21.6117780Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:16:21.6332561Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:16:21.6500656Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-08-17T12:16:21.6851076Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-08-17T12:16:21.6938927Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-08-17T12:16:21.7907429Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-08-17T12:16:21.7927552Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-08-17T12:16:21.8675124Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-08-17T12:16:21.8737849Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-08-17T12:16:21.8746950Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-08-17T12:16:21.8984083Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-08-17T12:16:21.8991786Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:16:21.9220482Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-08-17T12:16:21.9225257Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-08-17T12:16:21.9706360Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-08-17T12:16:21.9706779Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-08-17T12:16:22.0029662Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-08-17T12:16:22.0045618Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-08-17T12:16:22.0059391Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-08-17T12:16:22.3614525Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-08-17T12:16:22.3625207Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-08-17T12:16:22.3917682Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-08-17T12:16:22.4102057Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-08-17T12:16:22.4335751Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-08-17T12:16:22.4542932Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-08-17T12:16:22.4569326Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-08-17T12:16:22.4985165Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-08-17T12:16:22.5877750Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-08-17T12:16:22.6018385Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-08-17T12:16:22.6506626Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-08-17T12:16:22.6640904Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-08-17T12:16:22.7285986Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-08-17T12:16:22.7301078Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-08-17T12:16:22.7546933Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-08-17T12:16:22.7819948Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-08-17T12:16:22.7862828Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-08-17T12:16:22.8247962Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-08-17T12:16:22.8248544Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-08-17T12:16:22.8667689Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-08-17T12:16:22.8668719Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-08-17T12:16:22.9108454Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-08-17T12:16:22.9109248Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-08-17T12:16:22.9578203Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-08-17T12:16:22.9768931Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-08-17T12:16:23.0058017Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-08-17T12:16:23.0398334Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-08-17T12:16:23.0492835Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-08-17T12:16:23.0494520Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-08-17T12:16:23.0973666Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-08-17T12:16:23.0979551Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:16:23.0987700Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-08-17T12:16:23.1189953Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:16:23.1345859Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-08-17T12:16:23.1378542Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-08-17T12:16:23.1421555Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-08-17T12:16:23.1423439Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-08-17T12:16:23.1784149Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-08-17T12:16:23.1822947Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-08-17T12:16:23.2224294Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-08-17T12:16:23.2256371Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-08-17T12:16:23.2703064Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-08-17T12:16:23.2806246Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-08-17T12:16:23.3142643Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-08-17T12:16:23.3206886Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-08-17T12:16:23.3657503Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-08-17T12:16:23.3663230Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-08-17T12:16:23.4137508Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-08-17T12:16:23.9341736Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-08-17T12:16:23.9342208Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-08-17T12:16:24.0624345Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-08-17T12:16:24.0633699Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-08-17T12:16:24.1495239Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-08-17T12:16:24.1511241Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:16:24.2944324Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:16:24.2944887Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-08-17T12:16:24.4645339Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-08-17T12:16:24.4701390Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-08-17T12:16:24.4943722Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-08-17T12:16:24.4962069Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-08-17T12:16:24.4993784Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-08-17T12:16:24.5393583Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-08-17T12:16:24.5458840Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-08-17T12:16:24.5822754Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-08-17T12:16:24.6076090Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-08-17T12:16:24.6339153Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-08-17T12:16:24.6587350Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-08-17T12:16:24.6741256Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-08-17T12:16:24.6750310Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-08-17T12:16:24.7220835Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-08-17T12:16:25.0170439Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-08-17T12:16:25.0189435Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:16:25.2242894Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:16:25.2406735Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-08-17T12:16:25.2539129Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-08-17T12:16:25.2938868Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-08-17T12:16:25.3295510Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-08-17T12:16:25.3462182Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-08-17T12:16:25.3492732Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-08-17T12:16:25.3940514Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-08-17T12:16:25.4040166Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-08-17T12:16:25.4461957Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-08-17T12:16:25.4479456Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-08-17T12:16:25.4945271Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-08-17T12:16:25.4956529Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-08-17T12:16:25.5338597Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-08-17T12:16:25.5350494Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-08-17T12:16:25.5357197Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-08-17T12:16:25.5368055Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-08-17T12:16:25.5510839Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:16:25.5517149Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:16:25.5776221Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:16:25.5782602Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-08-17T12:16:25.5941031Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-08-17T12:16:25.6066768Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:16:25.6261281Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-08-17T12:16:25.6266386Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-08-17T12:16:25.6474492Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-08-17T12:16:25.6505047Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-08-17T12:16:25.6549982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-08-17T12:16:25.6621014Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-08-17T12:16:25.6988192Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-08-17T12:16:25.6988658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-08-17T12:16:25.7427866Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-08-17T12:16:25.7428387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-08-17T12:16:25.7574948Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-08-17T12:16:25.7598961Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-08-17T12:16:25.7946242Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-08-17T12:16:25.7946902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-08-17T12:16:25.8304691Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-08-17T12:16:25.8327041Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-08-17T12:16:25.8376087Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-08-17T12:16:25.8381562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-08-17T12:16:25.8618489Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-08-17T12:16:25.8822786Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-08-17T12:16:25.8864042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-08-17T12:16:25.8873872Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-08-17T12:16:25.9261397Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-08-17T12:16:25.9269547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-08-17T12:16:25.9426859Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-08-17T12:16:25.9439319Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-08-17T12:16:25.9739550Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-08-17T12:16:25.9741128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-08-17T12:16:26.0178845Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-08-17T12:16:26.0179326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-08-17T12:16:26.0619002Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-08-17T12:16:26.0624167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-08-17T12:16:26.1097246Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-08-17T12:16:26.1107464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-08-17T12:16:26.1576878Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-08-17T12:16:26.1583502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:26.1982780Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:26.2014262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-08-17T12:16:26.2083393Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-08-17T12:16:26.2095089Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:16:26.2423041Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:16:26.2436786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-08-17T12:16:26.2455768Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-08-17T12:16:26.2463489Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-08-17T12:16:26.2862931Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-08-17T12:16:26.2890673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-08-17T12:16:26.2957848Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-08-17T12:16:26.2968056Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-08-17T12:16:26.3016305Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-08-17T12:16:26.3023406Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-08-17T12:16:26.3343934Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-08-17T12:16:26.3350524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-08-17T12:16:26.3711684Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-08-17T12:16:26.3721067Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-08-17T12:16:26.3776754Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-08-17T12:16:26.3777965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-08-17T12:16:26.4184174Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-08-17T12:16:26.4231350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-08-17T12:16:26.4366439Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-08-17T12:16:26.4378780Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-08-17T12:16:26.4656772Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-08-17T12:16:26.4659944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-08-17T12:16:26.5116426Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-08-17T12:16:26.5125201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-08-17T12:16:26.5585586Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-08-17T12:16:26.5595376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-08-17T12:16:26.5991012Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-08-17T12:16:26.6026557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-08-17T12:16:26.6359558Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-08-17T12:16:26.6484285Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:16:26.6498242Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-08-17T12:16:26.6508446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-08-17T12:16:26.6515434Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-08-17T12:16:26.6556942Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:16:26.6909622Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-08-17T12:16:26.6937348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-08-17T12:16:26.7391891Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-08-17T12:16:26.7393083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-08-17T12:16:26.7819703Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-08-17T12:16:26.7820213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-08-17T12:16:26.8261822Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-08-17T12:16:26.8262726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-08-17T12:16:26.8702519Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-08-17T12:16:26.8703311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-08-17T12:16:26.9108912Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-08-17T12:16:26.9137149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-08-17T12:16:26.9347911Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-08-17T12:16:26.9359520Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-08-17T12:16:26.9589346Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-08-17T12:16:26.9589825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-08-17T12:16:27.0022784Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-08-17T12:16:27.0023286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-08-17T12:16:27.0503977Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-08-17T12:16:27.0509354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:27.0937095Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:27.0941491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-08-17T12:16:27.1411736Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-08-17T12:16:27.1416474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-08-17T12:16:27.1891849Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-08-17T12:16:27.1896523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-08-17T12:16:27.2345487Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-08-17T12:16:27.2349292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-08-17T12:16:27.2435215Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-08-17T12:16:27.2454608Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-08-17T12:16:27.2539964Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-08-17T12:16:27.2543625Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:16:27.2745481Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:16:27.2767887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-08-17T12:16:27.2783563Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-08-17T12:16:27.2792376Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-08-17T12:16:27.2931485Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-08-17T12:16:27.3182727Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-08-17T12:16:27.3204559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-08-17T12:16:27.3219801Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-08-17T12:16:27.3286137Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-08-17T12:16:27.3624472Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-08-17T12:16:27.3662572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-08-17T12:16:27.3675579Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-08-17T12:16:27.3797200Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-08-17T12:16:27.3973469Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-08-17T12:16:27.3988599Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:16:27.4065034Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:16:27.4102699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-08-17T12:16:27.4112749Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-08-17T12:16:27.4193624Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-08-17T12:16:27.4504233Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-08-17T12:16:27.4542405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-08-17T12:16:27.4552795Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-08-17T12:16:27.4652437Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-08-17T12:16:27.4774793Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-08-17T12:16:27.4787658Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:16:27.4942559Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:16:27.4974887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-08-17T12:16:27.5024575Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-08-17T12:16:27.5046336Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-08-17T12:16:27.5057830Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-08-17T12:16:27.5065221Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-08-17T12:16:27.5383599Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-08-17T12:16:27.5415478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-08-17T12:16:27.5529835Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-08-17T12:16:27.5532711Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-08-17T12:16:27.5684649Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-08-17T12:16:27.5696485Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:16:27.5823686Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:16:27.5853892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-08-17T12:16:27.5872902Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-08-17T12:16:27.5920468Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-08-17T12:16:27.5925415Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-08-17T12:16:27.6102155Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:16:27.6261803Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:16:27.6289349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-08-17T12:16:27.6351049Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-08-17T12:16:27.6351712Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-08-17T12:16:27.6543708Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:16:27.6656725Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:16:27.6664394Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-08-17T12:16:27.6701397Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-08-17T12:16:27.6752521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-08-17T12:16:27.6764032Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-08-17T12:16:27.6814425Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:16:27.6850796Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-08-17T12:16:27.7011580Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-08-17T12:16:27.7051563Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-08-17T12:16:27.7183713Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:16:27.7184195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-08-17T12:16:27.7263978Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-08-17T12:16:27.7272579Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-08-17T12:16:27.7298219Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:16:27.7463052Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-08-17T12:16:27.7588596Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:27.7619703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-08-17T12:16:27.7681986Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-08-17T12:16:27.7700195Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:16:27.7836067Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-08-17T12:16:27.7899486Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-08-17T12:16:27.8023711Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:16:27.8044694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-08-17T12:16:27.8056212Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:16:27.8144125Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-08-17T12:16:27.8173646Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-08-17T12:16:27.8301816Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-08-17T12:16:27.8309739Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-08-17T12:16:27.8339561Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-08-17T12:16:27.8464073Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:16:27.8494253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-08-17T12:16:27.8664250Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-08-17T12:16:27.8738184Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-08-17T12:16:27.8841685Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-08-17T12:16:27.8849721Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:16:27.8868163Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:16:27.8899527Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:16:27.8927333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-08-17T12:16:27.9104231Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-08-17T12:16:27.9197916Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-08-17T12:16:27.9262559Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-08-17T12:16:27.9343183Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:16:27.9367615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-08-17T12:16:27.9541669Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-08-17T12:16:27.9786343Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-08-17T12:16:27.9805687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-08-17T12:16:27.9825544Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:16:27.9841905Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:16:28.0095153Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-08-17T12:16:28.0107980Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-08-17T12:16:28.0164957Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-08-17T12:16:28.0219475Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:16:28.0241465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:28.0258267Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:28.0428528Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:16:28.0445722Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-08-17T12:16:28.0526968Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-08-17T12:16:28.0534482Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:16:28.0660526Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-08-17T12:16:28.0687000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-08-17T12:16:28.0698846Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-08-17T12:16:28.0864090Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:16:28.0899844Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-08-17T12:16:28.0922018Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-08-17T12:16:28.1103339Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:16:28.1127226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-08-17T12:16:28.1139852Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-08-17T12:16:28.1303125Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:16:28.1342169Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-08-17T12:16:28.1503964Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-08-17T12:16:28.1512611Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-08-17T12:16:28.1539311Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-08-17T12:16:28.1563444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-08-17T12:16:28.1783534Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-08-17T12:16:28.2015504Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-08-17T12:16:28.2020447Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-08-17T12:16:28.2023165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-08-17T12:16:28.2222941Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-08-17T12:16:28.2249358Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-08-17T12:16:28.2422913Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-08-17T12:16:28.2450846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-08-17T12:16:28.2701839Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-08-17T12:16:28.2727348Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-08-17T12:16:28.2861656Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-08-17T12:16:28.2890756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-08-17T12:16:28.3142042Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-08-17T12:16:28.3169666Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-08-17T12:16:28.3190799Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-08-17T12:16:28.3199872Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-08-17T12:16:28.3299648Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:16:28.3325593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-08-17T12:16:28.3580092Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-08-17T12:16:28.3607542Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-08-17T12:16:28.3621894Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:16:28.3625629Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-08-17T12:16:28.3740349Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:16:28.3768059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-08-17T12:16:28.4022264Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-08-17T12:16:28.4053745Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-08-17T12:16:28.4181211Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-08-17T12:16:28.4207116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-08-17T12:16:28.4463481Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-08-17T12:16:28.4505540Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-08-17T12:16:28.4589785Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-08-17T12:16:28.4635670Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:16:28.4659594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-08-17T12:16:28.4673445Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:16:28.4902086Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-08-17T12:16:28.4937183Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-08-17T12:16:28.5060445Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-08-17T12:16:28.5089609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-08-17T12:16:28.5342241Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-08-17T12:16:28.5376812Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-08-17T12:16:28.5501087Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-08-17T12:16:28.5525303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-08-17T12:16:28.5682140Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-08-17T12:16:28.5695344Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:16:28.5780102Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:16:28.5809367Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-08-17T12:16:28.5939994Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-08-17T12:16:28.5965713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-08-17T12:16:28.6222503Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-08-17T12:16:28.6413604Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-08-17T12:16:28.6427890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-08-17T12:16:28.6440025Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-08-17T12:16:28.6555563Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-08-17T12:16:28.6561070Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:16:28.6658404Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:16:28.6692260Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-08-17T12:16:28.6820032Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-08-17T12:16:28.6845089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-08-17T12:16:28.7102269Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-08-17T12:16:28.7139376Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-08-17T12:16:28.7263350Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-08-17T12:16:28.7287566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-08-17T12:16:28.7653966Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-08-17T12:16:28.7655698Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-08-17T12:16:28.7736928Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:16:28.7739885Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:16:28.7741492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-08-17T12:16:28.8144181Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-08-17T12:16:28.8171249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-08-17T12:16:28.8202538Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-08-17T12:16:28.8222434Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-08-17T12:16:28.8351843Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-08-17T12:16:28.8613008Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-08-17T12:16:28.8620463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-08-17T12:16:28.8660566Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-08-17T12:16:28.8698557Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-08-17T12:16:28.8746984Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-08-17T12:16:28.8754264Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:16:28.8843232Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:16:28.8853295Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:16:28.9019682Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-08-17T12:16:28.9043066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-08-17T12:16:28.9099574Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-08-17T12:16:28.9131070Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-08-17T12:16:28.9461865Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-08-17T12:16:28.9486609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:28.9539725Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:28.9572260Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-08-17T12:16:28.9581364Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-08-17T12:16:28.9592187Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:16:28.9902679Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:16:28.9926457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-08-17T12:16:28.9979783Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-08-17T12:16:29.0011367Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-08-17T12:16:29.0343238Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-08-17T12:16:29.0379235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-08-17T12:16:29.0424989Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-08-17T12:16:29.0429836Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:16:29.0435887Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-08-17T12:16:29.0451137Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-08-17T12:16:29.0833411Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-08-17T12:16:29.0834484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-08-17T12:16:29.0862974Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-08-17T12:16:29.0911034Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-08-17T12:16:29.1257646Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-08-17T12:16:29.1266672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-08-17T12:16:29.1302406Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-08-17T12:16:29.1337436Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-08-17T12:16:29.1705129Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-08-17T12:16:29.1732936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-08-17T12:16:29.1744354Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-08-17T12:16:29.1770772Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-08-17T12:16:29.2224563Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-08-17T12:16:29.2233788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-08-17T12:16:29.2237919Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-08-17T12:16:29.2392578Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-08-17T12:16:29.2624898Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-08-17T12:16:29.2654203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-08-17T12:16:29.2663926Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-08-17T12:16:29.2667337Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-08-17T12:16:29.2793043Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-08-17T12:16:29.2799436Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-08-17T12:16:29.3100726Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-08-17T12:16:29.3104510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-08-17T12:16:29.3113789Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-08-17T12:16:29.3147480Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-08-17T12:16:29.3518247Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-08-17T12:16:29.3537183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-08-17T12:16:29.3553622Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-08-17T12:16:29.3726737Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-08-17T12:16:29.3943644Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-08-17T12:16:29.3982293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-08-17T12:16:29.4012996Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-08-17T12:16:29.4027808Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-08-17T12:16:29.4478234Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-08-17T12:16:29.4482146Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-08-17T12:16:29.4494882Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-08-17T12:16:29.4497831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-08-17T12:16:29.4864659Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-08-17T12:16:29.4869614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-08-17T12:16:29.4891378Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-08-17T12:16:29.4904620Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-08-17T12:16:29.5358662Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-08-17T12:16:29.5359183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-08-17T12:16:29.5362410Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-08-17T12:16:29.5365037Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-08-17T12:16:29.5726220Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-08-17T12:16:29.5733971Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-08-17T12:16:29.5763562Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:16:29.5769537Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-08-17T12:16:29.5891548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-08-17T12:16:29.6019864Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-08-17T12:16:29.6146218Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:16:29.6223482Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:16:29.6250545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-08-17T12:16:29.6295882Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-08-17T12:16:29.6300609Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-08-17T12:16:29.6317183Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-08-17T12:16:29.6582434Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:16:29.6661944Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:16:29.6698497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-08-17T12:16:29.6753361Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-08-17T12:16:29.6762308Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:16:29.6770811Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-08-17T12:16:29.6805786Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-08-17T12:16:29.7020392Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-08-17T12:16:29.7100882Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:16:29.7131286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-08-17T12:16:29.7218579Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-08-17T12:16:29.7296126Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-08-17T12:16:29.7546516Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-08-17T12:16:29.7578874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-08-17T12:16:29.7665296Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-08-17T12:16:29.7709106Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-08-17T12:16:29.7984784Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-08-17T12:16:29.8022217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-08-17T12:16:29.8100727Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-08-17T12:16:29.8126433Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-08-17T12:16:29.8504155Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-08-17T12:16:29.8551133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-08-17T12:16:29.8581751Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-08-17T12:16:29.8607270Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-08-17T12:16:29.8943876Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-08-17T12:16:29.8977384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:29.9045581Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:29.9052259Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-08-17T12:16:29.9393197Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-08-17T12:16:29.9421246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-08-17T12:16:29.9538534Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-08-17T12:16:29.9896485Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-08-17T12:16:29.9902892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-08-17T12:16:30.0033299Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-08-17T12:16:30.0046846Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-08-17T12:16:30.0304639Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-08-17T12:16:30.0340677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-08-17T12:16:30.0560961Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-08-17T12:16:30.0577643Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-08-17T12:16:30.0611894Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-08-17T12:16:30.0776854Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-08-17T12:16:30.0777630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-08-17T12:16:30.1024001Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-08-17T12:16:30.1025853Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-08-17T12:16:30.1218697Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-08-17T12:16:30.1220567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-08-17T12:16:30.1497471Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-08-17T12:16:30.1497972Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-08-17T12:16:30.1617426Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-08-17T12:16:30.1626823Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-08-17T12:16:30.1628653Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-08-17T12:16:30.1659855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-08-17T12:16:30.1865001Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-08-17T12:16:30.2064292Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-08-17T12:16:30.2096297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-08-17T12:16:30.2162678Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-08-17T12:16:30.2301726Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-08-17T12:16:30.2417454Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-08-17T12:16:30.2462705Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-08-17T12:16:30.2469913Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:16:30.2498882Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:16:30.2524682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-08-17T12:16:30.2741798Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-08-17T12:16:30.2863892Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-08-17T12:16:30.2939785Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-08-17T12:16:30.2961554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-08-17T12:16:30.3185173Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-08-17T12:16:30.3213942Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-08-17T12:16:30.3386598Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-08-17T12:16:30.3410111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-08-17T12:16:30.3622933Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-08-17T12:16:30.3855081Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-08-17T12:16:30.3857266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-08-17T12:16:30.3921711Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-08-17T12:16:30.4097653Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-08-17T12:16:30.4297386Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-08-17T12:16:30.4299198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-08-17T12:16:30.4328238Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-08-17T12:16:30.4599388Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-08-17T12:16:30.4600942Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-08-17T12:16:30.4732952Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-08-17T12:16:30.4739156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-08-17T12:16:30.5019068Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-08-17T12:16:30.5041428Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-08-17T12:16:30.5215015Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-08-17T12:16:30.5218671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-08-17T12:16:30.5385206Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-08-17T12:16:30.5406629Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:16:30.5651407Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-08-17T12:16:30.5657709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-08-17T12:16:30.5825056Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-08-17T12:16:30.5926190Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-08-17T12:16:30.6152062Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-08-17T12:16:30.6158536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-08-17T12:16:30.6299728Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-08-17T12:16:30.6308336Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-08-17T12:16:30.6542991Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-08-17T12:16:30.6566920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-08-17T12:16:30.6648821Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-08-17T12:16:30.6660536Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:16:30.6740341Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:16:30.6776447Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-08-17T12:16:30.6985668Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-08-17T12:16:30.7021247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-08-17T12:16:30.7183906Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-08-17T12:16:30.7189482Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-08-17T12:16:30.7197186Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-08-17T12:16:30.7222836Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-08-17T12:16:30.7422005Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-08-17T12:16:30.7452545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-08-17T12:16:30.7622135Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-08-17T12:16:30.7932047Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-08-17T12:16:30.7934158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-08-17T12:16:30.8416431Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-08-17T12:16:30.8419363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-08-17T12:16:30.8856000Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-08-17T12:16:30.8859552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-08-17T12:16:30.9297985Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-08-17T12:16:30.9299754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:30.9738058Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:30.9741248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-08-17T12:16:31.0178384Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-08-17T12:16:31.0179894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-08-17T12:16:31.0617971Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-08-17T12:16:31.0620488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-08-17T12:16:31.1062317Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-08-17T12:16:31.1062829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-08-17T12:16:31.1498749Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-08-17T12:16:31.1500250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-08-17T12:16:31.1985353Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-08-17T12:16:31.1987155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-08-17T12:16:31.2419965Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-08-17T12:16:31.2421557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-08-17T12:16:31.2860321Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-08-17T12:16:31.2862261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-08-17T12:16:31.3373039Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-08-17T12:16:31.3374784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-08-17T12:16:31.3782047Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-08-17T12:16:31.3783104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-08-17T12:16:31.4257988Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-08-17T12:16:31.4263617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-08-17T12:16:31.4575786Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-08-17T12:16:31.4587393Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-08-17T12:16:31.4663899Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-08-17T12:16:31.4667357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-08-17T12:16:31.4687069Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:16:31.4702968Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:16:31.4752455Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-08-17T12:16:31.5064186Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-08-17T12:16:31.5137356Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-08-17T12:16:31.5141513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-08-17T12:16:31.5150768Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-08-17T12:16:31.5336084Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-08-17T12:16:31.5347598Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-08-17T12:16:31.5501839Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-08-17T12:16:31.5542230Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-08-17T12:16:31.5574255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-08-17T12:16:31.5838810Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-08-17T12:16:31.6003851Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-08-17T12:16:31.6038924Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-08-17T12:16:31.6040088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-08-17T12:16:31.6049187Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-08-17T12:16:31.6499226Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-08-17T12:16:31.6508654Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-08-17T12:16:31.6543764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-08-17T12:16:31.6662283Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-08-17T12:16:31.6864632Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-08-17T12:16:31.6914613Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-08-17T12:16:31.6976567Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-08-17T12:16:31.6982837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-08-17T12:16:31.7383735Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-08-17T12:16:31.7384187Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-08-17T12:16:31.7410422Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-08-17T12:16:31.7418140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-08-17T12:16:31.7784579Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-08-17T12:16:31.7819923Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-08-17T12:16:31.7856751Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-08-17T12:16:31.7857708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-08-17T12:16:31.8225141Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-08-17T12:16:31.8262661Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-08-17T12:16:31.8298104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-08-17T12:16:31.8336169Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-08-17T12:16:31.8356827Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-08-17T12:16:31.8367826Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:16:31.8712971Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:16:31.8718735Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-08-17T12:16:31.8774769Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-08-17T12:16:31.8779581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-08-17T12:16:31.9103867Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-08-17T12:16:31.9141654Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-08-17T12:16:31.9180895Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-08-17T12:16:31.9204239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:31.9277081Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:31.9284103Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-08-17T12:16:31.9544370Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-08-17T12:16:31.9624724Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-08-17T12:16:31.9665341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-08-17T12:16:32.0144439Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-08-17T12:16:32.0149105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:32.0579298Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:32.0586430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:32.1024158Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:32.1026139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-08-17T12:16:32.1464734Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-08-17T12:16:32.1466545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-08-17T12:16:32.1945467Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-08-17T12:16:32.1947564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-08-17T12:16:32.2380165Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-08-17T12:16:32.2381979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-08-17T12:16:32.2821910Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-08-17T12:16:32.2823844Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:16:32.2825400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:16:32.2826951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-08-17T12:16:32.3261497Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-08-17T12:16:32.3263102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-08-17T12:16:32.3702398Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-08-17T12:16:32.3711196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:32.4161319Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:32.4173540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-08-17T12:16:32.4300861Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-08-17T12:16:32.4312524Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-08-17T12:16:32.4578145Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-08-17T12:16:32.4584084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-08-17T12:16:32.5018302Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-08-17T12:16:32.5023920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-08-17T12:16:32.5454229Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-08-17T12:16:32.5467876Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-08-17T12:16:32.5472400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-08-17T12:16:32.5581590Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-08-17T12:16:32.5947346Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-08-17T12:16:32.5951960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-08-17T12:16:32.6386222Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-08-17T12:16:32.6390792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-08-17T12:16:32.6819846Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-08-17T12:16:32.6825042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-08-17T12:16:32.7258796Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-08-17T12:16:32.7263619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-08-17T12:16:32.7715934Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-08-17T12:16:32.7726766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-08-17T12:16:32.8140004Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-08-17T12:16:32.8149607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:32.8578743Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:32.8589374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-08-17T12:16:32.8599880Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-08-17T12:16:32.8608959Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-08-17T12:16:32.8977667Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-08-17T12:16:32.8992430Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:16:32.9022447Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:16:32.9062260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-08-17T12:16:32.9538783Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-08-17T12:16:32.9541899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-08-17T12:16:32.9846056Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-08-17T12:16:32.9860582Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-08-17T12:16:32.9989924Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-08-17T12:16:32.9990608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-08-17T12:16:33.0428874Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-08-17T12:16:33.0429519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-08-17T12:16:33.0928360Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-08-17T12:16:33.0928898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-08-17T12:16:33.1308208Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-08-17T12:16:33.1337353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-08-17T12:16:33.1779122Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-08-17T12:16:33.1784133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-08-17T12:16:33.2187888Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-08-17T12:16:33.2217620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-08-17T12:16:33.2659435Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-08-17T12:16:33.2664321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-08-17T12:16:33.3101852Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-08-17T12:16:33.3106327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-08-17T12:16:33.3538177Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-08-17T12:16:33.3548553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-08-17T12:16:33.3972012Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-08-17T12:16:33.3986964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-08-17T12:16:33.4417314Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-08-17T12:16:33.4426238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-08-17T12:16:33.4902309Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-08-17T12:16:33.4912646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-08-17T12:16:33.5326912Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-08-17T12:16:33.5371707Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:16:33.5379700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-08-17T12:16:33.5432782Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-08-17T12:16:33.5829154Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:16:33.5837806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-08-17T12:16:33.6258331Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-08-17T12:16:33.6267062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-08-17T12:16:33.6671089Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-08-17T12:16:33.6711269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-08-17T12:16:33.7182488Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-08-17T12:16:33.7183009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:33.7661749Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:33.7662243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-08-17T12:16:33.8113440Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-08-17T12:16:33.8117429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-08-17T12:16:33.8623526Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-08-17T12:16:33.8626892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-08-17T12:16:33.9059769Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-08-17T12:16:33.9060420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-08-17T12:16:33.9494363Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-08-17T12:16:33.9519556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-08-17T12:16:33.9712890Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-08-17T12:16:33.9731212Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-08-17T12:16:33.9945792Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:16:33.9980612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-08-17T12:16:34.0162170Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-08-17T12:16:34.0175352Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:16:34.0386165Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:16:34.0401712Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-08-17T12:16:34.0466813Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-08-17T12:16:34.0473570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-08-17T12:16:34.0930473Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-08-17T12:16:34.0931154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-08-17T12:16:34.1378592Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-08-17T12:16:34.1382178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-08-17T12:16:34.1858589Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-08-17T12:16:34.1862125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-08-17T12:16:34.2298023Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-08-17T12:16:34.2301589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-08-17T12:16:34.2739355Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-08-17T12:16:34.2742845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-08-17T12:16:34.3183569Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-08-17T12:16:34.3186903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-08-17T12:16:34.3625427Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-08-17T12:16:34.3629002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-08-17T12:16:34.4059095Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-08-17T12:16:34.4061901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-08-17T12:16:34.4499650Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-08-17T12:16:34.4500166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-08-17T12:16:34.4914411Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-08-17T12:16:34.4941651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-08-17T12:16:34.5303143Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-08-17T12:16:34.5323615Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:16:34.5417524Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:16:34.5423142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-08-17T12:16:34.5897253Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-08-17T12:16:34.5899590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-08-17T12:16:34.6377312Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-08-17T12:16:34.6378177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-08-17T12:16:34.6817707Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-08-17T12:16:34.6824029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-08-17T12:16:34.6848832Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-08-17T12:16:34.6868519Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:16:34.7258998Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:16:34.7261507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:34.7699003Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:34.7703851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-08-17T12:16:34.8137344Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-08-17T12:16:34.8142591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:34.8615987Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:34.8621402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:34.8985869Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:34.8999702Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-08-17T12:16:34.9052683Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-08-17T12:16:34.9057522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-08-17T12:16:34.9414990Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-08-17T12:16:34.9515595Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:16:34.9525511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-08-17T12:16:34.9539572Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-08-17T12:16:34.9941766Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:16:34.9945887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-08-17T12:16:35.0382439Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-08-17T12:16:35.0382945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-08-17T12:16:35.0863033Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-08-17T12:16:35.0863559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-08-17T12:16:35.1300231Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-08-17T12:16:35.1304142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-08-17T12:16:35.1740280Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-08-17T12:16:35.1745274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:35.2061499Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:35.2069971Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:16:35.2142461Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:16:35.2172847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-08-17T12:16:35.2625715Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-08-17T12:16:35.2635624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-08-17T12:16:35.3070096Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-08-17T12:16:35.3078724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-08-17T12:16:35.3111433Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-08-17T12:16:35.3127920Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:16:35.3536963Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:16:35.3540998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-08-17T12:16:35.3981255Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-08-17T12:16:35.3986710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-08-17T12:16:35.4434609Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-08-17T12:16:35.4440933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-08-17T12:16:35.4900548Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-08-17T12:16:35.4905848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-08-17T12:16:35.5337655Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-08-17T12:16:35.5347226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-08-17T12:16:35.5780030Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-08-17T12:16:35.5792023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-08-17T12:16:35.6258475Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-08-17T12:16:35.6266887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-08-17T12:16:35.6697984Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-08-17T12:16:35.6708881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-08-17T12:16:35.7136522Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-08-17T12:16:35.7144138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-08-17T12:16:35.7575890Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-08-17T12:16:35.7583768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-08-17T12:16:35.8017448Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-08-17T12:16:35.8028015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:35.8131133Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:35.8141630Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-08-17T12:16:35.8180071Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-08-17T12:16:35.8188191Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:16:35.8463300Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-08-17T12:16:35.8464916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-08-17T12:16:35.8900901Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-08-17T12:16:35.8903435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:35.9340935Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:35.9342876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:35.9764013Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:35.9777492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:35.9791114Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:16:35.9804022Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:36.0219873Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:16:36.0220531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-08-17T12:16:36.0699644Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-08-17T12:16:36.0700357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-08-17T12:16:36.1181931Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-08-17T12:16:36.1182636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-08-17T12:16:36.1365859Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-08-17T12:16:36.1381596Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-08-17T12:16:36.1622780Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-08-17T12:16:36.1626615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-08-17T12:16:36.2097488Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-08-17T12:16:36.2101492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-08-17T12:16:36.2561877Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-08-17T12:16:36.2579153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-08-17T12:16:36.2987722Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-08-17T12:16:36.3012276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-08-17T12:16:36.3423560Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-08-17T12:16:36.3449773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:36.3469578Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:36.3482999Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-08-17T12:16:36.3865912Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-08-17T12:16:36.3895621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-08-17T12:16:36.4346626Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-08-17T12:16:36.4356598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-08-17T12:16:36.4832640Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-08-17T12:16:36.4841686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-08-17T12:16:36.5299715Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-08-17T12:16:36.5308561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-08-17T12:16:36.5723612Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-08-17T12:16:36.5740065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-08-17T12:16:36.6181029Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-08-17T12:16:36.6190032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-08-17T12:16:36.6624964Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-08-17T12:16:36.6633940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-08-17T12:16:36.7060193Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-08-17T12:16:36.7068873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-08-17T12:16:36.7499809Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-08-17T12:16:36.7508444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-08-17T12:16:36.7949096Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-08-17T12:16:36.7958217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-08-17T12:16:36.8162787Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-08-17T12:16:36.8178232Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-08-17T12:16:36.8345771Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-08-17T12:16:36.8377503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-08-17T12:16:36.8829359Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-08-17T12:16:36.8830186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-08-17T12:16:36.9260324Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-08-17T12:16:36.9260977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-08-17T12:16:36.9699596Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-08-17T12:16:36.9700132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:37.0144335Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:37.0144882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-08-17T12:16:37.0582302Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-08-17T12:16:37.0582861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:37.0968300Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:37.1030812Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-08-17T12:16:37.1031324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:37.1039999Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:37.1462280Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-08-17T12:16:37.1462795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:37.1468506Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:37.1486289Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:16:37.1916314Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:16:37.1924213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-08-17T12:16:37.2112861Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-08-17T12:16:37.2127018Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-08-17T12:16:37.2332764Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-08-17T12:16:37.2339509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-08-17T12:16:37.2773317Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-08-17T12:16:37.2777441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-08-17T12:16:37.3216204Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-08-17T12:16:37.3217030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-08-17T12:16:37.3647341Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-08-17T12:16:37.3654920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-08-17T12:16:37.4097387Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-08-17T12:16:37.4098447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-08-17T12:16:37.4365297Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-08-17T12:16:37.4386312Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-08-17T12:16:37.4535047Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-08-17T12:16:37.4541034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-08-17T12:16:37.4977279Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-08-17T12:16:37.4981649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:37.5429866Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:37.5438188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-08-17T12:16:37.5857060Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-08-17T12:16:37.5861493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-08-17T12:16:37.6188010Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-08-17T12:16:37.6207739Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-08-17T12:16:37.6293538Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-08-17T12:16:37.6296361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-08-17T12:16:37.6741140Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-08-17T12:16:37.6743551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-08-17T12:16:37.7180030Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-08-17T12:16:37.7180621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-08-17T12:16:37.7622066Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-08-17T12:16:37.7622640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-08-17T12:16:37.8065294Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-08-17T12:16:37.8065814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-08-17T12:16:37.8502015Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-08-17T12:16:37.8502512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-08-17T12:16:37.8904430Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-08-17T12:16:37.8940388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-08-17T12:16:37.9421213Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-08-17T12:16:37.9421749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-08-17T12:16:37.9543417Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-08-17T12:16:37.9553203Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-08-17T12:16:37.9860559Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-08-17T12:16:37.9861076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-08-17T12:16:38.0301203Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-08-17T12:16:38.0301925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-08-17T12:16:38.0746232Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-08-17T12:16:38.0747063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-08-17T12:16:38.0960626Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-08-17T12:16:38.0978297Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:16:38.1144286Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:16:38.1175503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:38.1697754Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:38.1701269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-08-17T12:16:38.2057172Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-08-17T12:16:38.2058065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:38.2498261Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-08-17T12:16:38.2501497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:38.2942637Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-08-17T12:16:38.2949577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:38.3389192Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-08-17T12:16:38.3398600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-08-17T12:16:38.3824811Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-08-17T12:16:38.3833950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-08-17T12:16:38.3969319Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-08-17T12:16:38.3990965Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-08-17T12:16:38.4262946Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:16:38.4263620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-08-17T12:16:38.4700326Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-08-17T12:16:38.4700952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-08-17T12:16:38.5101457Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-08-17T12:16:38.5136158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-08-17T12:16:38.5148578Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-08-17T12:16:38.5159709Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-08-17T12:16:38.5543489Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-08-17T12:16:38.5578998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-08-17T12:16:38.6005700Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-08-17T12:16:38.6016944Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:16:38.6020144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-08-17T12:16:38.6085328Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-08-17T12:16:38.6457660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:16:38.6458130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:38.6898842Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-08-17T12:16:38.6903372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-08-17T12:16:38.7385209Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-08-17T12:16:38.7389586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-08-17T12:16:38.7817396Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-08-17T12:16:38.7821823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-08-17T12:16:38.8258690Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-08-17T12:16:38.8263071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-08-17T12:16:38.8700508Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-08-17T12:16:38.8703653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-08-17T12:16:38.9137724Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-08-17T12:16:38.9140811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-08-17T12:16:38.9579785Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-08-17T12:16:38.9580321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-08-17T12:16:39.0020100Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-08-17T12:16:39.0020605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-08-17T12:16:39.0460206Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-08-17T12:16:39.0461085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-08-17T12:16:39.0901141Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-08-17T12:16:39.0901644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-08-17T12:16:39.1345657Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-08-17T12:16:39.1346461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-08-17T12:16:39.1431714Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-08-17T12:16:39.1447936Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-08-17T12:16:39.1787723Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-08-17T12:16:39.1788395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-08-17T12:16:39.2185117Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-08-17T12:16:39.2213900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-08-17T12:16:39.2362778Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-08-17T12:16:39.2377976Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:16:39.2625728Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:16:39.2746791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-08-17T12:16:39.3103994Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-08-17T12:16:39.3133178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-08-17T12:16:39.3584020Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-08-17T12:16:39.3612905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-08-17T12:16:39.3724330Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-08-17T12:16:39.3735992Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-08-17T12:16:39.4025000Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-08-17T12:16:39.4055029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-08-17T12:16:39.4467064Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-08-17T12:16:39.4496186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-08-17T12:16:39.4906141Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-08-17T12:16:39.5027206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-08-17T12:16:39.5328849Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-08-17T12:16:39.5341539Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-08-17T12:16:39.5377996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-08-17T12:16:39.5386605Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-08-17T12:16:39.5518230Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-08-17T12:16:39.5527636Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:16:39.5595352Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-08-17T12:16:39.5810997Z [gw3] [ 28%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-08-17T12:16:39.5811804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-08-17T12:16:39.5916895Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-08-17T12:16:39.5972022Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-08-17T12:16:39.6223681Z [gw3] [ 28%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-08-17T12:16:39.6251685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-08-17T12:16:39.6355814Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-08-17T12:16:39.6363764Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:16:39.6379630Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:16:39.6435459Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-08-17T12:16:39.6663034Z [gw3] [ 28%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-08-17T12:16:39.6692146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-08-17T12:16:39.6863675Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-08-17T12:16:39.7139705Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-08-17T12:16:39.7146781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-08-17T12:16:39.7355366Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-08-17T12:16:39.7372457Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-08-17T12:16:39.7586171Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-08-17T12:16:39.7618789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-08-17T12:16:39.7696677Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-08-17T12:16:39.7706793Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-08-17T12:16:39.7715897Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-08-17T12:16:39.7821107Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-08-17T12:16:39.8060601Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-08-17T12:16:39.8067813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-08-17T12:16:39.8082221Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-08-17T12:16:39.8321603Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-08-17T12:16:39.8503092Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-08-17T12:16:39.8540672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-08-17T12:16:39.8944865Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-08-17T12:16:39.8978658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-08-17T12:16:39.9421801Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-08-17T12:16:39.9422326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-08-17T12:16:39.9859020Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-08-17T12:16:39.9862667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-08-17T12:16:40.0340361Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-08-17T12:16:40.0341116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-08-17T12:16:40.0662349Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-08-17T12:16:40.0670929Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-08-17T12:16:40.0781296Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:16:40.0814098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-08-17T12:16:40.0854836Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-08-17T12:16:40.0863675Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-08-17T12:16:40.1266613Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-08-17T12:16:40.1273668Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-08-17T12:16:40.1274224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-08-17T12:16:40.1419544Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-08-17T12:16:40.1488964Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-08-17T12:16:40.1500846Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:16:40.1547033Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:16:40.1661516Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-08-17T12:16:40.1690809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-08-17T12:16:40.1779401Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-08-17T12:16:40.2007013Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-08-17T12:16:40.2140245Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-08-17T12:16:40.2146846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-08-17T12:16:40.2223163Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-08-17T12:16:40.2476112Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-08-17T12:16:40.2578294Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-08-17T12:16:40.2582896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-08-17T12:16:40.2737702Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-08-17T12:16:40.2891470Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-08-17T12:16:40.3013944Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-08-17T12:16:40.3017795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-08-17T12:16:40.3177194Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-08-17T12:16:40.3325372Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-08-17T12:16:40.3422119Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-08-17T12:16:40.3454772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-08-17T12:16:40.3580164Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-08-17T12:16:40.3864992Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-08-17T12:16:40.3911949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-08-17T12:16:40.4067391Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-08-17T12:16:40.4079678Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:16:40.4084932Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-08-17T12:16:40.4092625Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:16:40.4315823Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-08-17T12:16:40.4375175Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-08-17T12:16:40.4381144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-08-17T12:16:40.4567830Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-08-17T12:16:40.4671698Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-08-17T12:16:40.4818645Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-08-17T12:16:40.4819218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-08-17T12:16:40.4941647Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-08-17T12:16:40.4991618Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-08-17T12:16:40.5000098Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:16:40.5031507Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:16:40.5222867Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-08-17T12:16:40.5249345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-08-17T12:16:40.5424334Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-08-17T12:16:40.5491685Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-08-17T12:16:40.5667922Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-08-17T12:16:40.5699446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-08-17T12:16:40.5864060Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-08-17T12:16:40.5923475Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-08-17T12:16:40.6141974Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-08-17T12:16:40.6142813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-08-17T12:16:40.6304665Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-08-17T12:16:40.6362976Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-08-17T12:16:40.6543675Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-08-17T12:16:40.6575402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-08-17T12:16:40.6727760Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-08-17T12:16:40.6734826Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:16:40.6742863Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:16:40.7013542Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-08-17T12:16:40.7052735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-08-17T12:16:40.7494904Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-08-17T12:16:40.7495439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-08-17T12:16:40.7903172Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-08-17T12:16:40.7903717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-08-17T12:16:40.8340708Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-08-17T12:16:40.8341219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-08-17T12:16:40.8782758Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-08-17T12:16:40.8783300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-08-17T12:16:40.9220104Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-08-17T12:16:40.9220610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-08-17T12:16:40.9662418Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-08-17T12:16:40.9662936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-08-17T12:16:41.0105687Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-08-17T12:16:41.0106404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-08-17T12:16:41.0229630Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-08-17T12:16:41.0237159Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:16:41.0540231Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:16:41.0540801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-08-17T12:16:41.0987723Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-08-17T12:16:41.0988318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-08-17T12:16:41.1422684Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-08-17T12:16:41.1423289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-08-17T12:16:41.1872264Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-08-17T12:16:41.1873002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-08-17T12:16:41.2300943Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-08-17T12:16:41.2301470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-08-17T12:16:41.2371418Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-08-17T12:16:41.2504753Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-08-17T12:16:41.2761461Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-08-17T12:16:41.2761941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-08-17T12:16:41.2824723Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-08-17T12:16:41.2833304Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:16:41.3179629Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:16:41.3182791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-08-17T12:16:41.3655171Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-08-17T12:16:41.3663282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:16:41.4136992Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:16:41.4146281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-08-17T12:16:41.4618040Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-08-17T12:16:41.4623911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-08-17T12:16:41.5058742Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-08-17T12:16:41.5063577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-08-17T12:16:41.5501499Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-08-17T12:16:41.5506445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-08-17T12:16:41.5977692Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-08-17T12:16:41.5990732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-08-17T12:16:41.6459599Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-08-17T12:16:41.6463574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-08-17T12:16:41.6939164Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-08-17T12:16:41.6951348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-08-17T12:16:41.7113207Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-08-17T12:16:41.7132994Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-08-17T12:16:41.7386950Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-08-17T12:16:41.7387468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-08-17T12:16:41.7861796Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-08-17T12:16:41.7875331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-08-17T12:16:41.8304174Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-08-17T12:16:41.8314130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-08-17T12:16:41.8465631Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-08-17T12:16:41.8482898Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:16:41.8783832Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:16:41.8784491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-08-17T12:16:41.9262209Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-08-17T12:16:41.9262902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:41.9741253Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:41.9741937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:16:42.0217737Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:16:42.0222559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:16:42.0661665Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:16:42.0669958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:16:42.1097740Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:16:42.1105924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:16:42.1238101Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:16:42.1383263Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-08-17T12:16:42.1505608Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-08-17T12:16:42.1536179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:16:42.2024527Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:16:42.2025127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:16:42.2460445Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:16:42.2461014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:16:42.2521480Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:16:42.2534065Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:16:42.2932132Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:16:42.3011560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:16:42.3336981Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:16:42.3343618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:16:42.3777856Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:16:42.3784725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:16:42.4217885Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:16:42.4221718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:16:42.4659131Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:16:42.4664151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-08-17T12:16:42.5104980Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-08-17T12:16:42.5109306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-08-17T12:16:42.5504279Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-08-17T12:16:42.5577082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-08-17T12:16:42.6017082Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-08-17T12:16:42.6022310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-08-17T12:16:42.6537860Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-08-17T12:16:42.6542906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-08-17T12:16:42.6897899Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-08-17T12:16:42.6902152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-08-17T12:16:42.7337820Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-08-17T12:16:42.7342559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-08-17T12:16:42.7767809Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-08-17T12:16:42.7777767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-08-17T12:16:42.8217587Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-08-17T12:16:42.8227988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-08-17T12:16:42.8658642Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-08-17T12:16:42.8667313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-08-17T12:16:42.9107753Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-08-17T12:16:42.9112910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-08-17T12:16:42.9225688Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-08-17T12:16:42.9241439Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:16:42.9356908Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:16:42.9366709Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:16:42.9476332Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:16:42.9487722Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-08-17T12:16:42.9500510Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-08-17T12:16:42.9533899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-08-17T12:16:42.9944968Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-08-17T12:16:42.9971841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:43.0421457Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:43.0421990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-08-17T12:16:43.0823442Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-08-17T12:16:43.0858706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-08-17T12:16:43.1297916Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-08-17T12:16:43.1298961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-08-17T12:16:43.1739325Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-08-17T12:16:43.1740341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-08-17T12:16:43.2178281Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-08-17T12:16:43.2179585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-08-17T12:16:43.2617494Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-08-17T12:16:43.2618352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-08-17T12:16:43.3097884Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-08-17T12:16:43.3098821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-08-17T12:16:43.3587709Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-08-17T12:16:43.3598874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-08-17T12:16:43.4056406Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-08-17T12:16:43.4067960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-08-17T12:16:43.4461405Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-08-17T12:16:43.4463891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-08-17T12:16:43.4901151Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-08-17T12:16:43.4901687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-08-17T12:16:43.5324914Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-08-17T12:16:43.5337500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-08-17T12:16:43.5635180Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-08-17T12:16:43.5670143Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:16:43.5785024Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:16:43.5817253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-08-17T12:16:43.6299177Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-08-17T12:16:43.6305489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-08-17T12:16:43.6630853Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-08-17T12:16:43.6641664Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-08-17T12:16:43.6663584Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-08-17T12:16:43.6674327Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:16:43.6743805Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:16:43.6749946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-08-17T12:16:43.7176742Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-08-17T12:16:43.7182103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-08-17T12:16:43.7622820Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-08-17T12:16:43.7623358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-08-17T12:16:43.8110275Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-08-17T12:16:43.8111414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-08-17T12:16:43.8546325Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-08-17T12:16:43.8551548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-08-17T12:16:43.8978292Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-08-17T12:16:43.8985938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-08-17T12:16:43.9472101Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-08-17T12:16:43.9480105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-08-17T12:16:43.9939728Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-08-17T12:16:43.9947334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-08-17T12:16:44.0381249Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-08-17T12:16:44.0389371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-08-17T12:16:44.0817639Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-08-17T12:16:44.0825512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-08-17T12:16:44.1259852Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-08-17T12:16:44.1272641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:44.1711602Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:44.1745176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-08-17T12:16:44.2216264Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-08-17T12:16:44.2224072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-08-17T12:16:44.2660104Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-08-17T12:16:44.2661008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-08-17T12:16:44.3160310Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-08-17T12:16:44.3168080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-08-17T12:16:44.3357236Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-08-17T12:16:44.3383160Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-08-17T12:16:44.3572698Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-08-17T12:16:44.3576574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-08-17T12:16:44.3985101Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-08-17T12:16:44.4021758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-08-17T12:16:44.4308470Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-08-17T12:16:44.4425090Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:16:44.4430122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-08-17T12:16:44.4466451Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:16:44.4911398Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-08-17T12:16:44.4919446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-08-17T12:16:44.5544946Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-08-17T12:16:44.5552919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-08-17T12:16:44.5956798Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-08-17T12:16:44.5962049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-08-17T12:16:44.6376282Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-08-17T12:16:44.6384204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-08-17T12:16:44.6829987Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-08-17T12:16:44.6839207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-08-17T12:16:44.7259029Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-08-17T12:16:44.7270804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-08-17T12:16:44.7432260Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-08-17T12:16:44.7458139Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:16:44.7702260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:16:44.7702952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-08-17T12:16:44.8142852Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-08-17T12:16:44.8143599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-08-17T12:16:44.8581184Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-08-17T12:16:44.8581795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:44.9023039Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:44.9023573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-08-17T12:16:44.9497211Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-08-17T12:16:44.9498749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-08-17T12:16:44.9979860Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-08-17T12:16:44.9981582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-08-17T12:16:45.0459187Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-08-17T12:16:45.0459723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-08-17T12:16:45.0865233Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-08-17T12:16:45.0879135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-08-17T12:16:45.0890529Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-08-17T12:16:45.0897734Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-08-17T12:16:45.1306584Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-08-17T12:16:45.1349445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-08-17T12:16:45.1823540Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-08-17T12:16:45.1824083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-08-17T12:16:45.2302765Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-08-17T12:16:45.2303477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-08-17T12:16:45.2772586Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-08-17T12:16:45.2776405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-08-17T12:16:45.3186402Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-08-17T12:16:45.3338030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-08-17T12:16:45.3664284Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-08-17T12:16:45.3664765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-08-17T12:16:45.4142195Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-08-17T12:16:45.4142667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-08-17T12:16:45.4623346Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-08-17T12:16:45.4623901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-08-17T12:16:45.4776478Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-08-17T12:16:45.4791528Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-08-17T12:16:45.5078701Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-08-17T12:16:45.5079597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-08-17T12:16:45.5494207Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-08-17T12:16:45.5497884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-08-17T12:16:45.5905841Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-08-17T12:16:45.5943957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:45.6392776Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:45.6415644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-08-17T12:16:45.6862897Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-08-17T12:16:45.6863675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-08-17T12:16:45.7303677Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-08-17T12:16:45.7304337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-08-17T12:16:45.7742795Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-08-17T12:16:45.7743735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-08-17T12:16:45.8139599Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-08-17T12:16:45.8151797Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:16:45.8162536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-08-17T12:16:45.8184680Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:16:45.8622175Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-08-17T12:16:45.8629510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-08-17T12:16:45.9064048Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-08-17T12:16:45.9071006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-08-17T12:16:45.9541751Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-08-17T12:16:45.9549185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-08-17T12:16:45.9980166Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-08-17T12:16:45.9988333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-08-17T12:16:46.0394097Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-08-17T12:16:46.0422302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-08-17T12:16:46.0859331Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-08-17T12:16:46.0865934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-08-17T12:16:46.1310518Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-08-17T12:16:46.1319005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-08-17T12:16:46.1336231Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-08-17T12:16:46.1352175Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:16:46.1743984Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:16:46.1752410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-08-17T12:16:46.2183665Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-08-17T12:16:46.2192198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-08-17T12:16:46.2745967Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-08-17T12:16:46.2758856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-08-17T12:16:46.2917713Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-08-17T12:16:46.2931110Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-08-17T12:16:46.3102967Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-08-17T12:16:46.3111463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-08-17T12:16:46.3539242Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-08-17T12:16:46.3551834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-08-17T12:16:46.3979801Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-08-17T12:16:46.3980313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-08-17T12:16:46.4419525Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-08-17T12:16:46.4420022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-08-17T12:16:46.4899021Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-08-17T12:16:46.4899519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-08-17T12:16:46.5212767Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-08-17T12:16:46.5228541Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:16:46.5340117Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:16:46.5340594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:46.5782714Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:46.5783562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-08-17T12:16:46.6220556Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-08-17T12:16:46.6221114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-08-17T12:16:46.6654080Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-08-17T12:16:46.6662166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-08-17T12:16:46.7146018Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-08-17T12:16:46.7146577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-08-17T12:16:46.7664564Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-08-17T12:16:46.7672286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-08-17T12:16:46.8144663Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-08-17T12:16:46.8145168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-08-17T12:16:46.8582540Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-08-17T12:16:46.8583055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-08-17T12:16:46.9023814Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-08-17T12:16:46.9024522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-08-17T12:16:46.9186923Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-08-17T12:16:46.9203392Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-08-17T12:16:46.9482090Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-08-17T12:16:46.9482548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-08-17T12:16:46.9993042Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-08-17T12:16:47.0024175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-08-17T12:16:47.0462112Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-08-17T12:16:47.0462625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-08-17T12:16:47.0902534Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-08-17T12:16:47.0903023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-08-17T12:16:47.1345199Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-08-17T12:16:47.1345706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-08-17T12:16:47.1744178Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-08-17T12:16:47.1779160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-08-17T12:16:47.2222007Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-08-17T12:16:47.2222509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-08-17T12:16:47.2481832Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-08-17T12:16:47.2498554Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-08-17T12:16:47.2660160Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-08-17T12:16:47.2660593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-08-17T12:16:47.3108308Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-08-17T12:16:47.3109037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-08-17T12:16:47.3539725Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-08-17T12:16:47.3540477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:47.3988405Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:47.3989084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-08-17T12:16:47.4417039Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-08-17T12:16:47.4422911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-08-17T12:16:47.4900685Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-08-17T12:16:47.4907264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-08-17T12:16:47.5337839Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-08-17T12:16:47.5346998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-08-17T12:16:47.5505202Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-08-17T12:16:47.5519693Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:16:47.5782139Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:16:47.5798432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-08-17T12:16:47.6261376Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-08-17T12:16:47.6262146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-08-17T12:16:47.6563420Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-08-17T12:16:47.6580271Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:16:47.6711515Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:16:47.6744147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-08-17T12:16:47.7147573Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-08-17T12:16:47.7174921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-08-17T12:16:47.7585328Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-08-17T12:16:47.7638504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-08-17T12:16:47.7722740Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-08-17T12:16:47.7740661Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:16:47.8119281Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:16:47.8126874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-08-17T12:16:47.8504562Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-08-17T12:16:47.8505315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-08-17T12:16:47.8946621Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-08-17T12:16:47.8947387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-08-17T12:16:47.9392132Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-08-17T12:16:47.9392899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-08-17T12:16:47.9871163Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-08-17T12:16:47.9871690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-08-17T12:16:48.0305216Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-08-17T12:16:48.0305734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-08-17T12:16:48.0798165Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-08-17T12:16:48.0798673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-08-17T12:16:48.1261862Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-08-17T12:16:48.1262614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-08-17T12:16:48.1742993Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-08-17T12:16:48.1743503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-08-17T12:16:48.2184919Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-08-17T12:16:48.2202313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-08-17T12:16:48.2657981Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-08-17T12:16:48.2666997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:48.3136109Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:48.3144936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-08-17T12:16:48.3574778Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-08-17T12:16:48.3583916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-08-17T12:16:48.3926897Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-08-17T12:16:48.3951839Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:16:48.4020899Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:16:48.4021932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-08-17T12:16:48.4411850Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-08-17T12:16:48.4461668Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-08-17T12:16:48.4470121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-08-17T12:16:48.4502545Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-08-17T12:16:48.4909417Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-08-17T12:16:48.4913913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-08-17T12:16:48.5337483Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-08-17T12:16:48.5341304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-08-17T12:16:48.5777917Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-08-17T12:16:48.5781223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-08-17T12:16:48.6247890Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-08-17T12:16:48.6252631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-08-17T12:16:48.6658079Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-08-17T12:16:48.6661672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-08-17T12:16:48.6797758Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-08-17T12:16:48.6944373Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:16:48.7099111Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:16:48.7099653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-08-17T12:16:48.7117071Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-08-17T12:16:48.7126029Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:16:48.7519855Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:16:48.7534927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-08-17T12:16:48.7800006Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-08-17T12:16:48.7812637Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-08-17T12:16:48.7945223Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-08-17T12:16:48.7994636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-08-17T12:16:48.8414023Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-08-17T12:16:48.8423410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-08-17T12:16:48.8856315Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-08-17T12:16:48.8866090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-08-17T12:16:48.9277309Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-08-17T12:16:48.9321107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-08-17T12:16:48.9721499Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-08-17T12:16:48.9757487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-08-17T12:16:49.0185129Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-08-17T12:16:49.0185932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-08-17T12:16:49.0616531Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-08-17T12:16:49.0625786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-08-17T12:16:49.1056718Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-08-17T12:16:49.1066183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-08-17T12:16:49.1501103Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-08-17T12:16:49.1510456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-08-17T12:16:49.1977979Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-08-17T12:16:49.1987213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-08-17T12:16:49.2419384Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-08-17T12:16:49.2428940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-08-17T12:16:49.2898305Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-08-17T12:16:49.2907651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:49.3341050Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:49.3352201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-08-17T12:16:49.3777278Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-08-17T12:16:49.3786405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-08-17T12:16:49.4103541Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-08-17T12:16:49.4132116Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:16:49.4230879Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:16:49.4231389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-08-17T12:16:49.4261471Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-08-17T12:16:49.4268880Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-08-17T12:16:49.4329074Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-08-17T12:16:49.4390978Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-08-17T12:16:49.4401195Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:16:49.4624553Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:16:49.4646491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-08-17T12:16:49.4701049Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-08-17T12:16:49.4759092Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-08-17T12:16:49.5068365Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-08-17T12:16:49.5121046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-08-17T12:16:49.5204185Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-08-17T12:16:49.5205017Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-08-17T12:16:49.5551889Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-08-17T12:16:49.5552419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-08-17T12:16:49.5658451Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-08-17T12:16:49.5667125Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-08-17T12:16:49.5942008Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-08-17T12:16:49.5966622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-08-17T12:16:49.6139210Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-08-17T12:16:49.6180206Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-08-17T12:16:49.6393647Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-08-17T12:16:49.6415241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-08-17T12:16:49.6467522Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-08-17T12:16:49.6478292Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:16:49.6539920Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:16:49.6592857Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-08-17T12:16:49.6827181Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-08-17T12:16:49.6882686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-08-17T12:16:49.6983798Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-08-17T12:16:49.7070063Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-08-17T12:16:49.7268556Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-08-17T12:16:49.7288966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-08-17T12:16:49.7426844Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-08-17T12:16:49.7552955Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-08-17T12:16:49.7724062Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-08-17T12:16:49.7756745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-08-17T12:16:49.7901263Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-08-17T12:16:49.7983556Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-08-17T12:16:49.8206251Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-08-17T12:16:49.8211826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-08-17T12:16:49.8384068Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-08-17T12:16:49.8453621Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-08-17T12:16:49.8467142Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:16:49.8592955Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:16:49.8634118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-08-17T12:16:49.8852744Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-08-17T12:16:49.8874351Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:16:49.9022895Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:16:49.9078711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-08-17T12:16:49.9496257Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-08-17T12:16:49.9501455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-08-17T12:16:50.0020221Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-08-17T12:16:50.0020767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-08-17T12:16:50.0592485Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-08-17T12:16:50.0593253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-08-17T12:16:50.0824475Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-08-17T12:16:50.0848900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-08-17T12:16:50.1302950Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-08-17T12:16:50.1303695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-08-17T12:16:50.1703334Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-08-17T12:16:50.1727149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-08-17T12:16:50.2224823Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-08-17T12:16:50.2245864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-08-17T12:16:50.2696854Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-08-17T12:16:50.2701712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-08-17T12:16:50.3135647Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-08-17T12:16:50.3143051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-08-17T12:16:50.3582035Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-08-17T12:16:50.3589118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-08-17T12:16:50.4018939Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-08-17T12:16:50.4019479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-08-17T12:16:50.4498291Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-08-17T12:16:50.4498837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:50.4661010Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:50.4681076Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:16:50.4942067Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:16:50.4951208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-08-17T12:16:50.5156264Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-08-17T12:16:50.5161657Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-08-17T12:16:50.5344277Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-08-17T12:16:50.5373271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-08-17T12:16:50.5825072Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-08-17T12:16:50.5825629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-08-17T12:16:50.6297252Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-08-17T12:16:50.6297824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-08-17T12:16:50.6780770Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-08-17T12:16:50.6783444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-08-17T12:16:50.7215973Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-08-17T12:16:50.7218627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-08-17T12:16:50.7418671Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-08-17T12:16:50.7438881Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:16:50.7624004Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:16:50.7656752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-08-17T12:16:50.8099789Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-08-17T12:16:50.8100502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-08-17T12:16:50.8580118Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-08-17T12:16:50.8582626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-08-17T12:16:50.9067319Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-08-17T12:16:50.9069938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-08-17T12:16:50.9498565Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-08-17T12:16:50.9499121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-08-17T12:16:50.9841289Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-08-17T12:16:50.9857451Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-08-17T12:16:50.9937961Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:16:50.9938632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-08-17T12:16:51.0382698Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-08-17T12:16:51.0383501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-08-17T12:16:51.0862096Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-08-17T12:16:51.0862606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-08-17T12:16:51.1446337Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-08-17T12:16:51.1446841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-08-17T12:16:51.1575824Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-08-17T12:16:51.1592737Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:16:51.1702022Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:16:51.1816838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-08-17T12:16:51.2218761Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-08-17T12:16:51.2222919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-08-17T12:16:51.2698165Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-08-17T12:16:51.2700520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-08-17T12:16:51.3137825Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-08-17T12:16:51.3145555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-08-17T12:16:51.3577476Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-08-17T12:16:51.3585950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-08-17T12:16:51.4018867Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-08-17T12:16:51.4025818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-08-17T12:16:51.4500444Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-08-17T12:16:51.4508225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-08-17T12:16:51.4938304Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-08-17T12:16:51.4938901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-08-17T12:16:51.5396516Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-08-17T12:16:51.5397035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-08-17T12:16:51.5503274Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-08-17T12:16:51.5515125Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:16:51.5615158Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-08-17T12:16:51.5624881Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:16:51.5677942Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-08-17T12:16:51.5857443Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-08-17T12:16:51.5862584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-08-17T12:16:51.6092093Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-08-17T12:16:51.6149992Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-08-17T12:16:51.6262653Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-08-17T12:16:51.6286521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:51.6379278Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:51.6389057Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:16:51.6498992Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:16:51.6561980Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-08-17T12:16:51.6661525Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-08-17T12:16:51.6673952Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-08-17T12:16:51.6701359Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-08-17T12:16:51.6728225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-08-17T12:16:51.6944623Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-08-17T12:16:51.7045245Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-08-17T12:16:51.7213275Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-08-17T12:16:51.7214843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-08-17T12:16:51.7382749Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-08-17T12:16:51.7466851Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-08-17T12:16:51.7677520Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-08-17T12:16:51.7678015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-08-17T12:16:51.7688117Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-08-17T12:16:51.7701586Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-08-17T12:16:51.7821597Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-08-17T12:16:51.7881279Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-08-17T12:16:51.8066658Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-08-17T12:16:51.8107178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-08-17T12:16:51.8339408Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-08-17T12:16:51.8340314Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-08-17T12:16:51.8484286Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-08-17T12:16:51.8492358Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:16:51.8500767Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:16:51.8525203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-08-17T12:16:51.8783341Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-08-17T12:16:51.8789152Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-08-17T12:16:51.8940241Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-08-17T12:16:51.8977430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-08-17T12:16:51.9217417Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-08-17T12:16:51.9221418Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-08-17T12:16:51.9384940Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-08-17T12:16:51.9408798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-08-17T12:16:51.9651468Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-08-17T12:16:51.9651966Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-08-17T12:16:51.9722910Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-08-17T12:16:51.9732032Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:16:51.9820939Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:16:51.9850530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-08-17T12:16:52.0128543Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-08-17T12:16:52.0129636Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-08-17T12:16:52.0262023Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-08-17T12:16:52.0295737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-08-17T12:16:52.0495564Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-08-17T12:16:52.0508962Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-08-17T12:16:52.0510596Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-08-17T12:16:52.0560347Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-08-17T12:16:52.0702960Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-08-17T12:16:52.0730258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-08-17T12:16:52.0988966Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-08-17T12:16:52.1161362Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-08-17T12:16:52.1190861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-08-17T12:16:52.1202001Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-08-17T12:16:52.1211296Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-08-17T12:16:52.1219235Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:16:52.1420974Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:16:52.1515099Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-08-17T12:16:52.1580568Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-08-17T12:16:52.1614937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-08-17T12:16:52.1987392Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-08-17T12:16:52.1988021Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-08-17T12:16:52.2064396Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-08-17T12:16:52.2065115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-08-17T12:16:52.2415958Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-08-17T12:16:52.2441222Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-08-17T12:16:52.2498344Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-08-17T12:16:52.2504622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-08-17T12:16:52.2614914Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-08-17T12:16:52.2628179Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-08-17T12:16:52.2782226Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-08-17T12:16:52.2815286Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-08-17T12:16:52.2823620Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:16:52.2872463Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:16:52.2899511Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-08-17T12:16:52.2927107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-08-17T12:16:52.3263258Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-08-17T12:16:52.3353721Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-08-17T12:16:52.3415563Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-08-17T12:16:52.3416655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-08-17T12:16:52.3703332Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-08-17T12:16:52.3793528Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-08-17T12:16:52.3854511Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-08-17T12:16:52.3856429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-08-17T12:16:52.4236151Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-08-17T12:16:52.4256841Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-08-17T12:16:52.4343097Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-08-17T12:16:52.4349569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-08-17T12:16:52.4487416Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-08-17T12:16:52.4497525Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:16:52.4580899Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:16:52.4686050Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-08-17T12:16:52.4699185Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-08-17T12:16:52.4707152Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-08-17T12:16:52.4739645Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:16:52.4767157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-08-17T12:16:52.4935425Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-08-17T12:16:52.5059645Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:16:52.5126492Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-08-17T12:16:52.5139724Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-08-17T12:16:52.5182104Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-08-17T12:16:52.5211942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-08-17T12:16:52.5328381Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-08-17T12:16:52.5501672Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-08-17T12:16:52.5569469Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-08-17T12:16:52.5579391Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-08-17T12:16:52.5601441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-08-17T12:16:52.5659034Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-08-17T12:16:52.5684900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-08-17T12:16:52.5692057Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-08-17T12:16:52.5698549Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:16:52.5939353Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-08-17T12:16:52.6006270Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-08-17T12:16:52.6018636Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-08-17T12:16:52.6039634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-08-17T12:16:52.6098588Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-08-17T12:16:52.6119122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-08-17T12:16:52.6380649Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-08-17T12:16:52.6442423Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-08-17T12:16:52.6458681Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-08-17T12:16:52.6486522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-08-17T12:16:52.6539319Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-08-17T12:16:52.6560923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-08-17T12:16:52.6727697Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-08-17T12:16:52.6734980Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-08-17T12:16:52.6818506Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-08-17T12:16:52.6882821Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-08-17T12:16:52.6898646Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-08-17T12:16:52.6919882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-08-17T12:16:52.6978580Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-08-17T12:16:52.6999857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-08-17T12:16:52.7260135Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-08-17T12:16:52.7273039Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-08-17T12:16:52.7379029Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-08-17T12:16:52.7398903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-08-17T12:16:52.7419213Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-08-17T12:16:52.7441684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-08-17T12:16:52.7701880Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-08-17T12:16:52.7715503Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-08-17T12:16:52.7810901Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-08-17T12:16:52.7821146Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-08-17T12:16:52.7823053Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-08-17T12:16:52.7845983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-08-17T12:16:52.7857994Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-08-17T12:16:52.7880987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:52.8140814Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:52.8155899Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-08-17T12:16:52.8259758Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-08-17T12:16:52.8281531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-08-17T12:16:52.8298978Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-08-17T12:16:52.8319172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-08-17T12:16:52.8580738Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-08-17T12:16:52.8595796Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-08-17T12:16:52.8698709Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-08-17T12:16:52.8721070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-08-17T12:16:52.8738627Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-08-17T12:16:52.8759378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-08-17T12:16:52.8906844Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-08-17T12:16:52.8915892Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-08-17T12:16:52.9019434Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-08-17T12:16:52.9036354Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-08-17T12:16:52.9140142Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-08-17T12:16:52.9165871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-08-17T12:16:52.9179076Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-08-17T12:16:52.9204918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-08-17T12:16:52.9460230Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-08-17T12:16:52.9474737Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-08-17T12:16:52.9580010Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-08-17T12:16:52.9603062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:52.9619017Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:52.9641610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-08-17T12:16:52.9901661Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-08-17T12:16:52.9916161Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-08-17T12:16:53.0020573Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-08-17T12:16:53.0049479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.0052636Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.0060897Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-08-17T12:16:53.0063472Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-08-17T12:16:53.0086098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-08-17T12:16:53.0341998Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-08-17T12:16:53.0356165Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-08-17T12:16:53.0459238Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-08-17T12:16:53.0480131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-08-17T12:16:53.0497697Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-08-17T12:16:53.0519816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-08-17T12:16:53.0780333Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-08-17T12:16:53.0793296Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-08-17T12:16:53.0898862Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-08-17T12:16:53.0921341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-08-17T12:16:53.0938252Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-08-17T12:16:53.0960574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-08-17T12:16:53.1173344Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-08-17T12:16:53.1181360Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-08-17T12:16:53.1218280Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-08-17T12:16:53.1234033Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-08-17T12:16:53.1339230Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-08-17T12:16:53.1360683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-08-17T12:16:53.1378379Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-08-17T12:16:53.1400929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-08-17T12:16:53.1660762Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-08-17T12:16:53.1675764Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-08-17T12:16:53.1778316Z [gw1] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-08-17T12:16:53.1800578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-08-17T12:16:53.1818046Z [gw3] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-08-17T12:16:53.1840027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-08-17T12:16:53.2098614Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-08-17T12:16:53.2113227Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-08-17T12:16:53.2218435Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-08-17T12:16:53.2240510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-08-17T12:16:53.2258234Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-08-17T12:16:53.2280498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-08-17T12:16:53.2289173Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-08-17T12:16:53.2299528Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-08-17T12:16:53.2541061Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-08-17T12:16:53.2554191Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-08-17T12:16:53.2659532Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-08-17T12:16:53.2683836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-08-17T12:16:53.2698515Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-08-17T12:16:53.2722973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-08-17T12:16:53.2797449Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-08-17T12:16:53.2809059Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-08-17T12:16:53.2980641Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-08-17T12:16:53.2998353Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-08-17T12:16:53.3099811Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-08-17T12:16:53.3125732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-08-17T12:16:53.3139365Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-08-17T12:16:53.3169109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-08-17T12:16:53.3192843Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-08-17T12:16:53.3258038Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-08-17T12:16:53.3421737Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-08-17T12:16:53.3446764Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-08-17T12:16:53.3540854Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-08-17T12:16:53.3571270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-08-17T12:16:53.3620946Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-08-17T12:16:53.3645921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-08-17T12:16:53.3758305Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-08-17T12:16:53.3766117Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-08-17T12:16:53.3859488Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-08-17T12:16:53.3877114Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-08-17T12:16:53.3979896Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-08-17T12:16:53.4005530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-08-17T12:16:53.4058948Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-08-17T12:16:53.4092621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-08-17T12:16:53.4246562Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-08-17T12:16:53.4258864Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-08-17T12:16:53.4307371Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-08-17T12:16:53.4323261Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-08-17T12:16:53.4462200Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-08-17T12:16:53.4490175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-08-17T12:16:53.4509024Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-08-17T12:16:53.4532532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-08-17T12:16:53.4770787Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-08-17T12:16:53.4780371Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-08-17T12:16:53.4782835Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-08-17T12:16:53.4796964Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-08-17T12:16:53.4898699Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-08-17T12:16:53.4924360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-08-17T12:16:53.4938967Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-08-17T12:16:53.4965026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-08-17T12:16:53.5198892Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-08-17T12:16:53.5218857Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-08-17T12:16:53.5236232Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-08-17T12:16:53.5258104Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-08-17T12:16:53.5339715Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-08-17T12:16:53.5365811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-08-17T12:16:53.5378933Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-08-17T12:16:53.5403538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-08-17T12:16:53.5661018Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-08-17T12:16:53.5680420Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-08-17T12:16:53.5688348Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-08-17T12:16:53.5697351Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-08-17T12:16:53.5779555Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-08-17T12:16:53.5805395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-08-17T12:16:53.5820029Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-08-17T12:16:53.5844496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-08-17T12:16:53.6092420Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-08-17T12:16:53.6100894Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-08-17T12:16:53.6118722Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-08-17T12:16:53.6137676Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-08-17T12:16:53.6219324Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-08-17T12:16:53.6242920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-08-17T12:16:53.6259615Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-08-17T12:16:53.6286352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-08-17T12:16:53.6476020Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-08-17T12:16:53.6539125Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-08-17T12:16:53.6557437Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-08-17T12:16:53.6577607Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-08-17T12:16:53.6659541Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-08-17T12:16:53.6682682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-08-17T12:16:53.6699017Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-08-17T12:16:53.6727588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-08-17T12:16:53.6925464Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-08-17T12:16:53.6979409Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-08-17T12:16:53.6995440Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-08-17T12:16:53.7017713Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-08-17T12:16:53.7099670Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-08-17T12:16:53.7124971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-08-17T12:16:53.7139440Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-08-17T12:16:53.7167554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-08-17T12:16:53.7353662Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-08-17T12:16:53.7419683Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-08-17T12:16:53.7435637Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-08-17T12:16:53.7458498Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-08-17T12:16:53.7540002Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-08-17T12:16:53.7565732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-08-17T12:16:53.7579958Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-08-17T12:16:53.7608119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-08-17T12:16:53.7802152Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-08-17T12:16:53.7859623Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-08-17T12:16:53.7875473Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-08-17T12:16:53.7898424Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-08-17T12:16:53.7980003Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-08-17T12:16:53.8005513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-08-17T12:16:53.8019253Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-08-17T12:16:53.8047183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-08-17T12:16:53.8242674Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-08-17T12:16:53.8299868Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-08-17T12:16:53.8319678Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-08-17T12:16:53.8338080Z [gw1] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-08-17T12:16:53.8418225Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-08-17T12:16:53.8454729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-08-17T12:16:53.8466467Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-08-17T12:16:53.8524720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-08-17T12:16:53.8742422Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-08-17T12:16:53.8865814Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-08-17T12:16:53.8911638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-08-17T12:16:53.8917561Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-08-17T12:16:53.8948042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:53.9364021Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:53.9388779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:53.9392855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.9409623Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:53.9438111Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-08-17T12:16:53.9440297Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.9786263Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-08-17T12:16:53.9825926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.9865713Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-08-17T12:16:53.9914285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-08-17T12:16:54.0223843Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-08-17T12:16:54.0252134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.0373772Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.0377879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-08-17T12:16:54.0664960Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-08-17T12:16:54.0694783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.0817246Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.0825252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-08-17T12:16:54.1143785Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-08-17T12:16:54.1170965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.1221596Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.1261228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.1583555Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.1616115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.1699648Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.1702192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.2022563Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.2051372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-08-17T12:16:54.2054194Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-08-17T12:16:54.2062951Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-08-17T12:16:54.2100730Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-08-17T12:16:54.2111167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.2120558Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-08-17T12:16:54.2130669Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-08-17T12:16:54.2463189Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.2493090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-08-17T12:16:54.2540391Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-08-17T12:16:54.2567882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.2955738Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.2959272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-08-17T12:16:54.3012720Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-08-17T12:16:54.3013702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-08-17T12:16:54.3415987Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-08-17T12:16:54.3419289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-08-17T12:16:54.3471396Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-08-17T12:16:54.3496042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-08-17T12:16:54.3822739Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-08-17T12:16:54.3847955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-08-17T12:16:54.3941581Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-08-17T12:16:54.3979144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-08-17T12:16:54.4085934Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-08-17T12:16:54.4093334Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-08-17T12:16:54.4265039Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-08-17T12:16:54.4311713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-08-17T12:16:54.4383026Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-08-17T12:16:54.4410468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-08-17T12:16:54.4744516Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-08-17T12:16:54.4779773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-08-17T12:16:54.4826410Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-08-17T12:16:54.4937832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-08-17T12:16:54.5183182Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-08-17T12:16:54.5207713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-08-17T12:16:54.5260756Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-08-17T12:16:54.5458271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-08-17T12:16:54.5623503Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-08-17T12:16:54.5671542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-08-17T12:16:54.5739424Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-08-17T12:16:54.5759464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-08-17T12:16:54.6066518Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-08-17T12:16:54.6080695Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-08-17T12:16:54.6088257Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-08-17T12:16:54.6098075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-08-17T12:16:54.6180062Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-08-17T12:16:54.6208143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-08-17T12:16:54.6525178Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-08-17T12:16:54.6539719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-08-17T12:16:54.6624504Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-08-17T12:16:54.6669120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-08-17T12:16:54.6943399Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-08-17T12:16:54.6979495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-08-17T12:16:54.7149489Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-08-17T12:16:54.7153435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-08-17T12:16:54.7437335Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-08-17T12:16:54.7441041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:54.7542570Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:54.7574125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-08-17T12:16:54.7871833Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-08-17T12:16:54.7874625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-08-17T12:16:54.8060655Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-08-17T12:16:54.8065505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-08-17T12:16:54.8302905Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-08-17T12:16:54.8304725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.8324232Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-08-17T12:16:54.8342051Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-08-17T12:16:54.8503349Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-08-17T12:16:54.8533025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-08-17T12:16:54.8587152Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-08-17T12:16:54.8596839Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-08-17T12:16:54.8703861Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-08-17T12:16:54.8741973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.8942927Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-08-17T12:16:54.8971556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-08-17T12:16:54.9142127Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-08-17T12:16:54.9173887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.9423582Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-08-17T12:16:54.9455087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-08-17T12:16:54.9582368Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-08-17T12:16:54.9608500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.9866429Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-08-17T12:16:54.9906547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-08-17T12:16:55.0049008Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-08-17T12:16:55.0058214Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-08-17T12:16:55.0067989Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-08-17T12:16:55.0106894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.0304345Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.0341328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:55.0504950Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:55.0547800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.0744862Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.0787737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-08-17T12:16:55.0941439Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-08-17T12:16:55.0950219Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-08-17T12:16:55.0954932Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-08-17T12:16:55.0985508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.1223375Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.1255712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-08-17T12:16:55.1423303Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-08-17T12:16:55.1429126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.1667297Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.1687658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-08-17T12:16:55.1822728Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-08-17T12:16:55.1860141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-08-17T12:16:55.2144051Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-08-17T12:16:55.2186173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-08-17T12:16:55.2264112Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-08-17T12:16:55.2298612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-08-17T12:16:55.2457165Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-08-17T12:16:55.2465742Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-08-17T12:16:55.2580687Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-08-17T12:16:55.2603599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-08-17T12:16:55.2742676Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-08-17T12:16:55.2770803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-08-17T12:16:55.3063199Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-08-17T12:16:55.3110006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-08-17T12:16:55.3181094Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-08-17T12:16:55.3196960Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-08-17T12:16:55.3261477Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-08-17T12:16:55.3266391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-08-17T12:16:55.3548079Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-08-17T12:16:55.3552395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-08-17T12:16:55.3666559Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-08-17T12:16:55.3716711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-08-17T12:16:55.3948589Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-08-17T12:16:55.3959349Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-08-17T12:16:55.3985183Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-08-17T12:16:55.3989436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-08-17T12:16:55.4100183Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-08-17T12:16:55.4132045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-08-17T12:16:55.4420752Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-08-17T12:16:55.4424721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-08-17T12:16:55.4541974Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-08-17T12:16:55.4572774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-08-17T12:16:55.4669922Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-08-17T12:16:55.4682357Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-08-17T12:16:55.4795431Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-08-17T12:16:55.4805751Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-08-17T12:16:55.4823613Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-08-17T12:16:55.4856706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.4980851Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.5010490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-08-17T12:16:55.5298073Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-08-17T12:16:55.5299589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.5306311Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.5321796Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-08-17T12:16:55.5422945Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-08-17T12:16:55.5449454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:55.5703100Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:55.5736888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.5862242Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.5890863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-08-17T12:16:55.6178426Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-08-17T12:16:55.6182270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.6346138Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.6349125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-08-17T12:16:55.6506571Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-08-17T12:16:55.6520745Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-08-17T12:16:55.6623293Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-08-17T12:16:55.6653612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-08-17T12:16:55.6741621Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-08-17T12:16:55.6778085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-08-17T12:16:55.7100980Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-08-17T12:16:55.7107525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-08-17T12:16:55.7243679Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-08-17T12:16:55.7270092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-08-17T12:16:55.7584624Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-08-17T12:16:55.7592357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-08-17T12:16:55.7692510Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-08-17T12:16:55.7697314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-08-17T12:16:55.7991342Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-08-17T12:16:55.8025406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-08-17T12:16:55.8038038Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-08-17T12:16:55.8045287Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-08-17T12:16:55.8140823Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-08-17T12:16:55.8161639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.8423537Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-08-17T12:16:55.8451991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-08-17T12:16:55.8655839Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-08-17T12:16:55.8661010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.8864758Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-08-17T12:16:55.8914119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-08-17T12:16:55.9098264Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-08-17T12:16:55.9103531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.9353018Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-08-17T12:16:55.9356768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-08-17T12:16:55.9532969Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-08-17T12:16:55.9540330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.9742355Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-08-17T12:16:55.9788087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-08-17T12:16:56.0011115Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-08-17T12:16:56.0016115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-08-17T12:16:56.0262730Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-08-17T12:16:56.0266423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-08-17T12:16:56.0437505Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-08-17T12:16:56.0446715Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-08-17T12:16:56.0458906Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-08-17T12:16:56.0482738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-08-17T12:16:56.0662068Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-08-17T12:16:56.0688184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:56.0903928Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:56.0939594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-08-17T12:16:56.1143320Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-08-17T12:16:56.1170775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-08-17T12:16:56.1345907Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-08-17T12:16:56.1376911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-08-17T12:16:56.1622354Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-08-17T12:16:56.1655249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-08-17T12:16:56.1781226Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-08-17T12:16:56.1818030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-08-17T12:16:56.1938806Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-08-17T12:16:56.1950320Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-08-17T12:16:56.2062001Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-08-17T12:16:56.2096738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-08-17T12:16:56.2263992Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-08-17T12:16:56.2267942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-08-17T12:16:56.2549702Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-08-17T12:16:56.2550429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-08-17T12:16:56.2736305Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-08-17T12:16:56.2738369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-08-17T12:16:56.2984912Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-08-17T12:16:56.3030757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-08-17T12:16:56.3178172Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-08-17T12:16:56.3180017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-08-17T12:16:56.3462129Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-08-17T12:16:56.3463676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-08-17T12:16:56.3614202Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-08-17T12:16:56.3614958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-08-17T12:16:56.3844471Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-08-17T12:16:56.3851372Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-08-17T12:16:56.3859646Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-08-17T12:16:56.3892673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-08-17T12:16:56.4021795Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-08-17T12:16:56.4062201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:56.4305319Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:56.4342611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-08-17T12:16:56.4544006Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-08-17T12:16:56.4546671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-08-17T12:16:56.4744672Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-08-17T12:16:56.4786044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-08-17T12:16:56.4983483Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-08-17T12:16:56.4984663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-08-17T12:16:56.5228335Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-08-17T12:16:56.5228874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-08-17T12:16:56.5475806Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-08-17T12:16:56.5476464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-08-17T12:16:56.5670528Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-08-17T12:16:56.5671368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-08-17T12:16:56.5936166Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-08-17T12:16:56.5937367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-08-17T12:16:56.6140269Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-08-17T12:16:56.6140787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-08-17T12:16:56.6375270Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-08-17T12:16:56.6382218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-08-17T12:16:56.6391606Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-08-17T12:16:56.6403329Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-08-17T12:16:56.6580366Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-08-17T12:16:56.6611488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-08-17T12:16:56.6824487Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-08-17T12:16:56.6833512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-08-17T12:16:56.7046919Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-08-17T12:16:56.7070170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-08-17T12:16:56.7260898Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-08-17T12:16:56.7266575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-08-17T12:16:56.7546451Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-08-17T12:16:56.7591211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-08-17T12:16:56.7742929Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-08-17T12:16:56.7745644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-08-17T12:16:56.7804525Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-08-17T12:16:56.7813966Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-08-17T12:16:56.7983753Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-08-17T12:16:56.8014768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-08-17T12:16:56.8141721Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-08-17T12:16:56.8175821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-08-17T12:16:56.8423667Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-08-17T12:16:56.8452964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-08-17T12:16:56.8466685Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-08-17T12:16:56.8479552Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-08-17T12:16:56.8581418Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-08-17T12:16:56.8612843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-08-17T12:16:56.8893160Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-08-17T12:16:56.8895171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-08-17T12:16:56.9061395Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-08-17T12:16:56.9062744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-08-17T12:16:56.9322550Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-08-17T12:16:56.9347988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-08-17T12:16:56.9496131Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-08-17T12:16:56.9496749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-08-17T12:16:56.9823995Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-08-17T12:16:56.9830725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-08-17T12:16:56.9933612Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-08-17T12:16:56.9934504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-08-17T12:16:57.0256845Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-08-17T12:16:57.0263166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:57.0373020Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:57.0373850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-08-17T12:16:57.0704530Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-08-17T12:16:57.0712578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-08-17T12:16:57.0716823Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-08-17T12:16:57.0726355Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-08-17T12:16:57.0784774Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-08-17T12:16:57.0818582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-08-17T12:16:57.1104058Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-08-17T12:16:57.1134093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-08-17T12:16:57.1267530Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-08-17T12:16:57.1269336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-08-17T12:16:57.1544148Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-08-17T12:16:57.1573855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-08-17T12:16:57.1702106Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-08-17T12:16:57.1702820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-08-17T12:16:57.1986028Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-08-17T12:16:57.2036631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-08-17T12:16:57.2136652Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-08-17T12:16:57.2138273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-08-17T12:16:57.2456892Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-08-17T12:16:57.2458324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-08-17T12:16:57.2573251Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-08-17T12:16:57.2574773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-08-17T12:16:57.2861959Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-08-17T12:16:57.2894714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-08-17T12:16:57.3028467Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-08-17T12:16:57.3037821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-08-17T12:16:57.3060604Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-08-17T12:16:57.3071667Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-08-17T12:16:57.3302340Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-08-17T12:16:57.3330527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-08-17T12:16:57.3419914Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-08-17T12:16:57.3442430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:57.3473119Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:57.3480037Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-08-17T12:16:57.3782531Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-08-17T12:16:57.3809012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-08-17T12:16:57.3901018Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-08-17T12:16:57.3928644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-08-17T12:16:57.4224518Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-08-17T12:16:57.4249823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-08-17T12:16:57.4341926Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-08-17T12:16:57.4380509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-08-17T12:16:57.4724648Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-08-17T12:16:57.4745899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-08-17T12:16:57.4780307Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-08-17T12:16:57.4809542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-08-17T12:16:57.5036513Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-08-17T12:16:57.5049453Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-08-17T12:16:57.5142213Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-08-17T12:16:57.5173575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-08-17T12:16:57.5220243Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-08-17T12:16:57.5242501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-08-17T12:16:57.5614157Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-08-17T12:16:57.5614874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-08-17T12:16:57.5662144Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-08-17T12:16:57.5697200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-08-17T12:16:57.6022791Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-08-17T12:16:57.6049125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-08-17T12:16:57.6148661Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-08-17T12:16:57.6169224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-08-17T12:16:57.6508167Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-08-17T12:16:57.6513908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-08-17T12:16:57.6622646Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-08-17T12:16:57.6628934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-08-17T12:16:57.6936370Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-08-17T12:16:57.6940514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-08-17T12:16:57.7058401Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-08-17T12:16:57.7062950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-08-17T12:16:57.7223313Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-08-17T12:16:57.7232193Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-08-17T12:16:57.7427602Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-08-17T12:16:57.7430839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-08-17T12:16:57.7496950Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-08-17T12:16:57.7501687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-08-17T12:16:57.7823981Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-08-17T12:16:57.7847201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-08-17T12:16:57.7915979Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-08-17T12:16:57.7925847Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-08-17T12:16:57.7941266Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-08-17T12:16:57.8011126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-08-17T12:16:57.8310122Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-08-17T12:16:57.8313921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-08-17T12:16:57.8413067Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-08-17T12:16:57.8417433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-08-17T12:16:57.8717824Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-08-17T12:16:57.8742117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-08-17T12:16:57.8854808Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-08-17T12:16:57.8857684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-08-17T12:16:57.9175579Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-08-17T12:16:57.9179104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-08-17T12:16:57.9304051Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-08-17T12:16:57.9308614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-08-17T12:16:57.9615830Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-08-17T12:16:57.9618574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-08-17T12:16:57.9700494Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-08-17T12:16:57.9718763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-08-17T12:16:57.9730599Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-08-17T12:16:57.9739862Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-08-17T12:16:58.0061611Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-08-17T12:16:58.0065537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:58.0189992Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:58.0194725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-08-17T12:16:58.0497337Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-08-17T12:16:58.0500561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-08-17T12:16:58.0627777Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-08-17T12:16:58.0631125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-08-17T12:16:58.0843726Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-08-17T12:16:58.0850831Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-08-17T12:16:58.0899946Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-08-17T12:16:58.0926237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:58.1019839Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-08-17T12:16:58.1045593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-08-17T12:16:58.1421611Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-08-17T12:16:58.1423307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:58.1490294Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-08-17T12:16:58.1492030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-08-17T12:16:58.1863130Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-08-17T12:16:58.1864666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-08-17T12:16:58.1982684Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-08-17T12:16:58.1993276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-08-17T12:16:58.2291739Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-08-17T12:16:58.2304542Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-08-17T12:16:58.2311259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-08-17T12:16:58.2319273Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-08-17T12:16:58.2383157Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-08-17T12:16:58.2415238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-08-17T12:16:58.2705587Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-08-17T12:16:58.2731443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-08-17T12:16:58.2863382Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-08-17T12:16:58.2866978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-08-17T12:16:58.3184699Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-08-17T12:16:58.3217549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-08-17T12:16:58.3290992Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-08-17T12:16:58.3294583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-08-17T12:16:58.3666353Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-08-17T12:16:58.3671091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-08-17T12:16:58.3782419Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-08-17T12:16:58.3783165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:58.3832215Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:58.3840965Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-08-17T12:16:58.3950771Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-08-17T12:16:58.3956679Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-08-17T12:16:58.4060021Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-08-17T12:16:58.4081565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-08-17T12:16:58.4183624Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-08-17T12:16:58.4218673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-08-17T12:16:58.4531215Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-08-17T12:16:58.4533987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:58.4714899Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-08-17T12:16:58.4715961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-08-17T12:16:58.4972406Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-08-17T12:16:58.4976270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-08-17T12:16:58.5103776Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-08-17T12:16:58.5139761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-08-17T12:16:58.5386342Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-08-17T12:16:58.5420011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-08-17T12:16:58.5594728Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-08-17T12:16:58.5595447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-08-17T12:16:58.5838517Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-08-17T12:16:58.5848290Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-08-17T12:16:58.5860746Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-08-17T12:16:58.5901838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-08-17T12:16:58.5979893Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-08-17T12:16:58.6012031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-08-17T12:16:58.6212945Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-08-17T12:16:58.6220365Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-08-17T12:16:58.6301371Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-08-17T12:16:58.6327201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-08-17T12:16:58.6420496Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-08-17T12:16:58.6445392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-08-17T12:16:58.6744545Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-08-17T12:16:58.6772950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-08-17T12:16:58.6861010Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-08-17T12:16:58.6890098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-08-17T12:16:58.7183451Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-08-17T12:16:58.7217295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-08-17T12:16:58.7282449Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-08-17T12:16:58.7294769Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-08-17T12:16:58.7339433Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-08-17T12:16:58.7369240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-08-17T12:16:58.7623637Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-08-17T12:16:58.7661205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-08-17T12:16:58.7782642Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-08-17T12:16:58.7811451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-08-17T12:16:58.8112051Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-08-17T12:16:58.8115557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-08-17T12:16:58.8269990Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-08-17T12:16:58.8273731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-08-17T12:16:58.8523955Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-08-17T12:16:58.8531605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-08-17T12:16:58.8694399Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-08-17T12:16:58.8707429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-08-17T12:16:58.8876997Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-08-17T12:16:58.8888630Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-08-17T12:16:58.8965710Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-08-17T12:16:58.8968708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-08-17T12:16:58.8981930Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-08-17T12:16:58.8988598Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-08-17T12:16:58.9099432Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-08-17T12:16:58.9123629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-08-17T12:16:58.9384102Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-08-17T12:16:58.9409781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-08-17T12:16:58.9541619Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-08-17T12:16:58.9570153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-08-17T12:16:58.9823364Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-08-17T12:16:58.9856587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-08-17T12:16:58.9982377Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-08-17T12:16:59.0009258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-08-17T12:16:59.0303299Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-08-17T12:16:59.0307158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-08-17T12:16:59.0460880Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-08-17T12:16:59.0531934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-08-17T12:16:59.0705488Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-08-17T12:16:59.0771207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:59.0916647Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:59.0921968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-08-17T12:16:59.1144163Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-08-17T12:16:59.1171270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-08-17T12:16:59.1182770Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-08-17T12:16:59.1192357Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-08-17T12:16:59.1384022Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-08-17T12:16:59.1384686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-08-17T12:16:59.1530188Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-08-17T12:16:59.1544377Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-08-17T12:16:59.1585511Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-08-17T12:16:59.1620053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-08-17T12:16:59.1780621Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-08-17T12:16:59.1807929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-08-17T12:16:59.2061495Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-08-17T12:16:59.2062270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-08-17T12:16:59.2223327Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-08-17T12:16:59.2248708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-08-17T12:16:59.2517438Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-08-17T12:16:59.2522893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-08-17T12:16:59.2651256Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-08-17T12:16:59.2663240Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-08-17T12:16:59.2666951Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-08-17T12:16:59.2696302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-08-17T12:16:59.2941899Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-08-17T12:16:59.2943727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-08-17T12:16:59.3178935Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-08-17T12:16:59.3183071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:59.3419188Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-08-17T12:16:59.3423907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-08-17T12:16:59.3618658Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-08-17T12:16:59.3622946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-08-17T12:16:59.3904031Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-08-17T12:16:59.3911625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-08-17T12:16:59.4069484Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-08-17T12:16:59.4070060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-08-17T12:16:59.4095200Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-08-17T12:16:59.4112327Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-08-17T12:16:59.4250996Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-08-17T12:16:59.4258969Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-08-17T12:16:59.4299951Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-08-17T12:16:59.4320556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-08-17T12:16:59.4466585Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-08-17T12:16:59.4491854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-08-17T12:16:59.4776485Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-08-17T12:16:59.4778967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-08-17T12:16:59.4941987Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-08-17T12:16:59.4969337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-08-17T12:16:59.5226469Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-08-17T12:16:59.5228570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-08-17T12:16:59.5387471Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-08-17T12:16:59.5417579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-08-17T12:16:59.5660200Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-08-17T12:16:59.5661890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-08-17T12:16:59.5910503Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-08-17T12:16:59.5914729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-08-17T12:16:59.6136428Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-08-17T12:16:59.6137649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-08-17T12:16:59.6198550Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-08-17T12:16:59.6208115Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-08-17T12:16:59.6301094Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-08-17T12:16:59.6323711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-08-17T12:16:59.6572128Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-08-17T12:16:59.6587264Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-08-17T12:16:59.6592439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-08-17T12:16:59.6626508Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-08-17T12:16:59.6775048Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-08-17T12:16:59.6778507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-08-17T12:16:59.7000998Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-08-17T12:16:59.7021665Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-08-17T12:16:59.7049444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-08-17T12:16:59.7058750Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-08-17T12:16:59.7182300Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-08-17T12:16:59.7212573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-08-17T12:16:59.7464283Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-08-17T12:16:59.7490083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-08-17T12:16:59.7510543Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-08-17T12:16:59.7518888Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-08-17T12:16:59.7620675Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-08-17T12:16:59.7645513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-08-17T12:16:59.7903498Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-08-17T12:16:59.7930671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-08-17T12:16:59.8020065Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-08-17T12:16:59.8030720Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-08-17T12:16:59.8100290Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-08-17T12:16:59.8128003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-08-17T12:16:59.8383822Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-08-17T12:16:59.8415264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-08-17T12:16:59.8458492Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-08-17T12:16:59.8470444Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-08-17T12:16:59.8478005Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-08-17T12:16:59.8484750Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-08-17T12:16:59.8539699Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-08-17T12:16:59.8567385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-08-17T12:16:59.8822985Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-08-17T12:16:59.8849054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-08-17T12:16:59.8894870Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-08-17T12:16:59.8906573Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-08-17T12:16:59.8979656Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-08-17T12:16:59.9008899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-08-17T12:16:59.9270225Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-08-17T12:16:59.9308435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-08-17T12:16:59.9310571Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-08-17T12:16:59.9338895Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-08-17T12:16:59.9421187Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-08-17T12:16:59.9446564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-08-17T12:16:59.9705907Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-08-17T12:16:59.9750776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-08-17T12:16:59.9822759Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-08-17T12:16:59.9833065Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-08-17T12:16:59.9861102Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-08-17T12:16:59.9895596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-08-17T12:16:59.9949846Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-08-17T12:16:59.9958111Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-08-17T12:17:00.0146890Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-08-17T12:17:00.0196629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-08-17T12:17:00.0223481Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-08-17T12:17:00.0264620Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-08-17T12:17:00.0344506Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-08-17T12:17:00.0378003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-08-17T12:17:00.0587110Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-08-17T12:17:00.0644808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:00.0688384Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:00.0743093Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-08-17T12:17:00.0824689Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-08-17T12:17:00.0872121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-08-17T12:17:00.1023485Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-08-17T12:17:00.1061159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-08-17T12:17:00.1170201Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-08-17T12:17:00.1178894Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-08-17T12:17:00.1294679Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-08-17T12:17:00.1295248Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-08-17T12:17:00.1297759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-08-17T12:17:00.1466055Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-08-17T12:17:00.1506365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.1627316Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.1706660Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-08-17T12:17:00.1710613Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-08-17T12:17:00.1767455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:00.1788292Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:00.1788789Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-08-17T12:17:00.1900542Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-08-17T12:17:00.1927906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-08-17T12:17:00.2064259Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-08-17T12:17:00.2150518Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-08-17T12:17:00.2181236Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-08-17T12:17:00.2216616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:00.2340842Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:00.2367778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-08-17T12:17:00.2500668Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-08-17T12:17:00.2573871Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-08-17T12:17:00.2627847Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-08-17T12:17:00.2686264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:00.2783093Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:00.2814097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-08-17T12:17:00.2940406Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-08-17T12:17:00.3038187Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-08-17T12:17:00.3095540Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-08-17T12:17:00.3097548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.3176524Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.3183964Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-08-17T12:17:00.3218908Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-08-17T12:17:00.3240606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-08-17T12:17:00.3384059Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-08-17T12:17:00.3476529Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-08-17T12:17:00.3508729Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-08-17T12:17:00.3552289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:00.3661352Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:00.3684337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-08-17T12:17:00.3820992Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-08-17T12:17:00.3876529Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-08-17T12:17:00.3964928Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-08-17T12:17:00.3998608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:00.4103159Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:00.4126634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-08-17T12:17:00.4260796Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-08-17T12:17:00.4322093Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-08-17T12:17:00.4400230Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-08-17T12:17:00.4435299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:00.4543439Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:00.4570961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-08-17T12:17:00.4603420Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-08-17T12:17:00.4611998Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-08-17T12:17:00.4698839Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-08-17T12:17:00.4747221Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-08-17T12:17:00.4847872Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-08-17T12:17:00.4868287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:00.4983472Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:00.5007104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-08-17T12:17:00.5142010Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-08-17T12:17:00.5195830Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-08-17T12:17:00.5265981Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-08-17T12:17:00.5305204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:00.5423805Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:00.5450188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-08-17T12:17:00.5581078Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-08-17T12:17:00.5632190Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-08-17T12:17:00.5704778Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-08-17T12:17:00.5743936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:00.5865844Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:00.5897909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-08-17T12:17:00.5990717Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-08-17T12:17:00.6000606Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-08-17T12:17:00.6017771Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-08-17T12:17:00.6065786Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-08-17T12:17:00.6180301Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-08-17T12:17:00.6201973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-08-17T12:17:00.6304424Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-08-17T12:17:00.6342091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-08-17T12:17:00.6462516Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-08-17T12:17:00.6517186Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-08-17T12:17:00.6618687Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-08-17T12:17:00.6640299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-08-17T12:17:00.6741055Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-08-17T12:17:00.6766066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-08-17T12:17:00.6904045Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-08-17T12:17:00.7137648Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-08-17T12:17:00.7142392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-08-17T12:17:00.7183798Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-08-17T12:17:00.7217664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-08-17T12:17:00.7496409Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-08-17T12:17:00.7510131Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-08-17T12:17:00.7540805Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-08-17T12:17:00.7570401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-08-17T12:17:00.7665392Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-08-17T12:17:00.7716153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-08-17T12:17:00.8019405Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-08-17T12:17:00.8025842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-08-17T12:17:00.8157519Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-08-17T12:17:00.8160135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-08-17T12:17:00.8319903Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-08-17T12:17:00.8335765Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-08-17T12:17:00.8436604Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-08-17T12:17:00.8472975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-08-17T12:17:00.8543176Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-08-17T12:17:00.8577641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:00.8913900Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:00.8920722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-08-17T12:17:00.8982378Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-08-17T12:17:00.9006139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-08-17T12:17:00.9078134Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-08-17T12:17:00.9089598Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-08-17T12:17:00.9304732Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-08-17T12:17:00.9332938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-08-17T12:17:00.9472222Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-08-17T12:17:00.9506891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.9743797Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-08-17T12:17:00.9780782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-08-17T12:17:00.9788674Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-08-17T12:17:00.9799742Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-08-17T12:17:00.9900301Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-08-17T12:17:00.9920979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-08-17T12:17:01.0187477Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-08-17T12:17:01.0226700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-08-17T12:17:01.0378788Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-08-17T12:17:01.0382082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-08-17T12:17:01.0624186Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-08-17T12:17:01.0652820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.0810579Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.0820681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-08-17T12:17:01.1105248Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-08-17T12:17:01.1136512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:01.1266783Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:01.1288239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-08-17T12:17:01.1546723Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-08-17T12:17:01.1581366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:01.1736992Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:01.1738580Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-08-17T12:17:01.1742902Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-08-17T12:17:01.1746831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-08-17T12:17:01.1985751Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-08-17T12:17:01.2019392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-08-17T12:17:01.2144275Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-08-17T12:17:01.2198025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-08-17T12:17:01.2463885Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-08-17T12:17:01.2500323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-08-17T12:17:01.2621818Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-08-17T12:17:01.2623686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-08-17T12:17:01.2924038Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-08-17T12:17:01.2948601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-08-17T12:17:01.2969826Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-08-17T12:17:01.2992674Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-08-17T12:17:01.3023452Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-08-17T12:17:01.3049541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-08-17T12:17:01.3344183Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-08-17T12:17:01.3375552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-08-17T12:17:01.3504613Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-08-17T12:17:01.3533972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-08-17T12:17:01.3783967Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-08-17T12:17:01.3824412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-08-17T12:17:01.3981320Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-08-17T12:17:01.3985850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-08-17T12:17:01.4223505Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-08-17T12:17:01.4252245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-08-17T12:17:01.4425571Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-08-17T12:17:01.4428293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-08-17T12:17:01.4664683Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-08-17T12:17:01.4695221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:01.4784341Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:01.4791580Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-08-17T12:17:01.4819818Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-08-17T12:17:01.4842515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-08-17T12:17:01.5104113Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-08-17T12:17:01.5134597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-08-17T12:17:01.5264950Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-08-17T12:17:01.5299014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-08-17T12:17:01.5543031Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-08-17T12:17:01.5573081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-08-17T12:17:01.5723043Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-08-17T12:17:01.5736946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-08-17T12:17:01.5983179Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-08-17T12:17:01.6010377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-08-17T12:17:01.6139539Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-08-17T12:17:01.6147257Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-08-17T12:17:01.6154322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-08-17T12:17:01.6166894Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-08-17T12:17:01.6424396Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-08-17T12:17:01.6464959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-08-17T12:17:01.6618518Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-08-17T12:17:01.6623129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-08-17T12:17:01.6930743Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-08-17T12:17:01.6933772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-08-17T12:17:01.6948270Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-08-17T12:17:01.6956660Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-08-17T12:17:01.7020769Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-08-17T12:17:01.7046887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-08-17T12:17:01.7382053Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-08-17T12:17:01.7382945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-08-17T12:17:01.7462783Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-08-17T12:17:01.7494205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-08-17T12:17:01.7834613Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-08-17T12:17:01.7838245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-08-17T12:17:01.7903174Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-08-17T12:17:01.7939800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:01.8138590Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:01.8145121Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-08-17T12:17:01.8220289Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-08-17T12:17:01.8243928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-08-17T12:17:01.8377642Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-08-17T12:17:01.8380190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.8703074Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.8709244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-08-17T12:17:01.8784768Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-08-17T12:17:01.8829643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-08-17T12:17:01.8945832Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-08-17T12:17:01.8956650Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-08-17T12:17:01.9103306Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-08-17T12:17:01.9128680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-08-17T12:17:01.9257276Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-08-17T12:17:01.9261944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-08-17T12:17:01.9543135Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-08-17T12:17:01.9578019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.9660631Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:01.9691255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-08-17T12:17:02.0034545Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-08-17T12:17:02.0036666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:02.0138517Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:02.0139302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.0159197Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.0171249Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-08-17T12:17:02.0423502Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-08-17T12:17:02.0457195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:02.0581343Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:02.0591982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.0863779Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.0890978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.1024913Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.1025691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.1030867Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.1041278Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-08-17T12:17:02.1336993Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-08-17T12:17:02.1338100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.1457506Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.1458686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.1832455Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.1833114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.1919891Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.1920839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-08-17T12:17:02.2089431Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-08-17T12:17:02.2101097Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-08-17T12:17:02.2163815Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-08-17T12:17:02.2174896Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-08-17T12:17:02.2221796Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-08-17T12:17:02.2245323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.2300013Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.2333086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-08-17T12:17:02.2689311Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-08-17T12:17:02.2698147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:02.2776805Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:02.2778135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-08-17T12:17:02.3104804Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-08-17T12:17:02.3146033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:02.3184026Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:02.3217922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-08-17T12:17:02.3544841Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-08-17T12:17:02.3577247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:02.3660885Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:02.3662645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-08-17T12:17:02.4017181Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-08-17T12:17:02.4023109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-08-17T12:17:02.4063594Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-08-17T12:17:02.4092655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-08-17T12:17:02.4341975Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-08-17T12:17:02.4356626Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-08-17T12:17:02.4422410Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-08-17T12:17:02.4426414Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-08-17T12:17:02.4433084Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-08-17T12:17:02.4466544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-08-17T12:17:02.4498896Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-08-17T12:17:02.4525888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-08-17T12:17:02.4907727Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-08-17T12:17:02.4911607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-08-17T12:17:02.5017154Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-08-17T12:17:02.5019522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-08-17T12:17:02.5258162Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-08-17T12:17:02.5270279Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-08-17T12:17:02.5343454Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-08-17T12:17:02.5344860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-08-17T12:17:02.5422916Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-08-17T12:17:02.5450359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-08-17T12:17:02.5756139Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-08-17T12:17:02.5771884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-08-17T12:17:02.5863280Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-08-17T12:17:02.5897437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-08-17T12:17:02.6118514Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-08-17T12:17:02.6131159Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-08-17T12:17:02.6180610Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-08-17T12:17:02.6215979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-08-17T12:17:02.6258261Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-08-17T12:17:02.6267470Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-08-17T12:17:02.6300716Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-08-17T12:17:02.6332035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-08-17T12:17:02.6660735Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-08-17T12:17:02.6661976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-08-17T12:17:02.6782811Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-08-17T12:17:02.6816385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-08-17T12:17:02.6904248Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-08-17T12:17:02.6914085Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-08-17T12:17:02.7061495Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-08-17T12:17:02.7109858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-08-17T12:17:02.7258076Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-08-17T12:17:02.7258781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:02.7557092Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:02.7557879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-08-17T12:17:02.7706340Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-08-17T12:17:02.7730682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-08-17T12:17:02.7756365Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-08-17T12:17:02.7758849Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-08-17T12:17:02.7763097Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-08-17T12:17:02.7781116Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-08-17T12:17:02.7951590Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-08-17T12:17:02.7980104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-08-17T12:17:02.8183410Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-08-17T12:17:02.8186095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.8383956Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-08-17T12:17:02.8409672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-08-17T12:17:02.8474923Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-08-17T12:17:02.8487445Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-08-17T12:17:02.8622142Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-08-17T12:17:02.8649728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.8875113Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-08-17T12:17:02.8881613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-08-17T12:17:02.9063883Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-08-17T12:17:02.9093976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.9263813Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-08-17T12:17:02.9299813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-08-17T12:17:02.9542407Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-08-17T12:17:02.9542975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.9713921Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-08-17T12:17:02.9739907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:02.9774508Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:02.9787613Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-08-17T12:17:02.9942733Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-08-17T12:17:02.9965670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-08-17T12:17:03.0178239Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-08-17T12:17:03.0180230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-08-17T12:17:03.0384117Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-08-17T12:17:03.0410390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-08-17T12:17:03.0422958Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-08-17T12:17:03.0431843Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-08-17T12:17:03.0583230Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-08-17T12:17:03.0615504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-08-17T12:17:03.0861301Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-08-17T12:17:03.0861866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-08-17T12:17:03.1029229Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-08-17T12:17:03.1054692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-08-17T12:17:03.1297067Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-08-17T12:17:03.1297962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:03.1461737Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:03.1493599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-08-17T12:17:03.1705557Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-08-17T12:17:03.1741089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-08-17T12:17:03.1943812Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-08-17T12:17:03.1980427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-08-17T12:17:03.2193919Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-08-17T12:17:03.2194714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-08-17T12:17:03.2384325Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-08-17T12:17:03.2430406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-08-17T12:17:03.2433816Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-08-17T12:17:03.2441638Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-08-17T12:17:03.2580696Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-08-17T12:17:03.2609807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-08-17T12:17:03.2871019Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-08-17T12:17:03.2874808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-08-17T12:17:03.3024931Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-08-17T12:17:03.3035023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-08-17T12:17:03.3051091Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-08-17T12:17:03.3059356Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-08-17T12:17:03.3262384Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-08-17T12:17:03.3281545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-08-17T12:17:03.3464316Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-08-17T12:17:03.3501111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-08-17T12:17:03.3737828Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-08-17T12:17:03.3740805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-08-17T12:17:03.3904064Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-08-17T12:17:03.3937853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-08-17T12:17:03.4231610Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-08-17T12:17:03.4235135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-08-17T12:17:03.4422538Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-08-17T12:17:03.4449523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-08-17T12:17:03.4699814Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-08-17T12:17:03.4704598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-08-17T12:17:03.4862908Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-08-17T12:17:03.4890493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-08-17T12:17:03.5103103Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-08-17T12:17:03.5130216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-08-17T12:17:03.5378056Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-08-17T12:17:03.5380718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-08-17T12:17:03.5577047Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-08-17T12:17:03.5580248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-08-17T12:17:03.5654150Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-08-17T12:17:03.5666079Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-08-17T12:17:03.5808075Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-08-17T12:17:03.5833729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-08-17T12:17:03.6036130Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-08-17T12:17:03.6038398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-08-17T12:17:03.6315860Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-08-17T12:17:03.6318045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-08-17T12:17:03.6458388Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-08-17T12:17:03.6459142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-08-17T12:17:03.6530255Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-08-17T12:17:03.6542872Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-08-17T12:17:03.6705022Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-08-17T12:17:03.6742271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-08-17T12:17:03.6904010Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-08-17T12:17:03.6909566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-08-17T12:17:03.7061114Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-08-17T12:17:03.7076146Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-08-17T12:17:03.7144074Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-08-17T12:17:03.7174013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:03.7305107Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:03.7344834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-08-17T12:17:03.7583973Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-08-17T12:17:03.7626542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:03.7742264Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:03.7765858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-08-17T12:17:03.8023842Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-08-17T12:17:03.8064465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:03.8218453Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:03.8222272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-08-17T12:17:03.8485264Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-08-17T12:17:03.8490901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:03.8660649Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:03.8662719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-08-17T12:17:03.8939961Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-08-17T12:17:03.8948125Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-08-17T12:17:03.8958032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:03.8972078Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-08-17T12:17:03.9067206Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:03.9095596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-08-17T12:17:03.9430446Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-08-17T12:17:03.9436449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:03.9544627Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:03.9547934Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-08-17T12:17:03.9557148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-08-17T12:17:03.9570963Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-08-17T12:17:03.9824830Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-08-17T12:17:03.9860324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:04.0055649Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:04.0068138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.0266516Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.0316834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:04.0416766Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:04.0425469Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-08-17T12:17:04.0500442Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-08-17T12:17:04.0532024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.0704250Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.0736415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:04.0943886Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:04.0973270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:04.1180963Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:04.1184871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:04.1459627Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:04.1460291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:04.1617536Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:04.1618214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:04.1902003Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:04.1902587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:04.2068125Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:04.2076616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:04.2166291Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:04.2173966Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-08-17T12:17:04.2304346Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-08-17T12:17:04.2328760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:04.2390716Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:04.2401384Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-08-17T12:17:04.2462159Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-08-17T12:17:04.2492704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:04.2824394Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:04.2824909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:04.2902641Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:04.2947907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:04.3300343Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:04.3302151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:04.3419664Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:04.3423518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-08-17T12:17:04.3705690Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-08-17T12:17:04.3739614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:04.3744496Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-08-17T12:17:04.3753919Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:04.3821361Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-08-17T12:17:04.3844498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-08-17T12:17:04.3890873Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-08-17T12:17:04.3902642Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-08-17T12:17:04.4175526Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-08-17T12:17:04.4177373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:04.4349074Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:04.4351011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-08-17T12:17:04.4630401Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-08-17T12:17:04.4632429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-08-17T12:17:04.4819879Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-08-17T12:17:04.4821860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-08-17T12:17:04.5107298Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-08-17T12:17:04.5109267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-08-17T12:17:04.5246509Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-08-17T12:17:04.5249709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-08-17T12:17:04.5578063Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-08-17T12:17:04.5582913Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-08-17T12:17:04.5583579Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-08-17T12:17:04.5588065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-08-17T12:17:04.5709754Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-08-17T12:17:04.5717357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-08-17T12:17:04.5861928Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-08-17T12:17:04.5876644Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-08-17T12:17:04.6012023Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-08-17T12:17:04.6019471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-08-17T12:17:04.6167640Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-08-17T12:17:04.6169074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-08-17T12:17:04.6456864Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-08-17T12:17:04.6460245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-08-17T12:17:04.6630245Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-08-17T12:17:04.6631949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-08-17T12:17:04.6905753Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-08-17T12:17:04.6907683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-08-17T12:17:04.7020446Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-08-17T12:17:04.7057167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-08-17T12:17:04.7376870Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-08-17T12:17:04.7382697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-08-17T12:17:04.7498452Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-08-17T12:17:04.7504099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-08-17T12:17:04.7567730Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-08-17T12:17:04.7577766Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-08-17T12:17:04.7784228Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-08-17T12:17:04.7830773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-08-17T12:17:04.7853607Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-08-17T12:17:04.7865437Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-08-17T12:17:04.7903674Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-08-17T12:17:04.7944317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-08-17T12:17:04.8276162Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-08-17T12:17:04.8295848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-08-17T12:17:04.8373299Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-08-17T12:17:04.8376699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-08-17T12:17:04.8702380Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-08-17T12:17:04.8742797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-08-17T12:17:04.8781243Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-08-17T12:17:04.8826993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:04.9216399Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:04.9220879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.9235331Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.9241579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.9249586Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-08-17T12:17:04.9266517Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-08-17T12:17:04.9656056Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-08-17T12:17:04.9657126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.9696466Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.9700560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.9756034Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:04.9765598Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-08-17T12:17:05.0098666Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-08-17T12:17:05.0100617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.0143118Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.0172866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:05.0557844Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:05.0562787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.0655991Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.0661532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.0825925Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.0833704Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-08-17T12:17:05.0981556Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-08-17T12:17:05.1029526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:05.1138648Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:05.1155828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-08-17T12:17:05.1481808Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-08-17T12:17:05.1488298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:05.1599629Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:05.1600409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.1917348Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.1924590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:05.1986932Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:05.2039402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-08-17T12:17:05.2179363Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-08-17T12:17:05.2191279Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-08-17T12:17:05.2302813Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-08-17T12:17:05.2330897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:05.2392293Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:05.2402317Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-08-17T12:17:05.2419235Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-08-17T12:17:05.2440986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-08-17T12:17:05.2787620Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-08-17T12:17:05.2789644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:05.2863094Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:05.2899424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-08-17T12:17:05.3274366Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-08-17T12:17:05.3277115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:05.3308355Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:05.3357876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-08-17T12:17:05.3712513Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-08-17T12:17:05.3715680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-08-17T12:17:05.3747755Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-08-17T12:17:05.3816717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-08-17T12:17:05.4021063Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-08-17T12:17:05.4033153Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-08-17T12:17:05.4052519Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-08-17T12:17:05.4099907Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-08-17T12:17:05.4133340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-08-17T12:17:05.4227507Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-08-17T12:17:05.4268062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:05.4462119Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:05.4541916Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-08-17T12:17:05.4575783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-08-17T12:17:05.4661399Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-08-17T12:17:05.4676721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-08-17T12:17:05.4985041Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-08-17T12:17:05.5019043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-08-17T12:17:05.5102477Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-08-17T12:17:05.5135688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-08-17T12:17:05.5431424Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-08-17T12:17:05.5438728Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-08-17T12:17:05.5459220Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-08-17T12:17:05.5482577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-08-17T12:17:05.5540655Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-08-17T12:17:05.5560732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-08-17T12:17:05.5993852Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-08-17T12:17:05.5996213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-08-17T12:17:05.6004885Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-08-17T12:17:05.6023609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-08-17T12:17:05.6451894Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-08-17T12:17:05.6456085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-08-17T12:17:05.6503436Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-08-17T12:17:05.6508508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-08-17T12:17:05.6882222Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-08-17T12:17:05.6901819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-08-17T12:17:05.6914800Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-08-17T12:17:05.6934244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-08-17T12:17:05.7325757Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-08-17T12:17:05.7342516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-08-17T12:17:05.7375698Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-08-17T12:17:05.7382035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-08-17T12:17:05.7778750Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-08-17T12:17:05.7801793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-08-17T12:17:05.7822077Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-08-17T12:17:05.7857698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-08-17T12:17:05.8183872Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-08-17T12:17:05.8202050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-08-17T12:17:05.8262983Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-08-17T12:17:05.8292047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:05.8660083Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:05.8666965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-08-17T12:17:05.8702603Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-08-17T12:17:05.8740616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:05.8960082Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:05.8965014Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-08-17T12:17:05.9060471Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-08-17T12:17:05.9089557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-08-17T12:17:05.9180714Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-08-17T12:17:05.9187312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.9503260Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:05.9531684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-08-17T12:17:05.9583520Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-08-17T12:17:05.9624472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.9967917Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:05.9972179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-08-17T12:17:06.0071721Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-08-17T12:17:06.0108030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.0384234Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.0406599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:06.0472131Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:06.0484676Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-08-17T12:17:06.0501107Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-08-17T12:17:06.0528247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.0600639Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.0609538Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-08-17T12:17:06.0848790Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-08-17T12:17:06.0849525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-08-17T12:17:06.0999476Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-08-17T12:17:06.1001809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.1323328Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.1332407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-08-17T12:17:06.1411612Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-08-17T12:17:06.1412180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:06.1773753Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:06.1774311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-08-17T12:17:06.1858034Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-08-17T12:17:06.1858573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:06.2216157Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:06.2217403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-08-17T12:17:06.2281934Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-08-17T12:17:06.2313794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:06.2650226Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:06.2650987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-08-17T12:17:06.2702708Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-08-17T12:17:06.2723961Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-08-17T12:17:06.2739767Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-08-17T12:17:06.2744426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-08-17T12:17:06.3090522Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-08-17T12:17:06.3093084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-08-17T12:17:06.3177623Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-08-17T12:17:06.3180890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-08-17T12:17:06.3198141Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-08-17T12:17:06.3208327Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-08-17T12:17:06.3532323Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-08-17T12:17:06.3535366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.3581769Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.3618109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-08-17T12:17:06.3970210Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-08-17T12:17:06.3973985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.4029230Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.4055170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-08-17T12:17:06.4411257Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-08-17T12:17:06.4412102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.4422446Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.4440763Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-08-17T12:17:06.4460040Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-08-17T12:17:06.4492123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-08-17T12:17:06.4850292Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-08-17T12:17:06.4850813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-08-17T12:17:06.4946964Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-08-17T12:17:06.4948254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-08-17T12:17:06.5296951Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-08-17T12:17:06.5297760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-08-17T12:17:06.5378305Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-08-17T12:17:06.5379626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-08-17T12:17:06.5729832Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-08-17T12:17:06.5731011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-08-17T12:17:06.5800791Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-08-17T12:17:06.5826053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-08-17T12:17:06.6222106Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-08-17T12:17:06.6226080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-08-17T12:17:06.6239203Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-08-17T12:17:06.6264210Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-08-17T12:17:06.6274087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-08-17T12:17:06.6295963Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-08-17T12:17:06.6445804Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-08-17T12:17:06.6455207Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-08-17T12:17:06.6663786Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-08-17T12:17:06.6667165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-08-17T12:17:06.6687470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-08-17T12:17:06.6700845Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-08-17T12:17:06.7139426Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-08-17T12:17:06.7175044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:06.7181597Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:06.7185673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-08-17T12:17:06.7578492Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-08-17T12:17:06.7582417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:06.7648825Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:06.7653749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-08-17T12:17:06.7857245Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-08-17T12:17:06.7867707Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-08-17T12:17:06.7981586Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-08-17T12:17:06.8010237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:06.8060293Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:06.8175726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-08-17T12:17:06.8514191Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-08-17T12:17:06.8521482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:06.8534550Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:06.8540896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-08-17T12:17:06.8968692Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-08-17T12:17:06.8979747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-08-17T12:17:06.8989808Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-08-17T12:17:06.9001720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.9086775Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:06.9131451Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-08-17T12:17:06.9411326Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-08-17T12:17:06.9412029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-08-17T12:17:06.9483442Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-08-17T12:17:06.9483953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.9907970Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:06.9940264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.9943775Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:06.9945575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-08-17T12:17:07.0382315Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-08-17T12:17:07.0383404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.0426631Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.0429223Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-08-17T12:17:07.0434216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-08-17T12:17:07.0442836Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-08-17T12:17:07.0823843Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-08-17T12:17:07.0828544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.0855036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-08-17T12:17:07.0858103Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.1265480Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-08-17T12:17:07.1267226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.1299635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-08-17T12:17:07.1307437Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-08-17T12:17:07.1461058Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.1470481Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-08-17T12:17:07.1787599Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-08-17T12:17:07.1792831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-08-17T12:17:07.1798849Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-08-17T12:17:07.1801891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-08-17T12:17:07.2076449Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-08-17T12:17:07.2086697Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-08-17T12:17:07.2170499Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-08-17T12:17:07.2184327Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-08-17T12:17:07.2218548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:07.2227179Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:07.2229392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-08-17T12:17:07.2503459Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-08-17T12:17:07.2592595Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-08-17T12:17:07.2623501Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-08-17T12:17:07.2625138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-08-17T12:17:07.2640485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-08-17T12:17:07.2654816Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-08-17T12:17:07.2945397Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-08-17T12:17:07.3055260Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-08-17T12:17:07.3071441Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-08-17T12:17:07.3073618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-08-17T12:17:07.3103199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-08-17T12:17:07.3109252Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-08-17T12:17:07.3383136Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-08-17T12:17:07.3489164Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-08-17T12:17:07.3501272Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-08-17T12:17:07.3517096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-08-17T12:17:07.3539901Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-08-17T12:17:07.3568657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-08-17T12:17:07.3627455Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-08-17T12:17:07.3634039Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-08-17T12:17:07.3822034Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-08-17T12:17:07.3913382Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-08-17T12:17:07.3954171Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-08-17T12:17:07.3959162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-08-17T12:17:07.3979442Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-08-17T12:17:07.4009794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-08-17T12:17:07.4263744Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-08-17T12:17:07.4356057Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-08-17T12:17:07.4381132Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-08-17T12:17:07.4399434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-08-17T12:17:07.4420266Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-08-17T12:17:07.4448166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-08-17T12:17:07.4703743Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-08-17T12:17:07.4800517Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-08-17T12:17:07.4820742Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-08-17T12:17:07.4836885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-08-17T12:17:07.4860556Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-08-17T12:17:07.4885091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-08-17T12:17:07.5143275Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-08-17T12:17:07.5221433Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-08-17T12:17:07.5260161Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-08-17T12:17:07.5279681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-08-17T12:17:07.5299419Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-08-17T12:17:07.5324982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-08-17T12:17:07.5520289Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-08-17T12:17:07.5526019Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-08-17T12:17:07.5579116Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-08-17T12:17:07.5648956Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-08-17T12:17:07.5743530Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-08-17T12:17:07.5744129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-08-17T12:17:07.5761129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-08-17T12:17:07.5770356Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-08-17T12:17:07.6062536Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-08-17T12:17:07.6140929Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-08-17T12:17:07.6182527Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-08-17T12:17:07.6183404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-08-17T12:17:07.6208720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-08-17T12:17:07.6212504Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-08-17T12:17:07.6502660Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-08-17T12:17:07.6585537Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-08-17T12:17:07.6622566Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-08-17T12:17:07.6623380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.6639259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:07.6656502Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.6942753Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:07.7020705Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-08-17T12:17:07.7062602Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-08-17T12:17:07.7064058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.7079961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:07.7097892Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.7381213Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:07.7406526Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-08-17T12:17:07.7417418Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-08-17T12:17:07.7524078Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-08-17T12:17:07.7524998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.7534958Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.7549576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-08-17T12:17:07.7961040Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-08-17T12:17:07.7990561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-08-17T12:17:07.7995085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-08-17T12:17:07.8001415Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-08-17T12:17:07.8218295Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-08-17T12:17:07.8235496Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-08-17T12:17:07.8420857Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-08-17T12:17:07.8435787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-08-17T12:17:07.8440327Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-08-17T12:17:07.8442545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-08-17T12:17:07.8826066Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-08-17T12:17:07.8830367Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-08-17T12:17:07.8852280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-08-17T12:17:07.8871923Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-08-17T12:17:07.8874821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-08-17T12:17:07.8884970Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-08-17T12:17:07.9160821Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-08-17T12:17:07.9171510Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-08-17T12:17:07.9287418Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-08-17T12:17:07.9292036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-08-17T12:17:07.9303878Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-08-17T12:17:07.9307076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.9720595Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-08-17T12:17:07.9722299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.9749445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.9757389Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-08-17T12:17:07.9904638Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-08-17T12:17:07.9918130Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-08-17T12:17:08.0171435Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-08-17T12:17:08.0176558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-08-17T12:17:08.0188388Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-08-17T12:17:08.0194576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:08.0612901Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:08.0617367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-08-17T12:17:08.0631239Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-08-17T12:17:08.0636383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-08-17T12:17:08.0645725Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-08-17T12:17:08.0658547Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-08-17T12:17:08.1063496Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-08-17T12:17:08.1102634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-08-17T12:17:08.1111369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-08-17T12:17:08.1116437Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-08-17T12:17:08.1381051Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-08-17T12:17:08.1396333Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-08-17T12:17:08.1503142Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-08-17T12:17:08.1544454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-08-17T12:17:08.1545455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-08-17T12:17:08.1548977Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-08-17T12:17:08.1852339Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-08-17T12:17:08.1864595Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-08-17T12:17:08.1940293Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-08-17T12:17:08.1987109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-08-17T12:17:08.1995965Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-08-17T12:17:08.2004532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-08-17T12:17:08.2071021Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-08-17T12:17:08.2083310Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-08-17T12:17:08.2423929Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-08-17T12:17:08.2431428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-08-17T12:17:08.2439680Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-08-17T12:17:08.2444958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-08-17T12:17:08.2718955Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-08-17T12:17:08.2734343Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-08-17T12:17:08.2821458Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-08-17T12:17:08.2846785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-08-17T12:17:08.2867517Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-08-17T12:17:08.2869629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-08-17T12:17:08.3263724Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-08-17T12:17:08.3267848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-08-17T12:17:08.3295530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-08-17T12:17:08.3322207Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-08-17T12:17:08.3351902Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-08-17T12:17:08.3360351Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-08-17T12:17:08.3418771Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-08-17T12:17:08.3430481Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-08-17T12:17:08.3705771Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-08-17T12:17:08.3735974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-08-17T12:17:08.3750019Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-08-17T12:17:08.3753966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-08-17T12:17:08.4060745Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-08-17T12:17:08.4074600Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-08-17T12:17:08.4143458Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-08-17T12:17:08.4179241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-08-17T12:17:08.4185753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-08-17T12:17:08.4191977Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-08-17T12:17:08.4584109Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-08-17T12:17:08.4609879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-08-17T12:17:08.4627048Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-08-17T12:17:08.4632568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-08-17T12:17:08.4696489Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-08-17T12:17:08.4707269Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-08-17T12:17:08.5023340Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-08-17T12:17:08.5069731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-08-17T12:17:08.5070303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:08.5082284Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:08.5227125Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-08-17T12:17:08.5235208Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-08-17T12:17:08.5383968Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-08-17T12:17:08.5397130Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-08-17T12:17:08.5464278Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-08-17T12:17:08.5497890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:08.5537956Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:08.5539978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:08.5986275Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:08.5995702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:08.6002314Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:08.6005085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-08-17T12:17:08.6029219Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-08-17T12:17:08.6042722Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-08-17T12:17:08.6423704Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-08-17T12:17:08.6424517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:08.6449567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-08-17T12:17:08.6459913Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:08.6661582Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-08-17T12:17:08.6673029Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-08-17T12:17:08.6862888Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-08-17T12:17:08.6889659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:08.6904545Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:08.6906382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-08-17T12:17:08.6918207Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-08-17T12:17:08.6927883Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-08-17T12:17:08.6940981Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-08-17T12:17:08.7100648Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-08-17T12:17:08.7303477Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-08-17T12:17:08.7307374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:08.7336532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-08-17T12:17:08.7349405Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:08.7351919Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-08-17T12:17:08.7540399Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-08-17T12:17:08.7747047Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-08-17T12:17:08.7750390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-08-17T12:17:08.7798989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:08.7806964Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-08-17T12:17:08.7835650Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:08.8022153Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-08-17T12:17:08.8184069Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-08-17T12:17:08.8186894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-08-17T12:17:08.8219230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:08.8244907Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-08-17T12:17:08.8320261Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:08.8462941Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-08-17T12:17:08.8512695Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-08-17T12:17:08.8519438Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-08-17T12:17:08.8619686Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-08-17T12:17:08.8622980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-08-17T12:17:08.8645124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:08.8654602Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-08-17T12:17:08.8740091Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:08.8902045Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-08-17T12:17:08.9062834Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-08-17T12:17:08.9063480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-08-17T12:17:08.9100744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:08.9110553Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-08-17T12:17:08.9169119Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:08.9343504Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-08-17T12:17:08.9503628Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-08-17T12:17:08.9543118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-08-17T12:17:08.9547460Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-08-17T12:17:08.9574523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-08-17T12:17:08.9615211Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-08-17T12:17:08.9785356Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-08-17T12:17:08.9945477Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-08-17T12:17:08.9983171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-08-17T12:17:09.0022637Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-08-17T12:17:09.0031562Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-08-17T12:17:09.0035427Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-08-17T12:17:09.0061709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-08-17T12:17:09.0089019Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-08-17T12:17:09.0223312Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-08-17T12:17:09.0386146Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-08-17T12:17:09.0432910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-08-17T12:17:09.0502355Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-08-17T12:17:09.0514215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-08-17T12:17:09.0538114Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-08-17T12:17:09.0661718Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-08-17T12:17:09.0866861Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-08-17T12:17:09.0894157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-08-17T12:17:09.0944937Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-08-17T12:17:09.0979793Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-08-17T12:17:09.1005380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-08-17T12:17:09.1099519Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-08-17T12:17:09.1303138Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-08-17T12:17:09.1330169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-08-17T12:17:09.1391389Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-08-17T12:17:09.1398789Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-08-17T12:17:09.1408534Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-08-17T12:17:09.1419239Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-08-17T12:17:09.1440920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-08-17T12:17:09.1540862Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-08-17T12:17:09.1744563Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-08-17T12:17:09.1772170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-08-17T12:17:09.1836731Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-08-17T12:17:09.1862910Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-08-17T12:17:09.1887874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-08-17T12:17:09.1980195Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-08-17T12:17:09.2187589Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-08-17T12:17:09.2219654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-08-17T12:17:09.2256200Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-08-17T12:17:09.2299750Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-08-17T12:17:09.2322766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-08-17T12:17:09.2419546Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-08-17T12:17:09.2624349Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-08-17T12:17:09.2646472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-08-17T12:17:09.2680394Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-08-17T12:17:09.2689722Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-08-17T12:17:09.2738852Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-08-17T12:17:09.2763659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-08-17T12:17:09.2793236Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-08-17T12:17:09.2828141Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-08-17T12:17:09.2857777Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-08-17T12:17:09.3060778Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-08-17T12:17:09.3075263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-08-17T12:17:09.3099722Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-08-17T12:17:09.3115628Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-08-17T12:17:09.3180356Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-08-17T12:17:09.3205172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-08-17T12:17:09.3216965Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-08-17T12:17:09.3339661Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-08-17T12:17:09.3502026Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-08-17T12:17:09.3516150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-08-17T12:17:09.3538624Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-08-17T12:17:09.3620057Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-08-17T12:17:09.3644991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-08-17T12:17:09.3660398Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-08-17T12:17:09.3670642Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-08-17T12:17:09.3778279Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-08-17T12:17:09.3941777Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-08-17T12:17:09.3956857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-08-17T12:17:09.3978445Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-08-17T12:17:09.4060633Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-08-17T12:17:09.4085761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-08-17T12:17:09.4104806Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-08-17T12:17:09.4116392Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-08-17T12:17:09.4219336Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-08-17T12:17:09.4381077Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-08-17T12:17:09.4395554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-08-17T12:17:09.4417937Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-08-17T12:17:09.4499870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-08-17T12:17:09.4529164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-08-17T12:17:09.4533159Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-08-17T12:17:09.4543822Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-08-17T12:17:09.4699071Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-08-17T12:17:09.4819688Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-08-17T12:17:09.4833344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-08-17T12:17:09.4858447Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-08-17T12:17:09.4941441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-08-17T12:17:09.4971282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-08-17T12:17:09.4988165Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-08-17T12:17:09.5002913Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-08-17T12:17:09.5142204Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-08-17T12:17:09.5261490Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-08-17T12:17:09.5281579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-08-17T12:17:09.5299419Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-08-17T12:17:09.5380939Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-08-17T12:17:09.5405826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:09.5425903Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:09.5450526Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-08-17T12:17:09.5578271Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-08-17T12:17:09.5699830Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-08-17T12:17:09.5714160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-08-17T12:17:09.5739000Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-08-17T12:17:09.5820470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-08-17T12:17:09.5834572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-08-17T12:17:09.5843770Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-08-17T12:17:09.5862292Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-08-17T12:17:09.6018057Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-08-17T12:17:09.6139891Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-08-17T12:17:09.6156033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-08-17T12:17:09.6179120Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-08-17T12:17:09.6261121Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-08-17T12:17:09.6275257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-08-17T12:17:09.6290430Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-08-17T12:17:09.6308986Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-08-17T12:17:09.6460396Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-08-17T12:17:09.6580602Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-08-17T12:17:09.6595955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:09.6618382Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:09.6700294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-08-17T12:17:09.6733608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-08-17T12:17:09.6737195Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-08-17T12:17:09.6747510Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-08-17T12:17:09.6900679Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-08-17T12:17:09.7021012Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-08-17T12:17:09.7036300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-08-17T12:17:09.7059105Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-08-17T12:17:09.7141499Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-08-17T12:17:09.7161133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-08-17T12:17:09.7170191Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-08-17T12:17:09.7180553Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-08-17T12:17:09.7340378Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-08-17T12:17:09.7460030Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-08-17T12:17:09.7473473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-08-17T12:17:09.7498795Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-08-17T12:17:09.7580083Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-08-17T12:17:09.7603584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-08-17T12:17:09.7606833Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-08-17T12:17:09.7615322Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-08-17T12:17:09.7779108Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-08-17T12:17:09.7904888Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-08-17T12:17:09.7928903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-08-17T12:17:09.7963842Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-08-17T12:17:09.8024279Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-08-17T12:17:09.8171471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-08-17T12:17:09.8173346Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-08-17T12:17:09.8342989Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-08-17T12:17:09.8357442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-08-17T12:17:09.8423573Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-08-17T12:17:09.8463657Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-08-17T12:17:09.8524600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-08-17T12:17:09.8634239Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-08-17T12:17:09.8781902Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-08-17T12:17:09.8798778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-08-17T12:17:09.8860228Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-08-17T12:17:09.8901676Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-08-17T12:17:09.8947870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-08-17T12:17:09.9078005Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-08-17T12:17:09.9188309Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-08-17T12:17:09.9197519Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-08-17T12:17:09.9218970Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-08-17T12:17:09.9233884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-08-17T12:17:09.9305374Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-08-17T12:17:09.9344512Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-08-17T12:17:09.9381627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-08-17T12:17:09.9510973Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-08-17T12:17:09.9665754Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-08-17T12:17:09.9684142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-08-17T12:17:09.9740191Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-08-17T12:17:09.9779635Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-08-17T12:17:09.9816509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-08-17T12:17:09.9928306Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-08-17T12:17:10.0104140Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-08-17T12:17:10.0120896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-08-17T12:17:10.0149001Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-08-17T12:17:10.0156212Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-08-17T12:17:10.0179394Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-08-17T12:17:10.0219567Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-08-17T12:17:10.0246394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.0340036Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.0543441Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-08-17T12:17:10.0562254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-08-17T12:17:10.0622380Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-08-17T12:17:10.0660935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-08-17T12:17:10.0715781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.0849447Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.0982929Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-08-17T12:17:10.1005537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-08-17T12:17:10.1061314Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-08-17T12:17:10.1144204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-08-17T12:17:10.1184565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-08-17T12:17:10.1231951Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-08-17T12:17:10.1424144Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-08-17T12:17:10.1440458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.1490518Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.1498059Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-08-17T12:17:10.1501441Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-08-17T12:17:10.1579373Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-08-17T12:17:10.1605948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-08-17T12:17:10.1679172Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-08-17T12:17:10.1864248Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-08-17T12:17:10.1877597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.1944435Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.2098467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-08-17T12:17:10.2100442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-08-17T12:17:10.2177347Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-08-17T12:17:10.2302576Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-08-17T12:17:10.2325586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-08-17T12:17:10.2379225Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-08-17T12:17:10.2522915Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-08-17T12:17:10.2562170Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-08-17T12:17:10.2563001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-08-17T12:17:10.2743068Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-08-17T12:17:10.2764264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-08-17T12:17:10.2818720Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-08-17T12:17:10.2968772Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-08-17T12:17:10.2983204Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-08-17T12:17:10.2987180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-08-17T12:17:10.3185127Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-08-17T12:17:10.3210874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-08-17T12:17:10.3259787Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-08-17T12:17:10.3327446Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-08-17T12:17:10.3336050Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-08-17T12:17:10.3379556Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-08-17T12:17:10.3404786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-08-17T12:17:10.3413518Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-08-17T12:17:10.3625929Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-08-17T12:17:10.3654501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-08-17T12:17:10.3699225Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-08-17T12:17:10.3868544Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-08-17T12:17:10.3872582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-08-17T12:17:10.3908439Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-08-17T12:17:10.4100278Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-08-17T12:17:10.4131502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-08-17T12:17:10.4140834Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-08-17T12:17:10.4343885Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-08-17T12:17:10.4348235Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-08-17T12:17:10.4355775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-08-17T12:17:10.4542858Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-08-17T12:17:10.4567057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-08-17T12:17:10.4579722Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-08-17T12:17:10.4771118Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-08-17T12:17:10.4784612Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-08-17T12:17:10.4819785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:10.4985378Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:10.5032169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-08-17T12:17:10.5033566Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-08-17T12:17:10.5222950Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-08-17T12:17:10.5235361Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-08-17T12:17:10.5241764Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-08-17T12:17:10.5259382Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-08-17T12:17:10.5284227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:10.5421360Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:10.5441982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-08-17T12:17:10.5461409Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-08-17T12:17:10.5659196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-08-17T12:17:10.5709029Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-08-17T12:17:10.5750130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:10.5863086Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:10.5891091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-08-17T12:17:10.5903602Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-08-17T12:17:10.6120304Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:17:10.6179982Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:17:10.6202559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:10.6302357Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:10.6325812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-08-17T12:17:10.6340381Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-08-17T12:17:10.6520660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-08-17T12:17:10.6619228Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-08-17T12:17:10.6654903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:10.6743194Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:10.6766577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-08-17T12:17:10.6780234Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-08-17T12:17:10.7015211Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-08-17T12:17:10.7063886Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-08-17T12:17:10.7104213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:10.7186659Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:10.7221823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-08-17T12:17:10.7231435Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-08-17T12:17:10.7451178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-08-17T12:17:10.7499744Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-08-17T12:17:10.7521169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.7620628Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:10.7644154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-08-17T12:17:10.7659097Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-08-17T12:17:10.7797575Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-08-17T12:17:10.7939883Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-08-17T12:17:10.7962035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.8065669Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:10.8106001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:10.8110502Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:10.8239687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-08-17T12:17:10.8385039Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-08-17T12:17:10.8419188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-08-17T12:17:10.8504328Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-08-17T12:17:10.8544551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-08-17T12:17:10.8549208Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-08-17T12:17:10.8722588Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-08-17T12:17:10.8731385Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-08-17T12:17:10.8760207Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-08-17T12:17:10.8818678Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-08-17T12:17:10.8838895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-08-17T12:17:10.8943700Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-08-17T12:17:10.8971769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-08-17T12:17:10.9014835Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-08-17T12:17:10.9164608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-08-17T12:17:10.9268316Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-08-17T12:17:10.9309733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-08-17T12:17:10.9382241Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-08-17T12:17:10.9420818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-08-17T12:17:10.9428649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-08-17T12:17:10.9567113Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-08-17T12:17:10.9700897Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-08-17T12:17:10.9727082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-08-17T12:17:10.9820545Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-08-17T12:17:10.9858227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-08-17T12:17:10.9875590Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-08-17T12:17:11.0033375Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-08-17T12:17:11.0142286Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-08-17T12:17:11.0173576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-08-17T12:17:11.0265741Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-08-17T12:17:11.0308307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-08-17T12:17:11.0313920Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-08-17T12:17:11.0498147Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-08-17T12:17:11.0582745Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-08-17T12:17:11.0608467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-08-17T12:17:11.0703928Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-08-17T12:17:11.0734783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.0748794Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.0891092Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-08-17T12:17:11.1025072Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-08-17T12:17:11.1055495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-08-17T12:17:11.1142045Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-08-17T12:17:11.1170608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-08-17T12:17:11.1185452Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-08-17T12:17:11.1399400Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-08-17T12:17:11.1463308Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-08-17T12:17:11.1486162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-08-17T12:17:11.1580792Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-08-17T12:17:11.1586442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-08-17T12:17:11.1595044Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-08-17T12:17:11.1611442Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-08-17T12:17:11.1622992Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-08-17T12:17:11.1857247Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-08-17T12:17:11.1913818Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-08-17T12:17:11.1928076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:11.2024208Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:11.2053508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-08-17T12:17:11.2066483Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-08-17T12:17:11.2344428Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-08-17T12:17:11.2370310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.2504601Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.2511785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-08-17T12:17:11.2773308Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-08-17T12:17:11.2792788Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-08-17T12:17:11.2795710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:11.2825052Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-08-17T12:17:11.2847950Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:11.2857722Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-08-17T12:17:11.2923034Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-08-17T12:17:11.2934196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-08-17T12:17:11.3000203Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-08-17T12:17:11.3222679Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-08-17T12:17:11.3249023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:11.3300055Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:11.3372953Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-08-17T12:17:11.3374243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-08-17T12:17:11.3532482Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-08-17T12:17:11.3663909Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-08-17T12:17:11.3692171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:11.3741731Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:11.3780605Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-08-17T12:17:11.3816404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-08-17T12:17:11.3932961Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-08-17T12:17:11.4103147Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-08-17T12:17:11.4132390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:11.4184491Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:11.4226608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-08-17T12:17:11.4259449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-08-17T12:17:11.4327654Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-08-17T12:17:11.4339450Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-08-17T12:17:11.4429406Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-08-17T12:17:11.4544562Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-08-17T12:17:11.4575750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:11.4622935Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:11.4662006Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-08-17T12:17:11.4697076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-08-17T12:17:11.4823370Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-08-17T12:17:11.4981599Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-08-17T12:17:11.5006173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:11.5061783Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:11.5179883Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-08-17T12:17:11.5185668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-08-17T12:17:11.5287977Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-08-17T12:17:11.5421296Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-08-17T12:17:11.5445985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-08-17T12:17:11.5500690Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-08-17T12:17:11.5619054Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-08-17T12:17:11.5624043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-08-17T12:17:11.5735170Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-08-17T12:17:11.5799050Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-08-17T12:17:11.5810961Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-08-17T12:17:11.5859141Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-08-17T12:17:11.5884941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-08-17T12:17:11.5938798Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-08-17T12:17:11.6062368Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-08-17T12:17:11.6063551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-08-17T12:17:11.6160805Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-08-17T12:17:11.6301270Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-08-17T12:17:11.6330335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-08-17T12:17:11.6380141Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-08-17T12:17:11.6500799Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-08-17T12:17:11.6507264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-08-17T12:17:11.6575905Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-08-17T12:17:11.6741752Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-08-17T12:17:11.6766310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-08-17T12:17:11.6819300Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-08-17T12:17:11.6938035Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-08-17T12:17:11.6940348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-08-17T12:17:11.6998441Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-08-17T12:17:11.7168091Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-08-17T12:17:11.7178468Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-08-17T12:17:11.7182523Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-08-17T12:17:11.7211481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-08-17T12:17:11.7259705Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-08-17T12:17:11.7341674Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-08-17T12:17:11.7376891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-08-17T12:17:11.7389013Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-08-17T12:17:11.7622549Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-08-17T12:17:11.7652587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-08-17T12:17:11.7700090Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-08-17T12:17:11.7781969Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-08-17T12:17:11.7815431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-08-17T12:17:11.7865061Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-08-17T12:17:11.8066590Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-08-17T12:17:11.8099698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-08-17T12:17:11.8141042Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-08-17T12:17:11.8261575Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-08-17T12:17:11.8280454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-08-17T12:17:11.8293122Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-08-17T12:17:11.8505607Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-08-17T12:17:11.8535318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-08-17T12:17:11.8580245Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-08-17T12:17:11.8659395Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-08-17T12:17:11.8672647Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-08-17T12:17:11.8699251Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-08-17T12:17:11.8721391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-08-17T12:17:11.8735161Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-08-17T12:17:11.8948150Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-08-17T12:17:11.8986161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:11.9061797Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:11.9210891Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-08-17T12:17:11.9215758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-08-17T12:17:11.9232944Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-08-17T12:17:11.9397874Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-08-17T12:17:11.9436351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.9504160Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:11.9637459Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-08-17T12:17:11.9652946Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-08-17T12:17:11.9660386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:11.9868784Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:11.9908182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:11.9941027Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:12.0038762Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-08-17T12:17:12.0051853Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-08-17T12:17:12.0058271Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-08-17T12:17:12.0084714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-08-17T12:17:12.0109036Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-08-17T12:17:12.0305467Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-08-17T12:17:12.0334856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.0380359Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.0535912Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-08-17T12:17:12.0545701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-08-17T12:17:12.0550123Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-08-17T12:17:12.0747084Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-08-17T12:17:12.0790121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.0824693Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.1014530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-08-17T12:17:12.1018451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-08-17T12:17:12.1063023Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-08-17T12:17:12.1223685Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-08-17T12:17:12.1253131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:12.1267539Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:12.1298710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-08-17T12:17:12.1305987Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-08-17T12:17:12.1420872Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-08-17T12:17:12.1427121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-08-17T12:17:12.1443159Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-08-17T12:17:12.1660977Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-08-17T12:17:12.1690799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:12.1703336Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:12.1863771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-08-17T12:17:12.1894257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-08-17T12:17:12.1936037Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-08-17T12:17:12.2103599Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-08-17T12:17:12.2133574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:12.2148211Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:12.2300667Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-08-17T12:17:12.2330571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-08-17T12:17:12.2356289Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-08-17T12:17:12.2541408Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-08-17T12:17:12.2573321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-08-17T12:17:12.2618242Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-08-17T12:17:12.2780352Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-08-17T12:17:12.2806148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-08-17T12:17:12.2816477Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-08-17T12:17:12.2981531Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-08-17T12:17:12.3008005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-08-17T12:17:12.3059232Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-08-17T12:17:12.3222339Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-08-17T12:17:12.3261579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.3285505Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.3422706Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-08-17T12:17:12.3459416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-08-17T12:17:12.3504077Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-08-17T12:17:12.3696863Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-08-17T12:17:12.3701496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.3900132Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.3921622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-08-17T12:17:12.4136104Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-08-17T12:17:12.4141632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-08-17T12:17:12.4335855Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-08-17T12:17:12.4341891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-08-17T12:17:12.4384902Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-08-17T12:17:12.4396316Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-08-17T12:17:12.4572947Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-08-17T12:17:12.4578036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-08-17T12:17:12.4604040Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-08-17T12:17:12.4742326Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-08-17T12:17:12.4768212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-08-17T12:17:12.4819540Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-08-17T12:17:12.4979344Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-08-17T12:17:12.4989301Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-08-17T12:17:12.4996496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-08-17T12:17:12.5004559Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-08-17T12:17:12.5018504Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-08-17T12:17:12.5181763Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-08-17T12:17:12.5208480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-08-17T12:17:12.5260624Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-08-17T12:17:12.5425424Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-08-17T12:17:12.5473280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-08-17T12:17:12.5475827Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-08-17T12:17:12.5621640Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-08-17T12:17:12.5648272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-08-17T12:17:12.5702407Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-08-17T12:17:12.5917984Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-08-17T12:17:12.5924493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-08-17T12:17:12.5996315Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-08-17T12:17:12.6062089Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-08-17T12:17:12.6096227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-08-17T12:17:12.6139960Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-08-17T12:17:12.6296723Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-08-17T12:17:12.6341778Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-08-17T12:17:12.6376064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-08-17T12:17:12.6501573Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-08-17T12:17:12.6526170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-08-17T12:17:12.6580152Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-08-17T12:17:12.6727935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-08-17T12:17:12.6813119Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-08-17T12:17:12.6813950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-08-17T12:17:12.6941170Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-08-17T12:17:12.6966491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:12.7024996Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:12.7231618Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-08-17T12:17:12.7259905Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-08-17T12:17:12.7281920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-08-17T12:17:12.7384665Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-08-17T12:17:12.7411283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:12.7466310Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-08-17T12:17:12.7633870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-08-17T12:17:12.7709216Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-08-17T12:17:12.7762949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-08-17T12:17:12.7826683Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-08-17T12:17:12.7872822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:12.7905346Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-08-17T12:17:12.8100970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-08-17T12:17:12.8196736Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-08-17T12:17:12.8221566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-08-17T12:17:12.8260695Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-08-17T12:17:12.8287921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:12.8340288Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:12.8511068Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-08-17T12:17:12.8625910Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-08-17T12:17:12.8645134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-08-17T12:17:12.8703471Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-08-17T12:17:12.8727259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:12.8785155Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:12.8965522Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-08-17T12:17:12.8982249Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-08-17T12:17:12.8988515Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-08-17T12:17:12.9059279Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-08-17T12:17:12.9081412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-08-17T12:17:12.9139579Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-08-17T12:17:12.9161887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.9230938Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:12.9395089Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-08-17T12:17:12.9513622Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-08-17T12:17:12.9548097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-08-17T12:17:12.9586029Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-08-17T12:17:12.9627248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.9664856Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:12.9855853Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-08-17T12:17:12.9981382Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-08-17T12:17:13.0007973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-08-17T12:17:13.0019425Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-08-17T12:17:13.0044548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.0099237Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.0283696Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-08-17T12:17:13.0420341Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-08-17T12:17:13.0446604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-08-17T12:17:13.0460396Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-08-17T12:17:13.0490397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.0540452Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.0697171Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-08-17T12:17:13.0863359Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-08-17T12:17:13.0903710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-08-17T12:17:13.0913768Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-08-17T12:17:13.0960969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.0980070Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.1137584Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-08-17T12:17:13.1306344Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-08-17T12:17:13.1350666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:13.1378764Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:13.1415261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-08-17T12:17:13.1431744Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-08-17T12:17:13.1719249Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-08-17T12:17:13.1742084Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-08-17T12:17:13.1790473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-08-17T12:17:13.1799520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-08-17T12:17:13.1833690Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-08-17T12:17:13.1859212Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-08-17T12:17:13.2064828Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-08-17T12:17:13.2225114Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-08-17T12:17:13.2227782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-08-17T12:17:13.2259385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-08-17T12:17:13.2266234Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-08-17T12:17:13.2298984Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-08-17T12:17:13.2534629Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-08-17T12:17:13.2663103Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-08-17T12:17:13.2669249Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-08-17T12:17:13.2675382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-08-17T12:17:13.2684456Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-08-17T12:17:13.2699302Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-08-17T12:17:13.2727084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-08-17T12:17:13.2739224Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-08-17T12:17:13.2896044Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-08-17T12:17:13.3105415Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-08-17T12:17:13.3126917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-08-17T12:17:13.3139221Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-08-17T12:17:13.3161994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-08-17T12:17:13.3178594Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-08-17T12:17:13.3351308Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-08-17T12:17:13.3542761Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-08-17T12:17:13.3572989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-08-17T12:17:13.3615650Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-08-17T12:17:13.3617319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-08-17T12:17:13.3630347Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-08-17T12:17:13.3807105Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-08-17T12:17:13.3982093Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-08-17T12:17:13.4004635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-08-17T12:17:13.4019393Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-08-17T12:17:13.4041745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.4058739Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.4227146Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-08-17T12:17:13.4422083Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-08-17T12:17:13.4444623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-08-17T12:17:13.4460315Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-08-17T12:17:13.4483868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.4498650Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.4898048Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-08-17T12:17:13.4901149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-08-17T12:17:13.4914665Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-08-17T12:17:13.4941554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-08-17T12:17:13.5081873Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-08-17T12:17:13.5090084Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-08-17T12:17:13.5261165Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-08-17T12:17:13.5334787Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-08-17T12:17:13.5338125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-08-17T12:17:13.5384466Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-08-17T12:17:13.5388626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-08-17T12:17:13.5502034Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-08-17T12:17:13.5692200Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-08-17T12:17:13.5769056Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-08-17T12:17:13.5769561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:13.5820987Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:13.5845806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.5941240Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.6132928Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-08-17T12:17:13.6190619Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-08-17T12:17:13.6228113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:13.6262505Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-08-17T12:17:13.6299309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.6425077Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.6607406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-08-17T12:17:13.6625249Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-08-17T12:17:13.6667175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:13.6704816Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-08-17T12:17:13.6736147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.6901649Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.7094684Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-08-17T12:17:13.7100210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.7134139Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.7216935Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-08-17T12:17:13.7219647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-08-17T12:17:13.7381097Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-08-17T12:17:13.7543680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-08-17T12:17:13.7548506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.7655596Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.7658987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-08-17T12:17:13.7668592Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-08-17T12:17:13.7819542Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-08-17T12:17:13.7862752Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-08-17T12:17:13.7870848Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-08-17T12:17:13.7938974Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-08-17T12:17:13.7965607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:13.7987612Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:13.8058206Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-08-17T12:17:13.8082402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-08-17T12:17:13.8264369Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-08-17T12:17:13.8384227Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-08-17T12:17:13.8416051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:13.8457077Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:13.8574926Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-08-17T12:17:13.8577858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:13.8741965Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:13.8873686Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-08-17T12:17:13.8893061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.8915740Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:13.8994682Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-08-17T12:17:13.9018832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.9179482Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-08-17T12:17:13.9303403Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:17:13.9331441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.9347564Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:13.9425455Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:17:13.9461587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.9622508Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-08-17T12:17:13.9741455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-08-17T12:17:13.9753978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.9766997Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-08-17T12:17:13.9861115Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:13.9886352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.0065851Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.0182194Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:17:14.0206760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-08-17T12:17:14.0301628Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-08-17T12:17:14.0302193Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:17:14.0318654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-08-17T12:17:14.0328620Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-08-17T12:17:14.0336202Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-08-17T12:17:14.0500327Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-08-17T12:17:14.0625397Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:17:14.0654946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-08-17T12:17:14.0662037Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:17:14.0742120Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-08-17T12:17:14.0777915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-08-17T12:17:14.0983629Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-08-17T12:17:14.1062798Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:17:14.1087460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-08-17T12:17:14.1180259Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-08-17T12:17:14.1192838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.1211258Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:17:14.1422995Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.1500944Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-08-17T12:17:14.1527582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-08-17T12:17:14.1603345Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-08-17T12:17:14.1663460Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-08-17T12:17:14.1689354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.1864249Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.1946051Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-08-17T12:17:14.1992276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-08-17T12:17:14.2084739Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-08-17T12:17:14.2104413Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-08-17T12:17:14.2130869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.2300070Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.2379267Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-08-17T12:17:14.2406155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-08-17T12:17:14.2492895Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-08-17T12:17:14.2538987Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-08-17T12:17:14.2566985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.2743757Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.2820892Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-08-17T12:17:14.2841915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-08-17T12:17:14.2862795Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-08-17T12:17:14.2872587Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-08-17T12:17:14.2939263Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-08-17T12:17:14.2979252Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-08-17T12:17:14.3004086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-08-17T12:17:14.3181253Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-08-17T12:17:14.3259361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-08-17T12:17:14.3280150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-08-17T12:17:14.3336049Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-08-17T12:17:14.3421370Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-08-17T12:17:14.3449702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-08-17T12:17:14.3621048Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-08-17T12:17:14.3701797Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-08-17T12:17:14.3735202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-08-17T12:17:14.3765549Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-08-17T12:17:14.3860279Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-08-17T12:17:14.3884371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.4103449Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.4141990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-08-17T12:17:14.4176778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-08-17T12:17:14.4271331Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-08-17T12:17:14.4300548Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-08-17T12:17:14.4327782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.4583947Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.4585523Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:17:14.4614907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:14.4688186Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:14.4698332Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-08-17T12:17:14.4737852Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-08-17T12:17:14.4745386Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:17:14.4770124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.5022770Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.5023323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:14.5045735Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-08-17T12:17:14.5224382Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-08-17T12:17:14.5227706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.5250628Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-08-17T12:17:14.5463740Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.5465830Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-08-17T12:17:14.5490193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:14.5630699Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-08-17T12:17:14.5660118Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-08-17T12:17:14.5692174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-08-17T12:17:14.5939499Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-08-17T12:17:14.5940717Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-08-17T12:17:14.5945197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.6376936Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.6388356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-08-17T12:17:14.6393229Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-08-17T12:17:14.6395966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.6623243Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.6650413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.6722674Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.6727144Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-08-17T12:17:14.6811034Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-08-17T12:17:14.6811742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:14.6847280Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:14.6856211Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-08-17T12:17:14.7063155Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-08-17T12:17:14.7073838Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-08-17T12:17:14.7101985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.7221475Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.7247351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:14.7259600Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:14.7451378Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-08-17T12:17:14.7532025Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-08-17T12:17:14.7570881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.7660152Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-08-17T12:17:14.7683118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:14.7740145Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:14.7917660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-08-17T12:17:14.7941725Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-08-17T12:17:14.7977306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.8101073Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-08-17T12:17:14.8124947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:14.8181234Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:14.8364469Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-08-17T12:17:14.8414429Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-08-17T12:17:14.8415735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-08-17T12:17:14.8541669Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-08-17T12:17:14.8567898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:14.8620663Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:14.8806634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:17:14.8821684Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:17:14.8828507Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-08-17T12:17:14.8833540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-08-17T12:17:14.8856751Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-08-17T12:17:14.8978865Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-08-17T12:17:14.8999558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-08-17T12:17:14.9059062Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-08-17T12:17:14.9216774Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-08-17T12:17:14.9302419Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-08-17T12:17:14.9304919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.9420531Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:14.9448224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-08-17T12:17:14.9499719Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-08-17T12:17:14.9656717Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-08-17T12:17:14.9699427Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-08-17T12:17:14.9724497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.9859839Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-08-17T12:17:14.9882889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-08-17T12:17:14.9938623Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-08-17T12:17:15.0089814Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-08-17T12:17:15.0145126Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-08-17T12:17:15.0191583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.0301654Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.0328935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-08-17T12:17:15.0379405Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-08-17T12:17:15.0545445Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-08-17T12:17:15.0614602Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-08-17T12:17:15.0616339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.0741032Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.0746134Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-08-17T12:17:15.0753886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-08-17T12:17:15.0764517Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-08-17T12:17:15.0818419Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-08-17T12:17:15.0966131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-08-17T12:17:15.1059959Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-08-17T12:17:15.1089637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-08-17T12:17:15.1180368Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-08-17T12:17:15.1214147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-08-17T12:17:15.1259109Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-08-17T12:17:15.1426438Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-08-17T12:17:15.1531951Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-08-17T12:17:15.1532737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-08-17T12:17:15.1619417Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-08-17T12:17:15.1642171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-08-17T12:17:15.1698503Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-08-17T12:17:15.1859176Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-08-17T12:17:15.1939447Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-08-17T12:17:15.1968199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:15.2059341Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:15.2083560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-08-17T12:17:15.2138659Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-08-17T12:17:15.2316837Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-08-17T12:17:15.2412220Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-08-17T12:17:15.2414150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.2499546Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.2523591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:15.2578446Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-08-17T12:17:15.2791256Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-08-17T12:17:15.2821124Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-08-17T12:17:15.2843033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.2850898Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-08-17T12:17:15.2858441Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-08-17T12:17:15.2939074Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.2959706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.3020238Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.3296840Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-08-17T12:17:15.3299065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.3315452Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.3381015Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-08-17T12:17:15.3406603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.3459218Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.3643441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-08-17T12:17:15.3699413Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-08-17T12:17:15.3734216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-08-17T12:17:15.3819096Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-08-17T12:17:15.3843614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:15.3900625Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-08-17T12:17:15.4167203Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-08-17T12:17:15.4180784Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-08-17T12:17:15.4215785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-08-17T12:17:15.4285977Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-08-17T12:17:15.4288876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:15.4337961Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-08-17T12:17:15.4545567Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-08-17T12:17:15.4646204Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-08-17T12:17:15.4667341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-08-17T12:17:15.4702893Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-08-17T12:17:15.4739468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:15.4783541Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-08-17T12:17:15.5007982Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-08-17T12:17:15.5102357Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-08-17T12:17:15.5108754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-08-17T12:17:15.5118028Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-08-17T12:17:15.5128571Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-08-17T12:17:15.5138536Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-08-17T12:17:15.5162762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:15.5218079Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-08-17T12:17:15.5398253Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-08-17T12:17:15.5544982Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-08-17T12:17:15.5581147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-08-17T12:17:15.5589839Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-08-17T12:17:15.5619382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:15.5658942Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-08-17T12:17:15.5886284Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:17:15.6024534Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:17:15.6025741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-08-17T12:17:15.6062689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-08-17T12:17:15.6064534Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-08-17T12:17:15.6099852Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-08-17T12:17:15.6230645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-08-17T12:17:15.6464378Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-08-17T12:17:15.6465155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-08-17T12:17:15.6498227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:15.6509997Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-08-17T12:17:15.6541815Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:15.6670935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-08-17T12:17:15.6906981Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-08-17T12:17:15.6908127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.6936242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-08-17T12:17:15.6944533Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-08-17T12:17:15.6983822Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-08-17T12:17:15.7371544Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-08-17T12:17:15.7373669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-08-17T12:17:15.7376803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.7387435Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-08-17T12:17:15.7423524Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-08-17T12:17:15.7435562Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-08-17T12:17:15.7590607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-08-17T12:17:15.7782889Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-08-17T12:17:15.7817285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-08-17T12:17:15.7826146Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-08-17T12:17:15.7861257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-08-17T12:17:15.7866617Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-08-17T12:17:15.8154431Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-08-17T12:17:15.8167696Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-08-17T12:17:15.8175332Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-08-17T12:17:15.8219669Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-08-17T12:17:15.8251714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-08-17T12:17:15.8263891Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-08-17T12:17:15.8285296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-08-17T12:17:15.8297790Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-08-17T12:17:15.8435850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-08-17T12:17:15.8664287Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-08-17T12:17:15.8693105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-08-17T12:17:15.8743725Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-08-17T12:17:15.8744211Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-08-17T12:17:15.8776197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-08-17T12:17:15.8935906Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-08-17T12:17:15.9101774Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-08-17T12:17:15.9122746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-08-17T12:17:15.9179906Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-08-17T12:17:15.9183477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-08-17T12:17:15.9206306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-08-17T12:17:15.9354786Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-08-17T12:17:15.9540173Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-08-17T12:17:15.9562394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:15.9621762Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-08-17T12:17:15.9626131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-08-17T12:17:15.9677500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.9824037Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:15.9982480Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-08-17T12:17:16.0004989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.0060868Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.0062609Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-08-17T12:17:16.0095861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-08-17T12:17:16.0272629Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-08-17T12:17:16.0426318Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-08-17T12:17:16.0451684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.0532826Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.0533713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-08-17T12:17:16.0535538Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-08-17T12:17:16.0643402Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-08-17T12:17:16.0862495Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-08-17T12:17:16.0888513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:16.0942047Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-08-17T12:17:16.0943726Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-08-17T12:17:16.0969791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.1053498Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.1304171Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-08-17T12:17:16.1328338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:16.1383037Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-08-17T12:17:16.1384192Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-08-17T12:17:16.1409626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.1532672Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.1742447Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-08-17T12:17:16.1770556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:16.1822205Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-08-17T12:17:16.1824430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.1847475Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-08-17T12:17:16.1965871Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.1981694Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-08-17T12:17:16.1991673Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-08-17T12:17:16.2183502Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-08-17T12:17:16.2225897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:16.2261455Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-08-17T12:17:16.2265840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:16.2291603Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-08-17T12:17:16.2474135Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:16.2623293Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-08-17T12:17:16.2653573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:16.2701575Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-08-17T12:17:16.2704153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-08-17T12:17:16.2731218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-08-17T12:17:16.2866320Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-08-17T12:17:16.3061900Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-08-17T12:17:16.3084721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-08-17T12:17:16.3141521Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-08-17T12:17:16.3141999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-08-17T12:17:16.3164932Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-08-17T12:17:16.3304697Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-08-17T12:17:16.3503900Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-08-17T12:17:16.3527426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-08-17T12:17:16.3582172Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-08-17T12:17:16.3584074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-08-17T12:17:16.3623435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-08-17T12:17:16.3795636Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-08-17T12:17:16.3942636Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-08-17T12:17:16.3963722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-08-17T12:17:16.4022777Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-08-17T12:17:16.4023233Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-08-17T12:17:16.4052633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-08-17T12:17:16.4217599Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-08-17T12:17:16.4381960Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-08-17T12:17:16.4403223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-08-17T12:17:16.4463874Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-08-17T12:17:16.4465760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-08-17T12:17:16.4511259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-08-17T12:17:16.4663760Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-08-17T12:17:16.4824323Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-08-17T12:17:16.4853654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-08-17T12:17:16.4906597Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-08-17T12:17:16.4908880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-08-17T12:17:16.4952973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.5112311Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.5226612Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-08-17T12:17:16.5233458Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-08-17T12:17:16.5258752Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-08-17T12:17:16.5280220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-08-17T12:17:16.5340324Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-08-17T12:17:16.5340813Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-08-17T12:17:16.5377791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-08-17T12:17:16.5530036Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-08-17T12:17:16.5700572Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-08-17T12:17:16.5726944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-08-17T12:17:16.5781841Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-08-17T12:17:16.5782314Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-08-17T12:17:16.5812271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-08-17T12:17:16.5964334Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-08-17T12:17:16.6142509Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-08-17T12:17:16.6168126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-08-17T12:17:16.6221962Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-08-17T12:17:16.6224142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-08-17T12:17:16.6254505Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-08-17T12:17:16.6420463Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-08-17T12:17:16.6583685Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-08-17T12:17:16.6614260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:16.6665650Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-08-17T12:17:16.6669728Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-08-17T12:17:16.6696559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.6852264Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.6893248Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-08-17T12:17:16.6900827Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-08-17T12:17:16.7019572Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-08-17T12:17:16.7047334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.7106211Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.7106843Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-08-17T12:17:16.7141560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.7311454Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.7461008Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-08-17T12:17:16.7488123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.7541177Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.7541762Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-08-17T12:17:16.7576854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-08-17T12:17:16.7741532Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-08-17T12:17:16.7903470Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-08-17T12:17:16.7926545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:16.7981331Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-08-17T12:17:16.7982052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-08-17T12:17:16.8015737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-08-17T12:17:16.8377659Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-08-17T12:17:16.8385440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:16.8456042Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-08-17T12:17:16.8459787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-08-17T12:17:16.8466125Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-08-17T12:17:16.8472550Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-08-17T12:17:16.8636622Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-08-17T12:17:16.8783799Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-08-17T12:17:16.8811413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:16.8905049Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-08-17T12:17:16.8915278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.8932650Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-08-17T12:17:16.9184746Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:16.9220269Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-08-17T12:17:16.9246097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:16.9342303Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-08-17T12:17:16.9342996Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-08-17T12:17:16.9348514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.9356203Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-08-17T12:17:16.9370094Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-08-17T12:17:16.9471393Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-08-17T12:17:16.9666353Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-08-17T12:17:16.9693985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:16.9781861Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-08-17T12:17:16.9786628Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-08-17T12:17:16.9814334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-08-17T12:17:16.9903602Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.0100096Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-08-17T12:17:17.0126385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.0225417Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.0226337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.0254220Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-08-17T12:17:17.0385621Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.0541266Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-08-17T12:17:17.0567799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-08-17T12:17:17.0662369Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-08-17T12:17:17.0663078Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-08-17T12:17:17.0688413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-08-17T12:17:17.0822457Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-08-17T12:17:17.1022929Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-08-17T12:17:17.1047761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-08-17T12:17:17.1101071Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-08-17T12:17:17.1102701Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-08-17T12:17:17.1127359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-08-17T12:17:17.1152513Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-08-17T12:17:17.1161111Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-08-17T12:17:17.1256737Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-08-17T12:17:17.1465614Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-08-17T12:17:17.1489361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-08-17T12:17:17.1581335Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-08-17T12:17:17.1582157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.1604877Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-08-17T12:17:17.1767835Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.1901215Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-08-17T12:17:17.1925286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-08-17T12:17:17.2025558Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-08-17T12:17:17.2026036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-08-17T12:17:17.2061178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.2209433Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.2340924Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-08-17T12:17:17.2364528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-08-17T12:17:17.2461864Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-08-17T12:17:17.2462714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.2492765Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-08-17T12:17:17.2664050Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.2781407Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-08-17T12:17:17.2803522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-08-17T12:17:17.2877224Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-08-17T12:17:17.2886213Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-08-17T12:17:17.2900213Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-08-17T12:17:17.2900627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.2922981Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-08-17T12:17:17.3035595Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-08-17T12:17:17.3228210Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-08-17T12:17:17.3270206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-08-17T12:17:17.3344553Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-08-17T12:17:17.3345580Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-08-17T12:17:17.3378504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-08-17T12:17:17.3497918Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-08-17T12:17:17.3659752Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-08-17T12:17:17.3680873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-08-17T12:17:17.3786065Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-08-17T12:17:17.3786816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-08-17T12:17:17.3815723Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-08-17T12:17:17.3933066Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-08-17T12:17:17.4110444Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-08-17T12:17:17.4134488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-08-17T12:17:17.4222634Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-08-17T12:17:17.4223227Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-08-17T12:17:17.4261099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-08-17T12:17:17.4382723Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-08-17T12:17:17.4543966Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-08-17T12:17:17.4567008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-08-17T12:17:17.4662443Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-08-17T12:17:17.4663166Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-08-17T12:17:17.4685854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-08-17T12:17:17.4711431Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-08-17T12:17:17.4720979Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-08-17T12:17:17.4780964Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-08-17T12:17:17.4984672Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-08-17T12:17:17.5020807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-08-17T12:17:17.5106808Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-08-17T12:17:17.5107441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-08-17T12:17:17.5137098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-08-17T12:17:17.5234593Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-08-17T12:17:17.5422558Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-08-17T12:17:17.5445072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-08-17T12:17:17.5546299Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-08-17T12:17:17.5547124Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-08-17T12:17:17.5578101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-08-17T12:17:17.5728635Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-08-17T12:17:17.5862067Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-08-17T12:17:17.5887249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.5982872Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.5985648Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-08-17T12:17:17.6009254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-08-17T12:17:17.6121682Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-08-17T12:17:17.6303647Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-08-17T12:17:17.6329195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-08-17T12:17:17.6422006Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-08-17T12:17:17.6430365Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-08-17T12:17:17.6432198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.6439992Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-08-17T12:17:17.6451120Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-08-17T12:17:17.6558679Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:17.6744480Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-08-17T12:17:17.6775924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-08-17T12:17:17.6863886Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-08-17T12:17:17.6864427Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-08-17T12:17:17.6895740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.7006003Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.7180684Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-08-17T12:17:17.7209333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-08-17T12:17:17.7299804Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-08-17T12:17:17.7339951Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-08-17T12:17:17.7386243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.7500479Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.7662072Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-08-17T12:17:17.7687688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-08-17T12:17:17.7739113Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-08-17T12:17:17.7854548Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-08-17T12:17:17.7858129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-08-17T12:17:17.7941023Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-08-17T12:17:17.8102741Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-08-17T12:17:17.8127988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-08-17T12:17:17.8178995Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-08-17T12:17:17.8261541Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-08-17T12:17:17.8291163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-08-17T12:17:17.8302719Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-08-17T12:17:17.8307608Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-08-17T12:17:17.8332886Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-08-17T12:17:17.8544060Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-08-17T12:17:17.8571518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.8620526Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-08-17T12:17:17.8701587Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-08-17T12:17:17.8752884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-08-17T12:17:17.8790121Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-08-17T12:17:17.8984577Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-08-17T12:17:17.9022971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.9065618Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-08-17T12:17:17.9177802Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-08-17T12:17:17.9181022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-08-17T12:17:17.9315801Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-08-17T12:17:17.9462834Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-08-17T12:17:17.9489371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-08-17T12:17:17.9499508Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-08-17T12:17:17.9640124Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-08-17T12:17:17.9646472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-08-17T12:17:17.9845852Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-08-17T12:17:17.9853663Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-08-17T12:17:17.9902454Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-08-17T12:17:17.9920425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-08-17T12:17:17.9936975Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-08-17T12:17:18.0010962Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-08-17T12:17:18.0028368Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-08-17T12:17:18.0053720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-08-17T12:17:18.0384763Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-08-17T12:17:18.0415718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-08-17T12:17:18.0499528Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-08-17T12:17:18.0500542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-08-17T12:17:18.0854163Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-08-17T12:17:18.0854711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-08-17T12:17:18.0941852Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-08-17T12:17:18.0943436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.1282688Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.1310901Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-08-17T12:17:18.1311334Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-08-17T12:17:18.1332231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-08-17T12:17:18.1342950Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-08-17T12:17:18.1368075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.1820343Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.1853958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.1860550Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.1896621Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-08-17T12:17:18.1897950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-08-17T12:17:18.1899808Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-08-17T12:17:18.2268924Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-08-17T12:17:18.2270496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-08-17T12:17:18.2300491Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-08-17T12:17:18.2324478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-08-17T12:17:18.2722023Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-08-17T12:17:18.2733554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-08-17T12:17:18.2751308Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-08-17T12:17:18.2780142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-08-17T12:17:18.3183165Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-08-17T12:17:18.3199370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-08-17T12:17:18.3220153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-08-17T12:17:18.3230011Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-08-17T12:17:18.3238294Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-08-17T12:17:18.3246892Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-08-17T12:17:18.3622477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-08-17T12:17:18.3625273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-08-17T12:17:18.3644444Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-08-17T12:17:18.3682984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.4012184Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.4026040Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-08-17T12:17:18.4055699Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-08-17T12:17:18.4058139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-08-17T12:17:18.4093641Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-08-17T12:17:18.4096395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.4479177Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.4497412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-08-17T12:17:18.4516499Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-08-17T12:17:18.4563177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.4904390Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.4945340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-08-17T12:17:18.4956448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-08-17T12:17:18.4995576Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-08-17T12:17:18.5263257Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-08-17T12:17:18.5277633Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-08-17T12:17:18.5339206Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-08-17T12:17:18.5360889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-08-17T12:17:18.5378791Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-08-17T12:17:18.5403053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-08-17T12:17:18.5784124Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-08-17T12:17:18.5808677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-08-17T12:17:18.5822290Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-08-17T12:17:18.5858238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:18.6256873Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:18.6269329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-08-17T12:17:18.6282830Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-08-17T12:17:18.6313978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.6495851Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-08-17T12:17:18.6514712Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-08-17T12:17:18.6667989Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-08-17T12:17:18.6673565Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-08-17T12:17:18.6682560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-08-17T12:17:18.6710582Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-08-17T12:17:18.6733706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.6734563Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-08-17T12:17:18.7106792Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-08-17T12:17:18.7143374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-08-17T12:17:18.7214428Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-08-17T12:17:18.7216257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.7584286Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-08-17T12:17:18.7585247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:18.7621592Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:18.7632651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-08-17T12:17:18.7641285Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-08-17T12:17:18.7653566Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-08-17T12:17:18.8019865Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-08-17T12:17:18.8022113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-08-17T12:17:18.8060677Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-08-17T12:17:18.8091211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-08-17T12:17:18.8464144Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-08-17T12:17:18.8502151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-08-17T12:17:18.8549746Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-08-17T12:17:18.8550759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-08-17T12:17:18.8619628Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-08-17T12:17:18.8632320Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-08-17T12:17:18.8946291Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-08-17T12:17:18.8947230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-08-17T12:17:18.8983201Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-08-17T12:17:18.8983974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-08-17T12:17:18.9342867Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-08-17T12:17:18.9385162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-08-17T12:17:18.9454665Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-08-17T12:17:18.9456791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-08-17T12:17:18.9483924Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-08-17T12:17:18.9497689Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-08-17T12:17:18.9783191Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-08-17T12:17:18.9808324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-08-17T12:17:18.9859311Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-08-17T12:17:18.9886340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-08-17T12:17:19.0222999Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-08-17T12:17:19.0262225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.0271222Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.0283607Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-08-17T12:17:19.0332840Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-08-17T12:17:19.0335686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-08-17T12:17:19.0701342Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-08-17T12:17:19.0702766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.0747404Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.0794300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.0926065Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.0938253Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-08-17T12:17:19.1258331Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-08-17T12:17:19.1263410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.1271524Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.1277788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.1635736Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.1640763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.1720013Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.1721865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.1748471Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.1771531Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-08-17T12:17:19.2022418Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-08-17T12:17:19.2047144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-08-17T12:17:19.2100839Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-08-17T12:17:19.2144956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.2463767Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.2493480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-08-17T12:17:19.2606610Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-08-17T12:17:19.2610280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.2903852Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.2937117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-08-17T12:17:19.2938874Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-08-17T12:17:19.2950869Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-08-17T12:17:19.2979538Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-08-17T12:17:19.3008287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-08-17T12:17:19.3417752Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-08-17T12:17:19.3422069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-08-17T12:17:19.3464882Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-08-17T12:17:19.3529247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-08-17T12:17:19.3750927Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-08-17T12:17:19.3757667Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-08-17T12:17:19.3820385Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-08-17T12:17:19.3844034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-08-17T12:17:19.3901791Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-08-17T12:17:19.3936163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-08-17T12:17:19.4199982Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-08-17T12:17:19.4216961Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-08-17T12:17:19.4304083Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-08-17T12:17:19.4328398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-08-17T12:17:19.4339952Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-08-17T12:17:19.4372213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-08-17T12:17:19.4783942Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-08-17T12:17:19.4832136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-08-17T12:17:19.4836248Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-08-17T12:17:19.4840251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-08-17T12:17:19.5258113Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-08-17T12:17:19.5271433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-08-17T12:17:19.5277412Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-08-17T12:17:19.5281516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-08-17T12:17:19.5696777Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-08-17T12:17:19.5706826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-08-17T12:17:19.5709167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-08-17T12:17:19.5717607Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-08-17T12:17:19.5965358Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-08-17T12:17:19.5974916Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-08-17T12:17:19.5982561Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-08-17T12:17:19.5986447Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-08-17T12:17:19.6147936Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-08-17T12:17:19.6162721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-08-17T12:17:19.6168028Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-08-17T12:17:19.6170991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-08-17T12:17:19.6636582Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-08-17T12:17:19.6657902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-08-17T12:17:19.6662038Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-08-17T12:17:19.6664318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-08-17T12:17:19.6686721Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-08-17T12:17:19.6705680Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-08-17T12:17:19.7077456Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-08-17T12:17:19.7091782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-08-17T12:17:19.7097385Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-08-17T12:17:19.7099305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-08-17T12:17:19.7296788Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-08-17T12:17:19.7310141Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-08-17T12:17:19.7522882Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-08-17T12:17:19.7525873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-08-17T12:17:19.7532878Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-08-17T12:17:19.7535041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-08-17T12:17:19.7638617Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-08-17T12:17:19.7653259Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-08-17T12:17:19.7942363Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-08-17T12:17:19.7943342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-08-17T12:17:19.7946026Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-08-17T12:17:19.7948530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.8383152Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.8386843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.8390948Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-08-17T12:17:19.8398697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-08-17T12:17:19.8590224Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-08-17T12:17:19.8602761Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-08-17T12:17:19.8827043Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-08-17T12:17:19.8835202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.8837379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.8848445Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:19.8941905Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-08-17T12:17:19.8951555Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-08-17T12:17:19.9262015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-08-17T12:17:19.9264981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-08-17T12:17:19.9265474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.9268407Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-08-17T12:17:19.9467172Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-08-17T12:17:19.9480970Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-08-17T12:17:19.9702512Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-08-17T12:17:19.9706038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.9713671Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-08-17T12:17:19.9717981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-08-17T12:17:19.9838687Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-08-17T12:17:19.9849096Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-08-17T12:17:20.0144566Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-08-17T12:17:20.0145033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-08-17T12:17:20.0149554Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-08-17T12:17:20.0151089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-08-17T12:17:20.0318321Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-08-17T12:17:20.0329673Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-08-17T12:17:20.0623260Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-08-17T12:17:20.0627079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-08-17T12:17:20.0631787Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-08-17T12:17:20.0633938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-08-17T12:17:20.0767136Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-08-17T12:17:20.0779061Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-08-17T12:17:20.1026386Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-08-17T12:17:20.1029748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-08-17T12:17:20.1061217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.1066049Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-08-17T12:17:20.1163189Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.1174997Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-08-17T12:17:20.1503002Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-08-17T12:17:20.1503657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.1505162Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.1506690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.1735247Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.1747869Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-08-17T12:17:20.2056901Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-08-17T12:17:20.2060205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-08-17T12:17:20.2060888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-08-17T12:17:20.2064036Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-08-17T12:17:20.2164822Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-08-17T12:17:20.2175139Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-08-17T12:17:20.2418340Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-08-17T12:17:20.2426492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-08-17T12:17:20.2429193Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-08-17T12:17:20.2431695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-08-17T12:17:20.2774952Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-08-17T12:17:20.2785990Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-08-17T12:17:20.2829000Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-08-17T12:17:20.2829644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-08-17T12:17:20.2850417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.2860642Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-08-17T12:17:20.3296296Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.3298545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-08-17T12:17:20.3312629Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-08-17T12:17:20.3322042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.3732106Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.3734614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-08-17T12:17:20.3756863Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-08-17T12:17:20.3763630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.3773351Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-08-17T12:17:20.3778262Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.4092728Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-08-17T12:17:20.4100854Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-08-17T12:17:20.4107718Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-08-17T12:17:20.4140938Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-08-17T12:17:20.4146540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.4172858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.4176465Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.4184621Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.4445801Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-08-17T12:17:20.4584788Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-08-17T12:17:20.4585371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-08-17T12:17:20.4616771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-08-17T12:17:20.4627297Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-08-17T12:17:20.4661183Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-08-17T12:17:20.5006948Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-08-17T12:17:20.5025577Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-08-17T12:17:20.5027379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-08-17T12:17:20.5074330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-08-17T12:17:20.5083821Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-08-17T12:17:20.5099168Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-08-17T12:17:20.5511940Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-08-17T12:17:20.5516482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-08-17T12:17:20.5522643Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-08-17T12:17:20.5526309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.5543837Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.5559968Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-08-17T12:17:20.5903237Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-08-17T12:17:20.5920952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.5940162Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-08-17T12:17:20.5948945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-08-17T12:17:20.5956616Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-08-17T12:17:20.5978516Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.6259813Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-08-17T12:17:20.6271720Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-08-17T12:17:20.6331896Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-08-17T12:17:20.6344472Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-08-17T12:17:20.6380067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-08-17T12:17:20.6382810Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-08-17T12:17:20.6408685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.6420005Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.6815391Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-08-17T12:17:20.6825882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-08-17T12:17:20.6877292Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-08-17T12:17:20.6880516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.6934270Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.6949439Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-08-17T12:17:20.7259956Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-08-17T12:17:20.7262421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-08-17T12:17:20.7306716Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-08-17T12:17:20.7308785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-08-17T12:17:20.7419155Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-08-17T12:17:20.7437111Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-08-17T12:17:20.7664358Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-08-17T12:17:20.7696120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-08-17T12:17:20.7750335Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-08-17T12:17:20.7773536Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-08-17T12:17:20.7777763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-08-17T12:17:20.7860504Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-08-17T12:17:20.8104216Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-08-17T12:17:20.8136363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-08-17T12:17:20.8150733Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-08-17T12:17:20.8235961Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-08-17T12:17:20.8249046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.8300647Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.8558869Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-08-17T12:17:20.8582315Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-08-17T12:17:20.8620132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-08-17T12:17:20.8700090Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-08-17T12:17:20.8727369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.8742605Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:20.9003829Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-08-17T12:17:20.9021395Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-08-17T12:17:20.9064135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-08-17T12:17:20.9138732Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-08-17T12:17:20.9166455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.9179090Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:20.9443731Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-08-17T12:17:20.9461129Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-08-17T12:17:20.9502306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.9580594Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:20.9612139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.9620772Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-08-17T12:17:20.9703071Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-08-17T12:17:20.9900482Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-08-17T12:17:20.9922572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-08-17T12:17:21.0024991Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-08-17T12:17:21.0065882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-08-17T12:17:21.0076698Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-08-17T12:17:21.0150431Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-08-17T12:17:21.0342502Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-08-17T12:17:21.0370298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-08-17T12:17:21.0461345Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-08-17T12:17:21.0491319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-08-17T12:17:21.0507466Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-08-17T12:17:21.0651999Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-08-17T12:17:21.0783452Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-08-17T12:17:21.0813604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-08-17T12:17:21.0856647Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-08-17T12:17:21.0865278Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-08-17T12:17:21.0898757Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-08-17T12:17:21.0921883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-08-17T12:17:21.0938380Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-08-17T12:17:21.1059304Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-08-17T12:17:21.1222573Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-08-17T12:17:21.1248319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-08-17T12:17:21.1344409Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-08-17T12:17:21.1372341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-08-17T12:17:21.1386845Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-08-17T12:17:21.1490261Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-08-17T12:17:21.1667279Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-08-17T12:17:21.1701579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-08-17T12:17:21.1782313Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-08-17T12:17:21.1806217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-08-17T12:17:21.1819172Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-08-17T12:17:21.1931145Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-08-17T12:17:21.2101908Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-08-17T12:17:21.2124630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-08-17T12:17:21.2224187Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-08-17T12:17:21.2249326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-08-17T12:17:21.2263800Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-08-17T12:17:21.2380942Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-08-17T12:17:21.2541462Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-08-17T12:17:21.2570816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-08-17T12:17:21.2661378Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-08-17T12:17:21.2693001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-08-17T12:17:21.2704476Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-08-17T12:17:21.2792452Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-08-17T12:17:21.2987880Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-08-17T12:17:21.3033801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-08-17T12:17:21.3103426Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-08-17T12:17:21.3132226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-08-17T12:17:21.3143589Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-08-17T12:17:21.3223592Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-08-17T12:17:21.3462743Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-08-17T12:17:21.3487378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-08-17T12:17:21.3538837Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-08-17T12:17:21.3562131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-08-17T12:17:21.3578448Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-08-17T12:17:21.3657278Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-08-17T12:17:21.3902750Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-08-17T12:17:21.3928088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-08-17T12:17:21.3979953Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-08-17T12:17:21.4006564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:21.4019140Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:21.4105903Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-08-17T12:17:21.4343514Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-08-17T12:17:21.4372503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-08-17T12:17:21.4423154Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-08-17T12:17:21.4449082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-08-17T12:17:21.4463355Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-08-17T12:17:21.4576604Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-08-17T12:17:21.4688652Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-08-17T12:17:21.4695957Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-08-17T12:17:21.4782807Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-08-17T12:17:21.4820598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-08-17T12:17:21.4861726Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-08-17T12:17:21.4898608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-08-17T12:17:21.4909421Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-08-17T12:17:21.4949544Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-08-17T12:17:21.5263358Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-08-17T12:17:21.5298759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-08-17T12:17:21.5306261Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-08-17T12:17:21.5329554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:21.5339200Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-08-17T12:17:21.5380127Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-08-17T12:17:21.5630382Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-08-17T12:17:21.5640105Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-08-17T12:17:21.5703435Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-08-17T12:17:21.5730112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-08-17T12:17:21.5741371Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-08-17T12:17:21.5777816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:21.5796737Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-08-17T12:17:21.5862659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-08-17T12:17:21.6144819Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-08-17T12:17:21.6179612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-08-17T12:17:21.6187526Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-08-17T12:17:21.6219709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-08-17T12:17:21.6233026Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-08-17T12:17:21.6297677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-08-17T12:17:21.6587143Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-08-17T12:17:21.6632890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-08-17T12:17:21.6633889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-08-17T12:17:21.6670653Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-08-17T12:17:21.6705018Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-08-17T12:17:21.6750925Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-08-17T12:17:21.6797664Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-08-17T12:17:21.6807618Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-08-17T12:17:21.7026017Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-08-17T12:17:21.7057446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-08-17T12:17:21.7068503Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-08-17T12:17:21.7094661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-08-17T12:17:21.7139759Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-08-17T12:17:21.7178579Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-08-17T12:17:21.7466168Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-08-17T12:17:21.7497941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-08-17T12:17:21.7540133Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-08-17T12:17:21.7564173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-08-17T12:17:21.7579841Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-08-17T12:17:21.7621899Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-08-17T12:17:21.7904985Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-08-17T12:17:21.7939776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-08-17T12:17:21.7982300Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-08-17T12:17:21.7988601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-08-17T12:17:21.7993575Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-08-17T12:17:21.8004234Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-08-17T12:17:21.8018003Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-08-17T12:17:21.8049420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-08-17T12:17:21.8342816Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-08-17T12:17:21.8367449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-08-17T12:17:21.8419914Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-08-17T12:17:21.8443118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-08-17T12:17:21.8458158Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-08-17T12:17:21.8498075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-08-17T12:17:21.8782655Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-08-17T12:17:21.8807268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-08-17T12:17:21.8902021Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-08-17T12:17:21.8902849Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-08-17T12:17:21.8930221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-08-17T12:17:21.8944608Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-08-17T12:17:21.9221374Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-08-17T12:17:21.9232241Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-08-17T12:17:21.9233924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-08-17T12:17:21.9255349Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-08-17T12:17:21.9341050Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-08-17T12:17:21.9342719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-08-17T12:17:21.9364068Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-08-17T12:17:21.9377914Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-08-17T12:17:21.9702994Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-08-17T12:17:21.9725816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-08-17T12:17:21.9780857Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-08-17T12:17:21.9784523Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-08-17T12:17:21.9811615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-08-17T12:17:21.9837058Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-08-17T12:17:22.0145886Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-08-17T12:17:22.0176100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.0227801Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.0229930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-08-17T12:17:22.0289323Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-08-17T12:17:22.0304317Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-08-17T12:17:22.0458441Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-08-17T12:17:22.0466685Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-08-17T12:17:22.0579227Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-08-17T12:17:22.0603758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-08-17T12:17:22.0667390Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-08-17T12:17:22.0673752Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-08-17T12:17:22.0714914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-08-17T12:17:22.0731536Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-08-17T12:17:22.1024876Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-08-17T12:17:22.1054150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-08-17T12:17:22.1112304Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-08-17T12:17:22.1112896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-08-17T12:17:22.1148346Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-08-17T12:17:22.1176034Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-08-17T12:17:22.1465256Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-08-17T12:17:22.1503140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-08-17T12:17:22.1548855Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-08-17T12:17:22.1552424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-08-17T12:17:22.1590304Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-08-17T12:17:22.1608497Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-08-17T12:17:22.1709168Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-08-17T12:17:22.1719472Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-08-17T12:17:22.1908831Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-08-17T12:17:22.1946856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-08-17T12:17:22.1983795Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-08-17T12:17:22.1984476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.2009731Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-08-17T12:17:22.2027880Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.2348119Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-08-17T12:17:22.2385147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-08-17T12:17:22.2424396Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-08-17T12:17:22.2425553Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-08-17T12:17:22.2451707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-08-17T12:17:22.2469370Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-08-17T12:17:22.2784005Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-08-17T12:17:22.2805980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-08-17T12:17:22.2863033Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-08-17T12:17:22.2865740Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-08-17T12:17:22.2888951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-08-17T12:17:22.2910832Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-08-17T12:17:22.2917246Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-08-17T12:17:22.2923012Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-08-17T12:17:22.3222486Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-08-17T12:17:22.3244106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-08-17T12:17:22.3301179Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-08-17T12:17:22.3302200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-08-17T12:17:22.3325504Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-08-17T12:17:22.3347935Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-08-17T12:17:22.3666403Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-08-17T12:17:22.3708549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-08-17T12:17:22.3747566Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-08-17T12:17:22.3752736Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-08-17T12:17:22.3777401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-08-17T12:17:22.3790407Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-08-17T12:17:22.4105437Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-08-17T12:17:22.4146411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-08-17T12:17:22.4207635Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-08-17T12:17:22.4208551Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-08-17T12:17:22.4278770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-08-17T12:17:22.4285705Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-08-17T12:17:22.4339763Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-08-17T12:17:22.4348785Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-08-17T12:17:22.4543978Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-08-17T12:17:22.4590790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-08-17T12:17:22.4622989Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-08-17T12:17:22.4624154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-08-17T12:17:22.4647021Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-08-17T12:17:22.4658971Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-08-17T12:17:22.4986142Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-08-17T12:17:22.5032933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-08-17T12:17:22.5063556Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-08-17T12:17:22.5101600Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-08-17T12:17:22.5104098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-08-17T12:17:22.5107531Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-08-17T12:17:22.5427056Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-08-17T12:17:22.5465758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-08-17T12:17:22.5547014Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-08-17T12:17:22.5547734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-08-17T12:17:22.5569641Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-08-17T12:17:22.5864399Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-08-17T12:17:22.5891788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-08-17T12:17:22.6061757Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-08-17T12:17:22.6065005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-08-17T12:17:22.6303196Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-08-17T12:17:22.6330590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-08-17T12:17:22.6396921Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-08-17T12:17:22.6406922Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-08-17T12:17:22.6461234Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-08-17T12:17:22.6493619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-08-17T12:17:22.6743767Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-08-17T12:17:22.6772043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-08-17T12:17:22.6944282Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-08-17T12:17:22.6972351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-08-17T12:17:22.7224749Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-08-17T12:17:22.7226996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-08-17T12:17:22.7447863Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-08-17T12:17:22.7451420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-08-17T12:17:22.7625669Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-08-17T12:17:22.7654753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-08-17T12:17:22.7872472Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-08-17T12:17:22.7873132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-08-17T12:17:22.8066115Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-08-17T12:17:22.8107321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-08-17T12:17:22.8363607Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-08-17T12:17:22.8364332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.8503468Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:22.8531619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-08-17T12:17:22.8784748Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-08-17T12:17:22.8786385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:17:22.8944165Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:17:22.8980700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-08-17T12:17:22.9248617Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-08-17T12:17:22.9249341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:17:22.9399572Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:17:22.9429262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-08-17T12:17:22.9579637Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-08-17T12:17:22.9591010Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-08-17T12:17:22.9620355Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-08-17T12:17:22.9662686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-08-17T12:17:22.9822525Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-08-17T12:17:22.9847216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-08-17T12:17:23.0065351Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-08-17T12:17:23.0095660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.0297145Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.0300950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-08-17T12:17:23.0544798Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-08-17T12:17:23.0547682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-08-17T12:17:23.0702357Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-08-17T12:17:23.0748688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:23.1023494Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:23.1027354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-08-17T12:17:23.1047604Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-08-17T12:17:23.1056767Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-08-17T12:17:23.1142391Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-08-17T12:17:23.1168047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-08-17T12:17:23.1435035Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-08-17T12:17:23.1453669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-08-17T12:17:23.1582116Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-08-17T12:17:23.1609786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-08-17T12:17:23.1910663Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-08-17T12:17:23.1921357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-08-17T12:17:23.2059769Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-08-17T12:17:23.2062200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-08-17T12:17:23.2347799Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-08-17T12:17:23.2348681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-08-17T12:17:23.2494863Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-08-17T12:17:23.2495600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-08-17T12:17:23.2783672Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-08-17T12:17:23.2784374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-08-17T12:17:23.2944720Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-08-17T12:17:23.2945840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.3184797Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.3207043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-08-17T12:17:23.3222794Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-08-17T12:17:23.3230284Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-08-17T12:17:23.3346564Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-08-17T12:17:23.3383561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-08-17T12:17:23.3664350Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-08-17T12:17:23.3692198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-08-17T12:17:23.3800666Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-08-17T12:17:23.3840568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-08-17T12:17:23.4105028Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-08-17T12:17:23.4163381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-08-17T12:17:23.4266212Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-08-17T12:17:23.4267489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-08-17T12:17:23.4583658Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-08-17T12:17:23.4584758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-08-17T12:17:23.4702806Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-08-17T12:17:23.4703965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-08-17T12:17:23.5140454Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-08-17T12:17:23.5158705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-08-17T12:17:23.5174938Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-08-17T12:17:23.5175446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-08-17T12:17:23.5177321Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-08-17T12:17:23.5187585Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-08-17T12:17:23.5464206Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-08-17T12:17:23.5491161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-08-17T12:17:23.5563839Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-08-17T12:17:23.5579820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-08-17T12:17:23.5904153Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-08-17T12:17:23.5941162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-08-17T12:17:23.6002003Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-08-17T12:17:23.6031193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-08-17T12:17:23.6343754Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-08-17T12:17:23.6370549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-08-17T12:17:23.6455226Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-08-17T12:17:23.6459929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-08-17T12:17:23.6818312Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-08-17T12:17:23.6824256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:23.6839414Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:23.6849738Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-08-17T12:17:23.6859637Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-08-17T12:17:23.6889655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-08-17T12:17:23.7299618Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-08-17T12:17:23.7302461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-08-17T12:17:23.7333028Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-08-17T12:17:23.7344771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-08-17T12:17:23.7710706Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-08-17T12:17:23.7750101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-08-17T12:17:23.7763071Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-08-17T12:17:23.7775322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-08-17T12:17:23.8145284Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-08-17T12:17:23.8177388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-08-17T12:17:23.8189221Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-08-17T12:17:23.8229056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-08-17T12:17:23.8492426Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-08-17T12:17:23.8504154Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-08-17T12:17:23.8580699Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-08-17T12:17:23.8611234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-08-17T12:17:23.8660693Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-08-17T12:17:23.8694328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-08-17T12:17:23.9061843Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-08-17T12:17:23.9069497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-08-17T12:17:23.9133706Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-08-17T12:17:23.9135210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-08-17T12:17:23.9496572Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-08-17T12:17:23.9498640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.9585239Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-08-17T12:17:23.9587464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-08-17T12:17:23.9936855Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-08-17T12:17:23.9938594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.0068149Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.0069772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.0196697Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.0208758Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-08-17T12:17:24.0342103Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-08-17T12:17:24.0374767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-08-17T12:17:24.0504069Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-08-17T12:17:24.0504594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-08-17T12:17:24.0784025Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-08-17T12:17:24.0827031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-08-17T12:17:24.0950348Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-08-17T12:17:24.0955192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-08-17T12:17:24.1094710Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-08-17T12:17:24.1103335Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-08-17T12:17:24.1220010Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-08-17T12:17:24.1245462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-08-17T12:17:24.1339999Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-08-17T12:17:24.1365879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.1702743Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.1741668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-08-17T12:17:24.1750373Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-08-17T12:17:24.1761986Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-08-17T12:17:24.1785401Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-08-17T12:17:24.1816854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-08-17T12:17:24.2177565Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-08-17T12:17:24.2181449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-08-17T12:17:24.2253708Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-08-17T12:17:24.2258472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-08-17T12:17:24.2658011Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-08-17T12:17:24.2663491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.2720131Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.2746852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-08-17T12:17:24.3064992Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-08-17T12:17:24.3101236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-08-17T12:17:24.3179215Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-08-17T12:17:24.3181196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-08-17T12:17:24.3246768Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-08-17T12:17:24.3257800Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-08-17T12:17:24.3545584Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-08-17T12:17:24.3551636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-08-17T12:17:24.3614557Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-08-17T12:17:24.3618291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-08-17T12:17:24.3943002Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-08-17T12:17:24.3975087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-08-17T12:17:24.4097940Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-08-17T12:17:24.4098932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.4423243Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.4449022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-08-17T12:17:24.4503440Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-08-17T12:17:24.4543073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-08-17T12:17:24.4879709Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-08-17T12:17:24.4893609Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-08-17T12:17:24.4903291Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-08-17T12:17:24.4926547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-08-17T12:17:24.4940454Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-08-17T12:17:24.4967328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-08-17T12:17:24.5418851Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-08-17T12:17:24.5435105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-08-17T12:17:24.5438624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.5445784Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.5884001Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-08-17T12:17:24.5887551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-08-17T12:17:24.5897361Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-08-17T12:17:24.5901839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-08-17T12:17:24.6357476Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-08-17T12:17:24.6363297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.6375285Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-08-17T12:17:24.6382149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-08-17T12:17:24.6758322Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-08-17T12:17:24.6772135Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-08-17T12:17:24.6783008Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-08-17T12:17:24.6805263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-08-17T12:17:24.6818290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.6826720Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-08-17T12:17:24.7076827Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-08-17T12:17:24.7181319Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-08-17T12:17:24.7244535Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-08-17T12:17:24.7254225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-08-17T12:17:24.7300092Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-08-17T12:17:24.7302417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-08-17T12:17:24.7487241Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-08-17T12:17:24.7619852Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-08-17T12:17:24.7659792Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-08-17T12:17:24.7686352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-08-17T12:17:24.7740248Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-08-17T12:17:24.7767746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-08-17T12:17:24.7968047Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-08-17T12:17:24.8060625Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-08-17T12:17:24.8102958Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-08-17T12:17:24.8134359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-08-17T12:17:24.8180341Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-08-17T12:17:24.8208013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.8372084Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:24.8380206Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-08-17T12:17:24.8584234Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-08-17T12:17:24.8622435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-08-17T12:17:24.8629324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-08-17T12:17:24.8661269Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-08-17T12:17:24.9066945Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-08-17T12:17:24.9072631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-08-17T12:17:24.9078174Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-08-17T12:17:24.9099637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-08-17T12:17:24.9505296Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-08-17T12:17:24.9505824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-08-17T12:17:24.9519106Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-08-17T12:17:24.9553168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-08-17T12:17:24.9943482Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-08-17T12:17:24.9952861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-08-17T12:17:24.9964857Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-08-17T12:17:24.9985091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-08-17T12:17:25.0382251Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-08-17T12:17:25.0391324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-08-17T12:17:25.0415772Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-08-17T12:17:25.0438101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-08-17T12:17:25.0785138Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-08-17T12:17:25.0824256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-08-17T12:17:25.0832729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-08-17T12:17:25.0864879Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-08-17T12:17:25.1270797Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-08-17T12:17:25.1271765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:25.1295880Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:25.1306767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-08-17T12:17:25.1663575Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-08-17T12:17:25.1690675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-08-17T12:17:25.1716792Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-08-17T12:17:25.1738674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-08-17T12:17:25.2103876Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-08-17T12:17:25.2147091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-08-17T12:17:25.2174386Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-08-17T12:17:25.2178508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-08-17T12:17:25.2576848Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-08-17T12:17:25.2581585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-08-17T12:17:25.2623544Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-08-17T12:17:25.2627557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-08-17T12:17:25.2921370Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-08-17T12:17:25.2933898Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-08-17T12:17:25.2979295Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-08-17T12:17:25.3002084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-08-17T12:17:25.3022249Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-08-17T12:17:25.3046462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-08-17T12:17:25.3054873Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-08-17T12:17:25.3060463Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-08-17T12:17:25.3458725Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-08-17T12:17:25.3463358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-08-17T12:17:25.3471245Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-08-17T12:17:25.3495606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-08-17T12:17:25.3900083Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-08-17T12:17:25.3904909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-08-17T12:17:25.3912421Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-08-17T12:17:25.3945062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-08-17T12:17:25.4336757Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-08-17T12:17:25.4379554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-08-17T12:17:25.4384515Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-08-17T12:17:25.4385679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-08-17T12:17:25.4781905Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-08-17T12:17:25.4784978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-08-17T12:17:25.4793264Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-08-17T12:17:25.4826823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-08-17T12:17:25.5219586Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-08-17T12:17:25.5226078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-08-17T12:17:25.5264557Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-08-17T12:17:25.5267982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-08-17T12:17:25.5659966Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-08-17T12:17:25.5663664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-08-17T12:17:25.5701763Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-08-17T12:17:25.5704614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-08-17T12:17:25.6096914Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-08-17T12:17:25.6145699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-08-17T12:17:25.6151121Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-08-17T12:17:25.6154123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-08-17T12:17:25.6291990Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-08-17T12:17:25.6299586Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-08-17T12:17:25.6504010Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-08-17T12:17:25.6531831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-08-17T12:17:25.6543678Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-08-17T12:17:25.6578833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-08-17T12:17:25.6952221Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-08-17T12:17:25.6958935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-08-17T12:17:25.6972541Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-08-17T12:17:25.7016224Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-08-17T12:17:25.7017879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-08-17T12:17:25.7023017Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-08-17T12:17:25.7511888Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-08-17T12:17:25.7512431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-08-17T12:17:25.7519473Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-08-17T12:17:25.7520116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-08-17T12:17:25.7859684Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-08-17T12:17:25.7862436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-08-17T12:17:25.7868841Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-08-17T12:17:25.7910217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-08-17T12:17:25.8301331Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-08-17T12:17:25.8303594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-08-17T12:17:25.8339147Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-08-17T12:17:25.8351429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:25.8746069Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:25.8747050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-08-17T12:17:25.8756682Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-08-17T12:17:25.8808390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-08-17T12:17:25.9144385Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-08-17T12:17:25.9233327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-08-17T12:17:25.9245542Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-08-17T12:17:25.9254546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-08-17T12:17:25.9435424Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-08-17T12:17:25.9444581Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-08-17T12:17:25.9621839Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-08-17T12:17:25.9624960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-08-17T12:17:25.9674230Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-08-17T12:17:25.9677452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.0062245Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.0068259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:26.0096622Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:26.0138510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.0310819Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.0319568Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-08-17T12:17:26.0463587Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-08-17T12:17:26.0495421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-08-17T12:17:26.0541483Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-08-17T12:17:26.0570618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.0944722Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.0982519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.0986816Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.1017753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-08-17T12:17:26.1421540Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-08-17T12:17:26.1467916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.1472556Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.1475049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-08-17T12:17:26.1693057Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-08-17T12:17:26.1704628Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-08-17T12:17:26.1821578Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-08-17T12:17:26.1848231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.1941479Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.1942849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-08-17T12:17:26.2266245Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-08-17T12:17:26.2296857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-08-17T12:17:26.2415728Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-08-17T12:17:26.2422984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-08-17T12:17:26.2738136Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-08-17T12:17:26.2750293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-08-17T12:17:26.2872136Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-08-17T12:17:26.2883330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-08-17T12:17:26.3221556Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-08-17T12:17:26.3231741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-08-17T12:17:26.3336266Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-08-17T12:17:26.3344831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-08-17T12:17:26.3664417Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-08-17T12:17:26.3675089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-08-17T12:17:26.3746851Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-08-17T12:17:26.3781892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-08-17T12:17:26.4074874Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-08-17T12:17:26.4084502Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-08-17T12:17:26.4100982Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-08-17T12:17:26.4132292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-08-17T12:17:26.4179063Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-08-17T12:17:26.4202974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-08-17T12:17:26.4209835Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-08-17T12:17:26.4219787Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-08-17T12:17:26.4544604Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-08-17T12:17:26.4582099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-08-17T12:17:26.4700284Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-08-17T12:17:26.4701647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-08-17T12:17:26.4985053Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-08-17T12:17:26.5016561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-08-17T12:17:26.5147862Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-08-17T12:17:26.5150640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-08-17T12:17:26.5423790Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-08-17T12:17:26.5458590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-08-17T12:17:26.5588144Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-08-17T12:17:26.5591257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-08-17T12:17:26.5901230Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-08-17T12:17:26.5902377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-08-17T12:17:26.5981099Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-08-17T12:17:26.6006740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-08-17T12:17:26.6316793Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-08-17T12:17:26.6328286Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-08-17T12:17:26.6332525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-08-17T12:17:26.6347329Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-08-17T12:17:26.6422301Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-08-17T12:17:26.6448626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-08-17T12:17:26.6742945Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-08-17T12:17:26.6771753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-08-17T12:17:26.6900287Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-08-17T12:17:26.6902731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-08-17T12:17:26.7217972Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-08-17T12:17:26.7218809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-08-17T12:17:26.7335878Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-08-17T12:17:26.7336981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-08-17T12:17:26.7596667Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-08-17T12:17:26.7605057Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-08-17T12:17:26.7621459Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-08-17T12:17:26.7650230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-08-17T12:17:26.7746508Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-08-17T12:17:26.7780316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-08-17T12:17:26.8093490Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-08-17T12:17:26.8095025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-08-17T12:17:26.8224798Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-08-17T12:17:26.8255680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-08-17T12:17:26.8651785Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-08-17T12:17:26.8652539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:26.8707410Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:26.8714184Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-08-17T12:17:26.8733940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-08-17T12:17:26.8741635Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-08-17T12:17:26.8978460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-08-17T12:17:26.8983489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.9174004Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-08-17T12:17:26.9210905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.9417295Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.9449724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.9612492Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-08-17T12:17:26.9613129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.9874645Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-08-17T12:17:26.9875325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-08-17T12:17:27.0025839Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-08-17T12:17:27.0051056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.0266718Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.0296672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.0461859Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.0490916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.0706847Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.0749599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.0903380Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.0939886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.1180824Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.1197901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.1374371Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.1376506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.1534198Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.1547865Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-08-17T12:17:27.1584884Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-08-17T12:17:27.1621896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.1784093Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.1821991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-08-17T12:17:27.2024604Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-08-17T12:17:27.2046774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-08-17T12:17:27.2059906Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-08-17T12:17:27.2068711Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-08-17T12:17:27.2226847Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-08-17T12:17:27.2265163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-08-17T12:17:27.2509121Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-08-17T12:17:27.2511918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-08-17T12:17:27.2696739Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-08-17T12:17:27.2698924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-08-17T12:17:27.2949231Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-08-17T12:17:27.2955530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-08-17T12:17:27.3178461Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-08-17T12:17:27.3179100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-08-17T12:17:27.3343091Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-08-17T12:17:27.3387235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-08-17T12:17:27.3617369Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-08-17T12:17:27.3619053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-08-17T12:17:27.3831783Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-08-17T12:17:27.3832292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-08-17T12:17:27.4055818Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-08-17T12:17:27.4056863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-08-17T12:17:27.4275739Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-08-17T12:17:27.4276452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:27.4539953Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:27.4541761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-08-17T12:17:27.4750226Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-08-17T12:17:27.4752336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-08-17T12:17:27.4764364Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-08-17T12:17:27.4773308Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-08-17T12:17:27.4869445Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-08-17T12:17:27.4877966Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-08-17T12:17:27.4940216Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-08-17T12:17:27.4971766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-08-17T12:17:27.5148473Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-08-17T12:17:27.5194917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-08-17T12:17:27.5382940Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-08-17T12:17:27.5412743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-08-17T12:17:27.5617795Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-08-17T12:17:27.5622085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-08-17T12:17:27.5863141Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-08-17T12:17:27.5913199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-08-17T12:17:27.6023382Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-08-17T12:17:27.6058305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-08-17T12:17:27.6380853Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-08-17T12:17:27.6383898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-08-17T12:17:27.6509556Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-08-17T12:17:27.6511178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-08-17T12:17:27.6820879Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-08-17T12:17:27.6822329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-08-17T12:17:27.6996896Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-08-17T12:17:27.7001412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-08-17T12:17:27.7264344Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-08-17T12:17:27.7267696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-08-17T12:17:27.7422637Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-08-17T12:17:27.7425980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-08-17T12:17:27.7705508Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-08-17T12:17:27.7708926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-08-17T12:17:27.7739099Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-08-17T12:17:27.7748080Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-08-17T12:17:27.7821054Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-08-17T12:17:27.7869063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-08-17T12:17:27.8137755Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-08-17T12:17:27.8143581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:27.8263555Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:27.8288560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.8307848Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-08-17T12:17:27.8319157Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-08-17T12:17:27.8638511Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-08-17T12:17:27.8639059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-08-17T12:17:27.8743904Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-08-17T12:17:27.8783778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.9064621Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-08-17T12:17:27.9069980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-08-17T12:17:27.9251562Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-08-17T12:17:27.9252981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.9531857Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-08-17T12:17:27.9532570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-08-17T12:17:27.9579045Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-08-17T12:17:27.9587327Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-08-17T12:17:27.9621047Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-08-17T12:17:27.9654721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.9980685Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-08-17T12:17:27.9983698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-08-17T12:17:28.0099560Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-08-17T12:17:28.0102847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.0422331Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.0425642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-08-17T12:17:28.0541379Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-08-17T12:17:28.0544766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.0903266Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.0906925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-08-17T12:17:28.0993077Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-08-17T12:17:28.0994343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-08-17T12:17:28.1210765Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-08-17T12:17:28.1218916Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-08-17T12:17:28.1302862Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-08-17T12:17:28.1327231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-08-17T12:17:28.1414225Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-08-17T12:17:28.1416464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-08-17T12:17:28.1778347Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-08-17T12:17:28.1780972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-08-17T12:17:28.1874254Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-08-17T12:17:28.1876733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-08-17T12:17:28.2218737Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-08-17T12:17:28.2220563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-08-17T12:17:28.2316854Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-08-17T12:17:28.2317528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-08-17T12:17:28.2475060Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-08-17T12:17:28.2489394Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-08-17T12:17:28.2623940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-08-17T12:17:28.2667309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-08-17T12:17:28.2676856Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-08-17T12:17:28.2687899Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-08-17T12:17:28.2701050Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-08-17T12:17:28.2731477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-08-17T12:17:28.3100041Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-08-17T12:17:28.3105793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-08-17T12:17:28.3181294Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-08-17T12:17:28.3228161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-08-17T12:17:28.3538841Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-08-17T12:17:28.3544185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.3622944Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.3676656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-08-17T12:17:28.3993912Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-08-17T12:17:28.4011627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.4138217Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.4138946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-08-17T12:17:28.4442606Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-08-17T12:17:28.4464415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-08-17T12:17:28.4528293Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-08-17T12:17:28.4540561Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-08-17T12:17:28.4588607Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-08-17T12:17:28.4598409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-08-17T12:17:28.4613758Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-08-17T12:17:28.4623788Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-08-17T12:17:28.4635074Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-08-17T12:17:28.4862417Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-08-17T12:17:28.4898799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-08-17T12:17:28.5024164Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-08-17T12:17:28.5024675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:28.5047145Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-08-17T12:17:28.5303028Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:28.5330204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-08-17T12:17:28.5462009Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-08-17T12:17:28.5490511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-08-17T12:17:28.5741785Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-08-17T12:17:28.5766509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-08-17T12:17:28.5902248Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-08-17T12:17:28.5929359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-08-17T12:17:28.6184481Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-08-17T12:17:28.6216343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-08-17T12:17:28.6294808Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-08-17T12:17:28.6302834Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-08-17T12:17:28.6339282Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-08-17T12:17:28.6366892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-08-17T12:17:28.6624666Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-08-17T12:17:28.6672096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-08-17T12:17:28.6783079Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-08-17T12:17:28.6813333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-08-17T12:17:28.7062951Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-08-17T12:17:28.7094329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-08-17T12:17:28.7222624Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-08-17T12:17:28.7257807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-08-17T12:17:28.7502628Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-08-17T12:17:28.7530438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-08-17T12:17:28.7661372Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-08-17T12:17:28.7688956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-08-17T12:17:28.7946409Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-08-17T12:17:28.7982061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-08-17T12:17:28.8112205Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-08-17T12:17:28.8121711Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-08-17T12:17:28.8141473Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-08-17T12:17:28.8187793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-08-17T12:17:28.8503516Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-08-17T12:17:28.8530419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-08-17T12:17:28.8601887Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-08-17T12:17:28.8624303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-08-17T12:17:28.8943945Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-08-17T12:17:28.8968287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-08-17T12:17:28.9020121Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-08-17T12:17:28.9045873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.9383495Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-08-17T12:17:28.9413301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-08-17T12:17:28.9465403Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-08-17T12:17:28.9508670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.9821479Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-08-17T12:17:28.9845070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:28.9901232Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:28.9938881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-08-17T12:17:29.0263044Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-08-17T12:17:29.0288139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-08-17T12:17:29.0354625Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-08-17T12:17:29.0367349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-08-17T12:17:29.0375196Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-08-17T12:17:29.0382763Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-08-17T12:17:29.0801717Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-08-17T12:17:29.0833844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-08-17T12:17:29.0842701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-08-17T12:17:29.0847871Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-08-17T12:17:29.1301227Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-08-17T12:17:29.1302974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-08-17T12:17:29.1308577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-08-17T12:17:29.1315754Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-08-17T12:17:29.1696942Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-08-17T12:17:29.1703458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-08-17T12:17:29.1740270Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-08-17T12:17:29.1765942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-08-17T12:17:29.2105356Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-08-17T12:17:29.2149651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-08-17T12:17:29.2155078Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-08-17T12:17:29.2225984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-08-17T12:17:29.2354381Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-08-17T12:17:29.2367053Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-08-17T12:17:29.2621917Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-08-17T12:17:29.2627857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-08-17T12:17:29.2633091Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-08-17T12:17:29.2647755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-08-17T12:17:29.3030399Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-08-17T12:17:29.3038009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-08-17T12:17:29.3081507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-08-17T12:17:29.3087794Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-08-17T12:17:29.3490620Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-08-17T12:17:29.3496807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-08-17T12:17:29.3512651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-08-17T12:17:29.3517197Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-08-17T12:17:29.3920673Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-08-17T12:17:29.3922460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-08-17T12:17:29.3951613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:29.3956142Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-08-17T12:17:29.4345984Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:29.4350293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-08-17T12:17:29.4377175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-08-17T12:17:29.4394281Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-08-17T12:17:29.4649612Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-08-17T12:17:29.4656910Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-08-17T12:17:29.4853493Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-08-17T12:17:29.4862624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-08-17T12:17:29.4866772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-08-17T12:17:29.4873192Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-08-17T12:17:29.5338225Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-08-17T12:17:29.5349566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-08-17T12:17:29.5359080Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-08-17T12:17:29.5365980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-08-17T12:17:29.5766755Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-08-17T12:17:29.5779409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-08-17T12:17:29.5786883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-08-17T12:17:29.5794896Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-08-17T12:17:29.6231096Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-08-17T12:17:29.6242981Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-08-17T12:17:29.6251508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-08-17T12:17:29.6266845Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-08-17T12:17:29.6275537Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-08-17T12:17:29.6280243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-08-17T12:17:29.6663987Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-08-17T12:17:29.6710864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-08-17T12:17:29.6711893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-08-17T12:17:29.6720347Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-08-17T12:17:29.7190433Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-08-17T12:17:29.7192274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-08-17T12:17:29.7195907Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-08-17T12:17:29.7197975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-08-17T12:17:29.7664496Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-08-17T12:17:29.7669280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-08-17T12:17:29.7689819Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-08-17T12:17:29.7724246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-08-17T12:17:29.8097280Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-08-17T12:17:29.8106808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-08-17T12:17:29.8118019Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-08-17T12:17:29.8154733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:29.8458122Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:29.8465919Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-08-17T12:17:29.8539979Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-08-17T12:17:29.8567873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-08-17T12:17:29.8585115Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-08-17T12:17:29.8610168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-08-17T12:17:29.9022476Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-08-17T12:17:29.9025337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-08-17T12:17:29.9095462Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-08-17T12:17:29.9102084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-08-17T12:17:29.9461506Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-08-17T12:17:29.9468478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-08-17T12:17:29.9554548Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-08-17T12:17:29.9555820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-08-17T12:17:29.9902247Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-08-17T12:17:29.9902969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-08-17T12:17:29.9972424Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-08-17T12:17:29.9974804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-08-17T12:17:30.0319370Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-08-17T12:17:30.0339984Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-08-17T12:17:30.0341489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-08-17T12:17:30.0350779Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-08-17T12:17:30.0390973Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-08-17T12:17:30.0411542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-08-17T12:17:30.0782832Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-08-17T12:17:30.0811581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-08-17T12:17:30.0860748Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-08-17T12:17:30.0900485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-08-17T12:17:30.1245127Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-08-17T12:17:30.1264405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:30.1344458Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:30.1376299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-08-17T12:17:30.1703456Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-08-17T12:17:30.1743677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-08-17T12:17:30.1822165Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-08-17T12:17:30.1831703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-08-17T12:17:30.2028161Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-08-17T12:17:30.2043760Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-08-17T12:17:30.2182924Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-08-17T12:17:30.2217478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-08-17T12:17:30.2299636Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-08-17T12:17:30.2303322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-08-17T12:17:30.2657855Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-08-17T12:17:30.2660974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-08-17T12:17:30.2741862Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-08-17T12:17:30.2743461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-08-17T12:17:30.3063094Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-08-17T12:17:30.3087529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-08-17T12:17:30.3182838Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-08-17T12:17:30.3210826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:30.3503661Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:30.3530739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-08-17T12:17:30.3580479Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-08-17T12:17:30.3604414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-08-17T12:17:30.3943217Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-08-17T12:17:30.3985659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-08-17T12:17:30.4022144Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-08-17T12:17:30.4062461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-08-17T12:17:30.4359473Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-08-17T12:17:30.4373101Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-08-17T12:17:30.4423320Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-08-17T12:17:30.4456451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-08-17T12:17:30.4472103Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-08-17T12:17:30.4506228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-08-17T12:17:30.4863209Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-08-17T12:17:30.4896245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-08-17T12:17:30.4910760Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-08-17T12:17:30.4933905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-08-17T12:17:30.5302625Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-08-17T12:17:30.5338143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-08-17T12:17:30.5351405Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-08-17T12:17:30.5376091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-08-17T12:17:30.5785630Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-08-17T12:17:30.5790646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-08-17T12:17:30.5823884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-08-17T12:17:30.5835852Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-08-17T12:17:30.6190255Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-08-17T12:17:30.6199344Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-08-17T12:17:30.6221213Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-08-17T12:17:30.6221993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-08-17T12:17:30.6248648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-08-17T12:17:30.6256303Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-08-17T12:17:30.6276270Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-08-17T12:17:30.6284566Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-08-17T12:17:30.6666132Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-08-17T12:17:30.6666815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-08-17T12:17:30.6692344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-08-17T12:17:30.6710005Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-08-17T12:17:30.7105384Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-08-17T12:17:30.7107420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-08-17T12:17:30.7152491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-08-17T12:17:30.7166162Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-08-17T12:17:30.7544983Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-08-17T12:17:30.7545706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:30.7579758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-08-17T12:17:30.7593397Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-08-17T12:17:30.7854796Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:30.7858946Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-08-17T12:17:30.7985105Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-08-17T12:17:30.7987428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-08-17T12:17:30.8013897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-08-17T12:17:30.8026316Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-08-17T12:17:30.8471690Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-08-17T12:17:30.8474406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-08-17T12:17:30.8485315Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-08-17T12:17:30.8520441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-08-17T12:17:30.8908479Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-08-17T12:17:30.8937871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-08-17T12:17:30.8950899Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-08-17T12:17:30.8980849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-08-17T12:17:30.9342320Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-08-17T12:17:30.9372434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-08-17T12:17:30.9381107Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-08-17T12:17:30.9417556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-08-17T12:17:30.9822563Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-08-17T12:17:30.9852498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-08-17T12:17:30.9862160Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-08-17T12:17:30.9888855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-08-17T12:17:31.0262896Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-08-17T12:17:31.0294871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-08-17T12:17:31.0342413Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-08-17T12:17:31.0384378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-08-17T12:17:31.0741741Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-08-17T12:17:31.0778069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:31.0789395Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:31.0826227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-08-17T12:17:31.1223034Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-08-17T12:17:31.1229187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-08-17T12:17:31.1260060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-08-17T12:17:31.1265274Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-08-17T12:17:31.1703681Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-08-17T12:17:31.1705732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-08-17T12:17:31.1716744Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-08-17T12:17:31.1721749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-08-17T12:17:31.2143784Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-08-17T12:17:31.2146913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-08-17T12:17:31.2152714Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-08-17T12:17:31.2155863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-08-17T12:17:31.2495266Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-08-17T12:17:31.2502983Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-08-17T12:17:31.2566680Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-08-17T12:17:31.2571075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-08-17T12:17:31.2575470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-08-17T12:17:31.2592742Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-08-17T12:17:31.2983692Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-08-17T12:17:31.2984156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-08-17T12:17:31.3017799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-08-17T12:17:31.3023053Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-08-17T12:17:31.3424471Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-08-17T12:17:31.3427576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-08-17T12:17:31.3470652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:31.3474842Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-08-17T12:17:31.3902087Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:31.3908560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:31.3918045Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:31.3951622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-08-17T12:17:31.4305015Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-08-17T12:17:31.4406078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:31.4410811Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:31.4413799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-08-17T12:17:31.4744554Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-08-17T12:17:31.4769520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:31.4780646Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:31.4814435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-08-17T12:17:31.5183469Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-08-17T12:17:31.5207695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:31.5225850Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:31.5252132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-08-17T12:17:31.5624170Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-08-17T12:17:31.5662886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:31.5668978Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:31.5707638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-08-17T12:17:31.6064787Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-08-17T12:17:31.6116037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:31.6139828Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:31.6146876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-08-17T12:17:31.6549100Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-08-17T12:17:31.6551622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:31.6580713Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:31.6585861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-08-17T12:17:31.6988667Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-08-17T12:17:31.6992510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:31.7017886Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:31.7019847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-08-17T12:17:31.7450432Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-08-17T12:17:31.7450967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:31.7468631Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:31.7471368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-08-17T12:17:31.7868013Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-08-17T12:17:31.7905629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:31.7916148Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:31.7916822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-08-17T12:17:31.8337136Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-08-17T12:17:31.8344570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:31.8357020Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:31.8381223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-08-17T12:17:31.8775259Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-08-17T12:17:31.8776387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:31.8819682Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:31.8831048Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-08-17T12:17:31.8854074Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-08-17T12:17:31.8856340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-08-17T12:17:31.9223611Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-08-17T12:17:31.9224124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:31.9323304Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:31.9323874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-08-17T12:17:31.9624072Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-08-17T12:17:31.9655130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-08-17T12:17:31.9700579Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-08-17T12:17:31.9732959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-08-17T12:17:32.0062961Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-08-17T12:17:32.0097231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.0179472Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.0206075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-08-17T12:17:32.0504418Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-08-17T12:17:32.0541180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.0622793Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.0652059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:32.0942007Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:32.0972920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.1100873Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.1133555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-08-17T12:17:32.1432240Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-08-17T12:17:32.1434362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.1542673Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.1591497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-08-17T12:17:32.1869852Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-08-17T12:17:32.1874334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-08-17T12:17:32.1982596Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-08-17T12:17:32.2014860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-08-17T12:17:32.2258502Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-08-17T12:17:32.2267400Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-08-17T12:17:32.2301380Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-08-17T12:17:32.2303071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-08-17T12:17:32.2421467Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-08-17T12:17:32.2453262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-08-17T12:17:32.2740256Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-08-17T12:17:32.2742477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-08-17T12:17:32.2902472Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-08-17T12:17:32.2908422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-08-17T12:17:32.3140373Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-08-17T12:17:32.3161376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-08-17T12:17:32.3341414Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-08-17T12:17:32.3375138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-08-17T12:17:32.3581279Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-08-17T12:17:32.3605125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-08-17T12:17:32.3783886Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-08-17T12:17:32.3822225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-08-17T12:17:32.4023726Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-08-17T12:17:32.4050887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-08-17T12:17:32.4262306Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-08-17T12:17:32.4298675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-08-17T12:17:32.4460998Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-08-17T12:17:32.4495133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-08-17T12:17:32.4701972Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-08-17T12:17:32.4735252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.4906983Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.4950956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-08-17T12:17:32.5058757Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-08-17T12:17:32.5066718Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-08-17T12:17:32.5182635Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-08-17T12:17:32.5222305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.5342981Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.5372358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-08-17T12:17:32.5621814Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-08-17T12:17:32.5653530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.5691878Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.5701683Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-08-17T12:17:32.5780638Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-08-17T12:17:32.5812063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-08-17T12:17:32.6062424Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-08-17T12:17:32.6093780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.6227232Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.6262192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-08-17T12:17:32.6502320Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-08-17T12:17:32.6526364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-08-17T12:17:32.6659901Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-08-17T12:17:32.6686706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-08-17T12:17:32.6944764Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-08-17T12:17:32.6989596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-08-17T12:17:32.7105485Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-08-17T12:17:32.7138726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.7402680Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-08-17T12:17:32.7429221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-08-17T12:17:32.7541611Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-08-17T12:17:32.7570287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.7823586Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-08-17T12:17:32.7862149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-08-17T12:17:32.7987869Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-08-17T12:17:32.8034054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.8303557Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-08-17T12:17:32.8333268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-08-17T12:17:32.8422435Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-08-17T12:17:32.8454708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.8744232Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-08-17T12:17:32.8771467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-08-17T12:17:32.8860685Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-08-17T12:17:32.8898396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-08-17T12:17:32.9181905Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-08-17T12:17:32.9219959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-08-17T12:17:32.9301525Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-08-17T12:17:32.9328018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-08-17T12:17:32.9707046Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-08-17T12:17:32.9708731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-08-17T12:17:32.9742204Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-08-17T12:17:32.9778636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-08-17T12:17:33.0142912Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-08-17T12:17:33.0171735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-08-17T12:17:33.0179545Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-08-17T12:17:33.0210993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-08-17T12:17:33.0623509Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-08-17T12:17:33.0629363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-08-17T12:17:33.0658161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-08-17T12:17:33.0666898Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-08-17T12:17:33.0857937Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-08-17T12:17:33.0865403Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-08-17T12:17:33.1064139Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-08-17T12:17:33.1067446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-08-17T12:17:33.1098020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-08-17T12:17:33.1108107Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-08-17T12:17:33.1530805Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-08-17T12:17:33.1535881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-08-17T12:17:33.1543929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-08-17T12:17:33.1552958Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-08-17T12:17:33.1943745Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-08-17T12:17:33.1954854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-08-17T12:17:33.1991911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-08-17T12:17:33.2030897Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-08-17T12:17:33.2400848Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-08-17T12:17:33.2424365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-08-17T12:17:33.2438334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:33.2460380Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-08-17T12:17:33.2823388Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:33.2855215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-08-17T12:17:33.2900247Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-08-17T12:17:33.2925091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-08-17T12:17:33.3262581Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-08-17T12:17:33.3288593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-08-17T12:17:33.3415383Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-08-17T12:17:33.3421042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-08-17T12:17:33.3704870Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-08-17T12:17:33.3740632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-08-17T12:17:33.3858970Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-08-17T12:17:33.3863685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-08-17T12:17:33.4144799Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-08-17T12:17:33.4182364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-08-17T12:17:33.4286574Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-08-17T12:17:33.4319250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-08-17T12:17:33.4585960Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-08-17T12:17:33.4616422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-08-17T12:17:33.4737997Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-08-17T12:17:33.4747266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-08-17T12:17:33.5023937Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-08-17T12:17:33.5060588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-08-17T12:17:33.5141420Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-08-17T12:17:33.5175820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-08-17T12:17:33.5462544Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-08-17T12:17:33.5488733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-08-17T12:17:33.5615643Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-08-17T12:17:33.5623203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-08-17T12:17:33.5903362Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-08-17T12:17:33.5941358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-08-17T12:17:33.6056224Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-08-17T12:17:33.6062327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-08-17T12:17:33.6411951Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-08-17T12:17:33.6412458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-08-17T12:17:33.6525466Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-08-17T12:17:33.6531662Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-08-17T12:17:33.6533149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-08-17T12:17:33.6593964Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-08-17T12:17:33.6818214Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-08-17T12:17:33.6820028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-08-17T12:17:33.6987853Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-08-17T12:17:33.7019600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-08-17T12:17:33.7263769Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-08-17T12:17:33.7266273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-08-17T12:17:33.7464858Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-08-17T12:17:33.7491635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-08-17T12:17:33.7660730Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-08-17T12:17:33.7690200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-08-17T12:17:33.7943198Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-08-17T12:17:33.7978705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-08-17T12:17:33.8101592Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-08-17T12:17:33.8137628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-08-17T12:17:33.8421778Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-08-17T12:17:33.8460732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-08-17T12:17:33.8552679Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-08-17T12:17:33.8577709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-08-17T12:17:33.8900185Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-08-17T12:17:33.8903782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-08-17T12:17:33.8983732Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-08-17T12:17:33.9011449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-08-17T12:17:33.9344514Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-08-17T12:17:33.9374217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-08-17T12:17:33.9419899Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-08-17T12:17:33.9447229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-08-17T12:17:33.9784611Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-08-17T12:17:33.9827305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-08-17T12:17:33.9900041Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-08-17T12:17:33.9905770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:34.0225093Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:34.0253622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-08-17T12:17:34.0302792Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-08-17T12:17:34.0334822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.0664042Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.0697941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-08-17T12:17:34.0739547Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-08-17T12:17:34.0770955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.1109231Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.1149730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-08-17T12:17:34.1183094Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-08-17T12:17:34.1216185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-08-17T12:17:34.1543618Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-08-17T12:17:34.1584326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-08-17T12:17:34.1622160Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-08-17T12:17:34.1656777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-08-17T12:17:34.1697634Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-08-17T12:17:34.1708408Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-08-17T12:17:34.1803984Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-08-17T12:17:34.1812995Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-08-17T12:17:34.1982829Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-08-17T12:17:34.2012127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-08-17T12:17:34.2062504Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-08-17T12:17:34.2095453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-08-17T12:17:34.2423654Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-08-17T12:17:34.2454570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-08-17T12:17:34.2499519Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-08-17T12:17:34.2526967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-08-17T12:17:34.2908624Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-08-17T12:17:34.2912114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-08-17T12:17:34.2985818Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-08-17T12:17:34.2990170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-08-17T12:17:34.3348827Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-08-17T12:17:34.3353072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-08-17T12:17:34.3427818Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-08-17T12:17:34.3444155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:34.3784170Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:34.3786394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:34.3866768Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:34.3869960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-08-17T12:17:34.4225608Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-08-17T12:17:34.4228005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.4286585Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.4297390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-08-17T12:17:34.4626261Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-08-17T12:17:34.4675056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-08-17T12:17:34.4721444Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-08-17T12:17:34.4757433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-08-17T12:17:34.5062629Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-08-17T12:17:34.5087710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-08-17T12:17:34.5185146Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-08-17T12:17:34.5187061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-08-17T12:17:34.5502970Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-08-17T12:17:34.5539894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-08-17T12:17:34.5587058Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-08-17T12:17:34.5630855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-08-17T12:17:34.5943604Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-08-17T12:17:34.5981688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.6022278Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.6054314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-08-17T12:17:34.6383682Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-08-17T12:17:34.6429900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-08-17T12:17:34.6492852Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-08-17T12:17:34.6495819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-08-17T12:17:34.6870142Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-08-17T12:17:34.6875675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-08-17T12:17:34.6905556Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-08-17T12:17:34.6941189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-08-17T12:17:34.7262316Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-08-17T12:17:34.7293089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-08-17T12:17:34.7373685Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-08-17T12:17:34.7376967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.7536875Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-08-17T12:17:34.7547617Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-08-17T12:17:34.7702009Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-08-17T12:17:34.7733388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-08-17T12:17:34.7816500Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-08-17T12:17:34.7829081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.8190210Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-08-17T12:17:34.8194132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-08-17T12:17:34.8230556Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-08-17T12:17:34.8250951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-08-17T12:17:34.8583204Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-08-17T12:17:35.1007566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-08-17T12:17:35.1024405Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-08-17T12:17:35.1035687Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-08-17T12:17:35.1039459Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-08-17T12:17:35.1051632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.1090744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-08-17T12:17:35.1109632Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-08-17T12:17:35.1159556Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.1160524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-08-17T12:17:35.1162422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-08-17T12:17:35.1164419Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-08-17T12:17:35.1543628Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-08-17T12:17:35.1544125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-08-17T12:17:35.1565835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-08-17T12:17:35.1576647Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-08-17T12:17:35.2037442Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-08-17T12:17:35.2062463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.2072843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-08-17T12:17:35.2077543Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-08-17T12:17:35.2418633Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.2428532Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-08-17T12:17:35.2502353Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-08-17T12:17:35.2510760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-08-17T12:17:35.2528882Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-08-17T12:17:35.2547944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-08-17T12:17:35.2902938Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-08-17T12:17:35.2936257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-08-17T12:17:35.2949062Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-08-17T12:17:35.2982082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.3377087Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.3381640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.3393503Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-08-17T12:17:35.3416234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-08-17T12:17:35.3819438Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-08-17T12:17:35.3822871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-08-17T12:17:35.3892610Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-08-17T12:17:35.3896883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-08-17T12:17:35.4266948Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-08-17T12:17:35.4269166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-08-17T12:17:35.4336039Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-08-17T12:17:35.4340882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-08-17T12:17:35.4709604Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-08-17T12:17:35.4710611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-08-17T12:17:35.4756894Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-08-17T12:17:35.4784488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-08-17T12:17:35.5142195Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-08-17T12:17:35.5142933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-08-17T12:17:35.5229535Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-08-17T12:17:35.5234955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-08-17T12:17:35.5466649Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-08-17T12:17:35.5474081Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-08-17T12:17:35.5541850Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-08-17T12:17:35.5576531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-08-17T12:17:35.5626678Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-08-17T12:17:35.5659936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-08-17T12:17:35.5983378Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-08-17T12:17:35.6016879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-08-17T12:17:35.6060111Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-08-17T12:17:35.6088220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-08-17T12:17:35.6465318Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-08-17T12:17:35.6494215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-08-17T12:17:35.6510656Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-08-17T12:17:35.6542148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-08-17T12:17:35.6903991Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-08-17T12:17:35.6970574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-08-17T12:17:35.6974403Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-08-17T12:17:35.6978802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-08-17T12:17:35.7387411Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-08-17T12:17:35.7388129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-08-17T12:17:35.7419787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-08-17T12:17:35.7428905Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-08-17T12:17:35.7467971Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-08-17T12:17:35.7481450Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-08-17T12:17:35.7824281Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-08-17T12:17:35.7865989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-08-17T12:17:35.7870723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.7877077Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.8272379Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-08-17T12:17:35.8273076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.8305043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-08-17T12:17:35.8522401Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-08-17T12:17:35.8719272Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:35.8743145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-08-17T12:17:35.8811008Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-08-17T12:17:35.8851060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-08-17T12:17:35.9180369Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-08-17T12:17:35.9250731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-08-17T12:17:35.9256400Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-08-17T12:17:35.9258751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-08-17T12:17:35.9557559Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-08-17T12:17:35.9565496Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-08-17T12:17:35.9607467Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-08-17T12:17:35.9608174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-08-17T12:17:35.9660173Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-08-17T12:17:35.9687214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.0024555Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.0055973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-08-17T12:17:36.0142244Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-08-17T12:17:36.0172582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-08-17T12:17:36.0502677Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-08-17T12:17:36.0530760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-08-17T12:17:36.0623979Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-08-17T12:17:36.0626714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-08-17T12:17:36.0902363Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-08-17T12:17:36.0925885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-08-17T12:17:36.1020034Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-08-17T12:17:36.1050142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-08-17T12:17:36.1345336Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-08-17T12:17:36.1373865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-08-17T12:17:36.1465402Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-08-17T12:17:36.1500062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-08-17T12:17:36.1784316Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-08-17T12:17:36.1814600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-08-17T12:17:36.1900624Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-08-17T12:17:36.1931103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-08-17T12:17:36.2222847Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-08-17T12:17:36.2253660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:36.2341012Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:36.2371459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-08-17T12:17:36.2662593Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-08-17T12:17:36.2692943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-08-17T12:17:36.2780948Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-08-17T12:17:36.2812143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:36.3103663Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-08-17T12:17:36.3132440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-08-17T12:17:36.3221162Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-08-17T12:17:36.3249060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-08-17T12:17:36.3541330Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-08-17T12:17:36.3569675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-08-17T12:17:36.3629084Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-08-17T12:17:36.3635759Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-08-17T12:17:36.3658707Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-08-17T12:17:36.3687515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-08-17T12:17:36.3982654Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-08-17T12:17:36.4003227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-08-17T12:17:36.4100436Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-08-17T12:17:36.4130089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-08-17T12:17:36.4517353Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-08-17T12:17:36.4565257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-08-17T12:17:36.4582563Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-08-17T12:17:36.4623027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-08-17T12:17:36.5026355Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-08-17T12:17:36.5035400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-08-17T12:17:36.5039814Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-08-17T12:17:36.5044384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-08-17T12:17:36.5495188Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-08-17T12:17:36.5500070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-08-17T12:17:36.5504605Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-08-17T12:17:36.5505314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-08-17T12:17:36.5862935Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-08-17T12:17:36.5893205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-08-17T12:17:36.5905011Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-08-17T12:17:36.5936739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-08-17T12:17:36.6307251Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-08-17T12:17:36.6343729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-08-17T12:17:36.6346623Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-08-17T12:17:36.6374353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-08-17T12:17:36.6743287Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-08-17T12:17:36.6774509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-08-17T12:17:36.6820567Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-08-17T12:17:36.6847525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-08-17T12:17:36.7183204Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-08-17T12:17:36.7213023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-08-17T12:17:36.7260647Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-08-17T12:17:36.7291569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-08-17T12:17:36.7623537Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-08-17T12:17:36.7657479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-08-17T12:17:36.7700540Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-08-17T12:17:36.7725457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-08-17T12:17:36.8063737Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-08-17T12:17:36.8098537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:36.8140035Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:36.8167590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:36.8503274Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:36.8536334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-08-17T12:17:36.8579808Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-08-17T12:17:36.8606286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-08-17T12:17:36.8949925Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-08-17T12:17:36.8975654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.9052654Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.9061198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-08-17T12:17:36.9383310Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-08-17T12:17:36.9421489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-08-17T12:17:36.9495354Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-08-17T12:17:36.9497235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.9515137Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-08-17T12:17:36.9525940Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-08-17T12:17:36.9597803Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-08-17T12:17:36.9608428Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-08-17T12:17:36.9823174Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-08-17T12:17:36.9849671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-08-17T12:17:36.9900437Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-08-17T12:17:36.9935683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-08-17T12:17:37.0262835Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-08-17T12:17:37.0303275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-08-17T12:17:37.0371854Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-08-17T12:17:37.0374569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-08-17T12:17:37.0715752Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-08-17T12:17:37.0749704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-08-17T12:17:37.0818537Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-08-17T12:17:37.0825082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-08-17T12:17:37.1178438Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-08-17T12:17:37.1178964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-08-17T12:17:37.1252661Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-08-17T12:17:37.1259845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-08-17T12:17:37.1613926Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-08-17T12:17:37.1620742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-08-17T12:17:37.1705781Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-08-17T12:17:37.1728326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-08-17T12:17:37.1732037Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-08-17T12:17:37.1740726Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-08-17T12:17:37.2022699Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-08-17T12:17:37.2053698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-08-17T12:17:37.2209533Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-08-17T12:17:37.2222033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-08-17T12:17:37.2507899Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-08-17T12:17:37.2514757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-08-17T12:17:37.2702492Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-08-17T12:17:37.2711581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-08-17T12:17:37.2950126Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-08-17T12:17:37.2955873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-08-17T12:17:37.3174412Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-08-17T12:17:37.3179876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-08-17T12:17:37.3384382Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-08-17T12:17:37.3388309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-08-17T12:17:37.3621346Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-08-17T12:17:37.3626851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-08-17T12:17:37.3830708Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-08-17T12:17:37.3832788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-08-17T12:17:37.3970726Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-08-17T12:17:37.3982076Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-08-17T12:17:37.4020441Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-08-17T12:17:37.4050441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-08-17T12:17:37.4226416Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-08-17T12:17:37.4272321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-08-17T12:17:37.4490356Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-08-17T12:17:37.4497173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-08-17T12:17:37.4683521Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-08-17T12:17:37.4707546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-08-17T12:17:37.4936498Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-08-17T12:17:37.4937790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-08-17T12:17:37.5140277Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-08-17T12:17:37.5141008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-08-17T12:17:37.5319922Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-08-17T12:17:37.5327226Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-08-17T12:17:37.5340535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-08-17T12:17:37.5368610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-08-17T12:17:37.5540130Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-08-17T12:17:37.5568359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-08-17T12:17:37.5782620Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-08-17T12:17:37.5822357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-08-17T12:17:37.5982547Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-08-17T12:17:37.6007941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-08-17T12:17:37.6232881Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-08-17T12:17:37.6252093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-08-17T12:17:37.6422300Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-08-17T12:17:37.6459906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-08-17T12:17:37.6741198Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-08-17T12:17:37.6742625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-08-17T12:17:37.6897435Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-08-17T12:17:37.6898920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-08-17T12:17:37.7177173Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-08-17T12:17:37.7177845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-08-17T12:17:37.7190676Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-08-17T12:17:37.7201559Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-08-17T12:17:37.7301337Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-08-17T12:17:37.7329487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-08-17T12:17:37.7582371Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-08-17T12:17:37.7615752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-08-17T12:17:37.7743189Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-08-17T12:17:37.7776812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:37.7917523Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:37.7923868Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-08-17T12:17:37.8022876Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-08-17T12:17:37.8053923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-08-17T12:17:37.8186332Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-08-17T12:17:37.8222490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-08-17T12:17:37.8497645Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-08-17T12:17:37.8500256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-08-17T12:17:37.8653599Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-08-17T12:17:37.8656269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-08-17T12:17:37.8940224Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-08-17T12:17:37.8942632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-08-17T12:17:37.9096159Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-08-17T12:17:37.9098285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-08-17T12:17:37.9377513Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-08-17T12:17:37.9381121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:37.9574663Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:37.9577030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-08-17T12:17:37.9815986Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-08-17T12:17:37.9816748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-08-17T12:17:37.9992905Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-08-17T12:17:38.0045878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.0262895Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.0268686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-08-17T12:17:38.0457653Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-08-17T12:17:38.0460016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.0701203Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.0702235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-08-17T12:17:38.0896405Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-08-17T12:17:38.0898597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-08-17T12:17:38.1102653Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-08-17T12:17:38.1137180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-08-17T12:17:38.1336755Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-08-17T12:17:38.1338301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-08-17T12:17:38.1544097Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-08-17T12:17:38.1582267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-08-17T12:17:38.1660565Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-08-17T12:17:38.1669243Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-08-17T12:17:38.1744499Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-08-17T12:17:38.1782075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-08-17T12:17:38.2015752Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-08-17T12:17:38.2017449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-08-17T12:17:38.2258751Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-08-17T12:17:38.2260908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-08-17T12:17:38.2457884Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-08-17T12:17:38.2461355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.2703512Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.2707717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-08-17T12:17:38.2863332Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-08-17T12:17:38.2889457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.2902091Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.2909147Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-08-17T12:17:38.3103459Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-08-17T12:17:38.3136269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-08-17T12:17:38.3305239Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-08-17T12:17:38.3336968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-08-17T12:17:38.3543062Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-08-17T12:17:38.3570372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-08-17T12:17:38.3742883Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-08-17T12:17:38.3773657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-08-17T12:17:38.3983388Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-08-17T12:17:38.4018183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-08-17T12:17:38.4039728Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-08-17T12:17:38.4046578Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-08-17T12:17:38.4180710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-08-17T12:17:38.4207847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-08-17T12:17:38.4462438Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-08-17T12:17:38.4465457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-08-17T12:17:38.4664435Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-08-17T12:17:38.4690274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-08-17T12:17:38.4862544Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-08-17T12:17:38.4890353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-08-17T12:17:38.5130517Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-08-17T12:17:38.5132626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-08-17T12:17:38.5303531Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-08-17T12:17:38.5351699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-08-17T12:17:38.5619654Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-08-17T12:17:38.5620386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-08-17T12:17:38.5744135Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-08-17T12:17:38.5783505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-08-17T12:17:38.6061130Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-08-17T12:17:38.6062064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-08-17T12:17:38.6215505Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-08-17T12:17:38.6217033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-08-17T12:17:38.6461519Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-08-17T12:17:38.6498333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-08-17T12:17:38.6658180Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-08-17T12:17:38.6659618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-08-17T12:17:38.6917061Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-08-17T12:17:38.6928045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-08-17T12:17:38.6939764Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-08-17T12:17:38.6949329Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-08-17T12:17:38.6997853Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-08-17T12:17:38.7004403Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-08-17T12:17:38.7058616Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-08-17T12:17:38.7081844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:38.7342026Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:38.7369406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-08-17T12:17:38.7543007Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-08-17T12:17:38.7546456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-08-17T12:17:38.7826543Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-08-17T12:17:38.7830305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-08-17T12:17:38.7991449Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-08-17T12:17:38.8028816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-08-17T12:17:38.8256837Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-08-17T12:17:38.8261046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-08-17T12:17:38.8463770Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-08-17T12:17:38.8467661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-08-17T12:17:38.8702743Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-08-17T12:17:38.8705527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-08-17T12:17:38.8736638Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-08-17T12:17:38.8751060Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-08-17T12:17:38.8860450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-08-17T12:17:38.8892798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.9103839Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-08-17T12:17:38.9132786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-08-17T12:17:38.9374042Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-08-17T12:17:38.9381632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.9574817Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-08-17T12:17:38.9578302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-08-17T12:17:38.9860859Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-08-17T12:17:38.9863679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-08-17T12:17:38.9980535Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-08-17T12:17:39.0007873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-08-17T12:17:39.0350779Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-08-17T12:17:39.0353727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.0455620Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.0459583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-08-17T12:17:39.0788702Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-08-17T12:17:39.0792695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-08-17T12:17:39.0830000Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-08-17T12:17:39.0840322Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-08-17T12:17:39.0858654Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-08-17T12:17:39.0888634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.1181157Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.1216303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-08-17T12:17:39.1300679Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-08-17T12:17:39.1339235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-08-17T12:17:39.1662570Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-08-17T12:17:39.1703361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-08-17T12:17:39.1739349Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-08-17T12:17:39.1786090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:39.2138616Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:39.2139848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-08-17T12:17:39.2250809Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-08-17T12:17:39.2251549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:39.2583841Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:39.2585009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-08-17T12:17:39.2661875Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-08-17T12:17:39.2664085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:39.2983012Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:39.3019735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-08-17T12:17:39.3062744Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-08-17T12:17:39.3094510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-08-17T12:17:39.3296930Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-08-17T12:17:39.3312812Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-08-17T12:17:39.3421809Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-08-17T12:17:39.3453647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-08-17T12:17:39.3555441Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-08-17T12:17:39.3585445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-08-17T12:17:39.3909805Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-08-17T12:17:39.3910318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-08-17T12:17:39.3939414Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-08-17T12:17:39.3946279Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-08-17T12:17:39.4021087Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-08-17T12:17:39.4045104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-08-17T12:17:39.4303521Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-08-17T12:17:39.4330572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-08-17T12:17:39.4503113Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-08-17T12:17:39.4537589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-08-17T12:17:39.4791530Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-08-17T12:17:39.4795622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-08-17T12:17:39.4908141Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-08-17T12:17:39.4918116Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-08-17T12:17:39.4979757Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-08-17T12:17:39.5010173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-08-17T12:17:39.5185056Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-08-17T12:17:39.5230927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-08-17T12:17:39.5505309Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-08-17T12:17:39.5511676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.5699096Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.5702631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-08-17T12:17:39.5979741Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-08-17T12:17:39.5982766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-08-17T12:17:39.6159141Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-08-17T12:17:39.6165129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.6204537Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.6215134Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-08-17T12:17:39.6382493Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-08-17T12:17:39.6407725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:39.6544292Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:39.6572292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-08-17T12:17:39.6828237Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-08-17T12:17:39.6898279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-08-17T12:17:39.7013956Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-08-17T12:17:39.7016268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-08-17T12:17:39.7030219Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-08-17T12:17:39.7037629Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-08-17T12:17:39.7261578Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-08-17T12:17:39.7303431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-08-17T12:17:39.7423262Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-08-17T12:17:39.7447783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-08-17T12:17:39.7738997Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-08-17T12:17:39.7743064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-08-17T12:17:39.7862654Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-08-17T12:17:39.7906907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-08-17T12:17:39.8216190Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-08-17T12:17:39.8219912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-08-17T12:17:39.8288730Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-08-17T12:17:39.8296662Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-08-17T12:17:39.8339715Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-08-17T12:17:39.8383486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-08-17T12:17:39.8776440Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-08-17T12:17:39.8778636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-08-17T12:17:39.8793196Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-08-17T12:17:39.8823912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-08-17T12:17:39.9185155Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-08-17T12:17:39.9192509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-08-17T12:17:39.9220704Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-08-17T12:17:39.9245448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.9626359Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-08-17T12:17:39.9629692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.9663069Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:39.9702444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-08-17T12:17:40.0103395Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-08-17T12:17:40.0110393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.0159904Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.0161587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:40.0586536Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:40.0589749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.0599396Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.0600502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.0843388Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.0853953Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-08-17T12:17:40.0940004Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-08-17T12:17:40.0968521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-08-17T12:17:40.0979113Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-08-17T12:17:40.1002935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-08-17T12:17:40.1385515Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-08-17T12:17:40.1458189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.1466317Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.1471316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-08-17T12:17:40.1814814Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-08-17T12:17:40.1826462Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-08-17T12:17:40.1833166Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-08-17T12:17:40.1864165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.1868489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-08-17T12:17:40.1897352Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.2340276Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-08-17T12:17:40.2343750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-08-17T12:17:40.2357107Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-08-17T12:17:40.2360325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.2754601Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.2782724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-08-17T12:17:40.2803747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-08-17T12:17:40.2827023Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-08-17T12:17:40.3229397Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-08-17T12:17:40.3233950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-08-17T12:17:40.3267976Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-08-17T12:17:40.3276249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-08-17T12:17:40.3701533Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-08-17T12:17:40.3707561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-08-17T12:17:40.3708051Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-08-17T12:17:40.3709694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-08-17T12:17:40.3830848Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-08-17T12:17:40.3839485Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-08-17T12:17:40.4102656Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-08-17T12:17:40.4132732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-08-17T12:17:40.4141908Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-08-17T12:17:40.4165504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-08-17T12:17:40.4543916Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-08-17T12:17:40.4572750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-08-17T12:17:40.4581458Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-08-17T12:17:40.4620521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-08-17T12:17:40.4983701Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-08-17T12:17:40.5028915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-08-17T12:17:40.5064325Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-08-17T12:17:40.5068451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:40.5242190Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:40.5252204Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-08-17T12:17:40.5462206Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-08-17T12:17:40.5465496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:40.5500162Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:40.5505576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.5898368Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.5903368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-08-17T12:17:40.5944092Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-08-17T12:17:40.5945914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.6339989Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.6343211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.6354462Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-08-17T12:17:40.6390699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-08-17T12:17:40.6515283Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-08-17T12:17:40.6525616Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-08-17T12:17:40.6789724Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-08-17T12:17:40.6790209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.6820949Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-08-17T12:17:40.6823810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.7220365Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.7251089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.7272526Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-08-17T12:17:40.7331040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.7665761Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.7666452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.7734431Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-08-17T12:17:40.7735720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.8098665Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-08-17T12:17:40.8106362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-08-17T12:17:40.8111770Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-08-17T12:17:40.8114873Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-08-17T12:17:40.8180473Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-08-17T12:17:40.8220382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-08-17T12:17:40.8503319Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-08-17T12:17:40.8528418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-08-17T12:17:40.8538122Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-08-17T12:17:40.8547673Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-08-17T12:17:40.8621047Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-08-17T12:17:40.8648754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-08-17T12:17:40.8972147Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-08-17T12:17:40.8973788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-08-17T12:17:40.9064004Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-08-17T12:17:40.9100583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-08-17T12:17:40.9422986Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-08-17T12:17:40.9448311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-08-17T12:17:40.9459912Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-08-17T12:17:40.9467651Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-08-17T12:17:40.9540444Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-08-17T12:17:40.9572993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-08-17T12:17:40.9886495Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-08-17T12:17:40.9899786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.0020520Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.0021499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-08-17T12:17:41.0340137Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-08-17T12:17:41.0341772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-08-17T12:17:41.0506739Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-08-17T12:17:41.0510939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-08-17T12:17:41.0779753Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-08-17T12:17:41.0781659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-08-17T12:17:41.0952606Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-08-17T12:17:41.0954125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-08-17T12:17:41.0961578Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-08-17T12:17:41.0970665Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-08-17T12:17:41.1089075Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-08-17T12:17:41.1096408Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-08-17T12:17:41.1189607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-08-17T12:17:41.1230821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-08-17T12:17:41.1343195Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-08-17T12:17:41.1372602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-08-17T12:17:41.1627856Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-08-17T12:17:41.1669094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-08-17T12:17:41.1784338Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-08-17T12:17:41.1811634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-08-17T12:17:41.2064517Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-08-17T12:17:41.2095459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-08-17T12:17:41.2224472Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-08-17T12:17:41.2281963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-08-17T12:17:41.2471988Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-08-17T12:17:41.2483048Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-08-17T12:17:41.2501768Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-08-17T12:17:41.2526618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-08-17T12:17:41.2663776Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-08-17T12:17:41.2688714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-08-17T12:17:41.2952997Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-08-17T12:17:41.2974504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-08-17T12:17:41.3122569Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-08-17T12:17:41.3145248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:41.3385586Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:41.3437921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-08-17T12:17:41.3576829Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-08-17T12:17:41.3582991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-08-17T12:17:41.3858382Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-08-17T12:17:41.3864233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-08-17T12:17:41.4017432Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-08-17T12:17:41.4045302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-08-17T12:17:41.4066030Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-08-17T12:17:41.4078099Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-08-17T12:17:41.4264600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-08-17T12:17:41.4296764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-08-17T12:17:41.4348818Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-08-17T12:17:41.4359094Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-08-17T12:17:41.4420731Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-08-17T12:17:41.4451440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-08-17T12:17:41.4706231Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-08-17T12:17:41.4771480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-08-17T12:17:41.4862247Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-08-17T12:17:41.4892596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-08-17T12:17:41.5182097Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-08-17T12:17:41.5183935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:41.5307130Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:41.5344593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-08-17T12:17:41.5660487Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-08-17T12:17:41.5677630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-08-17T12:17:41.5807054Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-08-17T12:17:41.5810685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-08-17T12:17:41.5948100Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-08-17T12:17:41.5962306Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-08-17T12:17:41.6060101Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-08-17T12:17:41.6085514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-08-17T12:17:41.6239554Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-08-17T12:17:41.6240069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-08-17T12:17:41.6322706Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-08-17T12:17:41.6331564Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-08-17T12:17:41.6501308Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-08-17T12:17:41.6533243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-08-17T12:17:41.6621344Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-08-17T12:17:41.6646359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-08-17T12:17:41.7017331Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-08-17T12:17:41.7019217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-08-17T12:17:41.7095261Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-08-17T12:17:41.7098338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-08-17T12:17:41.7430924Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-08-17T12:17:41.7456893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-08-17T12:17:41.7500766Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-08-17T12:17:41.7527956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-08-17T12:17:41.7592713Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-08-17T12:17:41.7600597Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-08-17T12:17:41.7950292Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-08-17T12:17:41.7952765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-08-17T12:17:41.7981910Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-08-17T12:17:41.8018332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.8314060Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.8324024Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-08-17T12:17:41.8341572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-08-17T12:17:41.8371136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-08-17T12:17:41.8463693Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-08-17T12:17:41.8489442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-08-17T12:17:41.8853556Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-08-17T12:17:41.8857636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-08-17T12:17:41.8903270Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-08-17T12:17:41.8930711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-08-17T12:17:41.9127515Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-08-17T12:17:41.9134817Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-08-17T12:17:41.9262458Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-08-17T12:17:41.9285702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-08-17T12:17:41.9339507Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-08-17T12:17:41.9362515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-08-17T12:17:41.9747080Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-08-17T12:17:41.9791455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.9797000Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-08-17T12:17:41.9832644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-08-17T12:17:42.0216920Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-08-17T12:17:42.0217495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.0261445Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.0262527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-08-17T12:17:42.0341229Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-08-17T12:17:42.0349046Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-08-17T12:17:42.0665182Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-08-17T12:17:42.0673780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-08-17T12:17:42.0721498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-08-17T12:17:42.0730208Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-08-17T12:17:42.1139448Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-08-17T12:17:42.1147477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-08-17T12:17:42.1154651Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-08-17T12:17:42.1176297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-08-17T12:17:42.1545962Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-08-17T12:17:42.1575714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.1587310Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.1643778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-08-17T12:17:42.2057960Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-08-17T12:17:42.2065248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.2079468Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.2085886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-08-17T12:17:42.2119981Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-08-17T12:17:42.2129185Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-08-17T12:17:42.2495112Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-08-17T12:17:42.2501174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.2537755Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.2551367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-08-17T12:17:42.2568474Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-08-17T12:17:42.2582452Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-08-17T12:17:42.2901665Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-08-17T12:17:42.2921444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.2938538Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.2961759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-08-17T12:17:42.3344174Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-08-17T12:17:42.3380704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-08-17T12:17:42.3428909Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-08-17T12:17:42.3466100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-08-17T12:17:42.3787186Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-08-17T12:17:42.3815019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-08-17T12:17:42.3860332Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-08-17T12:17:42.3890316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.4258607Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.4259956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-08-17T12:17:42.4334242Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-08-17T12:17:42.4336831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-08-17T12:17:42.4717039Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-08-17T12:17:42.4743575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-08-17T12:17:42.4820797Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-08-17T12:17:42.4836875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-08-17T12:17:42.4845449Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-08-17T12:17:42.4853077Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-08-17T12:17:42.4872129Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-08-17T12:17:42.5078410Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-08-17T12:17:42.5085594Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-08-17T12:17:42.5140096Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-08-17T12:17:42.5163097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-08-17T12:17:42.5219980Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-08-17T12:17:42.5245371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-08-17T12:17:42.5258399Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-08-17T12:17:42.5582935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-08-17T12:17:42.5623173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-08-17T12:17:42.5661738Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-08-17T12:17:42.5689864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-08-17T12:17:42.6037323Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-08-17T12:17:42.6055148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-08-17T12:17:42.6098693Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-08-17T12:17:42.6120537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.6518130Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.6519803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-08-17T12:17:42.6635905Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-08-17T12:17:42.6637387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.6943442Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.6944700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.7053749Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:42.7054896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-08-17T12:17:42.7378020Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-08-17T12:17:42.7379256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-08-17T12:17:42.7500243Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-08-17T12:17:42.7501633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-08-17T12:17:42.7783818Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-08-17T12:17:42.7792593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.7804690Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-08-17T12:17:42.7810476Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-08-17T12:17:42.7904044Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-08-17T12:17:42.7958674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-08-17T12:17:42.8224469Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-08-17T12:17:42.8255184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.8388304Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-08-17T12:17:42.8389358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-08-17T12:17:42.8697177Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-08-17T12:17:42.8704917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-08-17T12:17:42.8868661Z [gw0] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-08-17T12:17:42.8876143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-08-17T12:17:42.9128620Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-08-17T12:17:42.9180348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-08-17T12:17:42.9198953Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-08-17T12:17:42.9294012Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-08-17T12:17:42.9296046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.9644538Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-08-17T12:17:42.9663135Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-08-17T12:17:42.9720378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-08-17T12:17:42.9747936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-08-17T12:17:43.0217294Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-08-17T12:17:43.0218762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-08-17T12:17:43.0696466Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-08-17T12:17:43.0705475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-08-17T12:17:43.1060136Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-08-17T12:17:43.1084322Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-08-17T12:17:43.1132587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-08-17T12:17:43.1140895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-08-17T12:17:43.1577496Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-08-17T12:17:43.1586154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-08-17T12:17:43.2018565Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-08-17T12:17:43.2027352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-08-17T12:17:43.2438286Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-08-17T12:17:43.2457149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-08-17T12:17:43.2896139Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-08-17T12:17:43.2905871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-08-17T12:17:43.3330051Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-08-17T12:17:43.3344655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-08-17T12:17:43.3361968Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-08-17T12:17:43.3385759Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-08-17T12:17:43.3770345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-08-17T12:17:43.3795849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-08-17T12:17:43.4088177Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-08-17T12:17:43.4110060Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-08-17T12:17:43.4214327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-08-17T12:17:43.4219692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-08-17T12:17:43.4265661Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-08-17T12:17:43.4505528Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-08-17T12:17:43.4520594Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-08-17T12:17:43.4539991Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-08-17T12:17:43.4620140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-08-17T12:17:43.4663362Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-08-17T12:17:43.4695384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:43.5058030Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:43.5102850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-08-17T12:17:43.5141664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-08-17T12:17:43.5171392Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-08-17T12:17:43.5289854Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-08-17T12:17:43.5300242Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-08-17T12:17:43.5423388Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-08-17T12:17:43.5553566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-08-17T12:17:43.5580691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-08-17T12:17:43.5834374Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-08-17T12:17:43.5872084Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-08-17T12:17:43.6023055Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-08-17T12:17:43.6023550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-08-17T12:17:43.6186528Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-08-17T12:17:43.6258267Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-08-17T12:17:43.6467376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-08-17T12:17:43.6467843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-08-17T12:17:43.6898180Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-08-17T12:17:43.6903923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-08-17T12:17:43.7341971Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-08-17T12:17:43.7342772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-08-17T12:17:43.7500919Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-08-17T12:17:43.7512206Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-08-17T12:17:43.7662172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-08-17T12:17:43.7787806Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-08-17T12:17:43.7821661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-08-17T12:17:43.8017572Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-08-17T12:17:43.8259411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-08-17T12:17:43.8259884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-08-17T12:17:43.8314748Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-08-17T12:17:43.8381447Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-08-17T12:17:43.8596996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-08-17T12:17:43.8610724Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-08-17T12:17:43.8695355Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-08-17T12:17:43.8699236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-08-17T12:17:43.9140387Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-08-17T12:17:43.9144312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-08-17T12:17:43.9280354Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-08-17T12:17:43.9292199Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-08-17T12:17:43.9581888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-08-17T12:17:43.9582366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-08-17T12:17:43.9599229Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-08-17T12:17:43.9779249Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-08-17T12:17:44.0019040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-08-17T12:17:44.0026085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-08-17T12:17:44.0462103Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-08-17T12:17:44.0462599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-08-17T12:17:44.0787015Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-08-17T12:17:44.0806209Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-08-17T12:17:44.0896251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-08-17T12:17:44.0896746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-08-17T12:17:44.0914420Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-08-17T12:17:44.1300087Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-08-17T12:17:44.1307318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-08-17T12:17:44.1354607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-08-17T12:17:44.1705490Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-08-17T12:17:44.1728130Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-08-17T12:17:44.1791360Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-08-17T12:17:44.1792291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-08-17T12:17:44.1809767Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-08-17T12:17:44.1821520Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-08-17T12:17:44.1943531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-08-17T12:17:44.2189030Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-08-17T12:17:44.2231990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-08-17T12:17:44.2353380Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-08-17T12:17:44.2442433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-08-17T12:17:44.2451280Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-08-17T12:17:44.2583574Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-08-17T12:17:44.2622185Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-08-17T12:17:44.2654515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-08-17T12:17:44.2741760Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-08-17T12:17:44.2863858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-08-17T12:17:44.2878700Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-08-17T12:17:44.2989606Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-08-17T12:17:44.3105093Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-08-17T12:17:44.3107555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-08-17T12:17:44.3257848Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-08-17T12:17:44.3539911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-08-17T12:17:44.3542478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-08-17T12:17:44.3975431Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-08-17T12:17:44.3979568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-08-17T12:17:44.4190327Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-08-17T12:17:44.4205699Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-08-17T12:17:44.4228876Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-08-17T12:17:44.4302217Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-08-17T12:17:44.4307223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-08-17T12:17:44.4415460Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-08-17T12:17:44.4420583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-08-17T12:17:44.4488475Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-08-17T12:17:44.4663053Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-08-17T12:17:44.4663473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-08-17T12:17:44.4727055Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-08-17T12:17:44.4851883Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-08-17T12:17:44.4855489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:44.4864331Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:44.5103478Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-08-17T12:17:44.5105266Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-08-17T12:17:44.5203652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-08-17T12:17:44.5293486Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-08-17T12:17:44.5298551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-08-17T12:17:44.5302442Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-08-17T12:17:44.5545225Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-08-17T12:17:44.5545811Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-08-17T12:17:44.5633426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-08-17T12:17:44.5720960Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-08-17T12:17:44.5755363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-08-17T12:17:44.5768767Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-08-17T12:17:44.5984904Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-08-17T12:17:44.5987930Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-08-17T12:17:44.6061328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-08-17T12:17:44.6174339Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-08-17T12:17:44.6180816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-08-17T12:17:44.6214459Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-08-17T12:17:44.6426371Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-08-17T12:17:44.6431078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-08-17T12:17:44.6507109Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-08-17T12:17:44.6587948Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-08-17T12:17:44.6611174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-08-17T12:17:44.6619198Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-08-17T12:17:44.6625586Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-08-17T12:17:44.6632751Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-08-17T12:17:44.6862805Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-08-17T12:17:44.6863772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-08-17T12:17:44.6935033Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-08-17T12:17:44.7054008Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-08-17T12:17:44.7056665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-08-17T12:17:44.7146002Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-08-17T12:17:44.7303462Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-08-17T12:17:44.7308821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-08-17T12:17:44.7397977Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-08-17T12:17:44.7501551Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-08-17T12:17:44.7502043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-08-17T12:17:44.7752385Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-08-17T12:17:44.7856809Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-08-17T12:17:44.7912813Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-08-17T12:17:44.7937560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-08-17T12:17:44.7968873Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-08-17T12:17:44.8010834Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-08-17T12:17:44.8260088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-08-17T12:17:44.8262063Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-08-17T12:17:44.8358136Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-08-17T12:17:44.8387500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-08-17T12:17:44.8698831Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-08-17T12:17:44.8699691Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-08-17T12:17:44.8796514Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-08-17T12:17:44.8822308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-08-17T12:17:44.9018937Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-08-17T12:17:44.9026945Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-08-17T12:17:44.9037249Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-08-17T12:17:44.9037748Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-08-17T12:17:44.9058957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-08-17T12:17:44.9118965Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-08-17T12:17:44.9219389Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-08-17T12:17:44.9246253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-08-17T12:17:44.9503268Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-08-17T12:17:44.9571960Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-08-17T12:17:44.9700389Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-08-17T12:17:44.9740544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-08-17T12:17:44.9941927Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-08-17T12:17:45.0174038Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-08-17T12:17:45.0186195Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-08-17T12:17:45.0188156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-08-17T12:17:45.0427096Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-08-17T12:17:45.0429566Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-08-17T12:17:45.0439829Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-08-17T12:17:45.0570897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-08-17T12:17:45.0621067Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-08-17T12:17:45.0649393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-08-17T12:17:45.0936837Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-08-17T12:17:45.1048106Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-08-17T12:17:45.1113086Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-08-17T12:17:45.1121212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-08-17T12:17:45.1220515Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-08-17T12:17:45.1232674Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-08-17T12:17:45.1299998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-08-17T12:17:45.1474596Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-08-17T12:17:45.1500585Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-08-17T12:17:45.1536279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-08-17T12:17:45.1784202Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-08-17T12:17:45.2015581Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-08-17T12:17:45.2022043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-08-17T12:17:45.2063881Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-08-17T12:17:45.2301038Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-08-17T12:17:45.2453593Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-08-17T12:17:45.2464658Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-08-17T12:17:45.2487888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-08-17T12:17:45.2822779Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-08-17T12:17:45.2824495Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-08-17T12:17:45.2840485Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-08-17T12:17:45.2942463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-08-17T12:17:45.2982976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-08-17T12:17:45.2993422Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-08-17T12:17:45.3220107Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-08-17T12:17:45.3405802Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-08-17T12:17:45.3422236Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-08-17T12:17:45.3456471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-08-17T12:17:45.3664820Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-08-17T12:17:45.3669520Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-08-17T12:17:45.3680529Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-08-17T12:17:45.3806494Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-08-17T12:17:45.3860389Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-08-17T12:17:45.3888340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-08-17T12:17:45.4103030Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-08-17T12:17:45.4263932Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-08-17T12:17:45.4300884Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-08-17T12:17:45.4336643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-08-17T12:17:45.4582973Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-08-17T12:17:45.4782097Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-08-17T12:17:45.4786686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:45.4852347Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:45.5137494Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-08-17T12:17:45.5182268Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-08-17T12:17:45.5236663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-08-17T12:17:45.5244463Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-08-17T12:17:45.5463116Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-08-17T12:17:45.5620874Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-08-17T12:17:45.5657899Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-08-17T12:17:45.5660209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-08-17T12:17:45.5903668Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-08-17T12:17:45.6028570Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-08-17T12:17:45.6043333Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-08-17T12:17:45.6084589Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-08-17T12:17:45.6091040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-08-17T12:17:45.6099293Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-08-17T12:17:45.6189011Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-08-17T12:17:45.6202981Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-08-17T12:17:45.6339823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-08-17T12:17:45.6474722Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-08-17T12:17:45.6552146Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-08-17T12:17:45.6557225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-08-17T12:17:45.6898041Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-08-17T12:17:45.6979564Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-08-17T12:17:45.6980925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-08-17T12:17:45.7061384Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-08-17T12:17:45.7277297Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-08-17T12:17:45.7371268Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-08-17T12:17:45.7462002Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-08-17T12:17:45.7462837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-08-17T12:17:45.7713258Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-08-17T12:17:45.7809029Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-08-17T12:17:45.7863990Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-08-17T12:17:45.7898283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-08-17T12:17:45.7990963Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-08-17T12:17:45.8001012Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-08-17T12:17:45.8100562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-08-17T12:17:45.8241572Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-08-17T12:17:45.8301276Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-08-17T12:17:45.8337667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-08-17T12:17:45.8486496Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-08-17T12:17:45.8496019Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-08-17T12:17:45.8544064Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-08-17T12:17:45.8750229Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-08-17T12:17:45.8797723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-08-17T12:17:45.8870046Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-08-17T12:17:45.9058792Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-08-17T12:17:45.9232539Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-08-17T12:17:45.9236351Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-08-17T12:17:45.9236988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-08-17T12:17:45.9423809Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-08-17T12:17:45.9630207Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-08-17T12:17:45.9638870Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-08-17T12:17:45.9649075Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-08-17T12:17:45.9662002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-08-17T12:17:45.9674539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-08-17T12:17:45.9863001Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-08-17T12:17:46.0096780Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-08-17T12:17:46.0098168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-08-17T12:17:46.0294393Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-08-17T12:17:46.0386518Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-08-17T12:17:46.0399470Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-08-17T12:17:46.0427921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-08-17T12:17:46.0506598Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-08-17T12:17:46.0546814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-08-17T12:17:46.0883495Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-08-17T12:17:46.0894794Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-08-17T12:17:46.1016521Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-08-17T12:17:46.1018607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-08-17T12:17:46.1114323Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-08-17T12:17:46.1378909Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-08-17T12:17:46.1429620Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-08-17T12:17:46.1479806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-08-17T12:17:46.1523048Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-08-17T12:17:46.1536067Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-08-17T12:17:46.1896914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-08-17T12:17:46.1898661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-08-17T12:17:46.2340725Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-08-17T12:17:46.2342233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-08-17T12:17:46.2802446Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-08-17T12:17:46.2825955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-08-17T12:17:46.3073749Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-08-17T12:17:46.3083413Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-08-17T12:17:46.3252135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-08-17T12:17:46.3291462Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-08-17T12:17:46.3303041Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-08-17T12:17:46.3308978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-08-17T12:17:46.3736186Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-08-17T12:17:46.3742568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-08-17T12:17:46.4176691Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-08-17T12:17:46.4184802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-08-17T12:17:46.4615671Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-08-17T12:17:46.4621349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-08-17T12:17:46.4909577Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-08-17T12:17:46.4919409Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-08-17T12:17:46.5058582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-08-17T12:17:46.5060023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:46.5499321Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:46.5501022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-08-17T12:17:46.5933883Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-08-17T12:17:46.5940919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-08-17T12:17:46.6381711Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-08-17T12:17:46.6387839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-08-17T12:17:46.6675396Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-08-17T12:17:46.6706540Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-08-17T12:17:46.6826803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-08-17T12:17:46.6828434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-08-17T12:17:46.7297942Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-08-17T12:17:46.7301995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-08-17T12:17:46.7777130Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-08-17T12:17:46.7777839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-08-17T12:17:46.8217185Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-08-17T12:17:46.8219326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-08-17T12:17:46.8706020Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-08-17T12:17:46.8713031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-08-17T12:17:46.9139740Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-08-17T12:17:46.9145160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-08-17T12:17:46.9672578Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-08-17T12:17:46.9700807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-08-17T12:17:47.0136542Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-08-17T12:17:47.0144897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-08-17T12:17:47.0569592Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-08-17T12:17:47.0577972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-08-17T12:17:47.0665818Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-08-17T12:17:47.0697583Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-08-17T12:17:47.1008494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-08-17T12:17:47.1017553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-08-17T12:17:47.1141235Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-08-17T12:17:47.1300922Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-08-17T12:17:47.1448135Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-08-17T12:17:47.1450456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-08-17T12:17:47.1869264Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-08-17T12:17:47.1893695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-08-17T12:17:47.1980914Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-08-17T12:17:47.1999566Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-08-17T12:17:47.2066595Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-08-17T12:17:47.2078334Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-08-17T12:17:47.2342795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-08-17T12:17:47.2343248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-08-17T12:17:47.2776844Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-08-17T12:17:47.2777360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-08-17T12:17:47.2977525Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-08-17T12:17:47.2983771Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-08-17T12:17:47.3213040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-08-17T12:17:47.3213771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-08-17T12:17:47.3653586Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-08-17T12:17:47.3654263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-08-17T12:17:47.4003525Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-08-17T12:17:47.4017243Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-08-17T12:17:47.4087641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-08-17T12:17:47.4088089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-08-17T12:17:47.4531670Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-08-17T12:17:47.4532185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-08-17T12:17:47.4968953Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-08-17T12:17:47.4969503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-08-17T12:17:47.5008348Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-08-17T12:17:47.5024719Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-08-17T12:17:47.5411354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-08-17T12:17:47.5415957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-08-17T12:17:47.5799384Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-08-17T12:17:47.5861524Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-08-17T12:17:47.5865999Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-08-17T12:17:47.5869436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-08-17T12:17:47.5878060Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-08-17T12:17:47.5885566Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-08-17T12:17:47.6299969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-08-17T12:17:47.6303895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-08-17T12:17:47.6725859Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-08-17T12:17:47.6730560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-08-17T12:17:47.6919183Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-08-17T12:17:47.6938190Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-08-17T12:17:47.7167649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-08-17T12:17:47.7172349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-08-17T12:17:47.7608939Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-08-17T12:17:47.7614469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-08-17T12:17:47.7708791Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-08-17T12:17:47.7728083Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-08-17T12:17:47.8088764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-08-17T12:17:47.8094292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-08-17T12:17:47.8407557Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-08-17T12:17:47.8416137Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-08-17T12:17:47.8546598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-08-17T12:17:47.8579307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-08-17T12:17:47.9018498Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-08-17T12:17:47.9022159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-08-17T12:17:47.9372788Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-08-17T12:17:47.9401973Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-08-17T12:17:47.9480168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-08-17T12:17:47.9487562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-08-17T12:17:47.9935868Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-08-17T12:17:47.9944368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-08-17T12:17:48.0203106Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-08-17T12:17:48.0423028Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-08-17T12:17:48.0423691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-08-17T12:17:48.0508667Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-08-17T12:17:48.0821191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-08-17T12:17:48.0821679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-08-17T12:17:48.1290167Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-08-17T12:17:48.1290691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-08-17T12:17:48.1524142Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-08-17T12:17:48.1540246Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-08-17T12:17:48.1659548Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-08-17T12:17:48.1733112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-08-17T12:17:48.1764012Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-08-17T12:17:48.1776896Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-08-17T12:17:48.2182072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-08-17T12:17:48.2183187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-08-17T12:17:48.2589339Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-08-17T12:17:48.2591522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-08-17T12:17:48.2602721Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-08-17T12:17:48.2678134Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-08-17T12:17:48.2909692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-08-17T12:17:48.2931881Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-08-17T12:17:48.3011943Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-08-17T12:17:48.3014132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-08-17T12:17:48.3294930Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-08-17T12:17:48.3303631Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-08-17T12:17:48.3492301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-08-17T12:17:48.3494234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-08-17T12:17:48.3691691Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-08-17T12:17:48.3737404Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-08-17T12:17:48.3828758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-08-17T12:17:48.3900165Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-08-17T12:17:48.3928524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-08-17T12:17:48.4182747Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-08-17T12:17:48.4275449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-08-17T12:17:48.4339216Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-08-17T12:17:48.4362256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:48.4621929Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:48.4714566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-08-17T12:17:48.4722635Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-08-17T12:17:48.4730652Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-08-17T12:17:48.4780164Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-08-17T12:17:48.4808490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-08-17T12:17:48.5063286Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-08-17T12:17:48.5209698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-08-17T12:17:48.5344134Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-08-17T12:17:48.5384709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-08-17T12:17:48.5506051Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-08-17T12:17:48.5600709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-08-17T12:17:48.5788126Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-08-17T12:17:48.5817747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-08-17T12:17:48.5942884Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-08-17T12:17:48.6042465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-08-17T12:17:48.6100177Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-08-17T12:17:48.6106341Z [gw2] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-08-17T12:17:48.6221891Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-08-17T12:17:48.6252279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-08-17T12:17:48.6383542Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-08-17T12:17:48.6504957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-08-17T12:17:48.6670448Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-08-17T12:17:48.6712058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-08-17T12:17:48.6898017Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-08-17T12:17:48.6920827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-08-17T12:17:48.7149992Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-08-17T12:17:48.7150644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-08-17T12:17:48.7248252Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-08-17T12:17:48.7258532Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-08-17T12:17:48.7265739Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-08-17T12:17:48.7351472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-08-17T12:17:48.7543189Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-08-17T12:17:48.7573585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-08-17T12:17:48.7720063Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-08-17T12:17:48.7889493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-08-17T12:17:48.8062706Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-08-17T12:17:48.8066439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-08-17T12:17:48.8141281Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-08-17T12:17:48.8231643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-08-17T12:17:48.8510991Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-08-17T12:17:48.8514291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-08-17T12:17:48.8583860Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-08-17T12:17:48.8681304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-08-17T12:17:48.8952345Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-08-17T12:17:48.8956936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-08-17T12:17:48.9022093Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-08-17T12:17:48.9063259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-08-17T12:17:48.9423929Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-08-17T12:17:48.9429014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-08-17T12:17:48.9462095Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-08-17T12:17:48.9499472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-08-17T12:17:48.9871998Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-08-17T12:17:48.9875276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-08-17T12:17:48.9901322Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-08-17T12:17:48.9958785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-08-17T12:17:48.9960313Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-08-17T12:17:48.9968605Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-08-17T12:17:49.0095288Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-08-17T12:17:49.0103775Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-08-17T12:17:49.0260705Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-08-17T12:17:49.0285620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-08-17T12:17:49.0339208Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-08-17T12:17:49.0375089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-08-17T12:17:49.0704589Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-08-17T12:17:49.0734474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-08-17T12:17:49.0781058Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-08-17T12:17:49.0822758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-08-17T12:17:49.1188693Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-08-17T12:17:49.1192911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-08-17T12:17:49.1221501Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-08-17T12:17:49.1271037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-08-17T12:17:49.1628667Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-08-17T12:17:49.1629424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-08-17T12:17:49.1661152Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-08-17T12:17:49.1819524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-08-17T12:17:49.2097800Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-08-17T12:17:49.2141400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-08-17T12:17:49.2141973Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-08-17T12:17:49.2379307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-08-17T12:17:49.2503175Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-08-17T12:17:49.2504592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-08-17T12:17:49.2540752Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-08-17T12:17:49.2555951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-08-17T12:17:49.2588795Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-08-17T12:17:49.2599058Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-08-17T12:17:49.2943217Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-08-17T12:17:49.2968781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-08-17T12:17:49.2984958Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-08-17T12:17:49.3043002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-08-17T12:17:49.3415655Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-08-17T12:17:49.3418743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-08-17T12:17:49.3488026Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-08-17T12:17:49.3488889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-08-17T12:17:49.3864496Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-08-17T12:17:49.3865379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-08-17T12:17:49.3891310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-08-17T12:17:49.3910658Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-08-17T12:17:49.4356631Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-08-17T12:17:49.4364439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-08-17T12:17:49.4384260Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-08-17T12:17:49.4387777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-08-17T12:17:49.4817305Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-08-17T12:17:49.4828950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-08-17T12:17:49.4836347Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-08-17T12:17:49.4839668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-08-17T12:17:49.5041385Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-08-17T12:17:49.5048810Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-08-17T12:17:49.5246119Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-08-17T12:17:49.5250440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-08-17T12:17:49.5261738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-08-17T12:17:49.5272740Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-08-17T12:17:49.5703861Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-08-17T12:17:49.5707065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:49.5719817Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:49.5724678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-08-17T12:17:49.5946633Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-08-17T12:17:49.5956626Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-08-17T12:17:49.6102749Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-08-17T12:17:49.6106063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-08-17T12:17:49.6137256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-08-17T12:17:49.6152679Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-08-17T12:17:49.6581055Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-08-17T12:17:49.6583787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-08-17T12:17:49.6644390Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-08-17T12:17:49.6645266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-08-17T12:17:49.7021639Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-08-17T12:17:49.7024374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-08-17T12:17:49.7070326Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-08-17T12:17:49.7114115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-08-17T12:17:49.7460828Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-08-17T12:17:49.7463090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-08-17T12:17:49.7546803Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-08-17T12:17:49.7548916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-08-17T12:17:49.7899676Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-08-17T12:17:49.7902456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-08-17T12:17:49.7993402Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-08-17T12:17:49.7996534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-08-17T12:17:49.8186523Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-08-17T12:17:49.8194895Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-08-17T12:17:49.8300012Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-08-17T12:17:49.8326930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-08-17T12:17:49.8380122Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-08-17T12:17:49.8417653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-08-17T12:17:49.8745027Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-08-17T12:17:49.8776706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-08-17T12:17:49.8821193Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-08-17T12:17:49.8858954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-08-17T12:17:49.8937170Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-08-17T12:17:49.8945854Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-08-17T12:17:49.9181177Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-08-17T12:17:49.9206580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-08-17T12:17:49.9267066Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-08-17T12:17:49.9310646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-08-17T12:17:49.9663660Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-08-17T12:17:49.9691035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-08-17T12:17:49.9856749Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-08-17T12:17:50.0176889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-08-17T12:17:50.0184633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-08-17T12:17:50.0655842Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-08-17T12:17:50.0659766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-08-17T12:17:50.1096108Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-08-17T12:17:50.1100129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-08-17T12:17:50.1237466Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-08-17T12:17:50.1337325Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-08-17T12:17:50.1535812Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-08-17T12:17:50.1539095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-08-17T12:17:50.1976369Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-08-17T12:17:50.1979425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-08-17T12:17:50.2456577Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-08-17T12:17:50.2460582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:50.2935535Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:50.2940270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-08-17T12:17:50.3418036Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-08-17T12:17:50.3418559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-08-17T12:17:50.3873516Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-08-17T12:17:50.3898115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-08-17T12:17:50.4380722Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-08-17T12:17:50.4381247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-08-17T12:17:50.4820348Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-08-17T12:17:50.4820882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-08-17T12:17:50.5255687Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-08-17T12:17:50.5256553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-08-17T12:17:50.5664048Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-08-17T12:17:50.5701790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-08-17T12:17:50.6175464Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-08-17T12:17:50.6177278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-08-17T12:17:50.6192831Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-08-17T12:17:50.6209461Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-08-17T12:17:50.6667929Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-08-17T12:17:50.6668762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-08-17T12:17:50.7103058Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-08-17T12:17:50.7103928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-08-17T12:17:50.7544417Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-08-17T12:17:50.7544935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-08-17T12:17:50.7925913Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-08-17T12:17:50.7937190Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-08-17T12:17:50.7946773Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-08-17T12:17:50.7984226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-08-17T12:17:50.8080363Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-08-17T12:17:50.8092389Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-08-17T12:17:50.8423570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-08-17T12:17:50.8467170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-08-17T12:17:50.8895392Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-08-17T12:17:50.8898034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-08-17T12:17:50.9382157Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-08-17T12:17:50.9386309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-08-17T12:17:50.9816635Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-08-17T12:17:50.9819862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:51.0233719Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:51.0251479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-08-17T12:17:51.0737713Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-08-17T12:17:51.0742181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-08-17T12:17:51.1216148Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-08-17T12:17:51.1219526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-08-17T12:17:51.1656506Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-08-17T12:17:51.1661163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-08-17T12:17:51.1994554Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-08-17T12:17:51.2007526Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-08-17T12:17:51.2093872Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-08-17T12:17:51.2095361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-08-17T12:17:51.2536278Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-08-17T12:17:51.2537497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-08-17T12:17:51.2607081Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-08-17T12:17:51.2625144Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-08-17T12:17:51.3031708Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-08-17T12:17:51.3060072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-08-17T12:17:51.3503141Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-08-17T12:17:51.3507080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-08-17T12:17:51.3923608Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-08-17T12:17:51.3939203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-08-17T12:17:51.4419852Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-08-17T12:17:51.4420391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-08-17T12:17:51.4897300Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-08-17T12:17:51.4901047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-08-17T12:17:51.5337710Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-08-17T12:17:51.5341558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-08-17T12:17:51.5745149Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-08-17T12:17:51.5778107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-08-17T12:17:51.6224708Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-08-17T12:17:51.6259765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-08-17T12:17:51.6735806Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-08-17T12:17:51.6744229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-08-17T12:17:51.7175288Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-08-17T12:17:51.7182193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-08-17T12:17:51.7629254Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-08-17T12:17:51.7640095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-08-17T12:17:51.7859900Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-08-17T12:17:51.7876826Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-08-17T12:17:51.8067033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-08-17T12:17:51.8075878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-08-17T12:17:51.8503462Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-08-17T12:17:51.8508916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-08-17T12:17:51.8938547Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-08-17T12:17:51.8942354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-08-17T12:17:51.9427896Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-08-17T12:17:51.9428438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-08-17T12:17:51.9828580Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-08-17T12:17:51.9872886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-08-17T12:17:52.0048576Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-08-17T12:17:52.0068562Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-08-17T12:17:52.0296953Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-08-17T12:17:52.0300276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-08-17T12:17:52.0737765Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-08-17T12:17:52.0746061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-08-17T12:17:52.1179325Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-08-17T12:17:52.1188376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-08-17T12:17:52.1617422Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-08-17T12:17:52.1625496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:52.1754845Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:52.1770280Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-08-17T12:17:52.2023639Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-08-17T12:17:52.2056090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-08-17T12:17:52.2545068Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-08-17T12:17:52.2545619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-08-17T12:17:52.2976188Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-08-17T12:17:52.2980057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-08-17T12:17:52.3420148Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-08-17T12:17:52.3424269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-08-17T12:17:52.3718549Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-08-17T12:17:52.3740968Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-08-17T12:17:52.3856177Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-08-17T12:17:52.3860262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-08-17T12:17:52.4297269Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-08-17T12:17:52.4301733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-08-17T12:17:52.4776560Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-08-17T12:17:52.4782070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-08-17T12:17:52.5256822Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-08-17T12:17:52.5266482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-08-17T12:17:52.5696869Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-08-17T12:17:52.5705844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-08-17T12:17:52.6138176Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-08-17T12:17:52.6218689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-08-17T12:17:52.6576433Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-08-17T12:17:52.6585406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-08-17T12:17:52.7034130Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-08-17T12:17:52.7062152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-08-17T12:17:52.7497623Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-08-17T12:17:52.7506305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-08-17T12:17:52.7937767Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-08-17T12:17:52.7946991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-08-17T12:17:52.8419537Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-08-17T12:17:52.8428874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-08-17T12:17:52.8556460Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-08-17T12:17:52.8573318Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-08-17T12:17:52.8856610Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-08-17T12:17:52.8861739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-08-17T12:17:52.8941170Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-08-17T12:17:52.8952823Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-08-17T12:17:52.9295301Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-08-17T12:17:52.9299356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-08-17T12:17:52.9776265Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-08-17T12:17:52.9779883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-08-17T12:17:52.9972874Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-08-17T12:17:52.9993191Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-08-17T12:17:53.0214835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-08-17T12:17:53.0220319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-08-17T12:17:53.0657013Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-08-17T12:17:53.0660956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-08-17T12:17:53.1136547Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-08-17T12:17:53.1141595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-08-17T12:17:53.1626900Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-08-17T12:17:53.1636479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-08-17T12:17:53.2057966Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-08-17T12:17:53.2064003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-08-17T12:17:53.2500561Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-08-17T12:17:53.2509102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-08-17T12:17:53.2793219Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-08-17T12:17:53.2860472Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-08-17T12:17:53.2901929Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-08-17T12:17:53.2933974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-08-17T12:17:53.3217745Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-08-17T12:17:53.3300617Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-08-17T12:17:53.3341335Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-08-17T12:17:53.3373666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:53.3653874Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:53.3784041Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-08-17T12:17:53.3790132Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-08-17T12:17:53.3808738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-08-17T12:17:53.4002001Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-08-17T12:17:53.4253331Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-08-17T12:17:53.4262073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-08-17T12:17:53.4271593Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-08-17T12:17:53.4303706Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-08-17T12:17:53.4316052Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-08-17T12:17:53.4527914Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-08-17T12:17:53.4663874Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-08-17T12:17:53.4691785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-08-17T12:17:53.4702651Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-08-17T12:17:53.5013667Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-08-17T12:17:53.5141140Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-08-17T12:17:53.5162148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-08-17T12:17:53.5180564Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-08-17T12:17:53.5408135Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-08-17T12:17:53.5613056Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-08-17T12:17:53.5618661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-08-17T12:17:53.5660929Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-08-17T12:17:53.6023500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-08-17T12:17:53.6047009Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-08-17T12:17:53.6107731Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-08-17T12:17:53.6111732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-08-17T12:17:53.6305195Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-08-17T12:17:53.6537980Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-08-17T12:17:53.6550812Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-08-17T12:17:53.6559120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-08-17T12:17:53.6879020Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-08-17T12:17:53.6899224Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-08-17T12:17:53.6986046Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-08-17T12:17:53.6995996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-08-17T12:17:53.7140130Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-08-17T12:17:53.7418581Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-08-17T12:17:53.7469345Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-08-17T12:17:53.7484360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-08-17T12:17:53.7582678Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-08-17T12:17:53.7843995Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-08-17T12:17:53.7920312Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-08-17T12:17:53.7924039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-08-17T12:17:53.8024867Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-08-17T12:17:53.8146052Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-08-17T12:17:53.8155651Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-08-17T12:17:53.8170472Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-08-17T12:17:53.8180779Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-08-17T12:17:53.8217837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-08-17T12:17:53.8261031Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-08-17T12:17:53.8299184Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-08-17T12:17:53.8321983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-08-17T12:17:53.8664237Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-08-17T12:17:53.8703469Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-08-17T12:17:53.8740102Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-08-17T12:17:53.8812837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-08-17T12:17:53.9103155Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-08-17T12:17:53.9154582Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-08-17T12:17:53.9188975Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-08-17T12:17:53.9216933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-08-17T12:17:53.9601190Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-08-17T12:17:53.9603907Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-08-17T12:17:53.9621546Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-08-17T12:17:53.9647062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-08-17T12:17:53.9986119Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-08-17T12:17:54.0038691Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-08-17T12:17:54.0060680Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-08-17T12:17:54.0091611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-08-17T12:17:54.0210915Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-08-17T12:17:54.0216477Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-08-17T12:17:54.0422553Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-08-17T12:17:54.0469618Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-08-17T12:17:54.0500054Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-08-17T12:17:54.0528109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-08-17T12:17:54.0863417Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-08-17T12:17:54.0908318Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-08-17T12:17:54.0941154Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-08-17T12:17:54.0968190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-08-17T12:17:54.1303304Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-08-17T12:17:54.1351129Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-08-17T12:17:54.1415424Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-08-17T12:17:54.1418651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-08-17T12:17:54.1793747Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-08-17T12:17:54.1798217Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-08-17T12:17:54.1857917Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-08-17T12:17:54.1863704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:54.2073019Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:54.2079895Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-08-17T12:17:54.2181063Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-08-17T12:17:54.2240446Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-08-17T12:17:54.2261358Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-08-17T12:17:54.2299781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-08-17T12:17:54.2624007Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-08-17T12:17:54.2692657Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-08-17T12:17:54.2702435Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-08-17T12:17:54.2734370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-08-17T12:17:54.2887889Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-08-17T12:17:54.2898854Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-08-17T12:17:54.3062703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-08-17T12:17:54.3112364Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-08-17T12:17:54.3140022Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-08-17T12:17:54.3167993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-08-17T12:17:54.3508275Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-08-17T12:17:54.3582035Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-08-17T12:17:54.3610552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-08-17T12:17:54.4068358Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-08-17T12:17:54.4071421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-08-17T12:17:54.4498797Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-08-17T12:17:54.4502881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-08-17T12:17:54.4937542Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-08-17T12:17:54.4940447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-08-17T12:17:54.5378997Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-08-17T12:17:54.5381902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-08-17T12:17:54.5821886Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-08-17T12:17:54.5847055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-08-17T12:17:54.6262337Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-08-17T12:17:54.6287110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-08-17T12:17:54.6742272Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-08-17T12:17:54.6766072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-08-17T12:17:54.6886801Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-08-17T12:17:54.6909181Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-08-17T12:17:54.7256324Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-08-17T12:17:54.7259209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:54.7719050Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:54.7727255Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-08-17T12:17:54.7735258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:17:54.7754533Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:17:54.8184624Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-08-17T12:17:54.8185317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:17:54.8624280Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:17:54.8624851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-08-17T12:17:54.9095215Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-08-17T12:17:54.9096096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-08-17T12:17:54.9535528Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-08-17T12:17:54.9536282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-08-17T12:17:54.9977899Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-08-17T12:17:54.9978472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-08-17T12:17:55.0416917Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-08-17T12:17:55.0425736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-08-17T12:17:55.0852848Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-08-17T12:17:55.0867522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-08-17T12:17:55.1335601Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-08-17T12:17:55.1355216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-08-17T12:17:55.1448983Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-08-17T12:17:55.1460451Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-08-17T12:17:55.1762576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-08-17T12:17:55.1768872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-08-17T12:17:55.1779690Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-08-17T12:17:55.1786122Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-08-17T12:17:55.2222436Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-08-17T12:17:55.2222932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-08-17T12:17:55.2658335Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-08-17T12:17:55.2660628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-08-17T12:17:55.3098515Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-08-17T12:17:55.3105399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-08-17T12:17:55.3537171Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-08-17T12:17:55.3542499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-08-17T12:17:55.3976239Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-08-17T12:17:55.3984136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-08-17T12:17:55.4418248Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-08-17T12:17:55.4428840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-08-17T12:17:55.4871050Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-08-17T12:17:55.4882714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-08-17T12:17:55.4986490Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-08-17T12:17:55.5104223Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-08-17T12:17:55.5304437Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-08-17T12:17:55.5312695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-08-17T12:17:55.5742046Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-08-17T12:17:55.5746905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:55.6195987Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:55.6203080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-08-17T12:17:55.6585113Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-08-17T12:17:55.6607249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-08-17T12:17:55.7101014Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-08-17T12:17:55.7108985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-08-17T12:17:55.7501232Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-08-17T12:17:55.7510495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-08-17T12:17:55.7941052Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-08-17T12:17:55.7950275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-08-17T12:17:55.8379980Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-08-17T12:17:55.8392987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-08-17T12:17:55.8830859Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-08-17T12:17:55.8839370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-08-17T12:17:55.9338167Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-08-17T12:17:55.9343342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-08-17T12:17:55.9706216Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-08-17T12:17:55.9711044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-08-17T12:17:56.0113470Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-08-17T12:17:56.0140655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-08-17T12:17:56.0553002Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-08-17T12:17:56.0577849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-08-17T12:17:56.0983486Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-08-17T12:17:56.1006973Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-08-17T12:17:56.1019534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-08-17T12:17:56.1027258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-08-17T12:17:56.1462721Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-08-17T12:17:56.1472652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:56.1979209Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-08-17T12:17:56.1990353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-08-17T12:17:56.2417354Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-08-17T12:17:56.2426573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-08-17T12:17:56.2859833Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-08-17T12:17:56.2869096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-08-17T12:17:56.3299796Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-08-17T12:17:56.3316745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-08-17T12:17:56.3327926Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-08-17T12:17:56.3428614Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-08-17T12:17:56.3743856Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-08-17T12:17:56.3747251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-08-17T12:17:56.4201450Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-08-17T12:17:56.4212041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-08-17T12:17:56.4625489Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-08-17T12:17:56.4660687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-08-17T12:17:56.5071745Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-08-17T12:17:56.5104214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-08-17T12:17:56.5504601Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-08-17T12:17:56.5535391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-08-17T12:17:56.5948883Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-08-17T12:17:56.5975728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-08-17T12:17:56.6426601Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-08-17T12:17:56.6452009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-08-17T12:17:56.6864251Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-08-17T12:17:56.6891303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-08-17T12:17:56.6967171Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-08-17T12:17:56.7102983Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-08-17T12:17:56.7373277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-08-17T12:17:56.7374977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:56.7853055Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:56.7855211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:56.8014008Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-08-17T12:17:56.8019504Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-08-17T12:17:56.8263485Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-08-17T12:17:56.8286643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:56.8777105Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-08-17T12:17:56.8781859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:56.9218833Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-08-17T12:17:56.9219993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:56.9698858Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-08-17T12:17:56.9707737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:57.0119701Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-08-17T12:17:57.0142121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:57.0581800Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-08-17T12:17:57.0590337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:57.1023095Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-08-17T12:17:57.1031795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:57.1496204Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-08-17T12:17:57.1504989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:57.1879271Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-08-17T12:17:57.1972740Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-08-17T12:17:57.1980869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:57.2019489Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-08-17T12:17:57.2415247Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-08-17T12:17:57.2422443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:57.2851841Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-08-17T12:17:57.2868907Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-08-17T12:17:57.2878154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:57.2897874Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-08-17T12:17:57.3301281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-08-17T12:17:57.3301793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:57.3739419Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-08-17T12:17:57.3742503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-08-17T12:17:57.4183653Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-08-17T12:17:57.4188700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-08-17T12:17:57.4616106Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-08-17T12:17:57.4624160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-08-17T12:17:57.5054889Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-08-17T12:17:57.5060492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-08-17T12:17:57.5496025Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-08-17T12:17:57.5501951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-08-17T12:17:57.5940601Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-08-17T12:17:57.5947027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-08-17T12:17:57.6374415Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-08-17T12:17:57.6381437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-08-17T12:17:57.6820628Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-08-17T12:17:57.6824873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-08-17T12:17:57.6832544Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-08-17T12:17:57.6856943Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-08-17T12:17:57.7263125Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-08-17T12:17:57.7274539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-08-17T12:17:57.7697547Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-08-17T12:17:57.7706767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-08-17T12:17:57.8136897Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-08-17T12:17:57.8145989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-08-17T12:17:57.8570842Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-08-17T12:17:57.8579827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-08-17T12:17:57.9096756Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-08-17T12:17:57.9105513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:57.9496452Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:57.9503942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-08-17T12:17:57.9913054Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-08-17T12:17:57.9934097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:58.0415471Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-08-17T12:17:58.0421011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:58.0895731Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-08-17T12:17:58.0901290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:58.1380244Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-08-17T12:17:58.1386659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-08-17T12:17:58.1822927Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-08-17T12:17:58.1831033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-08-17T12:17:58.1847570Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-08-17T12:17:58.1861065Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-08-17T12:17:58.1905876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-08-17T12:17:58.1916202Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-08-17T12:17:58.2223979Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-08-17T12:17:58.2252445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-08-17T12:17:58.2663438Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-08-17T12:17:58.2702429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-08-17T12:17:58.3102621Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-08-17T12:17:58.3126438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-08-17T12:17:58.3141170Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-08-17T12:17:58.3152167Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-08-17T12:17:58.3543366Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-08-17T12:17:58.3568313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-08-17T12:17:58.4059336Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-08-17T12:17:58.4064155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-08-17T12:17:58.4535763Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-08-17T12:17:58.4540872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:58.4977937Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-08-17T12:17:58.4986003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-08-17T12:17:58.5418027Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-08-17T12:17:58.5427065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-08-17T12:17:58.5724382Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-08-17T12:17:58.5735753Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-08-17T12:17:58.5856947Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-08-17T12:17:58.5865431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-08-17T12:17:58.6103557Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-08-17T12:17:58.6117219Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-08-17T12:17:58.6269095Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-08-17T12:17:58.6302527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-08-17T12:17:58.6710320Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-08-17T12:17:58.6750851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-08-17T12:17:58.7218796Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-08-17T12:17:58.7224715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-08-17T12:17:58.7696478Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-08-17T12:17:58.7705032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-08-17T12:17:58.8187365Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-08-17T12:17:58.8194784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-08-17T12:17:58.8663006Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-08-17T12:17:58.8668637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-08-17T12:17:58.9137685Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-08-17T12:17:58.9145098Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-08-17T12:17:58.9149343Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-08-17T12:17:58.9154032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-08-17T12:17:58.9590816Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-08-17T12:17:58.9600153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-08-17T12:17:59.0015870Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-08-17T12:17:59.0021632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-08-17T12:17:59.0353323Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-08-17T12:17:59.0372307Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-08-17T12:17:59.0455337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-08-17T12:17:59.0460484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-08-17T12:17:59.0898666Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-08-17T12:17:59.0905563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:59.1066839Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-08-17T12:17:59.1086444Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-08-17T12:17:59.1313191Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-08-17T12:17:59.1343565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-08-17T12:17:59.1817505Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-08-17T12:17:59.1820342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-08-17T12:17:59.2257487Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-08-17T12:17:59.2258598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-08-17T12:17:59.2698181Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-08-17T12:17:59.2702641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-08-17T12:17:59.3182117Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-08-17T12:17:59.3187065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-08-17T12:17:59.3617243Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-08-17T12:17:59.3621716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-08-17T12:17:59.4058495Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-08-17T12:17:59.4061671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-08-17T12:17:59.4502016Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-08-17T12:17:59.4507473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-08-17T12:17:59.4938809Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-08-17T12:17:59.4944860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-08-17T12:17:59.5378459Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-08-17T12:17:59.5385524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-08-17T12:17:59.5820599Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-08-17T12:17:59.5824381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-08-17T12:17:59.6256626Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-08-17T12:17:59.6262245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-08-17T12:17:59.6687220Z [gw3] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-08-17T12:17:59.6870806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-08-17T12:17:59.6895655Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-08-17T12:17:59.8309868Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-08-17T12:17:59.8338719Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-08-17T12:17:59.8348896Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-08-17T12:17:59.8374521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-08-17T12:18:00.1120412Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-08-17T12:18:00.1139551Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-08-17T12:18:00.1853629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-08-17T12:18:00.1878019Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-08-17T12:18:00.6750253Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-08-17T12:18:00.6767705Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-08-17T12:18:00.6837011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-08-17T12:18:00.6848562Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-08-17T12:18:00.9388291Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-08-17T12:18:00.9399355Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-08-17T12:18:01.0934586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-08-17T12:18:01.0959038Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-08-17T12:18:01.3411793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-08-17T12:18:01.3437776Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-08-17T12:18:01.3476017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-08-17T12:18:01.3490051Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-08-17T12:18:01.6781458Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-08-17T12:18:01.6802739Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-08-17T12:18:02.2531876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-08-17T12:18:02.2544269Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-08-17T12:18:02.2902183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-08-17T12:18:02.2995637Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-08-17T12:18:02.6782793Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-08-17T12:18:02.6814339Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-08-17T12:18:02.7470189Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-08-17T12:18:02.7478748Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-08-17T12:18:03.0983895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-08-17T12:18:03.1009013Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-08-17T12:18:03.1999374Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-08-17T12:18:03.2070880Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-08-17T12:18:03.5489026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-08-17T12:18:03.5514760Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-08-17T12:18:03.9338427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-08-17T12:18:03.9355169Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-08-17T12:18:03.9620171Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-08-17T12:18:03.9790689Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-08-17T12:18:04.0916602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-08-17T12:18:04.0944163Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-08-17T12:18:04.3286524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-08-17T12:18:04.3302388Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-08-17T12:18:04.3313534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-08-17T12:18:04.3337119Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-08-17T12:18:04.6264401Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-08-17T12:18:04.6290649Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-08-17T12:18:04.9725137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-08-17T12:18:04.9749343Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-08-17T12:18:05.0163120Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-08-17T12:18:05.0182258Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-08-17T12:18:05.4945206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-08-17T12:18:05.4970820Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-08-17T12:18:05.9212358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-08-17T12:18:05.9239204Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-08-17T12:18:06.7175253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-08-17T12:18:06.7201263Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-08-17T12:18:06.8644629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-08-17T12:18:06.8679931Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-08-17T12:18:06.9038185Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-08-17T12:18:06.9052274Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-08-17T12:18:07.0103588Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-08-17T12:18:07.0223689Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-08-17T12:18:08.2426509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-08-17T12:18:08.2447819Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-08-17T12:18:08.9720714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-08-17T12:18:08.9746385Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-08-17T12:18:09.2186071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-08-17T12:18:09.2232244Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-08-17T12:18:09.3023238Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-08-17T12:18:09.3047800Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-08-17T12:18:09.7241365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-08-17T12:18:09.7276386Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-08-17T12:18:09.7937664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-08-17T12:18:09.7951726Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-08-17T12:18:09.9478414Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-08-17T12:18:09.9502902Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-08-17T12:18:10.1025093Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-08-17T12:18:10.1039058Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-08-17T12:18:10.3622651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-08-17T12:18:10.3647381Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-08-17T12:18:10.6765023Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-08-17T12:18:10.6902175Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-08-17T12:18:11.1733746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-08-17T12:18:11.1761856Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-08-17T12:18:11.2819401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-08-17T12:18:11.2845240Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-08-17T12:18:11.5911874Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-08-17T12:18:11.5933601Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-08-17T12:18:11.9412901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-08-17T12:18:11.9445494Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-08-17T12:18:12.0958852Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-08-17T12:18:12.0983880Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-08-17T12:18:12.6244690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-08-17T12:18:12.6261590Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-08-17T12:18:12.7185636Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-08-17T12:18:12.7206256Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-08-17T12:18:12.7746605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-08-17T12:18:12.7771996Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-08-17T12:18:13.2449085Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-08-17T12:18:13.2476892Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-08-17T12:18:13.4538870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-08-17T12:18:13.4682195Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-08-17T12:18:13.7678488Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-08-17T12:18:13.7835332Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-08-17T12:18:14.3647807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-08-17T12:18:14.3663037Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-08-17T12:18:14.3688174Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-08-17T12:18:14.4070561Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-08-17T12:18:14.4107703Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-08-17T12:18:14.4366084Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-08-17T12:18:14.4503259Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-08-17T12:18:14.4514709Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-08-17T12:18:14.4553301Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-08-17T12:18:14.4825188Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-08-17T12:18:14.4834376Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-08-17T12:18:14.4941408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-08-17T12:18:14.4997734Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-08-17T12:18:14.5385876Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-08-17T12:18:14.5446760Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-08-17T12:18:14.5922343Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-08-17T12:18:14.5928469Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-08-17T12:18:14.6114071Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-08-17T12:18:14.6134000Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-08-17T12:18:14.6388399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-08-17T12:18:14.6394135Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-08-17T12:18:14.6836103Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-08-17T12:18:14.6850251Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-08-17T12:18:14.7267018Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-08-17T12:18:14.7276439Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-08-17T12:18:14.7699870Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-08-17T12:18:14.7725808Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-08-17T12:18:14.8161536Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-08-17T12:18:14.8173404Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-08-17T12:18:14.8564857Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-08-17T12:18:14.8603793Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-08-17T12:18:14.9068082Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-08-17T12:18:14.9074079Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-08-17T12:18:14.9517087Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-08-17T12:18:14.9524700Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-08-17T12:18:14.9657889Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-08-17T12:18:14.9673038Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-08-17T12:18:14.9947067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-08-17T12:18:14.9956339Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-08-17T12:18:15.0383330Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-08-17T12:18:15.0389168Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-08-17T12:18:15.0845529Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-08-17T12:18:15.1064492Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-08-17T12:18:15.1302911Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-08-17T12:18:15.1308384Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-08-17T12:18:15.1745996Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-08-17T12:18:15.1750425Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-08-17T12:18:15.2189521Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-08-17T12:18:15.2194214Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-08-17T12:18:15.2626575Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-08-17T12:18:15.2673505Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-08-17T12:18:15.3021381Z [gw2] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-08-17T12:18:15.3038812Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-08-17T12:18:15.3064090Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-08-17T12:18:15.3171651Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-08-17T12:18:15.3230746Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-08-17T12:18:15.3237166Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-08-17T12:18:15.3546353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-08-17T12:18:15.3644214Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-08-17T12:18:15.4047053Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-08-17T12:18:15.4076716Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-08-17T12:18:15.4539683Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-08-17T12:18:15.4558047Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-08-17T12:18:15.4979871Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-08-17T12:18:15.5001476Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-08-17T12:18:15.5414055Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-08-17T12:18:15.5438934Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-08-17T12:18:15.5785199Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-08-17T12:18:15.5883510Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-08-17T12:18:15.6299087Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-08-17T12:18:15.6318364Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-08-17T12:18:15.6486590Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-08-17T12:18:15.6494756Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-08-17T12:18:15.6738759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-08-17T12:18:15.6744981Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-08-17T12:18:15.7182791Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-08-17T12:18:15.7197242Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-08-17T12:18:15.7622772Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-08-17T12:18:15.7632941Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-08-17T12:18:15.7992121Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-08-17T12:18:15.8188233Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-08-17T12:18:15.8501045Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-08-17T12:18:15.8514841Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-08-17T12:18:15.9018384Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-08-17T12:18:16.1502987Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-08-17T12:18:16.1527901Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-08-17T12:18:16.4728731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-08-17T12:18:16.4745637Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-08-17T12:18:16.6965793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-08-17T12:18:16.6990812Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-08-17T12:18:16.7817953Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-08-17T12:18:16.8016525Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-08-17T12:18:17.5470606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-08-17T12:18:17.5486059Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-08-17T12:18:17.8677682Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-08-17T12:18:17.8705805Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-08-17T12:18:18.1871852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-08-17T12:18:18.1887150Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-08-17T12:18:18.1896953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-08-17T12:18:18.1912209Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-08-17T12:18:18.8017707Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-08-17T12:18:18.8032326Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-08-17T12:18:19.3581416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-08-17T12:18:19.3594979Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-08-17T12:18:19.8994376Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-08-17T12:18:19.9023712Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-08-17T12:18:19.9110879Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-08-17T12:18:19.9544003Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-08-17T12:18:19.9553418Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-08-17T12:18:19.9922570Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-08-17T12:18:20.0017050Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-08-17T12:18:20.0421556Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-08-17T12:18:20.0429037Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-08-17T12:18:20.0818351Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-08-17T12:18:20.0870329Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-08-17T12:18:20.1244208Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-08-17T12:18:20.1301350Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-08-17T12:18:20.1690278Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-08-17T12:18:20.1738269Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-08-17T12:18:20.2171337Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-08-17T12:18:20.2182136Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-08-17T12:18:20.2203867Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-08-17T12:18:20.2234445Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-08-17T12:18:20.2598964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-08-17T12:18:20.2613032Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-08-17T12:18:20.2985743Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-08-17T12:18:20.3063812Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-08-17T12:18:20.3426059Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-08-17T12:18:20.3725422Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-08-17T12:18:20.4022176Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-08-17T12:18:20.4061196Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-08-17T12:18:20.4425321Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-08-17T12:18:20.4499208Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-08-17T12:18:20.4862483Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-08-17T12:18:20.4911188Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-08-17T12:18:20.5342627Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-08-17T12:18:20.5387287Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-08-17T12:18:20.5847177Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-08-17T12:18:20.5851640Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-08-17T12:18:20.6293867Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-08-17T12:18:20.6303568Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-08-17T12:18:20.6716854Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-08-17T12:18:20.6747228Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-08-17T12:18:20.7115593Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-08-17T12:18:20.7192014Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-08-17T12:18:20.7585653Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-08-17T12:18:20.7661475Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-08-17T12:18:20.8056833Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-08-17T12:18:20.8062366Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-08-17T12:18:20.8085922Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-08-17T12:18:20.8092575Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-08-17T12:18:20.8465846Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-08-17T12:18:20.8542140Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-08-17T12:18:20.8964706Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-08-17T12:18:20.8965192Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-08-17T12:18:20.9412373Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-08-17T12:18:20.9421733Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-08-17T12:18:20.9841255Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-08-17T12:18:20.9863239Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-08-17T12:18:21.0283212Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-08-17T12:18:21.0292794Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-08-17T12:18:21.0664664Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-08-17T12:18:21.7497821Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-08-17T12:18:21.7536537Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-08-17T12:18:21.9236511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-08-17T12:18:21.9332379Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-08-17T12:18:22.5242972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-08-17T12:18:22.5267943Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-08-17T12:18:23.1660334Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-08-17T12:18:23.1674355Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-08-17T12:18:23.3993805Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-08-17T12:18:23.4143855Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-08-17T12:18:23.4446062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-08-17T12:18:23.4480550Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-08-17T12:18:24.6026282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-08-17T12:18:24.6040981Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-08-17T12:18:24.7111598Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-08-17T12:18:24.7146726Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-08-17T12:18:25.8860929Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-08-17T12:18:25.8875468Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-08-17T12:18:25.9371850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-08-17T12:18:25.9386606Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-08-17T12:18:26.6734860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-08-17T12:18:26.6905622Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-08-17T12:18:26.7375633Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-08-17T12:18:26.7401446Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-08-17T12:18:27.9258400Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-08-17T12:18:27.9286673Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-08-17T12:18:27.9716837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-08-17T12:18:27.9738650Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-08-17T12:18:28.3915496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-08-17T12:18:28.3937755Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-08-17T12:18:28.4946701Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-08-17T12:18:28.4971208Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-08-17T12:18:29.8424358Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-08-17T12:18:29.8493255Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-08-17T12:18:30.4750994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-08-17T12:18:30.4772388Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-08-17T12:18:30.5916608Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-08-17T12:18:30.5940711Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-08-17T12:18:30.7973532Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-08-17T12:18:30.7987040Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-08-17T12:18:31.2221432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-08-17T12:18:31.2237664Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-08-17T12:18:31.7895040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-08-17T12:18:31.7919035Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-08-17T12:18:31.9639902Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-08-17T12:18:31.9654365Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-08-17T12:18:32.0494090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-08-17T12:18:32.0516287Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-08-17T12:18:33.0646779Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-08-17T12:18:33.0662799Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-08-17T12:18:33.5627037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-08-17T12:18:33.5643617Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-08-17T12:18:34.0130517Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-08-17T12:18:34.0161096Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-08-17T12:18:34.1419241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-08-17T12:18:34.1442981Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-08-17T12:18:34.6104880Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-08-17T12:18:34.6120582Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-08-17T12:18:34.6563004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-08-17T12:18:34.6576245Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-08-17T12:18:35.5430803Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-08-17T12:18:35.5456506Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-08-17T12:18:35.6998885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-08-17T12:18:35.7022198Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-08-17T12:18:35.7036035Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-08-17T12:18:35.7046323Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-08-17T12:18:36.1534774Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-08-17T12:18:36.1566373Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-08-17T12:18:36.9839125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-08-17T12:18:36.9860869Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-08-17T12:18:37.3123735Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-08-17T12:18:37.3150676Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-08-17T12:18:37.3369659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-08-17T12:18:37.3393236Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-08-17T12:18:37.6872916Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-08-17T12:18:37.6897713Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-08-17T12:18:38.0152218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-08-17T12:18:38.0178263Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-08-17T12:18:38.3426358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-08-17T12:18:38.3455516Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-08-17T12:18:38.4386927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-08-17T12:18:38.4414441Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-08-17T12:18:38.4519126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-08-17T12:18:38.4531334Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-08-17T12:18:38.5780678Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-08-17T12:18:38.5794057Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-08-17T12:18:38.6509696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-08-17T12:18:38.6527535Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-08-17T12:18:38.7573075Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-08-17T12:18:38.7592099Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-08-17T12:18:38.9314531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-08-17T12:18:38.9339084Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-08-17T12:18:38.9749292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-08-17T12:18:38.9778849Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-08-17T12:18:39.0058725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-08-17T12:18:39.0503429Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-08-17T12:18:39.0988327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-08-17T12:18:39.1101085Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-08-17T12:18:39.1255565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-08-17T12:18:39.1662576Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-08-17T12:18:39.1982715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-08-17T12:18:39.2038068Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-08-17T12:18:39.2509030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-08-17T12:18:39.2528267Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-08-17T12:18:39.2549034Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-08-17T12:18:39.2559408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-08-17T12:18:39.2685940Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-08-17T12:18:39.2979968Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-08-17T12:18:39.3091579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-08-17T12:18:39.3209169Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-08-17T12:18:39.3225191Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-08-17T12:18:39.3427800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-08-17T12:18:39.3550296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-08-17T12:18:39.3636148Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-08-17T12:18:39.3660862Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-08-17T12:18:39.3941767Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-08-17T12:18:39.3997004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-08-17T12:18:39.4380895Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-08-17T12:18:39.4438970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-08-17T12:18:39.4820858Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-08-17T12:18:39.4861596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-08-17T12:18:39.5259450Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-08-17T12:18:39.5771791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-08-17T12:18:39.5802384Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-08-17T12:18:39.6601175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-08-17T12:18:39.6755077Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-08-17T12:18:39.7553999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-08-17T12:18:39.7587874Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-08-17T12:18:39.7772266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-08-17T12:18:39.7794634Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-08-17T12:18:39.8279109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-08-17T12:18:39.8302281Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-08-17T12:18:39.8747666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-08-17T12:18:39.8770399Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-08-17T12:18:39.8984243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-08-17T12:18:39.9143126Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-08-17T12:18:39.9251072Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-08-17T12:18:39.9274808Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-08-17T12:18:39.9595188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-08-17T12:18:39.9612666Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-08-17T12:18:39.9794419Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-08-17T12:18:39.9813449Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-08-17T12:18:39.9988781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-08-17T12:18:40.0023829Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-08-17T12:18:40.0248848Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-08-17T12:18:40.0272891Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-08-17T12:18:40.0293341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-08-17T12:18:40.0500766Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-08-17T12:18:40.0625701Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-08-17T12:18:40.0637229Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-08-17T12:18:40.0691168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-08-17T12:18:40.0740025Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-08-17T12:18:40.0852636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-08-17T12:18:40.0942283Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-08-17T12:18:40.1157319Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-08-17T12:18:40.1230375Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-08-17T12:18:40.1237316Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-08-17T12:18:40.1499108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-08-17T12:18:40.1645591Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-08-17T12:18:40.1670667Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-08-17T12:18:40.1691503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-08-17T12:18:40.1942108Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-08-17T12:18:40.2161064Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-08-17T12:18:40.2261853Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-08-17T12:18:40.2284137Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-08-17T12:18:40.2378654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-08-17T12:18:40.2574009Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-08-17T12:18:40.2744551Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-08-17T12:18:40.3061134Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-08-17T12:18:40.3226082Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-08-17T12:18:40.3422491Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-08-17T12:18:40.3479612Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-08-17T12:18:40.3488856Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-08-17T12:18:40.3625278Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-08-17T12:18:40.3968765Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-08-17T12:18:40.4225256Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-08-17T12:18:40.4578335Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-08-17T12:18:40.4588654Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-08-17T12:18:40.4600480Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-08-17T12:18:40.4666646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-08-17T12:18:40.5004521Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-08-17T12:18:40.5255445Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-08-17T12:18:40.5547462Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-08-17T12:18:40.5664372Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-08-17T12:18:40.5759819Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-08-17T12:18:40.5883585Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-08-17T12:18:40.5890751Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-08-17T12:18:40.6142003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-08-17T12:18:40.6262099Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-08-17T12:18:40.6585112Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-08-17T12:18:40.6728443Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-08-17T12:18:40.7025403Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-08-17T12:18:40.7336509Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-08-17T12:18:40.7493291Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-08-17T12:18:40.7612300Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-08-17T12:18:40.7630466Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-08-17T12:18:40.7630924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-08-17T12:18:40.7944512Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-08-17T12:18:40.8092604Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-08-17T12:18:40.8499386Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-08-17T12:18:40.8536056Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-08-17T12:18:40.8910261Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-08-17T12:18:40.9016781Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-08-17T12:18:40.9202130Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-08-17T12:18:40.9216791Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-08-17T12:18:40.9419305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-08-17T12:18:40.9459153Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-08-17T12:18:40.9803656Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-08-17T12:18:40.9863186Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-08-17T12:18:41.0182481Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-08-17T12:18:41.0299460Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-08-17T12:18:41.0624249Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-08-17T12:18:41.0883320Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-08-17T12:18:41.0954874Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-08-17T12:18:41.0963865Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-08-17T12:18:41.1061093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-08-17T12:18:41.1180001Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:18:41.1446363Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:18:41.1450346Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-08-17T12:18:41.1500214Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-08-17T12:18:41.1591760Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-08-17T12:18:41.1943616Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-08-17T12:18:41.2185177Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-08-17T12:18:41.2345068Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-08-17T12:18:41.2360717Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-08-17T12:18:41.2378583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-08-17T12:18:41.2480340Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-08-17T12:18:41.2824373Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-08-17T12:18:41.2926654Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-08-17T12:18:41.3303595Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-08-17T12:18:41.3395564Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-08-17T12:18:41.3741577Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-08-17T12:18:41.3834567Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-08-17T12:18:41.4257995Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-08-17T12:18:41.4281452Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-08-17T12:18:41.4699777Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-08-17T12:18:41.4706268Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-08-17T12:18:41.5140171Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-08-17T12:18:41.5158916Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-08-17T12:18:41.5505364Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-08-17T12:18:41.5593577Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-08-17T12:18:41.5605628Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-08-17T12:18:41.5614344Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-08-17T12:18:41.5878755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-08-17T12:18:41.5891989Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-08-17T12:18:41.5940977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-08-17T12:18:41.6037966Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-08-17T12:18:41.6511925Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-08-17T12:18:41.6512405Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-08-17T12:18:41.6866696Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-08-17T12:18:41.6992737Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-08-17T12:18:41.7382309Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-08-17T12:18:41.7437294Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-08-17T12:18:41.7776009Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-08-17T12:18:41.7787234Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-08-17T12:18:41.7791787Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-08-17T12:18:41.7897559Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-08-17T12:18:41.8363586Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-08-17T12:18:41.8484033Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-08-17T12:18:41.8778653Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-08-17T12:18:41.8789765Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-08-17T12:18:41.8823558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-08-17T12:18:41.8954283Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-08-17T12:18:41.9264624Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-08-17T12:18:41.9457760Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-08-17T12:18:41.9466277Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-08-17T12:18:41.9516241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-08-17T12:18:41.9770575Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-08-17T12:18:41.9937251Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-08-17T12:18:42.0251980Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-08-17T12:18:42.0729413Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-08-17T12:18:42.0979943Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-08-17T12:18:42.1083151Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-08-17T12:18:42.1304493Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-08-17T12:18:42.1532486Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-08-17T12:18:42.1819984Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-08-17T12:18:42.2067336Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-08-17T12:18:42.2258758Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-08-17T12:18:42.2390580Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-08-17T12:18:42.2612939Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-08-17T12:18:42.2738290Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-08-17T12:18:42.2741501Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-08-17T12:18:42.3241017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-08-17T12:18:42.3251935Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-08-17T12:18:42.3636378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-08-17T12:18:42.3677019Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-08-17T12:18:42.4041691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-08-17T12:18:42.4178212Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-08-17T12:18:42.4380546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-08-17T12:18:42.4618877Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-08-17T12:18:42.4698740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-08-17T12:18:42.4713184Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-08-17T12:18:42.5106666Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-08-17T12:18:42.5177623Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-08-17T12:18:42.5406074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-08-17T12:18:42.5618958Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-08-17T12:18:42.5879713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-08-17T12:18:42.6017525Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-08-17T12:18:42.6540544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-08-17T12:18:42.6550189Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-08-17T12:18:42.6614201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-08-17T12:18:42.6706783Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-08-17T12:18:42.6829364Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-08-17T12:18:42.6942758Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-08-17T12:18:42.6958792Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-08-17T12:18:42.6996430Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-08-17T12:18:42.7254033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-08-17T12:18:42.7500025Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-08-17T12:18:42.7855553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-08-17T12:18:42.7866948Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-08-17T12:18:42.8170025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-08-17T12:18:42.8380890Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-08-17T12:18:42.8717168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-08-17T12:18:42.8739017Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-08-17T12:18:42.9012660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-08-17T12:18:42.9023167Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-08-17T12:18:42.9035171Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-08-17T12:18:42.9260711Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-08-17T12:18:42.9491540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-08-17T12:18:42.9695530Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-08-17T12:18:42.9900868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-08-17T12:18:43.0138627Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-08-17T12:18:43.0598867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-08-17T12:18:43.0614826Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-08-17T12:18:43.0855083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-08-17T12:18:43.0871178Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-08-17T12:18:43.0896211Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-08-17T12:18:43.0916422Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-08-17T12:18:43.0925681Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-08-17T12:18:43.1020728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-08-17T12:18:43.1304830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-08-17T12:18:43.1463255Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-08-17T12:18:43.2277213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-08-17T12:18:43.2297227Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-08-17T12:18:43.2765247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-08-17T12:18:43.2781475Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-08-17T12:18:43.2796796Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-08-17T12:18:43.2879202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-08-17T12:18:43.3344861Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-08-17T12:18:43.3360465Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-08-17T12:18:43.4103120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-08-17T12:18:43.4119172Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-08-17T12:18:43.4636468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-08-17T12:18:43.4642664Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-08-17T12:18:43.4904051Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-08-17T12:18:43.4927026Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-08-17T12:18:43.5091115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-08-17T12:18:43.5107773Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-08-17T12:18:43.5286034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-08-17T12:18:43.5340210Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-08-17T12:18:43.6046491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-08-17T12:18:43.6095675Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-08-17T12:18:43.6528239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-08-17T12:18:43.6537026Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-08-17T12:18:43.6563943Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-08-17T12:18:43.6703447Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-08-17T12:18:43.7091869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-08-17T12:18:43.7141803Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-08-17T12:18:43.7525002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-08-17T12:18:43.7664390Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-08-17T12:18:43.7987446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-08-17T12:18:43.8111062Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-08-17T12:18:43.8407969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-08-17T12:18:43.8502692Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-08-17T12:18:43.8823329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-08-17T12:18:43.8870119Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-08-17T12:18:43.9171255Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-08-17T12:18:43.9188192Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-08-17T12:18:43.9417253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-08-17T12:18:43.9655133Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-08-17T12:18:43.9664162Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-08-17T12:18:43.9694620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-08-17T12:18:43.9795396Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-08-17T12:18:44.0065786Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-08-17T12:18:44.0162802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-08-17T12:18:44.0505856Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-08-17T12:18:44.0615321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-08-17T12:18:44.0828214Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-08-17T12:18:44.0834453Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-08-17T12:18:44.0851279Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-08-17T12:18:44.0874006Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-08-17T12:18:44.0945380Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-08-17T12:18:44.1027356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-08-17T12:18:44.1384538Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-08-17T12:18:44.1544837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-08-17T12:18:44.1746183Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-08-17T12:18:44.1761900Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-08-17T12:18:44.1909456Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-08-17T12:18:44.1909902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-08-17T12:18:44.2384978Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-08-17T12:18:44.3230205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-08-17T12:18:44.3282815Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-08-17T12:18:44.3495845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-08-17T12:18:44.3590055Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-08-17T12:18:44.3601722Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-08-17T12:18:44.3737455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-08-17T12:18:44.3764153Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-08-17T12:18:44.3774466Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-08-17T12:18:44.3783683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-08-17T12:18:44.4260250Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-08-17T12:18:44.4342226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-08-17T12:18:44.4581064Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-08-17T12:18:44.4653831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-08-17T12:18:44.5049318Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-08-17T12:18:44.5093441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-08-17T12:18:44.5364825Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-08-17T12:18:44.5382805Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-08-17T12:18:44.5453775Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-08-17T12:18:44.5464088Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-08-17T12:18:44.5541738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-08-17T12:18:44.5821694Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-08-17T12:18:44.5883351Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-08-17T12:18:44.5901188Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-08-17T12:18:44.5976900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-08-17T12:18:44.6263591Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-08-17T12:18:44.6334559Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-08-17T12:18:44.6345821Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-08-17T12:18:44.6426276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-08-17T12:18:44.6702499Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-08-17T12:18:44.6772832Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-08-17T12:18:44.6835121Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-08-17T12:18:44.6859626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-08-17T12:18:44.6876032Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-08-17T12:18:44.6886420Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-08-17T12:18:44.7147041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-08-17T12:18:44.7227900Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-08-17T12:18:44.7264941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-08-17T12:18:44.7329829Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-08-17T12:18:44.7654895Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-08-17T12:18:44.7655507Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-08-17T12:18:44.7664463Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-08-17T12:18:44.7746371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-08-17T12:18:44.8033726Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-08-17T12:18:44.8096241Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-08-17T12:18:44.8143722Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-08-17T12:18:44.8219752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-08-17T12:18:44.8462737Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-08-17T12:18:44.8527183Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-08-17T12:18:44.8659675Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-08-17T12:18:44.8718031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-08-17T12:18:44.8936861Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-08-17T12:18:44.8964099Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-08-17T12:18:44.9096677Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-08-17T12:18:44.9097468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-08-17T12:18:44.9291999Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-08-17T12:18:44.9303570Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-08-17T12:18:44.9338709Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-08-17T12:18:44.9348839Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-08-17T12:18:44.9351587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-08-17T12:18:44.9413233Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-08-17T12:18:44.9463578Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-08-17T12:18:44.9540669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-08-17T12:18:44.9904926Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-08-17T12:18:44.9988122Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-08-17T12:18:45.0002224Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-08-17T12:18:45.0080244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-08-17T12:18:45.0344655Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-08-17T12:18:45.0400485Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-08-17T12:18:45.0430261Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-08-17T12:18:45.0500473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-08-17T12:18:45.0781549Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-08-17T12:18:45.0837229Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-08-17T12:18:45.0860353Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-08-17T12:18:45.0931237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-08-17T12:18:45.1300632Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-08-17T12:18:45.1302861Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-08-17T12:18:45.1420443Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-08-17T12:18:45.1421056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-08-17T12:18:45.1724720Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-08-17T12:18:45.1727272Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-08-17T12:18:45.1806127Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-08-17T12:18:45.1821493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-08-17T12:18:45.1829085Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-08-17T12:18:45.1874932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-08-17T12:18:45.2104082Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-08-17T12:18:45.2170872Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-08-17T12:18:45.2362800Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-08-17T12:18:45.2364509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-08-17T12:18:45.2542472Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-08-17T12:18:45.2615904Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-08-17T12:18:45.2700518Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-08-17T12:18:45.2771800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-08-17T12:18:45.2982490Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-08-17T12:18:45.3050151Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-08-17T12:18:45.3143576Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-08-17T12:18:45.3221591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-08-17T12:18:45.3314169Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-08-17T12:18:45.3323400Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-08-17T12:18:45.3421711Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-08-17T12:18:45.3503138Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-08-17T12:18:45.3582304Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-08-17T12:18:45.3661070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-08-17T12:18:45.3933040Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-08-17T12:18:45.3942396Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-08-17T12:18:45.3973383Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-08-17T12:18:45.3982976Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-08-17T12:18:45.4020070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-08-17T12:18:45.4091237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-08-17T12:18:45.4302507Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-08-17T12:18:45.4368957Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-08-17T12:18:45.4463592Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-08-17T12:18:45.4653180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-08-17T12:18:45.4742174Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-08-17T12:18:45.4804609Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-08-17T12:18:45.4943741Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-08-17T12:18:45.5018079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-08-17T12:18:45.5180401Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-08-17T12:18:45.5240223Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-08-17T12:18:45.5379781Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-08-17T12:18:45.5453193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-08-17T12:18:45.5623844Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-08-17T12:18:45.5692195Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-08-17T12:18:45.5938725Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-08-17T12:18:45.5951254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-08-17T12:18:45.6138693Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-08-17T12:18:45.6166138Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-08-17T12:18:45.6457605Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-08-17T12:18:45.6547001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-08-17T12:18:45.6609379Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-08-17T12:18:45.6624363Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-08-17T12:18:45.6630387Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-08-17T12:18:45.6986317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-08-17T12:18:45.8224603Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-08-17T12:18:45.8235149Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-08-17T12:18:45.9221652Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-08-17T12:18:45.9231259Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-08-17T12:18:46.0666399Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-08-17T12:18:46.0681057Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-08-17T12:18:46.1670732Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-08-17T12:18:46.1684156Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-08-17T12:18:46.2214046Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-08-17T12:18:46.2231861Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-08-17T12:18:46.2519572Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-08-17T12:18:46.2674099Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-08-17T12:18:46.4098419Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-08-17T12:18:46.4128036Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-08-17T12:18:46.4623541Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-08-17T12:18:46.4640937Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-08-17T12:18:46.5685814Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-08-17T12:18:46.5705534Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-08-17T12:18:46.6465148Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-08-17T12:18:46.6488094Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-08-17T12:18:46.7824296Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-08-17T12:18:46.7841039Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-08-17T12:18:46.8423990Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-08-17T12:18:46.8496441Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-08-17T12:18:46.8686670Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-08-17T12:18:46.8976970Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-08-17T12:18:46.9222385Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-08-17T12:18:46.9372065Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-08-17T12:18:46.9377646Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-08-17T12:18:46.9875068Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-08-17T12:18:46.9887475Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-08-17T12:18:47.0322775Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-08-17T12:18:47.0332773Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-08-17T12:18:47.0742875Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-08-17T12:18:47.0748823Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-08-17T12:18:47.1182309Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-08-17T12:18:47.1197851Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-08-17T12:18:47.1475662Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-08-17T12:18:47.1493127Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-08-17T12:18:47.1626461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-08-17T12:18:47.1637480Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-08-17T12:18:47.1983218Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-08-17T12:18:47.2002635Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-08-17T12:18:47.2053356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-08-17T12:18:47.2056889Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-08-17T12:18:47.2507732Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-08-17T12:18:47.2514038Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-08-17T12:18:47.2961840Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-08-17T12:18:47.2985288Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-08-17T12:18:47.3434461Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-08-17T12:18:47.3443965Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-08-17T12:18:47.3868731Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-08-17T12:18:47.3877716Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-08-17T12:18:47.4343741Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-08-17T12:18:47.4352943Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-08-17T12:18:47.4788868Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-08-17T12:18:47.4800592Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-08-17T12:18:47.4810170Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-08-17T12:18:47.4832128Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-08-17T12:18:47.5193896Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-08-17T12:18:47.5230467Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-08-17T12:18:47.5307769Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-08-17T12:18:47.5314956Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-08-17T12:18:47.5656403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-08-17T12:18:47.5662783Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-08-17T12:18:47.6135595Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-08-17T12:18:47.6145165Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-08-17T12:18:47.6582213Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-08-17T12:18:47.6588096Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-08-17T12:18:47.7059437Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-08-17T12:18:47.7064651Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-08-17T12:18:47.7476477Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-08-17T12:18:47.7482603Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-08-17T12:18:47.7899771Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-08-17T12:18:47.7901182Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-08-17T12:18:47.8339305Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-08-17T12:18:47.8339811Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-08-17T12:18:47.8817507Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-08-17T12:18:47.8818193Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-08-17T12:18:47.8855360Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-08-17T12:18:47.8873051Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-08-17T12:18:47.9257863Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-08-17T12:18:47.9258953Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-08-17T12:18:47.9719585Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-08-17T12:18:47.9720041Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-08-17T12:18:48.0182537Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-08-17T12:18:48.0183022Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-08-17T12:18:48.0621932Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-08-17T12:18:48.0622405Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-08-17T12:18:48.1063301Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-08-17T12:18:48.1063742Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-08-17T12:18:48.1503152Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-08-17T12:18:48.1537792Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-08-17T12:18:48.2029765Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-08-17T12:18:48.2030549Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-08-17T12:18:48.2461874Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-08-17T12:18:48.2468194Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-08-17T12:18:48.2869749Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-08-17T12:18:48.2906285Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-08-17T12:18:48.3260997Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-08-17T12:18:48.3407717Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-08-17T12:18:48.3418759Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-08-17T12:18:48.3433771Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-08-17T12:18:48.3587969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-08-17T12:18:48.3597292Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-08-17T12:18:48.3863720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:18:48.3864195Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-08-17T12:18:48.4314437Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-08-17T12:18:48.4314897Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-08-17T12:18:48.4756548Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-08-17T12:18:48.4757085Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-08-17T12:18:48.4990704Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-08-17T12:18:48.5007812Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-08-17T12:18:48.5145165Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-08-17T12:18:48.5185678Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-08-17T12:18:48.5622619Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-08-17T12:18:48.5624776Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-08-17T12:18:48.6061469Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-08-17T12:18:48.6062169Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-08-17T12:18:48.6497641Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-08-17T12:18:48.6498979Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-08-17T12:18:48.6951718Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-08-17T12:18:48.6952225Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-08-17T12:18:48.7183244Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-08-17T12:18:48.7194260Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-08-17T12:18:48.7389217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-08-17T12:18:48.7397949Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-08-17T12:18:48.7756416Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-08-17T12:18:48.7767420Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:18:48.7781942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-08-17T12:18:48.7847372Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-08-17T12:18:48.8222863Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-08-17T12:18:48.8308712Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-08-17T12:18:48.8663770Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-08-17T12:18:48.8707314Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-08-17T12:18:48.9162924Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-08-17T12:18:48.9386942Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-08-17T12:18:48.9593489Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-08-17T12:18:48.9593976Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-08-17T12:18:49.0041783Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-08-17T12:18:49.0043608Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-08-17T12:18:49.0528212Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-08-17T12:18:49.0528697Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-08-17T12:18:49.0964781Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-08-17T12:18:49.0965230Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-08-17T12:18:49.1417138Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-08-17T12:18:49.1417590Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-08-17T12:18:49.1905116Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-08-17T12:18:49.1905584Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-08-17T12:18:49.2327710Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-08-17T12:18:49.2336566Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-08-17T12:18:49.2338156Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-08-17T12:18:49.2379996Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-08-17T12:18:49.2791699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-08-17T12:18:49.2802294Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-08-17T12:18:49.2867419Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-08-17T12:18:49.2877489Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-08-17T12:18:49.3185212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-08-17T12:18:49.3223407Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-08-17T12:18:49.3659012Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-08-17T12:18:49.3659478Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-08-17T12:18:49.4139914Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-08-17T12:18:49.4140415Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:18:49.4580888Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:18:49.4582243Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:18:49.5018841Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:18:49.5051459Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-08-17T12:18:49.5441456Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-08-17T12:18:49.5453638Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-08-17T12:18:49.5947898Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-08-17T12:18:49.5948781Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-08-17T12:18:49.6390251Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-08-17T12:18:49.6390738Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-08-17T12:18:49.6877199Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-08-17T12:18:49.6877648Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-08-17T12:18:49.7300409Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-08-17T12:18:49.7321451Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-08-17T12:18:49.7751633Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-08-17T12:18:49.7752072Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-08-17T12:18:49.7770543Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-08-17T12:18:49.7789714Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-08-17T12:18:49.8131017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:18:49.8179043Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:18:49.8179711Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-08-17T12:18:49.8220724Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-08-17T12:18:49.8466322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:18:49.8621463Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:18:49.8625394Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-08-17T12:18:49.8645845Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-08-17T12:18:49.8655874Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-08-17T12:18:49.8661993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-08-17T12:18:49.8934012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:18:49.9053900Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:18:49.9062568Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-08-17T12:18:49.9276641Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-08-17T12:18:49.9465787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:18:49.9501138Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-08-17T12:18:49.9903876Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-08-17T12:18:49.9930572Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-08-17T12:18:50.0343570Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-08-17T12:18:50.0373195Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-08-17T12:18:50.0821272Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-08-17T12:18:50.0828095Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-08-17T12:18:50.1263480Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-08-17T12:18:50.1267911Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-08-17T12:18:50.1671264Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-08-17T12:18:50.1726050Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-08-17T12:18:50.2138497Z [gw2] [ 47%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-08-17T12:18:50.2145942Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-08-17T12:18:50.2574162Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-08-17T12:18:50.2589543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-08-17T12:18:50.3018656Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-08-17T12:18:50.3027388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-08-17T12:18:50.3458360Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-08-17T12:18:50.3467478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-08-17T12:18:50.3900877Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-08-17T12:18:50.3910062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-08-17T12:18:50.4354210Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-08-17T12:18:50.4363898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-08-17T12:18:50.4744965Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-08-17T12:18:50.4776577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-08-17T12:18:50.4793875Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-08-17T12:18:50.4794641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-08-17T12:18:50.5183790Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-08-17T12:18:50.5217784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-08-17T12:18:50.5509072Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-08-17T12:18:50.5521176Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:18:50.5551664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-08-17T12:18:50.5562203Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-08-17T12:18:50.5620581Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-08-17T12:18:50.5661008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-08-17T12:18:50.6095378Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-08-17T12:18:50.6096140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-08-17T12:18:50.6535977Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-08-17T12:18:50.6536766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-08-17T12:18:50.6982587Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-08-17T12:18:50.6984604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-08-17T12:18:50.7334831Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-08-17T12:18:50.7427396Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-08-17T12:18:50.7434078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-08-17T12:18:50.7461027Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-08-17T12:18:50.7840346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-08-17T12:18:50.7857772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:50.8296586Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:50.8304733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-08-17T12:18:50.8776959Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-08-17T12:18:50.8777601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-08-17T12:18:50.9256793Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-08-17T12:18:50.9262191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-08-17T12:18:50.9694269Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-08-17T12:18:50.9699605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-08-17T12:18:51.0134301Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-08-17T12:18:51.0139529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-08-17T12:18:51.0575006Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-08-17T12:18:51.0580618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-08-17T12:18:51.1016799Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-08-17T12:18:51.1026614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-08-17T12:18:51.1457165Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-08-17T12:18:51.1466758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-08-17T12:18:51.1651260Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-08-17T12:18:51.1682334Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-08-17T12:18:51.1862537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-08-17T12:18:51.1896496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-08-17T12:18:51.1928577Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-08-17T12:18:51.1937522Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-08-17T12:18:51.2164180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:18:51.2375600Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:18:51.2382993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-08-17T12:18:51.2457054Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-08-17T12:18:51.2562095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:18:51.2858306Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:18:51.2864820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-08-17T12:18:51.2871826Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-08-17T12:18:51.2985875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:18:51.3260669Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:18:51.3266319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:18:51.3289455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-08-17T12:18:51.3738845Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-08-17T12:18:51.3744515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-08-17T12:18:51.4178785Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-08-17T12:18:51.4188037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-08-17T12:18:51.4659053Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-08-17T12:18:51.4659583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-08-17T12:18:51.5106845Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-08-17T12:18:51.5107530Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:18:51.5108182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-08-17T12:18:51.5109149Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-08-17T12:18:51.5577811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:18:51.5578443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-08-17T12:18:51.6025011Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-08-17T12:18:51.6026082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-08-17T12:18:51.6436935Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-08-17T12:18:51.6456992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-08-17T12:18:51.6895901Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-08-17T12:18:51.6902373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-08-17T12:18:51.7386325Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-08-17T12:18:51.7394863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-08-17T12:18:51.7818896Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-08-17T12:18:51.7827971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-08-17T12:18:51.8088243Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-08-17T12:18:51.8108814Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:18:51.8112608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:18:51.8132795Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-08-17T12:18:51.8224391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-08-17T12:18:51.8255742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:51.8664193Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:51.8695376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-08-17T12:18:51.9103932Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-08-17T12:18:51.9128300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-08-17T12:18:51.9299434Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-08-17T12:18:51.9422229Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-08-17T12:18:51.9616741Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-08-17T12:18:51.9619423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-08-17T12:18:52.0025618Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-08-17T12:18:52.0064293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-08-17T12:18:52.0463609Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-08-17T12:18:52.0500519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-08-17T12:18:52.0837016Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-08-17T12:18:52.0846827Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-08-17T12:18:52.0979411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-08-17T12:18:52.0983987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-08-17T12:18:52.1520733Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-08-17T12:18:52.1529732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-08-17T12:18:52.1886557Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-08-17T12:18:52.1901144Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:18:52.1962228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:18:52.2013223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-08-17T12:18:52.2459781Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-08-17T12:18:52.2460734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-08-17T12:18:52.2908908Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-08-17T12:18:52.2909541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-08-17T12:18:52.3374374Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-08-17T12:18:52.3375180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-08-17T12:18:52.3817856Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-08-17T12:18:52.3823713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-08-17T12:18:52.4258224Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-08-17T12:18:52.4262933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-08-17T12:18:52.4382039Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-08-17T12:18:52.4401944Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-08-17T12:18:52.4713618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-08-17T12:18:52.4740896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-08-17T12:18:52.5046591Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-08-17T12:18:52.5060909Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:18:52.5151503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:18:52.5187006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-08-17T12:18:52.5654036Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-08-17T12:18:52.5654742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-08-17T12:18:52.5689660Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-08-17T12:18:52.5711625Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:18:52.6095159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:18:52.6103504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-08-17T12:18:52.6535010Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-08-17T12:18:52.6543281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-08-17T12:18:52.7024278Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-08-17T12:18:52.7034349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-08-17T12:18:52.7457876Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-08-17T12:18:52.7458387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-08-17T12:18:52.7898870Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-08-17T12:18:52.7900413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-08-17T12:18:52.8380812Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-08-17T12:18:52.8381344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:52.8573856Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:52.8588884Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:18:52.8859484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:18:52.8860003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-08-17T12:18:52.9237309Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-08-17T12:18:52.9306166Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-08-17T12:18:52.9316020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-08-17T12:18:52.9339692Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-08-17T12:18:52.9753730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-08-17T12:18:52.9763351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-08-17T12:18:53.0219940Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-08-17T12:18:53.0225372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-08-17T12:18:53.0609041Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-08-17T12:18:53.0633042Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:18:53.0665203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:18:53.0668548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-08-17T12:18:53.1140498Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-08-17T12:18:53.1141015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-08-17T12:18:53.1628936Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-08-17T12:18:53.1629446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-08-17T12:18:53.2060640Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-08-17T12:18:53.2061165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-08-17T12:18:53.2496600Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-08-17T12:18:53.2510211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-08-17T12:18:53.2804561Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-08-17T12:18:53.2817660Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:18:53.2937879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:18:53.2944056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-08-17T12:18:53.3385051Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-08-17T12:18:53.3390785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-08-17T12:18:53.3815498Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-08-17T12:18:53.3821630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-08-17T12:18:53.4257047Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-08-17T12:18:53.4262616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-08-17T12:18:53.4285728Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-08-17T12:18:53.4294509Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:18:53.4694869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:18:53.4700418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-08-17T12:18:53.4963661Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-08-17T12:18:53.5101988Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-08-17T12:18:53.5109361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-08-17T12:18:53.5142255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-08-17T12:18:53.5582742Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-08-17T12:18:53.5592141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-08-17T12:18:53.6021321Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-08-17T12:18:53.6025669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-08-17T12:18:53.6033379Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-08-17T12:18:53.6045297Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:18:53.6463770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:18:53.6468889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-08-17T12:18:53.6874432Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-08-17T12:18:53.6908194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-08-17T12:18:53.7306049Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-08-17T12:18:53.7337114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-08-17T12:18:53.7833067Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-08-17T12:18:53.7840576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-08-17T12:18:53.8110502Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-08-17T12:18:53.8128579Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-08-17T12:18:53.8224856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-08-17T12:18:53.8261775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-08-17T12:18:53.8486867Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-08-17T12:18:53.8495881Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:18:53.8665814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:18:53.8710961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-08-17T12:18:53.8870791Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-08-17T12:18:53.8885880Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-08-17T12:18:53.9105144Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-08-17T12:18:53.9144517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:53.9546735Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:53.9590371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-08-17T12:18:53.9676339Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-08-17T12:18:53.9686443Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:18:53.9983890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:18:54.0028362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-08-17T12:18:54.0153292Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-08-17T12:18:54.0161584Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-08-17T12:18:54.0427121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-08-17T12:18:54.0462676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-08-17T12:18:54.0897121Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-08-17T12:18:54.0900946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-08-17T12:18:54.0913916Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-08-17T12:18:54.0925456Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:18:54.1108974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:18:54.1343143Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:18:54.1343653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-08-17T12:18:54.1381628Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-08-17T12:18:54.1602304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:18:54.1751426Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:18:54.1780924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-08-17T12:18:54.1868213Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-08-17T12:18:54.2074623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:18:54.2219843Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:18:54.2220575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-08-17T12:18:54.2339225Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-08-17T12:18:54.2585436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:18:54.2624365Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:18:54.2669044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-08-17T12:18:54.2742173Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-08-17T12:18:54.2851288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:18:54.2861481Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-08-17T12:18:54.2902084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-08-17T12:18:54.3063074Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:18:54.3085172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-08-17T12:18:54.3183255Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-08-17T12:18:54.3347400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:18:54.3538338Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:18:54.3541601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-08-17T12:18:54.3738142Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-08-17T12:18:54.3976462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:18:54.3984052Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:18:54.3987555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-08-17T12:18:54.4297140Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-08-17T12:18:54.4298256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:18:54.4464286Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:18:54.4464905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-08-17T12:18:54.4542945Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-08-17T12:18:54.4636821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:18:54.4951216Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:18:54.4951877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-08-17T12:18:54.5091594Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-08-17T12:18:54.5244174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:18:54.5373748Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:18:54.5377409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-08-17T12:18:54.5450828Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-08-17T12:18:54.5570965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:18:54.5764875Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:18:54.5774559Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-08-17T12:18:54.5783124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-08-17T12:18:54.5819893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-08-17T12:18:54.5859988Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-08-17T12:18:54.6007097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:18:54.6226809Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:18:54.6269031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-08-17T12:18:54.6300431Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-08-17T12:18:54.6696654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:18:54.6700329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-08-17T12:18:54.7140184Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-08-17T12:18:54.7146757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:54.7585133Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:54.7616467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-08-17T12:18:54.8072166Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-08-17T12:18:54.8079091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-08-17T12:18:54.8505497Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-08-17T12:18:54.8519860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-08-17T12:18:54.8538183Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-08-17T12:18:54.8542397Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-08-17T12:18:54.8944104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-08-17T12:18:54.9102160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-08-17T12:18:54.9433533Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-08-17T12:18:54.9434956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-08-17T12:18:54.9799358Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-08-17T12:18:54.9809034Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:18:54.9891806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:18:54.9892936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-08-17T12:18:55.0334335Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-08-17T12:18:55.0336009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-08-17T12:18:55.0744407Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-08-17T12:18:55.0777765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-08-17T12:18:55.1184171Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-08-17T12:18:55.1217336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-08-17T12:18:55.1256864Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-08-17T12:18:55.1272747Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:18:55.1520670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:18:55.1533122Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-08-17T12:18:55.1619151Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-08-17T12:18:55.1650670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-08-17T12:18:55.1859770Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-08-17T12:18:55.1872237Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-08-17T12:18:55.2061942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-08-17T12:18:55.2083672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-08-17T12:18:55.2505595Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-08-17T12:18:55.2539799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-08-17T12:18:55.2880026Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-08-17T12:18:55.2894596Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:18:55.2940570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:18:55.2975513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-08-17T12:18:55.3383335Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-08-17T12:18:55.3413573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-08-17T12:18:55.3823614Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-08-17T12:18:55.3857682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-08-17T12:18:55.4264107Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-08-17T12:18:55.4296114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-08-17T12:18:55.4374928Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-08-17T12:18:55.4389679Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:18:55.4703873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:18:55.4736203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:55.5079573Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:55.5097960Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-08-17T12:18:55.5140919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-08-17T12:18:55.5170508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-08-17T12:18:55.5622314Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-08-17T12:18:55.5636096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-08-17T12:18:55.6065796Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-08-17T12:18:55.6066626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-08-17T12:18:55.6242402Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-08-17T12:18:55.6259099Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:18:55.6463857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:18:55.6493639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-08-17T12:18:55.6942782Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-08-17T12:18:55.6951927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-08-17T12:18:55.7382548Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-08-17T12:18:55.7385566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-08-17T12:18:55.7539748Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-08-17T12:18:55.7549734Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-08-17T12:18:55.7783117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-08-17T12:18:55.7814729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-08-17T12:18:55.7899065Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-08-17T12:18:55.7908828Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:18:55.8223924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:18:55.8255615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-08-17T12:18:55.8664767Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-08-17T12:18:55.8699989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-08-17T12:18:55.9154661Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-08-17T12:18:55.9163111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-08-17T12:18:55.9470242Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-08-17T12:18:55.9484785Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:18:55.9592229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:18:55.9596393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-08-17T12:18:56.0039369Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-08-17T12:18:56.0041012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-08-17T12:18:56.0471309Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-08-17T12:18:56.0478914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-08-17T12:18:56.0908207Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-08-17T12:18:56.0915665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-08-17T12:18:56.1114277Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-08-17T12:18:56.1127540Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:18:56.1377517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-08-17T12:18:56.1380629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-08-17T12:18:56.1785002Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-08-17T12:18:56.1819940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-08-17T12:18:56.2263106Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-08-17T12:18:56.2263593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-08-17T12:18:56.2697142Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-08-17T12:18:56.2697654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-08-17T12:18:56.3138504Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-08-17T12:18:56.3139160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-08-17T12:18:56.3577317Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-08-17T12:18:56.3577983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-08-17T12:18:56.3789638Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-08-17T12:18:56.3799738Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-08-17T12:18:56.4016760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-08-17T12:18:56.4017598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-08-17T12:18:56.4500197Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-08-17T12:18:56.4505728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-08-17T12:18:56.4980727Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-08-17T12:18:56.4986483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-08-17T12:18:56.5415099Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-08-17T12:18:56.5419868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:56.5838051Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:56.5864344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-08-17T12:18:56.6295844Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-08-17T12:18:56.6305732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-08-17T12:18:56.6714418Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-08-17T12:18:56.6750510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-08-17T12:18:56.7182366Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-08-17T12:18:56.7182884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-08-17T12:18:56.7538077Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-08-17T12:18:56.7554040Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-08-17T12:18:56.7613288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-08-17T12:18:56.7614599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-08-17T12:18:56.8059965Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-08-17T12:18:56.8060486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-08-17T12:18:56.8497646Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-08-17T12:18:56.8498501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-08-17T12:18:56.8941360Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-08-17T12:18:56.8941861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-08-17T12:18:56.9343757Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-08-17T12:18:56.9383204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-08-17T12:18:56.9817455Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-08-17T12:18:56.9819161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-08-17T12:18:57.0300966Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-08-17T12:18:57.0301865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-08-17T12:18:57.0714990Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-08-17T12:18:57.0749466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-08-17T12:18:57.1217891Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-08-17T12:18:57.1227735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-08-17T12:18:57.1278109Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-08-17T12:18:57.1303230Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-08-17T12:18:57.1408147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:18:57.1421681Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-08-17T12:18:57.1493063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-08-17T12:18:57.1620677Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:18:57.1647756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-08-17T12:18:57.1773741Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-08-17T12:18:57.1934461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:18:57.2061721Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:18:57.2092704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-08-17T12:18:57.2257268Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-08-17T12:18:57.2343884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:18:57.2504661Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:18:57.2537734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-08-17T12:18:57.2621076Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-08-17T12:18:57.2943162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:18:57.2977846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-08-17T12:18:57.3384867Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-08-17T12:18:57.3419065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:57.3504791Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:57.3517390Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-08-17T12:18:57.3824784Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-08-17T12:18:57.3872876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-08-17T12:18:57.4264516Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-08-17T12:18:57.4299458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-08-17T12:18:57.4411547Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-08-17T12:18:57.4421889Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-08-17T12:18:57.4703930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-08-17T12:18:57.4734045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-08-17T12:18:57.5144300Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-08-17T12:18:57.5168256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-08-17T12:18:57.5583979Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-08-17T12:18:57.5633858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-08-17T12:18:57.6057079Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-08-17T12:18:57.6057614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-08-17T12:18:57.6503941Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-08-17T12:18:57.6504454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-08-17T12:18:57.6955876Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-08-17T12:18:57.6956406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-08-17T12:18:57.7385950Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-08-17T12:18:57.7386431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-08-17T12:18:57.7816200Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-08-17T12:18:57.7823938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-08-17T12:18:57.8301227Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-08-17T12:18:57.8301728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-08-17T12:18:57.8696823Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-08-17T12:18:57.8715746Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:18:57.8749719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-08-17T12:18:57.8769542Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-08-17T12:18:57.9145121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:18:57.9182941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-08-17T12:18:57.9585319Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-08-17T12:18:57.9618056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-08-17T12:18:58.0024640Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-08-17T12:18:58.0068261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-08-17T12:18:58.0467724Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-08-17T12:18:58.0501615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:58.0510267Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-08-17T12:18:58.0517707Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:58.0984302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-08-17T12:18:58.0988852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-08-17T12:18:58.1580311Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-08-17T12:18:58.1581085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-08-17T12:18:58.2058534Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-08-17T12:18:58.2060004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-08-17T12:18:58.2474374Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-08-17T12:18:58.2495717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-08-17T12:18:58.2939687Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-08-17T12:18:58.2940185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-08-17T12:18:58.3423911Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-08-17T12:18:58.3424431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-08-17T12:18:58.3894768Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-08-17T12:18:58.3895699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-08-17T12:18:58.4378859Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-08-17T12:18:58.4379369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-08-17T12:18:58.4834186Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-08-17T12:18:58.4859545Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:18:58.4863604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-08-17T12:18:58.4874563Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-08-17T12:18:58.5293326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:18:58.5300536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-08-17T12:18:58.5324402Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-08-17T12:18:58.5333891Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-08-17T12:18:58.5818107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-08-17T12:18:58.5818564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-08-17T12:18:58.6215270Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-08-17T12:18:58.6216415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-08-17T12:18:58.6656649Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-08-17T12:18:58.6662701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-08-17T12:18:58.7096511Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-08-17T12:18:58.7105492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-08-17T12:18:58.7580752Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-08-17T12:18:58.7590070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-08-17T12:18:58.8017016Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-08-17T12:18:58.8026353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:58.8460694Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:58.8470010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-08-17T12:18:58.8837905Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-08-17T12:18:58.8851569Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-08-17T12:18:58.8903859Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-08-17T12:18:58.8912672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-08-17T12:18:58.9319353Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-08-17T12:18:58.9353320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-08-17T12:18:58.9782960Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-08-17T12:18:58.9783505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-08-17T12:18:59.0298965Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-08-17T12:18:59.0299828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-08-17T12:18:59.0310357Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-08-17T12:18:59.0317561Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-08-17T12:18:59.0667913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-08-17T12:18:59.0668510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-08-17T12:18:59.1097655Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-08-17T12:18:59.1106078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-08-17T12:18:59.1538310Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-08-17T12:18:59.1549025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-08-17T12:18:59.1567595Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-08-17T12:18:59.1573822Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:18:59.1977463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:18:59.1977994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-08-17T12:18:59.2416759Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-08-17T12:18:59.2421524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-08-17T12:18:59.2860361Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-08-17T12:18:59.2864448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-08-17T12:18:59.3304517Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-08-17T12:18:59.3312742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:59.3748211Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:59.3756159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-08-17T12:18:59.4175334Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-08-17T12:18:59.4183898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-08-17T12:18:59.4619658Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-08-17T12:18:59.4627133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-08-17T12:18:59.5054829Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-08-17T12:18:59.5059543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-08-17T12:18:59.5296348Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-08-17T12:18:59.5364670Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:18:59.5442848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:18:59.5506309Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-08-17T12:18:59.5506797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-08-17T12:18:59.5515736Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-08-17T12:18:59.5937584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-08-17T12:18:59.5943642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-08-17T12:18:59.6375987Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-08-17T12:18:59.6380372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-08-17T12:18:59.6819897Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-08-17T12:18:59.6821069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-08-17T12:18:59.7269837Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-08-17T12:18:59.7271455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-08-17T12:18:59.7607591Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-08-17T12:18:59.7626322Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:18:59.7712281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:18:59.7714214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-08-17T12:18:59.8112379Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-08-17T12:18:59.8139149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-08-17T12:18:59.8543580Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-08-17T12:18:59.8580442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-08-17T12:18:59.8875124Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-08-17T12:18:59.8889297Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:18:59.9017526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:18:59.9018437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:59.9469071Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:18:59.9469594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-08-17T12:18:59.9904964Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-08-17T12:18:59.9905495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-08-17T12:19:00.0023261Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-08-17T12:19:00.0038284Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:19:00.0346497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:19:00.0346980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-08-17T12:19:00.0821460Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-08-17T12:19:00.0822028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-08-17T12:19:00.1274436Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-08-17T12:19:00.1275085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-08-17T12:19:00.1306287Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-08-17T12:19:00.1323542Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:19:00.1700203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:19:00.1700695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-08-17T12:19:00.2150725Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-08-17T12:19:00.2151237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-08-17T12:19:00.2548204Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-08-17T12:19:00.2596592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:00.3019862Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:00.3020396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-08-17T12:19:00.3461221Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-08-17T12:19:00.3461941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-08-17T12:19:00.3944219Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-08-17T12:19:00.3944733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-08-17T12:19:00.3945222Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-08-17T12:19:00.3960512Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:19:00.4064361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:19:00.4075579Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-08-17T12:19:00.4342267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-08-17T12:19:00.4372912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-08-17T12:19:00.4781012Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-08-17T12:19:00.4803619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-08-17T12:19:00.5261001Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-08-17T12:19:00.5261513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-08-17T12:19:00.5723840Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-08-17T12:19:00.5742771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-08-17T12:19:00.5772600Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-08-17T12:19:00.5792836Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:19:00.5937330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:19:00.5948661Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-08-17T12:19:00.6143460Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-08-17T12:19:00.6186281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-08-17T12:19:00.6629888Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-08-17T12:19:00.6636936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-08-17T12:19:00.7079173Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-08-17T12:19:00.7079710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-08-17T12:19:00.7501448Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-08-17T12:19:00.7505529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-08-17T12:19:00.7584462Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-08-17T12:19:00.7599511Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:19:00.8057582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:19:00.8064047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-08-17T12:19:00.8470146Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-08-17T12:19:00.8512138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-08-17T12:19:00.8949281Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-08-17T12:19:00.8954162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-08-17T12:19:00.9317299Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-08-17T12:19:00.9335108Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-08-17T12:19:00.9394663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-08-17T12:19:00.9420884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-08-17T12:19:00.9858793Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-08-17T12:19:00.9862092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-08-17T12:19:01.0341016Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-08-17T12:19:01.0341528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-08-17T12:19:01.0833705Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-08-17T12:19:01.0848353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-08-17T12:19:01.1305269Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-08-17T12:19:01.1314018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-08-17T12:19:01.1744882Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-08-17T12:19:01.1780281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-08-17T12:19:01.2219643Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-08-17T12:19:01.2224337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-08-17T12:19:01.2664403Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-08-17T12:19:01.2670375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:01.3108633Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:01.3115579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-08-17T12:19:01.3253064Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-08-17T12:19:01.3380187Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:19:01.3661635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-08-17T12:19:01.3662253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-08-17T12:19:01.4032099Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-08-17T12:19:01.4032767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-08-17T12:19:01.4083150Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-08-17T12:19:01.4094882Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-08-17T12:19:01.4501295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-08-17T12:19:01.4502070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-08-17T12:19:01.4690595Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-08-17T12:19:01.4699856Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-08-17T12:19:01.4936367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-08-17T12:19:01.4940176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-08-17T12:19:01.5417655Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-08-17T12:19:01.5425206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-08-17T12:19:01.5861714Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-08-17T12:19:01.5867065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-08-17T12:19:01.6298835Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-08-17T12:19:01.6299333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-08-17T12:19:01.6741864Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-08-17T12:19:01.6742347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-08-17T12:19:01.7176825Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-08-17T12:19:01.7178051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-08-17T12:19:01.7626949Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-08-17T12:19:01.7627532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-08-17T12:19:01.7697449Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-08-17T12:19:01.7722519Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-08-17T12:19:01.8059610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-08-17T12:19:01.8060103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-08-17T12:19:01.8475100Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-08-17T12:19:01.8488734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-08-17T12:19:01.8943985Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-08-17T12:19:01.8976180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-08-17T12:19:01.9281413Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-08-17T12:19:01.9296689Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-08-17T12:19:01.9424130Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-08-17T12:19:01.9462413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-08-17T12:19:01.9866369Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-08-17T12:19:01.9905126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-08-17T12:19:01.9912847Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-08-17T12:19:01.9927031Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-08-17T12:19:02.0344437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-08-17T12:19:02.0376573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-08-17T12:19:02.0827520Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-08-17T12:19:02.0834592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-08-17T12:19:02.1144218Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-08-17T12:19:02.1155324Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-08-17T12:19:02.1243235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-08-17T12:19:02.1272350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-08-17T12:19:02.1703130Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-08-17T12:19:02.1710410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-08-17T12:19:02.2151304Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-08-17T12:19:02.2160688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-08-17T12:19:02.2281351Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-08-17T12:19:02.2299626Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-08-17T12:19:02.2584707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-08-17T12:19:02.2609116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-08-17T12:19:02.3039543Z [gw2] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-08-17T12:19:02.3063270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-08-17T12:19:02.3544134Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-08-17T12:19:02.3544638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-08-17T12:19:02.4020890Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-08-17T12:19:02.4021394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:02.4464953Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:02.4465481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-08-17T12:19:02.4897848Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-08-17T12:19:02.4898361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-08-17T12:19:02.5337261Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-08-17T12:19:02.5338046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-08-17T12:19:02.5767401Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-08-17T12:19:02.5785396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-08-17T12:19:02.5801458Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-08-17T12:19:02.5821619Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-08-17T12:19:02.6259562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-08-17T12:19:02.6264825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-08-17T12:19:02.6696996Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-08-17T12:19:02.6705919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-08-17T12:19:02.7195829Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-08-17T12:19:02.7209619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-08-17T12:19:02.7673495Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-08-17T12:19:02.7685303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-08-17T12:19:02.7819148Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-08-17T12:19:02.7826617Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-08-17T12:19:02.7849711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-08-17T12:19:02.7863543Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-08-17T12:19:02.8102472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:19:02.8107461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-08-17T12:19:02.8538770Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-08-17T12:19:02.8543279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-08-17T12:19:02.8977375Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-08-17T12:19:02.8981770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-08-17T12:19:02.9462849Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-08-17T12:19:02.9467829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-08-17T12:19:02.9901902Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-08-17T12:19:02.9902436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-08-17T12:19:03.0126667Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-08-17T12:19:03.0141765Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:19:03.0339538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:19:03.0340016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-08-17T12:19:03.0783422Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-08-17T12:19:03.0785325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-08-17T12:19:03.1223383Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-08-17T12:19:03.1224215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-08-17T12:19:03.1675505Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-08-17T12:19:03.1709724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-08-17T12:19:03.2104468Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-08-17T12:19:03.2136136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-08-17T12:19:03.2621070Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-08-17T12:19:03.2621575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-08-17T12:19:03.3098878Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-08-17T12:19:03.3099377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-08-17T12:19:03.3746125Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-08-17T12:19:03.3746651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-08-17T12:19:03.4089628Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-08-17T12:19:03.4107991Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-08-17T12:19:03.4108544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-08-17T12:19:03.4130979Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-08-17T12:19:03.4365628Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-08-17T12:19:03.4413701Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-08-17T12:19:03.4502900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-08-17T12:19:03.4532103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-08-17T12:19:03.4983721Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-08-17T12:19:03.5021700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-08-17T12:19:03.5272938Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-08-17T12:19:03.5286438Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:19:03.5420949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-08-17T12:19:03.5448572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-08-17T12:19:03.5864502Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-08-17T12:19:03.5902589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:03.6303691Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:03.6328292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-08-17T12:19:03.6743964Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-08-17T12:19:03.6749797Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-08-17T12:19:03.6755902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-08-17T12:19:03.6772455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-08-17T12:19:03.7184647Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-08-17T12:19:03.7218901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-08-17T12:19:03.7682000Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-08-17T12:19:03.7683434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-08-17T12:19:03.8116919Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-08-17T12:19:03.8120439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-08-17T12:19:03.8546042Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-08-17T12:19:03.8546550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-08-17T12:19:03.8711351Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-08-17T12:19:03.8730793Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-08-17T12:19:03.9061032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:19:03.9061526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-08-17T12:19:03.9466840Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-08-17T12:19:03.9467508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-08-17T12:19:03.9943648Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-08-17T12:19:03.9944171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-08-17T12:19:04.0381365Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-08-17T12:19:04.0381865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-08-17T12:19:04.0817673Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-08-17T12:19:04.0818996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-08-17T12:19:04.1301977Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-08-17T12:19:04.1303643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:04.1334423Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:04.1349386Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:19:04.1738486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:19:04.1747878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-08-17T12:19:04.2123404Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-08-17T12:19:04.2176789Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-08-17T12:19:04.2178325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-08-17T12:19:04.2189321Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-08-17T12:19:04.2621030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-08-17T12:19:04.2621700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-08-17T12:19:04.3059503Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-08-17T12:19:04.3063663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-08-17T12:19:04.3499101Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-08-17T12:19:04.3504306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-08-17T12:19:04.3954620Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-08-17T12:19:04.3955280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-08-17T12:19:04.4071688Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-08-17T12:19:04.4088024Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:19:04.4382285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:19:04.4383288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-08-17T12:19:04.4822941Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-08-17T12:19:04.4824883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-08-17T12:19:04.5305553Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-08-17T12:19:04.5307170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-08-17T12:19:04.5742377Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-08-17T12:19:04.5742869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-08-17T12:19:04.6172522Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-08-17T12:19:04.6173221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-08-17T12:19:04.6615942Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-08-17T12:19:04.6616444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-08-17T12:19:04.7054171Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-08-17T12:19:04.7054720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:04.7542559Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:04.7543068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-08-17T12:19:04.7980865Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-08-17T12:19:04.7981428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-08-17T12:19:04.8457183Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-08-17T12:19:04.8466679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-08-17T12:19:04.8938527Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-08-17T12:19:04.8947490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-08-17T12:19:04.9377964Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-08-17T12:19:04.9386615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-08-17T12:19:04.9795813Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-08-17T12:19:04.9796728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-08-17T12:19:04.9811294Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:19:04.9826204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:19:05.0311970Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-08-17T12:19:05.0317771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-08-17T12:19:05.0332523Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-08-17T12:19:05.0350670Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-08-17T12:19:05.0705945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-08-17T12:19:05.0727759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-08-17T12:19:05.1175757Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-08-17T12:19:05.1176945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-08-17T12:19:05.1506769Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-08-17T12:19:05.1521885Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-08-17T12:19:05.1614017Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-08-17T12:19:05.1614473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-08-17T12:19:05.2191441Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-08-17T12:19:05.2192122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-08-17T12:19:05.2626825Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-08-17T12:19:05.2628498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-08-17T12:19:05.3063267Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-08-17T12:19:05.3072014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-08-17T12:19:05.3515026Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-08-17T12:19:05.3547206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-08-17T12:19:05.3977845Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-08-17T12:19:05.3983309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-08-17T12:19:05.4330054Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-08-17T12:19:05.4337875Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-08-17T12:19:05.4364065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-08-17T12:19:05.4380440Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:19:05.4386917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:19:05.4422024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-08-17T12:19:05.4825565Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-08-17T12:19:05.4865196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-08-17T12:19:05.5264296Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-08-17T12:19:05.5297440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-08-17T12:19:05.5743429Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-08-17T12:19:05.5744195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-08-17T12:19:05.6178465Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-08-17T12:19:05.6187038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-08-17T12:19:05.6615558Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-08-17T12:19:05.6623664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-08-17T12:19:05.7098617Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-08-17T12:19:05.7107967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:05.7585387Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:05.7595002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-08-17T12:19:05.8018135Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-08-17T12:19:05.8028154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-08-17T12:19:05.8458046Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-08-17T12:19:05.8467984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-08-17T12:19:05.8898182Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-08-17T12:19:05.8908247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-08-17T12:19:05.9340771Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-08-17T12:19:05.9351772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-08-17T12:19:05.9817739Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-08-17T12:19:05.9827156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-08-17T12:19:06.0299128Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-08-17T12:19:06.0308558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-08-17T12:19:06.0762809Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-08-17T12:19:06.0779476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-08-17T12:19:06.1103046Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-08-17T12:19:06.1110507Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-08-17T12:19:06.1180250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-08-17T12:19:06.1209479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:06.1219917Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:06.1233741Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:19:06.1625100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:19:06.1654002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-08-17T12:19:06.2136659Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-08-17T12:19:06.2142560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-08-17T12:19:06.2623791Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-08-17T12:19:06.2624323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-08-17T12:19:06.3075073Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-08-17T12:19:06.3075587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-08-17T12:19:06.3529723Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-08-17T12:19:06.3534918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-08-17T12:19:06.3874520Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-08-17T12:19:06.3882871Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-08-17T12:19:06.3989663Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-08-17T12:19:06.3996193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-08-17T12:19:06.4384152Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-08-17T12:19:06.4421424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-08-17T12:19:06.4858871Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-08-17T12:19:06.4865122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-08-17T12:19:06.5182096Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-08-17T12:19:06.5192479Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-08-17T12:19:06.5301742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-08-17T12:19:06.5331003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-08-17T12:19:06.5776516Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-08-17T12:19:06.5783482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-08-17T12:19:06.6184022Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-08-17T12:19:06.6214480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:06.6258404Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:06.6266803Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:19:06.6890258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:19:06.6891234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-08-17T12:19:06.7098382Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-08-17T12:19:06.7102102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-08-17T12:19:06.7504428Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-08-17T12:19:06.7617385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-08-17T12:19:06.7986902Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-08-17T12:19:06.7987562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-08-17T12:19:06.8415905Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-08-17T12:19:06.8416906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-08-17T12:19:06.8862507Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-08-17T12:19:06.8863239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-08-17T12:19:06.9299043Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-08-17T12:19:06.9299743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-08-17T12:19:06.9748894Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-08-17T12:19:06.9749805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-08-17T12:19:07.0175432Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-08-17T12:19:07.0180829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:07.0630159Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-08-17T12:19:07.0636506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-08-17T12:19:07.0759980Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-08-17T12:19:07.0790712Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:19:07.1024429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:19:07.1054622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-08-17T12:19:07.1503515Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-08-17T12:19:07.1507019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-08-17T12:19:07.1936979Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-08-17T12:19:07.1938163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-08-17T12:19:07.2377097Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-08-17T12:19:07.2377574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-08-17T12:19:07.2821017Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-08-17T12:19:07.2821665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-08-17T12:19:07.3256017Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-08-17T12:19:07.3261326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-08-17T12:19:07.3700145Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-08-17T12:19:07.3706560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-08-17T12:19:07.4161137Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-08-17T12:19:07.4169054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-08-17T12:19:07.4317985Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-08-17T12:19:07.4342595Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-08-17T12:19:07.4615806Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-08-17T12:19:07.4622564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-08-17T12:19:07.5059578Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-08-17T12:19:07.5066674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-08-17T12:19:07.5534580Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-08-17T12:19:07.5542180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-08-17T12:19:07.5976920Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-08-17T12:19:07.5983665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-08-17T12:19:07.6414982Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-08-17T12:19:07.6423776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-08-17T12:19:07.6897926Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-08-17T12:19:07.6907917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-08-17T12:19:07.7338339Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-08-17T12:19:07.7350927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-08-17T12:19:07.7547761Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-08-17T12:19:07.7571319Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-08-17T12:19:07.7781274Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-08-17T12:19:07.7787143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-08-17T12:19:07.8118171Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-08-17T12:19:07.8130085Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:19:07.8221971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:19:07.8226966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-08-17T12:19:07.8711827Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-08-17T12:19:07.8717456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-08-17T12:19:07.9149712Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-08-17T12:19:07.9155563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-08-17T12:19:07.9582533Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-08-17T12:19:07.9587730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:08.0034153Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:08.0051519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-08-17T12:19:08.0438384Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-08-17T12:19:08.0453123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-08-17T12:19:08.0902060Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-08-17T12:19:08.0911605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-08-17T12:19:08.1151787Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-08-17T12:19:08.1164020Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-08-17T12:19:08.1334603Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-08-17T12:19:08.1343566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-08-17T12:19:08.1776434Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-08-17T12:19:08.1785445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-08-17T12:19:08.2219416Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-08-17T12:19:08.2233993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-08-17T12:19:08.2662757Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-08-17T12:19:08.2670876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-08-17T12:19:08.3104216Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-08-17T12:19:08.3132680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-08-17T12:19:08.3559097Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-08-17T12:19:08.3606362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-08-17T12:19:08.3777979Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-08-17T12:19:08.3904215Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-08-17T12:19:08.4021935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-08-17T12:19:08.4047594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-08-17T12:19:08.4496208Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-08-17T12:19:08.4505252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-08-17T12:19:08.4625408Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-08-17T12:19:08.4633330Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:19:08.4905642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:19:08.4940466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-08-17T12:19:08.5445377Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-08-17T12:19:08.5446204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-08-17T12:19:08.5857991Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-08-17T12:19:08.5866217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-08-17T12:19:08.6300558Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-08-17T12:19:08.6301285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-08-17T12:19:08.6392424Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-08-17T12:19:08.6408740Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:19:08.6489458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:19:08.6500346Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-08-17T12:19:08.6760586Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-08-17T12:19:08.6777683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-08-17T12:19:08.7215880Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-08-17T12:19:08.7220535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-08-17T12:19:08.7678719Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-08-17T12:19:08.7686762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-08-17T12:19:08.8097428Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-08-17T12:19:08.8103495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:08.8536536Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:08.8541559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-08-17T12:19:08.9017109Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-08-17T12:19:08.9022101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-08-17T12:19:08.9391190Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-08-17T12:19:08.9403135Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:19:08.9434655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:19:08.9483153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-08-17T12:19:08.9901822Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-08-17T12:19:08.9909120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-08-17T12:19:09.0307801Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-08-17T12:19:09.0352118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-08-17T12:19:09.0824240Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-08-17T12:19:09.0824924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-08-17T12:19:09.1302663Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-08-17T12:19:09.1303379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-08-17T12:19:09.1738195Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-08-17T12:19:09.1738843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-08-17T12:19:09.2215981Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-08-17T12:19:09.2224537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:09.2448341Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:09.2465674Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:19:09.2658123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:19:09.2662335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-08-17T12:19:09.3131884Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-08-17T12:19:09.3135739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-08-17T12:19:09.3576904Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-08-17T12:19:09.3577460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-08-17T12:19:09.4051941Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-08-17T12:19:09.4059465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-08-17T12:19:09.4492723Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-08-17T12:19:09.4497852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-08-17T12:19:09.4504192Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-08-17T12:19:09.4512915Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:19:09.4537394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:19:09.4551350Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-08-17T12:19:09.4901932Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-08-17T12:19:09.4928097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:09.5382529Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:09.5410280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:09.5823704Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:09.5851119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:09.6265393Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:09.6294838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:09.6789365Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:09.6799347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:09.7107371Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:09.7120413Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-08-17T12:19:09.7168149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-08-17T12:19:09.7207442Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:19:09.7208140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:19:09.7226045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:09.7699783Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:09.7714649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:09.8104583Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:09.8131712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-08-17T12:19:09.8345122Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-08-17T12:19:09.8363828Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-08-17T12:19:09.8581811Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-08-17T12:19:09.8588438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-08-17T12:19:09.8994185Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-08-17T12:19:09.9019651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-08-17T12:19:09.9082252Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-08-17T12:19:09.9094024Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:19:09.9457236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:19:09.9462859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-08-17T12:19:09.9906396Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-08-17T12:19:09.9912792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-08-17T12:19:10.0337002Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-08-17T12:19:10.0343113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:10.0817427Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:10.0823912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.1228705Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.1265570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.1380610Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.1402967Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:19:10.1702615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:19:10.1707579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:10.2138676Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:10.2143435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.2577054Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.2582056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.2769118Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.2786702Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-08-17T12:19:10.3027778Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-08-17T12:19:10.3028482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-08-17T12:19:10.3459486Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-08-17T12:19:10.3460145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-08-17T12:19:10.3898504Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-08-17T12:19:10.3906062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-08-17T12:19:10.4336287Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-08-17T12:19:10.4351272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-08-17T12:19:10.4791031Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-08-17T12:19:10.4791969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.4812460Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.4839888Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:19:10.5173944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:19:10.5186445Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-08-17T12:19:10.5220973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.5235297Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-08-17T12:19:10.5651933Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.5666397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.6097082Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.6104282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.6537722Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.6549333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-08-17T12:19:10.6978077Z [gw2] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-08-17T12:19:10.6987338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-08-17T12:19:10.7141462Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-08-17T12:19:10.7163756Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:19:10.7423379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:19:10.7426707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-08-17T12:19:10.7859226Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-08-17T12:19:10.7868631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-08-17T12:19:10.8299038Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-08-17T12:19:10.8304065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.8357108Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-08-17T12:19:10.8373105Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-08-17T12:19:10.8787125Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-08-17T12:19:10.8787636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.9223348Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-08-17T12:19:10.9224016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.9678322Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-08-17T12:19:10.9678999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.9814224Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-08-17T12:19:10.9908203Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:19:11.0106441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:19:11.0109919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:11.0580930Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:11.0581471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-08-17T12:19:11.1067398Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-08-17T12:19:11.1068238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-08-17T12:19:11.1077087Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-08-17T12:19:11.1100970Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-08-17T12:19:11.1500665Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-08-17T12:19:11.1508303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-08-17T12:19:11.1938243Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-08-17T12:19:11.1943809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-08-17T12:19:11.2009016Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-08-17T12:19:11.2025865Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:19:11.2380068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:19:11.2380597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-08-17T12:19:11.2869306Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-08-17T12:19:11.2869873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:11.3297905Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:11.3298545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:11.3643149Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-08-17T12:19:11.3660618Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-08-17T12:19:11.3721747Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-08-17T12:19:11.3750578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:11.4124676Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-08-17T12:19:11.4131930Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:19:11.4139819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:19:11.4171490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:11.4617509Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-08-17T12:19:11.4624013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:11.4782319Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:11.4845726Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-08-17T12:19:11.4943770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-08-17T12:19:11.4956061Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-08-17T12:19:11.5023753Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-08-17T12:19:11.5055173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:11.5496843Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:11.5500974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-08-17T12:19:11.5937499Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-08-17T12:19:11.5949957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-08-17T12:19:11.5959809Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-08-17T12:19:11.5973119Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:19:11.6214843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:19:11.6230124Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-08-17T12:19:11.6426888Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-08-17T12:19:11.6427481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-08-17T12:19:11.6911258Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-08-17T12:19:11.6911801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-08-17T12:19:11.7380678Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-08-17T12:19:11.7386690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-08-17T12:19:11.7854082Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-08-17T12:19:11.7859501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-08-17T12:19:11.8340034Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-08-17T12:19:11.8346085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-08-17T12:19:11.8547254Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-08-17T12:19:11.8567225Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:19:11.8780866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:19:11.8781365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-08-17T12:19:11.9207649Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-08-17T12:19:11.9217906Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-08-17T12:19:11.9227088Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-08-17T12:19:11.9228680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-08-17T12:19:11.9660816Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-08-17T12:19:11.9661547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-08-17T12:19:12.0107223Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-08-17T12:19:12.0107750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-08-17T12:19:12.0543721Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-08-17T12:19:12.0544274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:12.0995869Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:12.1012628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-08-17T12:19:12.1241752Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-08-17T12:19:12.1248778Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:19:12.1424571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-08-17T12:19:12.1467349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-08-17T12:19:12.1474809Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-08-17T12:19:12.1738522Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-08-17T12:19:12.1862849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-08-17T12:19:12.1888745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-08-17T12:19:12.1915447Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-08-17T12:19:12.2179382Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-08-17T12:19:12.2303949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-08-17T12:19:12.2348308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-08-17T12:19:12.2354800Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-08-17T12:19:12.2620315Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-08-17T12:19:12.2779796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-08-17T12:19:12.2801301Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-08-17T12:19:12.2802151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-08-17T12:19:12.2984342Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-08-17T12:19:12.3139853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-08-17T12:19:12.3146630Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-08-17T12:19:12.3180679Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-08-17T12:19:12.3213746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-08-17T12:19:12.3218046Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-08-17T12:19:12.3424593Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-08-17T12:19:12.3460348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-08-17T12:19:12.3472517Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-08-17T12:19:12.3622042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-08-17T12:19:12.3656850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-08-17T12:19:12.3698613Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-08-17T12:19:12.3861836Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-08-17T12:19:12.4093406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-08-17T12:19:12.4098770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-08-17T12:19:12.4576032Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-08-17T12:19:12.4578979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-08-17T12:19:12.5023117Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-08-17T12:19:12.5026404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-08-17T12:19:12.5455428Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-08-17T12:19:12.5463242Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-08-17T12:19:12.5463683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-08-17T12:19:12.5500623Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-08-17T12:19:12.5834597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-08-17T12:19:12.5852373Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-08-17T12:19:12.5894234Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-08-17T12:19:12.5895859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-08-17T12:19:12.6131410Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-08-17T12:19:12.6143816Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-08-17T12:19:12.6334814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-08-17T12:19:12.6335976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-08-17T12:19:12.6822341Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-08-17T12:19:12.6822905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-08-17T12:19:12.7259662Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-08-17T12:19:12.7260413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-08-17T12:19:12.7431189Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-08-17T12:19:12.7440741Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-08-17T12:19:12.7704166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-08-17T12:19:12.7704739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-08-17T12:19:12.8111599Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-08-17T12:19:12.8149187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-08-17T12:19:12.8582930Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-08-17T12:19:12.8591498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-08-17T12:19:12.9018238Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-08-17T12:19:12.9027325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-08-17T12:19:12.9467990Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-08-17T12:19:12.9476866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-08-17T12:19:12.9862774Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-08-17T12:19:12.9881027Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-08-17T12:19:12.9917582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-08-17T12:19:12.9918274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-08-17T12:19:13.0381775Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-08-17T12:19:13.0382480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:13.0837252Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:13.0837897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-08-17T12:19:13.1263375Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-08-17T12:19:13.1263964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-08-17T12:19:13.1706245Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-08-17T12:19:13.1706988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-08-17T12:19:13.2144554Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-08-17T12:19:13.2145204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-08-17T12:19:13.2305745Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-08-17T12:19:13.2414615Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-08-17T12:19:13.2597485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-08-17T12:19:13.2598274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-08-17T12:19:13.3023711Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-08-17T12:19:13.3024383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-08-17T12:19:13.3464037Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-08-17T12:19:13.3464862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-08-17T12:19:13.3609085Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-08-17T12:19:13.3628247Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-08-17T12:19:13.3914255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-08-17T12:19:13.3914774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-08-17T12:19:13.4150923Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-08-17T12:19:13.4168530Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-08-17T12:19:13.4343935Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-08-17T12:19:13.4352984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-08-17T12:19:13.4787979Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-08-17T12:19:13.4796978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-08-17T12:19:13.4812780Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-08-17T12:19:13.4922018Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-08-17T12:19:13.5258723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-08-17T12:19:13.5381144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-08-17T12:19:13.5704317Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-08-17T12:19:13.5714294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-08-17T12:19:13.6139854Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-08-17T12:19:13.6149001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-08-17T12:19:13.6591083Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-08-17T12:19:13.6600350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-08-17T12:19:13.6670022Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-08-17T12:19:13.6680020Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-08-17T12:19:13.7025701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-08-17T12:19:13.7034643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-08-17T12:19:13.7474928Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-08-17T12:19:13.7484614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-08-17T12:19:13.7866444Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-08-17T12:19:13.7896238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-08-17T12:19:13.7922280Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-08-17T12:19:13.7933654Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-08-17T12:19:13.8346035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-08-17T12:19:13.8351751Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-08-17T12:19:13.8355748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-08-17T12:19:13.8367781Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-08-17T12:19:13.8405284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-08-17T12:19:13.8415388Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-08-17T12:19:13.8776684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-08-17T12:19:13.8782548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-08-17T12:19:13.8876678Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-08-17T12:19:13.8886211Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-08-17T12:19:13.9217990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-08-17T12:19:13.9219050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:13.9350918Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:13.9361001Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-08-17T12:19:13.9702092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-08-17T12:19:13.9704715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-08-17T12:19:14.0113793Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-08-17T12:19:14.0140475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-08-17T12:19:14.0159082Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-08-17T12:19:14.0167237Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-08-17T12:19:14.0578415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-08-17T12:19:14.0579384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-08-17T12:19:14.1017731Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-08-17T12:19:14.1019962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-08-17T12:19:14.1174384Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-08-17T12:19:14.1192602Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-08-17T12:19:14.1499710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-08-17T12:19:14.1500519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-08-17T12:19:14.1944014Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-08-17T12:19:14.1944501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-08-17T12:19:14.2385238Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-08-17T12:19:14.2385752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-08-17T12:19:14.2861669Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-08-17T12:19:14.2862168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-08-17T12:19:14.3303381Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-08-17T12:19:14.3303890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-08-17T12:19:14.3742610Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-08-17T12:19:14.3743418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-08-17T12:19:14.4232566Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-08-17T12:19:14.4233071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-08-17T12:19:14.4662744Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-08-17T12:19:14.4663249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-08-17T12:19:14.5221746Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-08-17T12:19:14.5222259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-08-17T12:19:14.5542426Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-08-17T12:19:14.5542909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-08-17T12:19:14.5653035Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-08-17T12:19:14.5672867Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-08-17T12:19:14.5983467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-08-17T12:19:14.5983934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-08-17T12:19:14.6419111Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-08-17T12:19:14.6419857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-08-17T12:19:14.6937251Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-08-17T12:19:14.6938257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-08-17T12:19:14.7301290Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-08-17T12:19:14.7302274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-08-17T12:19:14.7744241Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-08-17T12:19:14.7744760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-08-17T12:19:14.8181730Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-08-17T12:19:14.8183068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:14.8619571Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:14.8621212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-08-17T12:19:14.8831369Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-08-17T12:19:14.8844342Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-08-17T12:19:14.9108162Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-08-17T12:19:14.9113079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-08-17T12:19:14.9452105Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-08-17T12:19:14.9534971Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-08-17T12:19:14.9540125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-08-17T12:19:14.9547119Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-08-17T12:19:14.9944190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-08-17T12:19:14.9980188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-08-17T12:19:15.0430901Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-08-17T12:19:15.0432124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-08-17T12:19:15.0522948Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-08-17T12:19:15.0541082Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-08-17T12:19:15.0860153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-08-17T12:19:15.0860770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-08-17T12:19:15.1106460Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-08-17T12:19:15.1117531Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-08-17T12:19:15.1265434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-08-17T12:19:15.1308388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-08-17T12:19:15.1705125Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-08-17T12:19:15.1735040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-08-17T12:19:15.2177670Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-08-17T12:19:15.2181912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-08-17T12:19:15.2618549Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-08-17T12:19:15.2623981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-08-17T12:19:15.3070977Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-08-17T12:19:15.3075837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-08-17T12:19:15.3464771Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-08-17T12:19:15.3495959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-08-17T12:19:15.3577172Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-08-17T12:19:15.3585284Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-08-17T12:19:15.3868968Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-08-17T12:19:15.3894492Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-08-17T12:19:15.3934439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-08-17T12:19:15.3942031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-08-17T12:19:15.4378582Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-08-17T12:19:15.4387746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-08-17T12:19:15.4822904Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-08-17T12:19:15.4823574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-08-17T12:19:15.5261161Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-08-17T12:19:15.5261660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-08-17T12:19:15.5341940Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-08-17T12:19:15.5357498Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-08-17T12:19:15.5704141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-08-17T12:19:15.5704780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-08-17T12:19:15.6139877Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-08-17T12:19:15.6140398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-08-17T12:19:15.6627599Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-08-17T12:19:15.6628133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-08-17T12:19:15.7022774Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-08-17T12:19:15.7023471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-08-17T12:19:15.7465150Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-08-17T12:19:15.7465658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-08-17T12:19:15.7901104Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-08-17T12:19:15.7901611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:15.8343044Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:15.8343569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-08-17T12:19:15.8778064Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-08-17T12:19:15.8778573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-08-17T12:19:15.8961599Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-08-17T12:19:15.9069044Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-08-17T12:19:15.9218489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-08-17T12:19:15.9219086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-08-17T12:19:15.9661874Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-08-17T12:19:15.9662616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-08-17T12:19:16.0073290Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-08-17T12:19:16.0106664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-08-17T12:19:16.0304883Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-08-17T12:19:16.0322992Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-08-17T12:19:16.0541757Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-08-17T12:19:16.0542226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-08-17T12:19:16.0718992Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-08-17T12:19:16.0730317Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-08-17T12:19:16.0978780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-08-17T12:19:16.0985065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-08-17T12:19:16.1458873Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-08-17T12:19:16.1459734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-08-17T12:19:16.1869229Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-08-17T12:19:16.1897109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-08-17T12:19:16.1942541Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-08-17T12:19:16.1954473Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-08-17T12:19:16.1963012Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-08-17T12:19:16.1963580Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-08-17T12:19:16.2048222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-08-17T12:19:16.2055136Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-08-17T12:19:16.2321449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-08-17T12:19:16.2338159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-08-17T12:19:16.2788280Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-08-17T12:19:16.2797419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-08-17T12:19:16.2838994Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-08-17T12:19:16.2853117Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-08-17T12:19:16.3222915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-08-17T12:19:16.3230980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-08-17T12:19:16.3624015Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-08-17T12:19:16.3660010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-08-17T12:19:16.4097651Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-08-17T12:19:16.4102254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:16.4538389Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:16.4542964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-08-17T12:19:16.4995362Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-08-17T12:19:16.5000094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-08-17T12:19:16.5371745Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-08-17T12:19:16.5422986Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-08-17T12:19:16.5426500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-08-17T12:19:16.5435550Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-08-17T12:19:16.5855844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-08-17T12:19:16.5860846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-08-17T12:19:16.6126363Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-08-17T12:19:16.6145549Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-08-17T12:19:16.6297441Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-08-17T12:19:16.6302506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-08-17T12:19:16.6585280Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-08-17T12:19:16.6596176Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-08-17T12:19:16.6702030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-08-17T12:19:16.6734132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-08-17T12:19:16.7180056Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-08-17T12:19:16.7189474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-08-17T12:19:16.7663815Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-08-17T12:19:16.7666997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-08-17T12:19:16.8108447Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-08-17T12:19:16.8109050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-08-17T12:19:16.8586113Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-08-17T12:19:16.8586812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-08-17T12:19:16.9022988Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-08-17T12:19:16.9024048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-08-17T12:19:16.9251405Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-08-17T12:19:16.9422544Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-08-17T12:19:16.9424243Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-08-17T12:19:16.9472732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-08-17T12:19:16.9863798Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-08-17T12:19:16.9896234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-08-17T12:19:17.0341709Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-08-17T12:19:17.0342231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-08-17T12:19:17.0819225Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-08-17T12:19:17.0821677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:17.1264682Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:17.1265406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-08-17T12:19:17.1697637Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-08-17T12:19:17.1700212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-08-17T12:19:17.2111363Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-08-17T12:19:17.2138075Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-08-17T12:19:17.2139941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-08-17T12:19:17.2259793Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-08-17T12:19:17.2577178Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-08-17T12:19:17.2581392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-08-17T12:19:17.3026659Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-08-17T12:19:17.3031964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-08-17T12:19:17.3469468Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-08-17T12:19:17.3478570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-08-17T12:19:17.3785528Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-08-17T12:19:17.3793721Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-08-17T12:19:17.3862545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-08-17T12:19:17.3901712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-08-17T12:19:17.3909982Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-08-17T12:19:17.3918968Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-08-17T12:19:17.4181939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-08-17T12:19:17.4191492Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-08-17T12:19:17.4299941Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-08-17T12:19:17.4322532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-08-17T12:19:17.4780387Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-08-17T12:19:17.4780947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-08-17T12:19:17.5217574Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-08-17T12:19:17.5219386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-08-17T12:19:17.5658316Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-08-17T12:19:17.5659393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-08-17T12:19:17.5765725Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-08-17T12:19:17.5902056Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-08-17T12:19:17.6219008Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-08-17T12:19:17.6219521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-08-17T12:19:17.6596012Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-08-17T12:19:17.6621174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-08-17T12:19:17.7062734Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-08-17T12:19:17.7063271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-08-17T12:19:17.7551295Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-08-17T12:19:17.7551817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-08-17T12:19:17.7976940Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-08-17T12:19:17.7978706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-08-17T12:19:17.8392675Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-08-17T12:19:17.8411897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-08-17T12:19:17.8881363Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-08-17T12:19:17.8906913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-08-17T12:19:17.9343497Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-08-17T12:19:17.9344027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-08-17T12:19:17.9759872Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-08-17T12:19:17.9779635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-08-17T12:19:18.0221317Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-08-17T12:19:18.0221855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-08-17T12:19:18.0341883Z [gw2] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-08-17T12:19:18.0346959Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-08-17T12:19:18.0665708Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-08-17T12:19:18.0692692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-08-17T12:19:18.1206102Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-08-17T12:19:18.1206641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-08-17T12:19:18.1637340Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-08-17T12:19:18.1638123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:18.1910568Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:18.1924694Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-08-17T12:19:18.2063550Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-08-17T12:19:18.2066243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-08-17T12:19:18.2546758Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-08-17T12:19:18.2547868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-08-17T12:19:18.2963320Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-08-17T12:19:18.2977632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-08-17T12:19:18.3425940Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-08-17T12:19:18.3426906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-08-17T12:19:18.3865433Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-08-17T12:19:18.3866014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-08-17T12:19:18.3965951Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-08-17T12:19:18.3982881Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-08-17T12:19:18.4358251Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-08-17T12:19:18.4359059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-08-17T12:19:18.4784161Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-08-17T12:19:18.4784876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-08-17T12:19:18.5222484Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-08-17T12:19:18.5223065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-08-17T12:19:18.5742520Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-08-17T12:19:18.5743176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-08-17T12:19:18.6182978Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-08-17T12:19:18.6183488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-08-17T12:19:18.6665904Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-08-17T12:19:18.6666426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-08-17T12:19:18.7105490Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-08-17T12:19:18.7105996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-08-17T12:19:18.7565563Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-08-17T12:19:18.7566283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-08-17T12:19:18.7666078Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-08-17T12:19:18.7684733Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-08-17T12:19:18.7982992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-08-17T12:19:18.7983780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-08-17T12:19:18.8360356Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-08-17T12:19:18.8415639Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-08-17T12:19:18.8418954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-08-17T12:19:18.8423070Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-08-17T12:19:18.8864854Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-08-17T12:19:18.8865329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-08-17T12:19:18.9266593Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-08-17T12:19:18.9294923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-08-17T12:19:18.9465997Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-08-17T12:19:18.9483912Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-08-17T12:19:18.9703216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-08-17T12:19:18.9740461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-08-17T12:19:19.0184828Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-08-17T12:19:19.0212680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-08-17T12:19:19.0667977Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-08-17T12:19:19.0668715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-08-17T12:19:19.1108594Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-08-17T12:19:19.1109131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-08-17T12:19:19.1325367Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-08-17T12:19:19.1341912Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-08-17T12:19:19.1536593Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-08-17T12:19:19.1537103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-08-17T12:19:19.1984013Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-08-17T12:19:19.1988068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-08-17T12:19:19.2417988Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-08-17T12:19:19.2419273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:19.2908769Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:19.2909294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-08-17T12:19:19.3337248Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-08-17T12:19:19.3338074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-08-17T12:19:19.3779091Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-08-17T12:19:19.3779602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-08-17T12:19:19.4227336Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-08-17T12:19:19.4228124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-08-17T12:19:19.4668913Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-08-17T12:19:19.4669398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-08-17T12:19:19.5069074Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-08-17T12:19:19.5104469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-08-17T12:19:19.5545657Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-08-17T12:19:19.5546209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-08-17T12:19:19.5902615Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-08-17T12:19:19.5916047Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-08-17T12:19:19.5962427Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-08-17T12:19:19.6011715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-08-17T12:19:19.6344343Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-08-17T12:19:19.6362748Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-08-17T12:19:19.6416155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-08-17T12:19:19.6416592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-08-17T12:19:19.6870875Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-08-17T12:19:19.6871370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-08-17T12:19:19.7267163Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-08-17T12:19:19.7299474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-08-17T12:19:19.7749770Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-08-17T12:19:19.7750323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-08-17T12:19:19.8189093Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-08-17T12:19:19.8190035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-08-17T12:19:19.8624429Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-08-17T12:19:19.8653172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-08-17T12:19:19.9138797Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-08-17T12:19:19.9144254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-08-17T12:19:19.9576494Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-08-17T12:19:19.9584334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-08-17T12:19:19.9845793Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-08-17T12:19:19.9994394Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-08-17T12:19:20.0039641Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-08-17T12:19:20.0040124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-08-17T12:19:20.0480857Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-08-17T12:19:20.0481962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-08-17T12:19:20.0916274Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-08-17T12:19:20.0946625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-08-17T12:19:20.0995391Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-08-17T12:19:20.1006227Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-08-17T12:19:20.1054379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-08-17T12:19:20.1067214Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-08-17T12:19:20.1075731Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-08-17T12:19:20.1343211Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-08-17T12:19:20.1378703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-08-17T12:19:20.1537593Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-08-17T12:19:20.1538310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-08-17T12:19:20.1816693Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-08-17T12:19:20.1818013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-08-17T12:19:20.2024495Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-08-17T12:19:20.2025762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-08-17T12:19:20.2299968Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-08-17T12:19:20.2300485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-08-17T12:19:20.2418372Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-08-17T12:19:20.2467677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-08-17T12:19:20.2703120Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-08-17T12:19:20.2737372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-08-17T12:19:20.2788408Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-08-17T12:19:20.2804599Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-08-17T12:19:20.2861082Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-08-17T12:19:20.2918594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-08-17T12:19:20.3131645Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-08-17T12:19:20.3143403Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-08-17T12:19:20.3149009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:20.3174971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-08-17T12:19:20.3342968Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:20.3399654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-08-17T12:19:20.3585176Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-08-17T12:19:20.3588931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-08-17T12:19:20.3601867Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-08-17T12:19:20.3619140Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-08-17T12:19:20.3783044Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-08-17T12:19:20.3848988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-08-17T12:19:20.4057303Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-08-17T12:19:20.4065014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-08-17T12:19:20.4330689Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-08-17T12:19:20.4333429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-08-17T12:19:20.4498956Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-08-17T12:19:20.4506032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-08-17T12:19:20.4568257Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-08-17T12:19:20.4578969Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-08-17T12:19:20.4703989Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-08-17T12:19:20.4791226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-08-17T12:19:20.4942830Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-08-17T12:19:20.4943575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-08-17T12:19:20.5278524Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-08-17T12:19:20.5279146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-08-17T12:19:20.5419934Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-08-17T12:19:20.5422186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-08-17T12:19:20.5470735Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-08-17T12:19:20.5480692Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-08-17T12:19:20.5594535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-08-17T12:19:20.5602727Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-08-17T12:19:20.5619304Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-08-17T12:19:20.5672033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-08-17T12:19:20.5825404Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-08-17T12:19:20.5859110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-08-17T12:19:20.6062849Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-08-17T12:19:20.6138252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-08-17T12:19:20.6279656Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-08-17T12:19:20.6288736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-08-17T12:19:20.6391449Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-08-17T12:19:20.6401723Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-08-17T12:19:20.6500369Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-08-17T12:19:20.6583333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-08-17T12:19:20.6735191Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-08-17T12:19:20.6737360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-08-17T12:19:20.6943327Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-08-17T12:19:20.7007126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-08-17T12:19:20.7178452Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-08-17T12:19:20.7178996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-08-17T12:19:20.7386103Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-08-17T12:19:20.7456762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-08-17T12:19:20.7553074Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-08-17T12:19:20.7562267Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-08-17T12:19:20.7582344Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-08-17T12:19:20.7609292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-08-17T12:19:20.7823433Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-08-17T12:19:20.7879255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-08-17T12:19:20.8062991Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-08-17T12:19:20.8098820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-08-17T12:19:20.8302708Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-08-17T12:19:20.8361213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-08-17T12:19:20.8576704Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-08-17T12:19:20.8580802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-08-17T12:19:20.8633779Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-08-17T12:19:20.8641550Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-08-17T12:19:20.8740846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-08-17T12:19:20.8811683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-08-17T12:19:20.8949782Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-08-17T12:19:20.8957532Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-08-17T12:19:20.8979570Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-08-17T12:19:20.9005413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-08-17T12:19:20.9181766Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-08-17T12:19:20.9264362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-08-17T12:19:20.9456283Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-08-17T12:19:20.9458728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-08-17T12:19:20.9634666Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-08-17T12:19:20.9685849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-08-17T12:19:20.9862328Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-08-17T12:19:20.9893451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-08-17T12:19:21.0102712Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-08-17T12:19:21.0166310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-08-17T12:19:21.0362071Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-08-17T12:19:21.0366802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-08-17T12:19:21.0540999Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-08-17T12:19:21.0697809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-08-17T12:19:21.0793969Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-08-17T12:19:21.0818112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-08-17T12:19:21.0856209Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-08-17T12:19:21.0871777Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-08-17T12:19:21.0980005Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-08-17T12:19:21.0992847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-08-17T12:19:21.1008938Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-08-17T12:19:21.1040071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-08-17T12:19:21.1220524Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-08-17T12:19:21.1248362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-08-17T12:19:21.1422775Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-08-17T12:19:21.1467844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-08-17T12:19:21.1704075Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-08-17T12:19:21.1730083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-08-17T12:19:21.1753408Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-08-17T12:19:21.1759679Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-08-17T12:19:21.1863960Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-08-17T12:19:21.1924929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-08-17T12:19:21.2219713Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-08-17T12:19:21.2220757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-08-17T12:19:21.2458072Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-08-17T12:19:21.2467204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-08-17T12:19:21.2697381Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-08-17T12:19:21.2702194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-08-17T12:19:21.2769763Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-08-17T12:19:21.2984912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-08-17T12:19:21.3005480Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-08-17T12:19:21.3107074Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-08-17T12:19:21.3136241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:21.3584804Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:21.3585329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-08-17T12:19:21.4061404Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-08-17T12:19:21.4061934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-08-17T12:19:21.4540726Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-08-17T12:19:21.4541232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-08-17T12:19:21.5028976Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-08-17T12:19:21.5029494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-08-17T12:19:21.5029985Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-08-17T12:19:21.5041199Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-08-17T12:19:21.5456471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-08-17T12:19:21.5458604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-08-17T12:19:21.5895878Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-08-17T12:19:21.5899401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-08-17T12:19:21.6335454Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-08-17T12:19:21.6344200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-08-17T12:19:21.6654209Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-08-17T12:19:21.6668190Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-08-17T12:19:21.6780346Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-08-17T12:19:21.6789766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-08-17T12:19:21.7258676Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-08-17T12:19:21.7268657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-08-17T12:19:21.7704431Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-08-17T12:19:21.7714991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-08-17T12:19:21.8039935Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-08-17T12:19:21.8059062Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-08-17T12:19:21.8138077Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-08-17T12:19:21.8148655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-08-17T12:19:21.8580764Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-08-17T12:19:21.8581276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-08-17T12:19:21.9064852Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-08-17T12:19:21.9065356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-08-17T12:19:21.9510257Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-08-17T12:19:21.9510785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-08-17T12:19:21.9762514Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-08-17T12:19:21.9890480Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-08-17T12:19:21.9935738Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-08-17T12:19:21.9938086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-08-17T12:19:22.0347696Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-08-17T12:19:22.0367335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-08-17T12:19:22.0386068Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-08-17T12:19:22.0471543Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-08-17T12:19:22.0861532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-08-17T12:19:22.0868635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-08-17T12:19:22.1301216Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-08-17T12:19:22.1308789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-08-17T12:19:22.1532091Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-08-17T12:19:22.1546005Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-08-17T12:19:22.1779179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-08-17T12:19:22.1784319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:22.2221530Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:22.2229596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-08-17T12:19:22.2587616Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-08-17T12:19:22.2604626Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-08-17T12:19:22.2656878Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-08-17T12:19:22.2662446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-08-17T12:19:22.3100373Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-08-17T12:19:22.3106686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-08-17T12:19:22.3538873Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-08-17T12:19:22.3544521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-08-17T12:19:22.3978441Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-08-17T12:19:22.3986142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-08-17T12:19:22.4424616Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-08-17T12:19:22.4430762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-08-17T12:19:22.4896552Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-08-17T12:19:22.4900547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-08-17T12:19:22.5341545Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-08-17T12:19:22.5342255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-08-17T12:19:22.5476393Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-08-17T12:19:22.5576110Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-08-17T12:19:22.5581719Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-08-17T12:19:22.5591938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-08-17T12:19:22.5816340Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-08-17T12:19:22.5821173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-08-17T12:19:22.6255230Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-08-17T12:19:22.6259016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-08-17T12:19:22.6696400Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-08-17T12:19:22.6697688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-08-17T12:19:22.7061783Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-08-17T12:19:22.7080227Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-08-17T12:19:22.7104270Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-08-17T12:19:22.7154316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-08-17T12:19:22.7595005Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-08-17T12:19:22.7595551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-08-17T12:19:22.7617702Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-08-17T12:19:22.7657697Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-08-17T12:19:22.8062185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-08-17T12:19:22.8062887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-08-17T12:19:22.8504032Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-08-17T12:19:22.8504563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-08-17T12:19:22.8944280Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-08-17T12:19:22.8944809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-08-17T12:19:22.9387206Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-08-17T12:19:22.9387764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-08-17T12:19:22.9825181Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-08-17T12:19:22.9825746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-08-17T12:19:23.0265906Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-08-17T12:19:23.0266443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:23.0700711Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:23.0701215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-08-17T12:19:23.0806339Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-08-17T12:19:23.0821929Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-08-17T12:19:23.0866076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-08-17T12:19:23.0901280Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-08-17T12:19:23.1103768Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-08-17T12:19:23.1139817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-08-17T12:19:23.1321859Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-08-17T12:19:23.1332949Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-08-17T12:19:23.1629885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-08-17T12:19:23.1635055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-08-17T12:19:23.1863215Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-08-17T12:19:23.1873701Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-08-17T12:19:23.2109806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-08-17T12:19:23.2117791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-08-17T12:19:23.2295909Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-08-17T12:19:23.2306216Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-08-17T12:19:23.2424803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-08-17T12:19:23.2539861Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-08-17T12:19:23.2543839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-08-17T12:19:23.2580666Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-08-17T12:19:23.2946288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-08-17T12:19:23.2987863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-08-17T12:19:23.3111834Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-08-17T12:19:23.3129570Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-08-17T12:19:23.3233627Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-08-17T12:19:23.3243245Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-08-17T12:19:23.3429868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-08-17T12:19:23.3433452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-08-17T12:19:23.3861170Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-08-17T12:19:23.3864548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-08-17T12:19:23.3920035Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-08-17T12:19:23.3932208Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-08-17T12:19:23.4266089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-08-17T12:19:23.4293426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-08-17T12:19:23.4306349Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-08-17T12:19:23.4312523Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-08-17T12:19:23.4519040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-08-17T12:19:23.4532132Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-08-17T12:19:23.4774454Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-08-17T12:19:23.4775507Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-08-17T12:19:23.4775933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-08-17T12:19:23.4776373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-08-17T12:19:23.5187976Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-08-17T12:19:23.5189377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-08-17T12:19:23.5198291Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-08-17T12:19:23.5199607Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-08-17T12:19:23.5698141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-08-17T12:19:23.5699749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-08-17T12:19:23.5903756Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-08-17T12:19:23.5921879Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-08-17T12:19:23.6029667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-08-17T12:19:23.6133963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-08-17T12:19:23.6352612Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-08-17T12:19:23.6365199Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-08-17T12:19:23.6462949Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-08-17T12:19:23.6489313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-08-17T12:19:23.6786084Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-08-17T12:19:23.6797856Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-08-17T12:19:23.6902557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-08-17T12:19:23.6936365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-08-17T12:19:23.7383963Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-08-17T12:19:23.7386125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-08-17T12:19:23.7393226Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-08-17T12:19:23.7407239Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-08-17T12:19:23.7476682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-08-17T12:19:23.7700302Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-08-17T12:19:23.7713442Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-08-17T12:19:23.7783527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-08-17T12:19:23.7821929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-08-17T12:19:23.7863239Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-08-17T12:19:23.8175092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-08-17T12:19:23.8222115Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-08-17T12:19:23.8257584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-08-17T12:19:23.8323733Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-08-17T12:19:23.8331532Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-08-17T12:19:23.8342318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-08-17T12:19:23.8469953Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-08-17T12:19:23.8698926Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-08-17T12:19:23.8701087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-08-17T12:19:23.8896470Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-08-17T12:19:23.8898114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-08-17T12:19:23.9135689Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-08-17T12:19:23.9136295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-08-17T12:19:23.9223976Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-08-17T12:19:23.9422880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-08-17T12:19:23.9431827Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-08-17T12:19:23.9441829Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-08-17T12:19:23.9545294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-08-17T12:19:23.9570503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-08-17T12:19:23.9751554Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-08-17T12:19:23.9756332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-08-17T12:19:23.9963701Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-08-17T12:19:23.9975123Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-08-17T12:19:23.9985165Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-08-17T12:19:24.0013089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-08-17T12:19:24.0101416Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-08-17T12:19:24.0158556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-08-17T12:19:24.0453765Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-08-17T12:19:24.0458611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:24.0616656Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:24.0655645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-08-17T12:19:24.0864486Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-08-17T12:19:24.0897344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-08-17T12:19:24.1049823Z [gw2] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-08-17T12:19:24.1050543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-08-17T12:19:24.1278524Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-08-17T12:19:24.1288555Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-08-17T12:19:24.1304023Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-08-17T12:19:24.1331773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-08-17T12:19:24.1420712Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-08-17T12:19:24.1530844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-08-17T12:19:24.1679767Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-08-17T12:19:24.1691373Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-08-17T12:19:24.1742365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-08-17T12:19:24.1766831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-08-17T12:19:24.1862400Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-08-17T12:19:24.2002953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-08-17T12:19:24.2222307Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-08-17T12:19:24.2223064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-08-17T12:19:24.2379528Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-08-17T12:19:24.2620159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-08-17T12:19:24.2667134Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-08-17T12:19:24.2667806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-08-17T12:19:24.2819319Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-08-17T12:19:24.3111891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-08-17T12:19:24.3112526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-08-17T12:19:24.3210898Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-08-17T12:19:24.3226181Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-08-17T12:19:24.3241261Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-08-17T12:19:24.3250362Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-08-17T12:19:24.3617140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-08-17T12:19:24.3620465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-08-17T12:19:24.4100068Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-08-17T12:19:24.4100871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-08-17T12:19:24.4295478Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-08-17T12:19:24.4307346Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-08-17T12:19:24.4602255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-08-17T12:19:24.4622348Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-08-17T12:19:24.4661078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-08-17T12:19:24.4663211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-08-17T12:19:24.4893675Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-08-17T12:19:24.4914896Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-08-17T12:19:24.5098874Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-08-17T12:19:24.5099375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-08-17T12:19:24.5542374Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-08-17T12:19:24.5542889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-08-17T12:19:24.5968013Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-08-17T12:19:24.5980025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-08-17T12:19:24.6418386Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-08-17T12:19:24.6418894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-08-17T12:19:24.6860887Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-08-17T12:19:24.6861397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-08-17T12:19:24.7229831Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-08-17T12:19:24.7247717Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-08-17T12:19:24.7298959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-08-17T12:19:24.7301057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-08-17T12:19:24.7745264Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-08-17T12:19:24.7745794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-08-17T12:19:24.7936860Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-08-17T12:19:24.7948381Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-08-17T12:19:24.8256932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-08-17T12:19:24.8262319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-08-17T12:19:24.8621415Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-08-17T12:19:24.8623746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-08-17T12:19:24.9055869Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-08-17T12:19:24.9056574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-08-17T12:19:24.9496199Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-08-17T12:19:24.9499016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-08-17T12:19:24.9918898Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-08-17T12:19:24.9940499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-08-17T12:19:25.0376333Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-08-17T12:19:25.0377091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-08-17T12:19:25.0817875Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-08-17T12:19:25.0818391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:25.1261217Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:25.1261896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-08-17T12:19:25.1678421Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-08-17T12:19:25.1702361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-08-17T12:19:25.1770056Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-08-17T12:19:25.1902172Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-08-17T12:19:25.1968346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-08-17T12:19:25.1979112Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-08-17T12:19:25.2138795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-08-17T12:19:25.2139510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-08-17T12:19:25.2589494Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-08-17T12:19:25.2590239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-08-17T12:19:25.3028021Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-08-17T12:19:25.3028600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-08-17T12:19:25.3463092Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-08-17T12:19:25.3463606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-08-17T12:19:25.3864792Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-08-17T12:19:25.3892677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-08-17T12:19:25.4154588Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-08-17T12:19:25.4164956Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-08-17T12:19:25.4336198Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-08-17T12:19:25.4342150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-08-17T12:19:25.4387835Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-08-17T12:19:25.4403350Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-08-17T12:19:25.4815727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-08-17T12:19:25.4821722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-08-17T12:19:25.5266578Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-08-17T12:19:25.5267126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-08-17T12:19:25.5696559Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-08-17T12:19:25.5697202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-08-17T12:19:25.6138786Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-08-17T12:19:25.6139645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-08-17T12:19:25.6579003Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-08-17T12:19:25.6581994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-08-17T12:19:25.6913554Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-08-17T12:19:25.6934132Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-08-17T12:19:25.7041548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-08-17T12:19:25.7047131Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-08-17T12:19:25.7056160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-08-17T12:19:25.7071338Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-08-17T12:19:25.7507307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-08-17T12:19:25.7515492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-08-17T12:19:25.7943174Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-08-17T12:19:25.7951062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:25.8377590Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:25.8383760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:19:25.8816327Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-08-17T12:19:25.8820112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:19:25.9294873Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-08-17T12:19:25.9298891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-08-17T12:19:25.9722411Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-08-17T12:19:25.9739761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-08-17T12:19:26.0185379Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-08-17T12:19:26.0213864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-08-17T12:19:26.0268230Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-08-17T12:19:26.0284504Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-08-17T12:19:26.0624379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-08-17T12:19:26.0652702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:19:26.1064164Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:19:26.1095181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-08-17T12:19:26.1537606Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-08-17T12:19:26.1548478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-08-17T12:19:26.1980952Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-08-17T12:19:26.1990794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-08-17T12:19:26.2391765Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-08-17T12:19:26.2412594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-08-17T12:19:26.2825003Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-08-17T12:19:26.2857381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-08-17T12:19:26.3001018Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-08-17T12:19:26.3029257Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-08-17T12:19:26.3337720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-08-17T12:19:26.3347422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-08-17T12:19:26.3586455Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-08-17T12:19:26.3614232Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-08-17T12:19:26.3786790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-08-17T12:19:26.3809806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-08-17T12:19:26.4218953Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-08-17T12:19:26.4228975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-08-17T12:19:26.4658118Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-08-17T12:19:26.4668552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-08-17T12:19:26.5010803Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-08-17T12:19:26.5042619Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-08-17T12:19:26.5142224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-08-17T12:19:26.5152081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-08-17T12:19:26.5578599Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-08-17T12:19:26.5588321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-08-17T12:19:26.5873813Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-08-17T12:19:26.5902299Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-08-17T12:19:26.6015174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-08-17T12:19:26.6024117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:26.6433135Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:26.6452933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:19:26.6865023Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:19:26.6887752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:19:26.7027900Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:19:26.7039466Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-08-17T12:19:26.7303786Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-08-17T12:19:26.7335616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:19:26.7587091Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:19:26.7595647Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-08-17T12:19:26.7743715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-08-17T12:19:26.7776622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:19:26.8107597Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:19:26.8258174Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-08-17T12:19:26.8267638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:19:26.8278646Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:19:26.8705403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-08-17T12:19:26.8705920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:19:26.9179884Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:19:26.9184703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:19:26.9619456Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:19:26.9625414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:19:26.9726163Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:19:26.9732651Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-08-17T12:19:27.0035141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-08-17T12:19:27.0075014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:19:27.0499390Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:19:27.0506029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:19:27.0943022Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:19:27.0943612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:19:27.1385417Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:19:27.1385978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:19:27.1861068Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-08-17T12:19:27.1870427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-08-17T12:19:27.2107545Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-08-17T12:19:27.2262780Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-08-17T12:19:27.2309330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-08-17T12:19:27.2309837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-08-17T12:19:27.2781145Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-08-17T12:19:27.2781727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-08-17T12:19:27.3220946Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-08-17T12:19:27.3221533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-08-17T12:19:27.3499126Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-08-17T12:19:27.3550920Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-08-17T12:19:27.3659365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-08-17T12:19:27.3660080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-08-17T12:19:27.4094209Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-08-17T12:19:27.4095214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-08-17T12:19:27.4540457Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-08-17T12:19:27.4541371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-08-17T12:19:27.4981489Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-08-17T12:19:27.4982235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-08-17T12:19:27.5419740Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-08-17T12:19:27.5420313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-08-17T12:19:27.5869710Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-08-17T12:19:27.5870293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-08-17T12:19:27.6341585Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-08-17T12:19:27.6342158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-08-17T12:19:27.6779303Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-08-17T12:19:27.6779878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:27.7230347Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:27.7230934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:19:27.7493892Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-08-17T12:19:27.7504671Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-08-17T12:19:27.7625413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-08-17T12:19:27.7664377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:19:27.7842401Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-08-17T12:19:27.7848460Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-08-17T12:19:27.7977817Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-08-17T12:19:27.7986482Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-08-17T12:19:27.8061112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-08-17T12:19:27.8096127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:19:27.8503169Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-08-17T12:19:27.8548310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:19:27.8978740Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-08-17T12:19:27.8979360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:19:27.9463113Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-08-17T12:19:27.9463952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:19:27.9952977Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-08-17T12:19:27.9954926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:19:27.9963872Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-08-17T12:19:28.0101180Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-08-17T12:19:28.0384917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-08-17T12:19:28.0386037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:19:28.0818930Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-08-17T12:19:28.0828127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:19:28.1289002Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-08-17T12:19:28.1303344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:19:28.1697504Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-08-17T12:19:28.1706057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:19:28.2135675Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-08-17T12:19:28.2144306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-08-17T12:19:28.2578926Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-08-17T12:19:28.2588227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-08-17T12:19:28.3017665Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-08-17T12:19:28.3022357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-08-17T12:19:28.3379803Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-08-17T12:19:28.3385856Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-08-17T12:19:28.3437593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-08-17T12:19:28.3449187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-08-17T12:19:28.3937199Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-08-17T12:19:28.3937733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-08-17T12:19:28.4377350Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-08-17T12:19:28.4380205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-08-17T12:19:28.4817533Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-08-17T12:19:28.4819976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-08-17T12:19:28.5300596Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-08-17T12:19:28.5301318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-08-17T12:19:28.5737783Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-08-17T12:19:28.5738638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-08-17T12:19:28.6217471Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-08-17T12:19:28.6218350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-08-17T12:19:28.6659481Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-08-17T12:19:28.6660669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:28.7097376Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:28.7098204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-08-17T12:19:28.7582939Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-08-17T12:19:28.7583836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-08-17T12:19:28.7887173Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-08-17T12:19:28.7912543Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-08-17T12:19:28.7957763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-08-17T12:19:28.7965841Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-08-17T12:19:28.7980872Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-08-17T12:19:28.8012817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-08-17T12:19:28.8218914Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-08-17T12:19:28.8226357Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-08-17T12:19:28.8424461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-08-17T12:19:28.8456944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-08-17T12:19:28.8939109Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-08-17T12:19:28.8940206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-08-17T12:19:28.9380018Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-08-17T12:19:28.9380774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-08-17T12:19:28.9823057Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-08-17T12:19:28.9823977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-08-17T12:19:29.0262449Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-08-17T12:19:29.0262968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-08-17T12:19:29.0618394Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-08-17T12:19:29.0634427Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-08-17T12:19:29.0736975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-08-17T12:19:29.0742042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-08-17T12:19:29.1217283Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-08-17T12:19:29.1223111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-08-17T12:19:29.1658902Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-08-17T12:19:29.1663497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-08-17T12:19:29.2139810Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-08-17T12:19:29.2144391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-08-17T12:19:29.2614619Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-08-17T12:19:29.2628635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-08-17T12:19:29.3096852Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-08-17T12:19:29.3106323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-08-17T12:19:29.3403186Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-08-17T12:19:29.3420439Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-08-17T12:19:29.3580214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-08-17T12:19:29.3580827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-08-17T12:19:29.4018707Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-08-17T12:19:29.4019230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-08-17T12:19:29.4459270Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-08-17T12:19:29.4459803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-08-17T12:19:29.4942737Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-08-17T12:19:29.4943250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-08-17T12:19:29.5501213Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-08-17T12:19:29.5501748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-08-17T12:19:29.5845857Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-08-17T12:19:29.5862224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-08-17T12:19:29.6306739Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-08-17T12:19:29.6307306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-08-17T12:19:29.6784706Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-08-17T12:19:29.6788928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-08-17T12:19:29.6959099Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-08-17T12:19:29.6977161Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-08-17T12:19:29.7090220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-08-17T12:19:29.7100109Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-08-17T12:19:29.7254997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-08-17T12:19:29.7263360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:29.7703114Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:29.7713038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-08-17T12:19:29.8012632Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-08-17T12:19:29.8028757Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-08-17T12:19:29.8178028Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-08-17T12:19:29.8178496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-08-17T12:19:29.8481891Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-08-17T12:19:29.8497827Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-08-17T12:19:29.8582397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-08-17T12:19:29.8608508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-08-17T12:19:29.9025398Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-08-17T12:19:29.9059164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-08-17T12:19:29.9504412Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-08-17T12:19:29.9537257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-08-17T12:19:29.9944853Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-08-17T12:19:29.9979857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-08-17T12:19:30.0384655Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-08-17T12:19:30.0412832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-08-17T12:19:30.0659511Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-08-17T12:19:30.0673229Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-08-17T12:19:30.0822020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-08-17T12:19:30.0853780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-08-17T12:19:30.1349170Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-08-17T12:19:30.1349835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-08-17T12:19:30.1815982Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-08-17T12:19:30.1825820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-08-17T12:19:30.2297506Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-08-17T12:19:30.2306840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-08-17T12:19:30.2739597Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-08-17T12:19:30.2748814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-08-17T12:19:30.3177447Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-08-17T12:19:30.3186290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-08-17T12:19:30.3280271Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-08-17T12:19:30.3305514Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-08-17T12:19:30.3661574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-08-17T12:19:30.3670832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-08-17T12:19:30.4096180Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-08-17T12:19:30.4101819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-08-17T12:19:30.4543858Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-08-17T12:19:30.4548127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-08-17T12:19:30.4960784Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-08-17T12:19:30.4972345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-08-17T12:19:30.5416999Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-08-17T12:19:30.5425724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-08-17T12:19:30.5861479Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-08-17T12:19:30.5870617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-08-17T12:19:30.6139160Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-08-17T12:19:30.6145424Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-08-17T12:19:30.6309016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-08-17T12:19:30.6317006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-08-17T12:19:30.6434431Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-08-17T12:19:30.6442696Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-08-17T12:19:30.6705649Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-08-17T12:19:30.6732636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-08-17T12:19:30.6775045Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-08-17T12:19:30.6784628Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-08-17T12:19:30.7191763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-08-17T12:19:30.7200516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-08-17T12:19:30.7617991Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-08-17T12:19:30.7627133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-08-17T12:19:30.7810968Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-08-17T12:19:30.7819540Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-08-17T12:19:30.8025479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-08-17T12:19:30.8050309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-08-17T12:19:30.8490929Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-08-17T12:19:30.8495410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-08-17T12:19:30.8937343Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-08-17T12:19:30.8940974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:30.9385985Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:30.9387078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-08-17T12:19:30.9820297Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-08-17T12:19:30.9820966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-08-17T12:19:31.0224134Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-08-17T12:19:31.0233565Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-08-17T12:19:31.0260104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-08-17T12:19:31.0270651Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-08-17T12:19:31.0665313Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-08-17T12:19:31.0694078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-08-17T12:19:31.1144898Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-08-17T12:19:31.1175799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-08-17T12:19:31.1598931Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-08-17T12:19:31.1635429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-08-17T12:19:31.2057747Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-08-17T12:19:31.2067141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-08-17T12:19:31.2497902Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-08-17T12:19:31.2503976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-08-17T12:19:31.2951626Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-08-17T12:19:31.2958063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-08-17T12:19:31.3552964Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-08-17T12:19:31.3558533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-08-17T12:19:31.3833509Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-08-17T12:19:31.3861703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-08-17T12:19:31.4298308Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-08-17T12:19:31.4302345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-08-17T12:19:31.4737529Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-08-17T12:19:31.4742735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-08-17T12:19:31.5220767Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-08-17T12:19:31.5227246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-08-17T12:19:31.5611038Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-08-17T12:19:31.5634287Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-08-17T12:19:31.5696530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-08-17T12:19:31.5698603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-08-17T12:19:31.6141228Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-08-17T12:19:31.6142017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-08-17T12:19:31.6584199Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-08-17T12:19:31.6584874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-08-17T12:19:31.7063353Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-08-17T12:19:31.7064258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-08-17T12:19:31.7507614Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-08-17T12:19:31.7509049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-08-17T12:19:31.7944904Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-08-17T12:19:31.7945626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-08-17T12:19:31.8384987Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-08-17T12:19:31.8386075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-08-17T12:19:31.8865468Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-08-17T12:19:31.8866142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-08-17T12:19:31.9306763Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-08-17T12:19:31.9307459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:31.9742792Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:31.9743443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-08-17T12:19:32.0126658Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-08-17T12:19:32.0148916Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-08-17T12:19:32.0174227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-08-17T12:19:32.0177071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-08-17T12:19:32.0621934Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-08-17T12:19:32.0622601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-08-17T12:19:32.1068936Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-08-17T12:19:32.1069463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-08-17T12:19:32.1537987Z [gw2] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-08-17T12:19:32.1543046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-08-17T12:19:32.1979979Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-08-17T12:19:32.1989022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-08-17T12:19:32.2422605Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-08-17T12:19:32.2431531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-08-17T12:19:32.2947517Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-08-17T12:19:32.2948058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-08-17T12:19:32.3142282Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-08-17T12:19:32.3166164Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-08-17T12:19:32.3304781Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-08-17T12:19:32.3336591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-08-17T12:19:32.3816887Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-08-17T12:19:32.3819468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-08-17T12:19:32.4267335Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-08-17T12:19:32.4272330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-08-17T12:19:32.4480110Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-08-17T12:19:32.4500086Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-08-17T12:19:32.4897815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-08-17T12:19:32.4898533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-08-17T12:19:32.5306109Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-08-17T12:19:32.5306827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-08-17T12:19:32.5664656Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-08-17T12:19:32.5665153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-08-17T12:19:32.6017966Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-08-17T12:19:32.6020846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-08-17T12:19:32.6426898Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-08-17T12:19:32.6461485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-08-17T12:19:32.6944447Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-08-17T12:19:32.6946596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-08-17T12:19:32.7359915Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-08-17T12:19:32.7374180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-08-17T12:19:32.7785568Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-08-17T12:19:32.7832066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-08-17T12:19:32.7841449Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-08-17T12:19:32.7849275Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-08-17T12:19:32.8254376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-08-17T12:19:32.8275941Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-08-17T12:19:32.8276388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-08-17T12:19:32.8376786Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-08-17T12:19:32.8662368Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-08-17T12:19:32.8693012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-08-17T12:19:32.9103468Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-08-17T12:19:32.9130201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-08-17T12:19:32.9598002Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-08-17T12:19:32.9598509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:33.0037069Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:33.0037589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-08-17T12:19:33.0462438Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-08-17T12:19:33.0462955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-08-17T12:19:33.0855091Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-08-17T12:19:33.0869092Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-08-17T12:19:33.0902878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-08-17T12:19:33.0948092Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-08-17T12:19:33.1340788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-08-17T12:19:33.1341414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-08-17T12:19:33.1744491Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-08-17T12:19:33.1777496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-08-17T12:19:33.2263849Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-08-17T12:19:33.2264374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-08-17T12:19:33.2717146Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-08-17T12:19:33.2717671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-08-17T12:19:33.2809498Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-08-17T12:19:33.2826309Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-08-17T12:19:33.3179880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-08-17T12:19:33.3180382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-08-17T12:19:33.3656565Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-08-17T12:19:33.3657107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-08-17T12:19:33.4136073Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-08-17T12:19:33.4137822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-08-17T12:19:33.4583760Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-08-17T12:19:33.4593272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-08-17T12:19:33.5055820Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-08-17T12:19:33.5064438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-08-17T12:19:33.5361162Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-08-17T12:19:33.5386859Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-08-17T12:19:33.5513791Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-08-17T12:19:33.5524929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:33.5935440Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-08-17T12:19:33.5947361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-08-17T12:19:33.6383211Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-08-17T12:19:33.6396304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-08-17T12:19:33.6817656Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-08-17T12:19:33.6827311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:33.7300397Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:33.7310211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:33.7740473Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-08-17T12:19:33.7755139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:33.8219518Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-08-17T12:19:33.8231861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-08-17T12:19:33.8658753Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-08-17T12:19:33.8669718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-08-17T12:19:33.8825656Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-08-17T12:19:33.8840123Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-08-17T12:19:33.8881819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-08-17T12:19:33.8889360Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-08-17T12:19:33.9104721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-08-17T12:19:33.9137492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-08-17T12:19:33.9544077Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-08-17T12:19:33.9577364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-08-17T12:19:34.0021047Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-08-17T12:19:34.0027635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-08-17T12:19:34.0081550Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-08-17T12:19:34.0097896Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-08-17T12:19:34.0424459Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-08-17T12:19:34.0448016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-08-17T12:19:34.0864297Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-08-17T12:19:34.0889510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-08-17T12:19:34.1305357Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-08-17T12:19:34.1421842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-08-17T12:19:34.1742826Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-08-17T12:19:34.1774171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-08-17T12:19:34.2224554Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-08-17T12:19:34.2256201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-08-17T12:19:34.2423226Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-08-17T12:19:34.2449452Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-08-17T12:19:34.2744432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-08-17T12:19:34.2773289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-08-17T12:19:34.3224151Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-08-17T12:19:34.3247382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-08-17T12:19:34.3664546Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-08-17T12:19:34.3687992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:34.4102955Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-08-17T12:19:34.4136869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-08-17T12:19:34.4577189Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-08-17T12:19:34.4585386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-08-17T12:19:34.4645045Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-08-17T12:19:34.4662290Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-08-17T12:19:34.5017543Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-08-17T12:19:34.5023250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-08-17T12:19:34.5457048Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-08-17T12:19:34.5462465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-08-17T12:19:34.5897391Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-08-17T12:19:34.5902809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-08-17T12:19:34.5965655Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-08-17T12:19:34.5978290Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-08-17T12:19:34.6305680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-08-17T12:19:34.6335077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-08-17T12:19:34.6464753Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-08-17T12:19:34.6475825Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-08-17T12:19:34.6774798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-08-17T12:19:34.6777970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-08-17T12:19:34.7221689Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-08-17T12:19:34.7233292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-08-17T12:19:34.7625274Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-08-17T12:19:34.7653226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-08-17T12:19:34.8064650Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-08-17T12:19:34.8098799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-08-17T12:19:34.8618695Z [gw2] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-08-17T12:19:34.8804037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-08-17T12:19:34.8815697Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-08-17T12:19:35.7156807Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-08-17T12:19:35.7172266Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-08-17T12:19:35.9998097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-08-17T12:19:36.0025865Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-08-17T12:19:36.9329210Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-08-17T12:19:36.9350820Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-08-17T12:19:37.2627445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-08-17T12:19:37.2653472Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-08-17T12:19:37.5732001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-08-17T12:19:37.5913280Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-08-17T12:19:37.9208329Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-08-17T12:19:37.9235316Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-08-17T12:19:38.6751469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-08-17T12:19:38.6763464Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-08-17T12:19:38.8827651Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-08-17T12:19:38.8858182Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-08-17T12:19:38.8930123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-08-17T12:19:38.8959796Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-08-17T12:19:39.0704170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-08-17T12:19:39.0713469Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-08-17T12:19:39.0728406Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-08-17T12:19:39.0736464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-08-17T12:19:39.3574515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-08-17T12:19:39.3588312Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-08-17T12:19:39.7225766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-08-17T12:19:39.7241170Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-08-17T12:19:40.0013420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-08-17T12:19:40.0043703Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-08-17T12:19:40.2277928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-08-17T12:19:40.2305130Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-08-17T12:19:40.5034359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-08-17T12:19:40.5053704Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-08-17T12:19:40.6904186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-08-17T12:19:40.6929041Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-08-17T12:19:40.7042376Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-08-17T12:19:40.7058696Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-08-17T12:19:40.8812095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-08-17T12:19:40.8941538Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-08-17T12:19:41.0274634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-08-17T12:19:41.0422736Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-08-17T12:19:41.1707150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-08-17T12:19:41.1724847Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-08-17T12:19:41.3709329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-08-17T12:19:41.3870430Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-08-17T12:19:41.6233149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-08-17T12:19:41.6250440Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-08-17T12:19:41.7394734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-08-17T12:19:41.7422604Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-08-17T12:19:41.7890860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-08-17T12:19:41.7915264Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-08-17T12:19:41.8234930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-08-17T12:19:41.8249319Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-08-17T12:19:41.8717400Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-08-17T12:19:41.8830611Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-08-17T12:19:42.0743976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-08-17T12:19:42.0767965Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-08-17T12:19:42.1000952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-08-17T12:19:42.1259199Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-08-17T12:19:42.1404376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-08-17T12:19:42.1699142Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-08-17T12:19:42.1843132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-08-17T12:19:42.2218267Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-08-17T12:19:42.2295857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-08-17T12:19:42.2579559Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-08-17T12:19:42.2727513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-08-17T12:19:42.2943513Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-08-17T12:19:42.3247257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-08-17T12:19:42.3458952Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-08-17T12:19:42.3749971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-08-17T12:19:42.3820564Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-08-17T12:19:42.4053206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-08-17T12:19:42.4340247Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-08-17T12:19:42.4488943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-08-17T12:19:42.4780417Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-08-17T12:19:42.5206665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-08-17T12:19:42.5236107Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-08-17T12:19:42.5496456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-08-17T12:19:42.5702068Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-08-17T12:19:42.5813447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-08-17T12:19:42.5823155Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-08-17T12:19:42.5887671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-08-17T12:19:42.6178247Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-08-17T12:19:42.6387980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-08-17T12:19:42.6618770Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-08-17T12:19:42.6852706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-08-17T12:19:42.7059198Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-08-17T12:19:42.7586957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-08-17T12:19:42.7605352Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-08-17T12:19:42.8108065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-08-17T12:19:42.8125348Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-08-17T12:19:42.8448035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-08-17T12:19:42.8543286Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-08-17T12:19:42.9057367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-08-17T12:19:42.9078294Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-08-17T12:19:42.9092358Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-08-17T12:19:42.9112173Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-08-17T12:19:42.9432172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-08-17T12:19:42.9577921Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-08-17T12:19:43.0027141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-08-17T12:19:43.0044696Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-08-17T12:19:43.0759853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-08-17T12:19:43.0783448Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-08-17T12:19:43.1246047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-08-17T12:19:43.1268097Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-08-17T12:19:43.1580177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-08-17T12:19:43.1818107Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-08-17T12:19:43.2235125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-08-17T12:19:43.2258944Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-08-17T12:19:43.2585369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-08-17T12:19:43.2777812Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-08-17T12:19:43.6939768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-08-17T12:19:43.6947537Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-08-17T12:19:43.7522899Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-08-17T12:19:43.7534653Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-08-17T12:19:43.9147186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-08-17T12:19:43.9171387Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-08-17T12:19:44.2661447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-08-17T12:19:44.2687342Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-08-17T12:19:44.5667748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-08-17T12:19:44.5693214Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-08-17T12:19:44.6027428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-08-17T12:19:44.6048389Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-08-17T12:19:44.7181933Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-08-17T12:19:44.7297407Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-08-17T12:19:45.1973787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-08-17T12:19:45.2141139Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-08-17T12:19:45.4160101Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-08-17T12:19:45.4182763Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-08-17T12:19:45.8527315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-08-17T12:19:45.8554329Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-08-17T12:19:45.9486331Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-08-17T12:19:45.9522643Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-08-17T12:19:46.2718645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-08-17T12:19:46.2742458Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-08-17T12:19:46.3906495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-08-17T12:19:46.3919320Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-08-17T12:19:46.7192787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-08-17T12:19:46.7214850Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-08-17T12:19:46.8761615Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:19:46.8786117Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-08-17T12:19:46.9203839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-08-17T12:19:46.9224429Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:19:47.1665774Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:19:47.1691227Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:19:47.2657593Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:19:47.2803155Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-08-17T12:19:47.4266384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-08-17T12:19:47.4291826Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:19:47.5795873Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:19:47.5820373Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-08-17T12:19:47.5974186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-08-17T12:19:47.6000568Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:19:47.6199478Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:19:47.6224758Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-08-17T12:19:47.6998696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-08-17T12:19:47.7013861Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-08-17T12:19:47.7534188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-08-17T12:19:47.7547476Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-08-17T12:19:47.8195084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-08-17T12:19:47.8210474Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:19:47.9381471Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:19:47.9396240Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-08-17T12:19:48.0579604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-08-17T12:19:48.0607132Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:19:48.1366155Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:19:48.1397538Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-08-17T12:19:48.1467626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-08-17T12:19:48.1481763Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:19:48.2232395Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-08-17T12:19:48.2242461Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-08-17T12:19:48.3149005Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-08-17T12:19:48.3304124Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-08-17T12:19:48.4307654Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-08-17T12:19:48.4332321Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-08-17T12:19:48.4707500Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-08-17T12:19:48.4724156Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-08-17T12:19:48.5064358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-08-17T12:19:48.5073571Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-08-17T12:19:48.5772989Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-08-17T12:19:48.5798679Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-08-17T12:19:48.7469712Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-08-17T12:19:48.7502969Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-08-17T12:19:49.4491654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-08-17T12:19:49.4505313Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-08-17T12:19:49.9908439Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-08-17T12:19:49.9936796Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-08-17T12:19:50.2054919Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-08-17T12:19:50.2149803Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-08-17T12:19:50.4548183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-08-17T12:19:50.4619311Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-08-17T12:19:50.5476855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-08-17T12:19:50.5505914Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-08-17T12:19:51.1724697Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-08-17T12:19:51.1749881Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-08-17T12:19:51.2063589Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:19:51.2258028Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:19:51.2495038Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:19:51.2623223Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:19:51.3234555Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-08-17T12:19:51.3259951Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-08-17T12:19:51.3536096Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-08-17T12:19:51.3664812Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-08-17T12:19:51.9635572Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:19:51.9648830Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-08-17T12:19:52.0341999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-08-17T12:19:52.0346379Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-08-17T12:19:52.0611443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-08-17T12:19:52.0619147Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-08-17T12:19:52.1511186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-08-17T12:19:52.1523404Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:19:52.7937738Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:19:52.7966438Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:19:53.3819137Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:19:53.3838796Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:19:53.3844919Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-08-17T12:19:53.3867247Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:19:54.0937389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-08-17T12:19:54.0967952Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:19:54.4253010Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:19:54.4274458Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-08-17T12:19:54.5380411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-08-17T12:19:54.5395328Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-08-17T12:19:54.6055792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-08-17T12:19:54.6069565Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:19:54.6602430Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:19:54.6623311Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-08-17T12:19:54.8062088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-08-17T12:19:54.8096021Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-08-17T12:19:55.2025835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-08-17T12:19:55.2033417Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:19:55.2472391Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-08-17T12:19:55.2501635Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-08-17T12:19:55.2896644Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-08-17T12:19:55.2939449Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-08-17T12:19:55.3480679Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-08-17T12:19:55.3659020Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-08-17T12:19:55.4367010Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-08-17T12:19:55.4395446Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-08-17T12:19:55.4776762Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-08-17T12:19:55.4898090Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-08-17T12:19:55.5243321Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-08-17T12:19:55.5406812Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-08-17T12:19:55.5416000Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-08-17T12:19:55.5855659Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-08-17T12:19:55.5864726Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-08-17T12:19:55.6299979Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-08-17T12:19:55.6309752Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-08-17T12:19:55.6739011Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-08-17T12:19:55.7161548Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-08-17T12:19:55.7196619Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-08-17T12:19:55.7242540Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-08-17T12:19:55.7262605Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-08-17T12:19:55.7781075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-08-17T12:19:55.7827478Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-08-17T12:19:56.1284414Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-08-17T12:19:56.1304097Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-08-17T12:19:56.6504740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-08-17T12:19:56.6530766Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-08-17T12:19:57.7114715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-08-17T12:19:57.7261895Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-08-17T12:19:58.0087101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-08-17T12:19:58.0113024Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-08-17T12:19:58.0717797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-08-17T12:19:58.0735266Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-08-17T12:19:58.1132844Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-08-17T12:19:58.1154733Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-08-17T12:19:58.9754231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-08-17T12:19:58.9780751Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-08-17T12:19:59.6156231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-08-17T12:19:59.6171116Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-08-17T12:19:59.7389722Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-08-17T12:19:59.7407949Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-08-17T12:20:00.6611855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-08-17T12:20:00.6640275Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-08-17T12:20:00.8705785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-08-17T12:20:00.8720187Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-08-17T12:20:00.9724889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-08-17T12:20:00.9738307Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-08-17T12:20:01.4260824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-08-17T12:20:01.4288032Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-08-17T12:20:02.0486817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-08-17T12:20:02.0512284Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-08-17T12:20:02.0795166Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-08-17T12:20:02.0809662Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-08-17T12:20:03.8390477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-08-17T12:20:03.8419033Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-08-17T12:20:04.2596043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-08-17T12:20:04.2622820Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-08-17T12:20:04.4001193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-08-17T12:20:04.4016958Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-08-17T12:20:04.6082257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-08-17T12:20:04.6096348Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-08-17T12:20:05.0509870Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-08-17T12:20:05.0539478Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-08-17T12:20:06.0406157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-08-17T12:20:06.0492416Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-08-17T12:20:06.0949024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-08-17T12:20:06.0968634Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-08-17T12:20:06.1906017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-08-17T12:20:06.2122059Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-08-17T12:20:06.6704020Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-08-17T12:20:06.6721800Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-08-17T12:20:06.9278358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-08-17T12:20:06.9307438Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-08-17T12:20:07.0755172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-08-17T12:20:07.0775859Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-08-17T12:20:07.6683206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-08-17T12:20:07.6710894Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-08-17T12:20:07.7746088Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-08-17T12:20:07.7771543Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-08-17T12:20:07.9477528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-08-17T12:20:07.9493544Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-08-17T12:20:08.2013403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-08-17T12:20:08.2044853Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-08-17T12:20:08.6574012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-08-17T12:20:08.6595050Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-08-17T12:20:08.9226903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-08-17T12:20:08.9243543Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-08-17T12:20:09.5418655Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-08-17T12:20:09.5437012Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-08-17T12:20:09.5798275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-08-17T12:20:09.5829543Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-08-17T12:20:09.6878011Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-08-17T12:20:09.6953040Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-08-17T12:20:09.7904448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-08-17T12:20:09.7921544Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-08-17T12:20:09.9787343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-08-17T12:20:09.9805824Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-08-17T12:20:10.3001820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-08-17T12:20:10.3040185Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-08-17T12:20:10.3355898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-08-17T12:20:10.3378796Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-08-17T12:20:10.4084118Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-08-17T12:20:10.4110420Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-08-17T12:20:10.7125541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-08-17T12:20:10.7161286Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-08-17T12:20:10.8870916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-08-17T12:20:10.8912104Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-08-17T12:20:11.1540670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-08-17T12:20:11.1557189Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-08-17T12:20:11.3261930Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-08-17T12:20:11.3277044Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-08-17T12:20:11.8250661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-08-17T12:20:11.8278470Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-08-17T12:20:11.9644788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-08-17T12:20:11.9660304Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-08-17T12:20:12.2576406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-08-17T12:20:12.2604346Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-08-17T12:20:12.4466604Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-08-17T12:20:12.4484076Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-08-17T12:20:12.8027914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-08-17T12:20:12.8037734Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-08-17T12:20:12.8043073Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-08-17T12:20:12.8050877Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-08-17T12:20:12.8881960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-08-17T12:20:12.8907759Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-08-17T12:20:13.0239677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-08-17T12:20:13.0269217Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-08-17T12:20:13.2518985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-08-17T12:20:13.2538275Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-08-17T12:20:13.3824589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-08-17T12:20:13.3850326Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-08-17T12:20:13.3914998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-08-17T12:20:13.3927821Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-08-17T12:20:13.5653087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-08-17T12:20:13.5868467Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-08-17T12:20:13.7946904Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-08-17T12:20:13.7960479Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-08-17T12:20:13.8736076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-08-17T12:20:13.8865338Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-08-17T12:20:13.9910673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-08-17T12:20:13.9940336Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-08-17T12:20:14.4885858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-08-17T12:20:14.4916394Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-08-17T12:20:14.5077151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-08-17T12:20:14.5104178Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-08-17T12:20:14.8906660Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-08-17T12:20:14.8931631Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-08-17T12:20:14.9921553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-08-17T12:20:14.9948220Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-08-17T12:20:15.0046197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-08-17T12:20:15.0302151Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-08-17T12:20:15.3551113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-08-17T12:20:15.3684237Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-08-17T12:20:15.7221641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-08-17T12:20:15.7233148Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-08-17T12:20:15.7261765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-08-17T12:20:15.7276785Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-08-17T12:20:15.7328419Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-08-17T12:20:15.7335908Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-08-17T12:20:15.9224326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-08-17T12:20:15.9242342Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-08-17T12:20:15.9915604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-08-17T12:20:15.9934382Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-08-17T12:20:16.4090444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-08-17T12:20:16.4104867Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-08-17T12:20:16.4381071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-08-17T12:20:16.4406563Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-08-17T12:20:16.7248753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-08-17T12:20:16.7263074Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-08-17T12:20:16.8276107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-08-17T12:20:16.8492291Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-08-17T12:20:16.8614578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-08-17T12:20:16.8628499Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-08-17T12:20:17.1808588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-08-17T12:20:17.1828779Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-08-17T12:20:17.2251489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-08-17T12:20:17.2278533Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-08-17T12:20:17.2744883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-08-17T12:20:17.2763765Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-08-17T12:20:17.3865678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-08-17T12:20:17.3883830Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-08-17T12:20:17.4906309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-08-17T12:20:17.4921288Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-08-17T12:20:17.6179069Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-08-17T12:20:17.6355209Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-08-17T12:20:17.6765851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-08-17T12:20:17.6832919Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-08-17T12:20:17.7787024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-08-17T12:20:17.7808201Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-08-17T12:20:17.9106004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-08-17T12:20:17.9132386Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-08-17T12:20:17.9654254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-08-17T12:20:17.9678296Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-08-17T12:20:18.2187915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-08-17T12:20:18.2201273Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-08-17T12:20:18.3171855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-08-17T12:20:18.3197241Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-08-17T12:20:18.3876695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-08-17T12:20:18.3889865Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-08-17T12:20:18.4610004Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-08-17T12:20:18.4623764Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-08-17T12:20:18.7735715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-08-17T12:20:18.7759293Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-08-17T12:20:18.8385224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-08-17T12:20:18.8392364Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-08-17T12:20:19.3118072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-08-17T12:20:19.3133759Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-08-17T12:20:19.7836527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-08-17T12:20:19.7860097Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-08-17T12:20:20.3271041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-08-17T12:20:20.3283659Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-08-17T12:20:20.3299649Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-08-17T12:20:20.3337326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-08-17T12:20:20.3608239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-08-17T12:20:20.3625224Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-08-17T12:20:20.5186354Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-08-17T12:20:20.5205134Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-08-17T12:20:21.0536995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-08-17T12:20:21.0558221Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-08-17T12:20:21.2908244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-08-17T12:20:21.2928044Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-08-17T12:20:21.5573350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-08-17T12:20:21.5601953Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-08-17T12:20:21.7821289Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-08-17T12:20:21.7841851Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-08-17T12:20:21.9617739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-08-17T12:20:21.9644287Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-08-17T12:20:22.4416940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-08-17T12:20:22.4444426Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-08-17T12:20:22.5102234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-08-17T12:20:22.5262657Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-08-17T12:20:23.0339396Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-08-17T12:20:23.0365797Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-08-17T12:20:23.1025855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-08-17T12:20:23.1053239Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-08-17T12:20:23.5305998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-08-17T12:20:23.5326185Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-08-17T12:20:23.9254027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-08-17T12:20:23.9275086Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-08-17T12:20:24.0648733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-08-17T12:20:24.0663036Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-08-17T12:20:24.0672243Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-08-17T12:20:24.0697088Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-08-17T12:20:24.1940575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-08-17T12:20:24.2257514Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-08-17T12:20:24.6133276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-08-17T12:20:24.6153764Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-08-17T12:20:24.7936453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-08-17T12:20:24.7960341Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-08-17T12:20:24.8646742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-08-17T12:20:24.8665414Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-08-17T12:20:25.3603975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-08-17T12:20:25.3782474Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-08-17T12:20:25.5257399Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-08-17T12:20:25.5425750Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-08-17T12:20:25.5959955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-08-17T12:20:25.5984247Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-08-17T12:20:26.1121603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-08-17T12:20:26.1142121Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-08-17T12:20:26.6300972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-08-17T12:20:26.6328141Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-08-17T12:20:26.6895922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-08-17T12:20:26.6914755Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-08-17T12:20:27.1257953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-08-17T12:20:27.1274284Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-08-17T12:20:27.2600241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-08-17T12:20:27.2719891Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-08-17T12:20:27.5067437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-08-17T12:20:27.5089818Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-08-17T12:20:28.0343913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-08-17T12:20:28.0370016Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-08-17T12:20:28.1767126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-08-17T12:20:28.1799600Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-08-17T12:20:28.1809129Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-08-17T12:20:28.1821582Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-08-17T12:20:28.2479464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-08-17T12:20:28.2497683Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-08-17T12:20:28.9322027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-08-17T12:20:28.9347198Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-08-17T12:20:29.0124627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-08-17T12:20:29.0145576Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-08-17T12:20:29.2590015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-08-17T12:20:29.2609742Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-08-17T12:20:29.4056155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-08-17T12:20:29.4056658Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-08-17T12:20:29.5594268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-08-17T12:20:29.5612370Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-08-17T12:20:29.7883313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-08-17T12:20:29.7902334Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-08-17T12:20:29.9381432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-08-17T12:20:29.9613291Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-08-17T12:20:29.9613854Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-08-17T12:20:29.9614649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-08-17T12:20:30.1166021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-08-17T12:20:30.1183060Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-08-17T12:20:30.2883706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-08-17T12:20:30.2901598Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-08-17T12:20:30.3219022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-08-17T12:20:30.3274798Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-08-17T12:20:30.5519793Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-08-17T12:20:30.5545689Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-08-17T12:20:30.6743976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-08-17T12:20:30.6835198Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-08-17T12:20:30.8222586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-08-17T12:20:30.8238229Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-08-17T12:20:30.9202952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-08-17T12:20:30.9222478Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-08-17T12:20:31.2562605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-08-17T12:20:31.2590306Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-08-17T12:20:31.3419680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-08-17T12:20:31.3571261Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-08-17T12:20:31.3842592Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-08-17T12:20:31.3863068Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-08-17T12:20:31.3958739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-08-17T12:20:31.3983346Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-08-17T12:20:31.5294300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-08-17T12:20:31.5314782Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-08-17T12:20:31.8169775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-08-17T12:20:31.8206402Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-08-17T12:20:31.8446269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-08-17T12:20:31.8483842Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-08-17T12:20:31.8750148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-08-17T12:20:31.8783797Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-08-17T12:20:31.9282922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-08-17T12:20:31.9295799Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-08-17T12:20:31.9479364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-08-17T12:20:31.9523704Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-08-17T12:20:31.9922332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-08-17T12:20:31.9951417Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-08-17T12:20:32.1227199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-08-17T12:20:32.1250595Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-08-17T12:20:32.3869313Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-08-17T12:20:32.3936059Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-08-17T12:20:32.5180602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-08-17T12:20:32.5197521Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-08-17T12:20:32.8138840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-08-17T12:20:32.8302982Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-08-17T12:20:33.2082921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-08-17T12:20:33.2107619Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-08-17T12:20:33.4267301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-08-17T12:20:33.4294405Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-08-17T12:20:33.5180065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-08-17T12:20:33.5206461Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-08-17T12:20:33.6047088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-08-17T12:20:33.6070688Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-08-17T12:20:33.7284481Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-08-17T12:20:33.7351330Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-08-17T12:20:34.0003994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-08-17T12:20:34.0029737Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-08-17T12:20:34.2414090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-08-17T12:20:34.2441289Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-08-17T12:20:34.3355068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-08-17T12:20:34.3380368Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-08-17T12:20:34.5226728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-08-17T12:20:34.5245422Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-08-17T12:20:34.6551364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-08-17T12:20:34.6576458Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-08-17T12:20:34.8128733Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-08-17T12:20:34.8144211Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-08-17T12:20:34.8695329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-08-17T12:20:34.8723022Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-08-17T12:20:35.0205939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-08-17T12:20:35.0222404Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-08-17T12:20:35.2256326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-08-17T12:20:35.2285741Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-08-17T12:20:35.2427100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-08-17T12:20:35.2441313Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-08-17T12:20:35.2496029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-08-17T12:20:35.2520918Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-08-17T12:20:35.5325291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-08-17T12:20:35.5345031Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-08-17T12:20:35.5563953Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-08-17T12:20:35.5732040Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-08-17T12:20:35.6371452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-08-17T12:20:35.6400181Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-08-17T12:20:36.0343452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-08-17T12:20:36.0362833Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-08-17T12:20:36.0451915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-08-17T12:20:36.0468457Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-08-17T12:20:36.1520706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-08-17T12:20:36.1548509Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-08-17T12:20:36.2424698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-08-17T12:20:36.2594269Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-08-17T12:20:36.3727578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-08-17T12:20:36.3752647Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-08-17T12:20:36.5092991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-08-17T12:20:36.5114355Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-08-17T12:20:36.5196680Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-08-17T12:20:36.5270709Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-08-17T12:20:36.6725685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-08-17T12:20:36.6737453Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-08-17T12:20:36.6814599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-08-17T12:20:36.6840782Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-08-17T12:20:36.7944518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-08-17T12:20:36.7958738Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-08-17T12:20:36.8921730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-08-17T12:20:36.8948770Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-08-17T12:20:37.2346456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-08-17T12:20:37.2380847Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-08-17T12:20:37.3735117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-08-17T12:20:37.3753351Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-08-17T12:20:37.4019967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-08-17T12:20:37.4035434Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-08-17T12:20:37.4188698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-08-17T12:20:37.4278472Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-08-17T12:20:37.4949012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-08-17T12:20:37.4964874Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-08-17T12:20:37.8033923Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-08-17T12:20:37.8064815Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-08-17T12:20:37.8318803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-08-17T12:20:37.8341327Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-08-17T12:20:37.9801392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-08-17T12:20:37.9825208Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-08-17T12:20:38.4169474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-08-17T12:20:38.4193710Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-08-17T12:20:38.4634899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-08-17T12:20:38.4659831Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-08-17T12:20:38.4731819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-08-17T12:20:38.4751913Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-08-17T12:20:38.8074780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-08-17T12:20:38.8346877Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-08-17T12:20:38.8355937Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-08-17T12:20:38.8503867Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-08-17T12:20:38.8637198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-08-17T12:20:38.8659623Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-08-17T12:20:39.1553421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-08-17T12:20:39.1590169Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-08-17T12:20:39.2863563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-08-17T12:20:39.2878488Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-08-17T12:20:39.2889354Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-08-17T12:20:39.2900784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-08-17T12:20:39.7755249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-08-17T12:20:39.7782422Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-08-17T12:20:39.7894682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-08-17T12:20:39.7917058Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-08-17T12:20:39.8517935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-08-17T12:20:39.8539300Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-08-17T12:20:40.1658633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-08-17T12:20:40.1689796Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-08-17T12:20:40.3129652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-08-17T12:20:40.3155859Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-08-17T12:20:40.3166809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-08-17T12:20:40.3189520Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-08-17T12:20:40.6544644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-08-17T12:20:40.6568879Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-08-17T12:20:40.6624086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-08-17T12:20:40.6637675Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-08-17T12:20:40.7798660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-08-17T12:20:40.7815117Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-08-17T12:20:40.9714909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-08-17T12:20:40.9729715Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-08-17T12:20:41.0288745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-08-17T12:20:41.0302690Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-08-17T12:20:41.1082996Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-08-17T12:20:41.1144023Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-08-17T12:20:41.2348092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-08-17T12:20:41.2361387Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-08-17T12:20:41.3388324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-08-17T12:20:41.3556226Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-08-17T12:20:41.5790204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-08-17T12:20:41.5814473Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-08-17T12:20:41.6162231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-08-17T12:20:41.6191399Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-08-17T12:20:41.6203226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-08-17T12:20:41.6212490Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-08-17T12:20:42.0317823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-08-17T12:20:42.0339585Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-08-17T12:20:42.2360287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-08-17T12:20:42.2383452Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-08-17T12:20:42.3386539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-08-17T12:20:42.3409381Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-08-17T12:20:42.6042074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-08-17T12:20:42.6063652Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-08-17T12:20:42.6074648Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-08-17T12:20:42.6095712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-08-17T12:20:43.0688374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-08-17T12:20:43.0706046Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-08-17T12:20:43.0761562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-08-17T12:20:43.0778872Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-08-17T12:20:43.1303464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-08-17T12:20:43.1464243Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-08-17T12:20:43.3757902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-08-17T12:20:43.3929875Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-08-17T12:20:43.6526082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-08-17T12:20:43.6550816Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-08-17T12:20:43.6669975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-08-17T12:20:43.6694481Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-08-17T12:20:43.7686155Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-08-17T12:20:43.7719567Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-08-17T12:20:43.9796301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-08-17T12:20:43.9822249Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-08-17T12:20:44.0439958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-08-17T12:20:44.0465775Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-08-17T12:20:44.0489567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-08-17T12:20:44.0550422Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-08-17T12:20:44.3253191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-08-17T12:20:44.3278107Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-08-17T12:20:44.6346844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-08-17T12:20:44.6358942Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-08-17T12:20:44.7451752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-08-17T12:20:44.7477077Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-08-17T12:20:44.7849035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-08-17T12:20:44.7860928Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-08-17T12:20:45.1608072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-08-17T12:20:45.1633681Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-08-17T12:20:45.2512186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-08-17T12:20:45.2541478Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-08-17T12:20:45.2618048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-08-17T12:20:45.2646847Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-08-17T12:20:45.5519029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-08-17T12:20:45.5542885Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-08-17T12:20:45.6245269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-08-17T12:20:45.6265208Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-08-17T12:20:45.6708436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-08-17T12:20:45.6726115Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-08-17T12:20:45.7868598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-08-17T12:20:45.7891333Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-08-17T12:20:46.0299458Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-08-17T12:20:46.0317609Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-08-17T12:20:46.1625491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-08-17T12:20:46.1640991Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-08-17T12:20:46.2268882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-08-17T12:20:46.2340186Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-08-17T12:20:46.3096934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-08-17T12:20:46.3238706Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-08-17T12:20:46.3872139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-08-17T12:20:46.3934459Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-08-17T12:20:46.5909062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-08-17T12:20:46.6051053Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-08-17T12:20:46.6475042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-08-17T12:20:46.6494874Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-08-17T12:20:46.8285307Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-08-17T12:20:46.8379821Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-08-17T12:20:47.3176462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-08-17T12:20:47.3200945Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-08-17T12:20:47.3702860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-08-17T12:20:47.3732434Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-08-17T12:20:47.4627675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-08-17T12:20:47.4654626Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-08-17T12:20:48.0278412Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-08-17T12:20:48.0303174Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-08-17T12:20:48.2239472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-08-17T12:20:48.2324707Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-08-17T12:20:48.8025200Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-08-17T12:20:48.8070833Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-08-17T12:20:49.1388473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-08-17T12:20:49.1400383Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-08-17T12:20:49.2501439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-08-17T12:20:49.2526808Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-08-17T12:20:49.2982243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-08-17T12:20:49.2999117Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-08-17T12:20:49.5685852Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-08-17T12:20:49.5707368Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-08-17T12:20:50.4587755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-08-17T12:20:50.4613722Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-08-17T12:20:50.5001599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-08-17T12:20:50.5016780Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-08-17T12:20:50.5580387Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-08-17T12:20:50.5605377Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-08-17T12:20:50.9305397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-08-17T12:20:50.9377965Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-08-17T12:20:51.0153685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-08-17T12:20:51.0170111Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-08-17T12:20:51.8473296Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-08-17T12:20:51.8627425Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-08-17T12:20:51.9134018Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-08-17T12:20:51.9162778Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-08-17T12:20:51.9564641Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-08-17T12:20:51.9619187Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-08-17T12:20:52.0035287Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-08-17T12:20:52.0066231Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-08-17T12:20:52.3175730Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-08-17T12:20:52.3200626Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-08-17T12:20:52.4233476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-08-17T12:20:52.4265961Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-08-17T12:20:52.9330654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-08-17T12:20:52.9344753Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-08-17T12:20:53.4330649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-08-17T12:20:53.4356235Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-08-17T12:20:54.1056296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-08-17T12:20:54.1074042Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-08-17T12:20:54.1183031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-08-17T12:20:54.1206208Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-08-17T12:20:54.8392759Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-08-17T12:20:54.8417920Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-08-17T12:20:54.9905525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-08-17T12:20:54.9920682Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-08-17T12:20:55.5772899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-08-17T12:20:55.5803790Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-08-17T12:20:55.5915027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-08-17T12:20:55.5927958Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-08-17T12:20:55.6395674Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-08-17T12:20:55.6410134Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-08-17T12:20:56.2758974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-08-17T12:20:56.2783752Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-08-17T12:20:57.1077195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-08-17T12:20:57.1181123Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-08-17T12:20:57.6305188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-08-17T12:20:57.6332093Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-08-17T12:20:57.7004323Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-08-17T12:20:57.7021538Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-08-17T12:20:57.7123413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-08-17T12:20:57.7153699Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-08-17T12:20:58.0272189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-08-17T12:20:58.0332978Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-08-17T12:20:59.2473675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-08-17T12:20:59.2499866Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-08-17T12:20:59.4758079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-08-17T12:20:59.4781074Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-08-17T12:20:59.5164576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-08-17T12:20:59.5185137Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-08-17T12:20:59.6058959Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-08-17T12:20:59.6083341Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-08-17T12:20:59.9268534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-08-17T12:20:59.9296569Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-08-17T12:21:00.7004144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-08-17T12:21:00.7018046Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-08-17T12:21:00.9497498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-08-17T12:21:00.9525686Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-08-17T12:21:01.6125020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-08-17T12:21:01.6139109Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-08-17T12:21:01.6451622Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-08-17T12:21:01.6467003Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-08-17T12:21:01.6550593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-08-17T12:21:01.6562909Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-08-17T12:21:02.8332107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-08-17T12:21:02.8345601Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-08-17T12:21:02.8383627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-08-17T12:21:02.8456913Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-08-17T12:21:03.2059554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-08-17T12:21:03.2085128Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-08-17T12:21:03.3781899Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-08-17T12:21:03.3806544Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-08-17T12:21:03.7610019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-08-17T12:21:03.7610732Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-08-17T12:21:04.0877385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-08-17T12:21:04.0903380Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-08-17T12:21:04.3576411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-08-17T12:21:04.3593272Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-08-17T12:21:04.7185766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-08-17T12:21:04.7211881Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-08-17T12:21:04.9277385Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-08-17T12:21:04.9346927Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-08-17T12:21:05.1729018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-08-17T12:21:05.1748463Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-08-17T12:21:05.1779957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-08-17T12:21:05.1796793Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-08-17T12:21:06.6151663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-08-17T12:21:06.6176678Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-08-17T12:21:06.6378709Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-08-17T12:21:06.6403813Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-08-17T12:21:06.7991358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-08-17T12:21:06.8012057Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-08-17T12:21:06.8023360Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-08-17T12:21:06.8049489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-08-17T12:21:06.8062824Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-08-17T12:21:06.8078118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-08-17T12:21:07.3226655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-08-17T12:21:07.3250165Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-08-17T12:21:07.6506128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-08-17T12:21:07.6529041Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-08-17T12:21:07.8789227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-08-17T12:21:07.8808383Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-08-17T12:21:07.8886822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-08-17T12:21:07.8905802Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-08-17T12:21:08.0610091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-08-17T12:21:08.0624593Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-08-17T12:21:08.2018263Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-08-17T12:21:08.2045626Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-08-17T12:21:08.4466658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-08-17T12:21:08.4493254Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-08-17T12:21:08.4564153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-08-17T12:21:08.4579961Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-08-17T12:21:08.7345696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-08-17T12:21:08.7367200Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-08-17T12:21:09.1336505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-08-17T12:21:09.1361855Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-08-17T12:21:09.4654622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-08-17T12:21:09.4838263Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-08-17T12:21:09.6844731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-08-17T12:21:09.6869180Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-08-17T12:21:09.6912259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-08-17T12:21:09.6930955Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-08-17T12:21:09.6977466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-08-17T12:21:09.6998894Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-08-17T12:21:10.3901782Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-08-17T12:21:10.3919413Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-08-17T12:21:10.5014950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-08-17T12:21:10.5035345Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-08-17T12:21:10.8087494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-08-17T12:21:10.8114460Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-08-17T12:21:11.0043711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-08-17T12:21:11.0068468Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-08-17T12:21:11.5465317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-08-17T12:21:11.5488694Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-08-17T12:21:11.7213337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-08-17T12:21:11.7227550Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-08-17T12:21:11.7910262Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-08-17T12:21:11.7966321Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-08-17T12:21:12.3315587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-08-17T12:21:12.3340819Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-08-17T12:21:12.4987166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-08-17T12:21:12.5010177Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-08-17T12:21:12.5818046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-08-17T12:21:12.5838578Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-08-17T12:21:13.0466063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-08-17T12:21:13.0492573Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-08-17T12:21:13.2141342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-08-17T12:21:13.2155482Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-08-17T12:21:13.2235684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-08-17T12:21:13.2260855Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-08-17T12:21:13.2927654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-08-17T12:21:13.2957121Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-08-17T12:21:13.6305787Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-08-17T12:21:13.6329410Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-08-17T12:21:13.7108047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-08-17T12:21:13.7221366Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-08-17T12:21:13.9136623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-08-17T12:21:13.9170235Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-08-17T12:21:13.9292813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-08-17T12:21:13.9309383Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-08-17T12:21:13.9829559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-08-17T12:21:13.9843403Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-08-17T12:21:14.3945192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-08-17T12:21:14.3961409Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-08-17T12:21:14.4016544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-08-17T12:21:14.4130922Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-08-17T12:21:14.4149105Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-08-17T12:21:14.4159278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-08-17T12:21:14.6506366Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-08-17T12:21:14.6523789Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-08-17T12:21:14.7498288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-08-17T12:21:14.7863027Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-08-17T12:21:14.8190840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-08-17T12:21:14.8215775Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-08-17T12:21:15.1965838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-08-17T12:21:15.1990884Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-08-17T12:21:15.3385993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-08-17T12:21:15.3415825Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-08-17T12:21:15.3527802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-08-17T12:21:15.3730821Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-08-17T12:21:15.3757634Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-08-17T12:21:15.3843799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:21:15.3935043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-08-17T12:21:15.4130351Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-08-17T12:21:15.4149310Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-08-17T12:21:15.4263374Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-08-17T12:21:15.4546963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-08-17T12:21:15.4766402Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-08-17T12:21:15.4773986Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-08-17T12:21:15.4788498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-08-17T12:21:15.4853060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-08-17T12:21:15.5226451Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-08-17T12:21:15.5337817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-08-17T12:21:15.5476344Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-08-17T12:21:15.5494814Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:21:15.5739560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:15.5764092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-08-17T12:21:15.6179482Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-08-17T12:21:15.6208310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-08-17T12:21:15.6544627Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-08-17T12:21:15.6647509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-08-17T12:21:15.7019176Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-08-17T12:21:15.7060314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-08-17T12:21:15.7180693Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-08-17T12:21:15.7226966Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-08-17T12:21:15.7423620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:21:15.7499237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-08-17T12:21:15.7557197Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-08-17T12:21:15.7567324Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-08-17T12:21:15.7693809Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-08-17T12:21:15.7703412Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:15.7864936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:21:15.7972670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-08-17T12:21:15.8019875Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-08-17T12:21:15.8058483Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-08-17T12:21:15.8304190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:15.8396977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-08-17T12:21:15.8743873Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-08-17T12:21:15.8815604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-08-17T12:21:15.8906959Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-08-17T12:21:15.8918272Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:15.9182783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:21:15.9241272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-08-17T12:21:15.9253770Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-08-17T12:21:15.9309522Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-08-17T12:21:15.9698604Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-08-17T12:21:15.9732109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-08-17T12:21:15.9760106Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:21:15.9760714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:21:15.9951723Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-08-17T12:21:15.9965023Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:21:16.0063658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:21:16.0200889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-08-17T12:21:16.0504342Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-08-17T12:21:16.0552897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-08-17T12:21:16.0564038Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:21:16.0612551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:21:16.0898963Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-08-17T12:21:16.0905730Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-08-17T12:21:16.0940448Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-08-17T12:21:16.1037667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-08-17T12:21:16.1183789Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-08-17T12:21:16.1188251Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-08-17T12:21:16.1367810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:21:16.1382722Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:21:16.1390767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:16.1487613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-08-17T12:21:16.1701415Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-08-17T12:21:16.1711202Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-08-17T12:21:16.1821608Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-08-17T12:21:16.1920879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-08-17T12:21:16.2194813Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-08-17T12:21:16.2210497Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:16.2304424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:21:16.2402839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-08-17T12:21:16.2592395Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-08-17T12:21:16.2624358Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:21:16.2722363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-08-17T12:21:16.2731005Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-08-17T12:21:16.2740021Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-08-17T12:21:16.2819402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-08-17T12:21:16.3088144Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-08-17T12:21:16.3102569Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-08-17T12:21:16.3146695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-08-17T12:21:16.3159709Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:21:16.3179557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:16.3264242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-08-17T12:21:16.3593792Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-08-17T12:21:16.3602630Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-08-17T12:21:16.3621484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-08-17T12:21:16.3721290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-08-17T12:21:16.3818430Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-08-17T12:21:16.3829388Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-08-17T12:21:16.3943061Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-08-17T12:21:16.4023337Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-08-17T12:21:16.4061055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-08-17T12:21:16.4157436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-08-17T12:21:16.4499936Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-08-17T12:21:16.4510814Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-08-17T12:21:16.4515110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-08-17T12:21:16.4599302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-08-17T12:21:16.4937072Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-08-17T12:21:16.4946892Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-08-17T12:21:16.4952481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-08-17T12:21:16.4981452Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-08-17T12:21:16.4992358Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-08-17T12:21:16.5044285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-08-17T12:21:16.5054938Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:16.5190877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:21:16.5382711Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-08-17T12:21:16.5625393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-08-17T12:21:16.5823267Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-08-17T12:21:16.5837294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-08-17T12:21:16.5844553Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-08-17T12:21:16.5935872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-08-17T12:21:16.5947308Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-08-17T12:21:16.6058747Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-08-17T12:21:16.6264527Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-08-17T12:21:16.6497409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-08-17T12:21:16.6599993Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-08-17T12:21:16.6609023Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-08-17T12:21:16.6703002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-08-17T12:21:16.6921860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-08-17T12:21:16.6941495Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-08-17T12:21:16.6951306Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-08-17T12:21:16.7233291Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-08-17T12:21:16.7380916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-08-17T12:21:16.7393694Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-08-17T12:21:16.7434438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-08-17T12:21:16.7738668Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-08-17T12:21:16.8073069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-08-17T12:21:16.8154547Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-08-17T12:21:16.8167209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-08-17T12:21:16.8176864Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-08-17T12:21:16.8350404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-08-17T12:21:16.8362472Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-08-17T12:21:16.8441913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-08-17T12:21:16.8454068Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-08-17T12:21:16.8518310Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-08-17T12:21:16.8579106Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-08-17T12:21:16.8878364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-08-17T12:21:16.8885729Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-08-17T12:21:16.8894141Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-08-17T12:21:16.9023398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-08-17T12:21:16.9438384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-08-17T12:21:16.9460769Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-08-17T12:21:16.9593486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-08-17T12:21:16.9608153Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-08-17T12:21:16.9874380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-08-17T12:21:16.9898390Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-08-17T12:21:17.0324596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-08-17T12:21:17.0342317Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-08-17T12:21:17.6345155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-08-17T12:21:17.6410447Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-08-17T12:21:17.6917423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-08-17T12:21:17.6928648Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-08-17T12:21:17.7912396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-08-17T12:21:17.7925849Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-08-17T12:21:18.0301141Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-08-17T12:21:18.0329452Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-08-17T12:21:18.2811560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-08-17T12:21:18.2827534Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-08-17T12:21:18.2952381Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-08-17T12:21:18.2968296Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-08-17T12:21:18.3146407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-08-17T12:21:18.3158579Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-08-17T12:21:18.3558377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-08-17T12:21:18.3581929Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-08-17T12:21:18.3866852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:21:18.3990246Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:21:18.4483380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:21:18.4499954Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:21:18.4788874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-08-17T12:21:18.5060015Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-08-17T12:21:18.5355331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-08-17T12:21:18.5576690Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-08-17T12:21:18.8420979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:21:18.8445974Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:21:18.9431586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:21:18.9467723Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-08-17T12:21:19.0707139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-08-17T12:21:19.0727801Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:21:19.3450431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:21:19.3486432Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:21:19.3608534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:21:19.3625102Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-08-17T12:21:19.4496999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-08-17T12:21:19.4509618Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-08-17T12:21:19.4923245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:21:19.4980741Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:21:19.5344668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:21:19.5382193Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:21:19.5855955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-08-17T12:21:19.5866937Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-08-17T12:21:19.6211069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-08-17T12:21:19.6344798Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-08-17T12:21:19.6475782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:21:19.6485579Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-08-17T12:21:19.6732030Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-08-17T12:21:19.6744097Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:21:19.8903170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:21:19.8926908Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:21:20.1023983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:21:20.1046061Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:21:20.1290712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-08-17T12:21:20.1539368Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-08-17T12:21:20.1655769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-08-17T12:21:20.1839451Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-08-17T12:21:20.1862113Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-08-17T12:21:20.2016841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:21:20.2228483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-08-17T12:21:20.2424528Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-08-17T12:21:20.2546734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-08-17T12:21:20.2565878Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-08-17T12:21:20.2735527Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-08-17T12:21:20.2861522Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-08-17T12:21:20.3069314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-08-17T12:21:20.3406338Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-08-17T12:21:20.3800425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-08-17T12:21:20.3862182Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-08-17T12:21:20.3928918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-08-17T12:21:20.4355144Z [gw2] [ 55%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-08-17T12:21:20.4360526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-08-17T12:21:20.4794669Z [gw2] [ 55%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-08-17T12:21:20.4796911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-08-17T12:21:20.5184748Z [gw2] [ 55%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-08-17T12:21:20.5387174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-08-17T12:21:20.5521347Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-08-17T12:21:20.5528235Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-08-17T12:21:20.5620507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-08-17T12:21:20.5781883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-08-17T12:21:20.6097430Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-08-17T12:21:20.7108547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-08-17T12:21:20.7126156Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:21:21.2657989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:21:21.2673783Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:21:21.7248673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:21:21.7266075Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-08-17T12:21:21.7988847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-08-17T12:21:21.8015636Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-08-17T12:21:21.8598687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-08-17T12:21:21.8621508Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-08-17T12:21:21.9749629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:21:21.9766521Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-08-17T12:21:22.4700507Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-08-17T12:21:22.4721689Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:21:22.6507452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:21:22.6531524Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-08-17T12:21:23.0801153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-08-17T12:21:23.0815566Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:21:23.1119621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-08-17T12:21:23.1338467Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-08-17T12:21:23.1820391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-08-17T12:21:23.1845213Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-08-17T12:21:23.2163318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-08-17T12:21:23.2341326Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-08-17T12:21:23.2622722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-08-17T12:21:23.2649721Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-08-17T12:21:23.2668229Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-08-17T12:21:23.2740935Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-08-17T12:21:23.3058024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-08-17T12:21:23.3240057Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-08-17T12:21:23.3951285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-08-17T12:21:23.3981541Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-08-17T12:21:23.4720133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-08-17T12:21:23.4787722Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-08-17T12:21:23.5070772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-08-17T12:21:23.5091791Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-08-17T12:21:23.5151689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-08-17T12:21:23.5221490Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-08-17T12:21:23.5659472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-08-17T12:21:23.5863320Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-08-17T12:21:23.6204099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-08-17T12:21:23.6343272Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-08-17T12:21:23.6885153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-08-17T12:21:23.6907626Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-08-17T12:21:23.9944984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-08-17T12:21:23.9963050Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-08-17T12:21:24.4743145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-08-17T12:21:24.4759171Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-08-17T12:21:24.8286076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-08-17T12:21:24.8470584Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-08-17T12:21:25.0695664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-08-17T12:21:25.0718353Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-08-17T12:21:25.1034729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-08-17T12:21:25.1056716Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-08-17T12:21:26.0463970Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-08-17T12:21:26.0488810Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-08-17T12:21:26.5827838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-08-17T12:21:26.5846013Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-08-17T12:21:26.6388495Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-08-17T12:21:26.6403143Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-08-17T12:21:27.0225301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-08-17T12:21:27.0250800Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-08-17T12:21:27.3666913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-08-17T12:21:27.3750033Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-08-17T12:21:27.6882208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-08-17T12:21:27.6906336Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-08-17T12:21:27.8237017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-08-17T12:21:27.8295790Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-08-17T12:21:27.9033313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-08-17T12:21:27.9060772Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-08-17T12:21:28.1132915Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-08-17T12:21:28.1312633Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-08-17T12:21:28.5026735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-08-17T12:21:28.5053401Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-08-17T12:21:28.6975086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-08-17T12:21:28.6991877Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-08-17T12:21:28.9209156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-08-17T12:21:28.9234134Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-08-17T12:21:29.1866702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-08-17T12:21:29.1893439Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-08-17T12:21:29.3198906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-08-17T12:21:29.3237154Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-08-17T12:21:29.5266232Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-08-17T12:21:29.5281915Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-08-17T12:21:29.5455264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-08-17T12:21:29.5470110Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-08-17T12:21:29.8581051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-08-17T12:21:29.8589458Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-08-17T12:21:29.8702006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-08-17T12:21:29.8722847Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-08-17T12:21:30.0732941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-08-17T12:21:30.0756298Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-08-17T12:21:30.3748350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-08-17T12:21:30.3765885Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-08-17T12:21:30.4313207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-08-17T12:21:30.4327140Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-08-17T12:21:30.9837908Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-08-17T12:21:30.9864365Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-08-17T12:21:31.1129811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-08-17T12:21:31.1147567Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-08-17T12:21:31.3729180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-08-17T12:21:31.3731305Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-08-17T12:21:31.3752589Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-08-17T12:21:31.3804750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-08-17T12:21:31.8225138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-08-17T12:21:31.8240541Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-08-17T12:21:31.9583407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-08-17T12:21:31.9596490Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-08-17T12:21:32.2656919Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-08-17T12:21:32.2679113Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-08-17T12:21:32.4427664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-08-17T12:21:32.4538983Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-08-17T12:21:32.5459510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-08-17T12:21:32.5484445Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-08-17T12:21:32.9333072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-08-17T12:21:32.9358502Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-08-17T12:21:32.9987253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-08-17T12:21:33.0005017Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-08-17T12:21:33.3066433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-08-17T12:21:33.3090504Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-08-17T12:21:33.7132193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-08-17T12:21:33.7157616Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-08-17T12:21:33.8982393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-08-17T12:21:33.8997339Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-08-17T12:21:33.9217491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-08-17T12:21:33.9232660Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-08-17T12:21:34.3191229Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-08-17T12:21:34.3216949Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-08-17T12:21:34.4380432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-08-17T12:21:34.4397809Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-08-17T12:21:34.5126390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-08-17T12:21:34.5141081Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-08-17T12:21:34.5428379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-08-17T12:21:34.5579314Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-08-17T12:21:34.5834235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-08-17T12:21:34.5859019Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-08-17T12:21:34.5862917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-08-17T12:21:34.6018734Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-08-17T12:21:34.6708139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-08-17T12:21:34.6726908Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-08-17T12:21:34.6737202Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-08-17T12:21:34.6764880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-08-17T12:21:34.7256101Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-08-17T12:21:34.7275753Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-08-17T12:21:34.7642661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-08-17T12:21:34.7703072Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-08-17T12:21:34.7876261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-08-17T12:21:34.7887035Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-08-17T12:21:34.8053774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-08-17T12:21:34.8158094Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-08-17T12:21:34.8602227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-08-17T12:21:34.8621176Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-08-17T12:21:34.8934790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-08-17T12:21:34.9138189Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-08-17T12:21:34.9354432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-08-17T12:21:34.9578770Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-08-17T12:21:34.9795099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-08-17T12:21:34.9970345Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-08-17T12:21:35.0238910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-08-17T12:21:35.0424704Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-08-17T12:21:35.0438672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-08-17T12:21:35.0869263Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-08-17T12:21:35.0878758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-08-17T12:21:35.1310374Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-08-17T12:21:35.1328749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-08-17T12:21:35.1791423Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-08-17T12:21:35.1852059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-08-17T12:21:35.2123600Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-08-17T12:21:35.2136895Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-08-17T12:21:35.2179794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-08-17T12:21:35.2228537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-08-17T12:21:35.2676122Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-08-17T12:21:35.2682323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-08-17T12:21:35.3150027Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-08-17T12:21:35.3156068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-08-17T12:21:35.3590242Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-08-17T12:21:35.3596437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-08-17T12:21:35.4066223Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-08-17T12:21:35.4072430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-08-17T12:21:35.4502296Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-08-17T12:21:35.4520483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-08-17T12:21:35.4978584Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-08-17T12:21:35.4984125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-08-17T12:21:35.5388763Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-08-17T12:21:35.5394853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-08-17T12:21:35.5858415Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-08-17T12:21:35.8310329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-08-17T12:21:35.8327058Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-08-17T12:21:36.1047184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-08-17T12:21:36.1079005Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-08-17T12:21:36.1371502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-08-17T12:21:36.1422661Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-08-17T12:21:36.5306323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-08-17T12:21:36.5339382Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-08-17T12:21:36.5964237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-08-17T12:21:36.5980489Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-08-17T12:21:36.8342284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-08-17T12:21:36.8377813Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-08-17T12:21:37.0456810Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-08-17T12:21:37.0543077Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-08-17T12:21:37.1323393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-08-17T12:21:37.1340079Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-08-17T12:21:37.5678907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-08-17T12:21:37.5711927Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-08-17T12:21:37.8570391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-08-17T12:21:37.8606298Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-08-17T12:21:37.8998491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-08-17T12:21:37.9010435Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-08-17T12:21:38.5448076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-08-17T12:21:38.5473465Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-08-17T12:21:38.6301917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-08-17T12:21:38.6319132Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-08-17T12:21:38.8176164Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-08-17T12:21:38.8202630Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-08-17T12:21:38.8826506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-08-17T12:21:38.8849801Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-08-17T12:21:39.4588068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-08-17T12:21:39.4605872Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-08-17T12:21:39.5762557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-08-17T12:21:39.5779562Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-08-17T12:21:39.9624020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-08-17T12:21:39.9649503Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-08-17T12:21:40.2086445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-08-17T12:21:40.2215971Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-08-17T12:21:40.2248333Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-08-17T12:21:40.2503520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-08-17T12:21:40.5693114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-08-17T12:21:40.5718910Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-08-17T12:21:40.6572449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-08-17T12:21:40.6602798Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-08-17T12:21:40.8429356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-08-17T12:21:40.8444710Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-08-17T12:21:41.0708260Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-08-17T12:21:41.0733740Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-08-17T12:21:41.1474049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-08-17T12:21:41.1495787Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-08-17T12:21:41.1939940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-08-17T12:21:41.1973841Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-08-17T12:21:41.6864372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-08-17T12:21:41.6878862Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-08-17T12:21:41.7104360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-08-17T12:21:41.7118169Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-08-17T12:21:41.9718539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-08-17T12:21:41.9860256Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-08-17T12:21:41.9919616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-08-17T12:21:41.9935990Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-08-17T12:21:42.0391346Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-08-17T12:21:42.0406459Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-08-17T12:21:42.4833124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-08-17T12:21:42.4970125Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-08-17T12:21:42.5224418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-08-17T12:21:42.5250871Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-08-17T12:21:42.9943075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-08-17T12:21:43.0104066Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-08-17T12:21:43.3082244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-08-17T12:21:43.3095992Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-08-17T12:21:43.3776962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-08-17T12:21:43.3804270Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-08-17T12:21:43.3821757Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-08-17T12:21:43.3848054Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-08-17T12:21:43.7186727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-08-17T12:21:43.7209410Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-08-17T12:21:44.0925933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-08-17T12:21:44.0944626Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-08-17T12:21:44.4059325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-08-17T12:21:44.4092210Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-08-17T12:21:44.4701167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-08-17T12:21:44.4725248Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-08-17T12:21:44.8267932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-08-17T12:21:44.8413795Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-08-17T12:21:45.2608803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-08-17T12:21:45.2636191Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-08-17T12:21:45.2779956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-08-17T12:21:45.2799420Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-08-17T12:21:45.2811480Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-08-17T12:21:45.2826049Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-08-17T12:21:45.5772459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-08-17T12:21:45.5786229Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-08-17T12:21:45.8818060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-08-17T12:21:45.8857550Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-08-17T12:21:46.5096769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-08-17T12:21:46.5125383Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-08-17T12:21:46.5133700Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-08-17T12:21:46.5155476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-08-17T12:21:46.8639342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-08-17T12:21:46.8665688Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-08-17T12:21:47.0273954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-08-17T12:21:47.0287123Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-08-17T12:21:47.1186132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-08-17T12:21:47.1199375Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-08-17T12:21:47.4667252Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-08-17T12:21:47.4768904Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-08-17T12:21:47.5125285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-08-17T12:21:47.5301518Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-08-17T12:21:47.5959668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-08-17T12:21:47.5972129Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-08-17T12:21:47.6432392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-08-17T12:21:47.6455146Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-08-17T12:21:47.6927655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-08-17T12:21:47.6954425Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-08-17T12:21:47.8395578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-08-17T12:21:47.8461196Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-08-17T12:21:47.8515898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-08-17T12:21:47.8532978Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-08-17T12:21:48.3087280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-08-17T12:21:48.3157091Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-08-17T12:21:48.7568915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-08-17T12:21:48.7592988Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-08-17T12:21:48.8052428Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-08-17T12:21:48.8071169Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-08-17T12:21:49.1426283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-08-17T12:21:49.1449497Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-08-17T12:21:49.4745314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-08-17T12:21:49.4855733Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-08-17T12:21:49.4932758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-08-17T12:21:49.5311060Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-08-17T12:21:49.5337493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-08-17T12:21:49.5667104Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-08-17T12:21:49.5676430Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-08-17T12:21:49.5737367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-08-17T12:21:49.5769566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-08-17T12:21:49.6212125Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-08-17T12:21:49.6216545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-08-17T12:21:49.6650328Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-08-17T12:21:49.6654827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-08-17T12:21:49.7045935Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-08-17T12:21:49.7093037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-08-17T12:21:49.7463869Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-08-17T12:21:49.7534948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-08-17T12:21:49.7973543Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-08-17T12:21:49.7979978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-08-17T12:21:49.8284360Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-08-17T12:21:49.8304371Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-08-17T12:21:49.8406625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-08-17T12:21:49.8412615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-08-17T12:21:49.8867511Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-08-17T12:21:49.8868017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-08-17T12:21:49.9223515Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-08-17T12:21:49.9282218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-08-17T12:21:49.9727262Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-08-17T12:21:49.9731397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-08-17T12:21:50.0127353Z [gw3] [ 56%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-08-17T12:21:50.0136174Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-08-17T12:21:50.0139281Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-08-17T12:21:50.0143437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-08-17T12:21:50.0356951Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-08-17T12:21:50.0377475Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-08-17T12:21:50.0543111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-08-17T12:21:50.0569109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-08-17T12:21:50.1025153Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-08-17T12:21:50.1031236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-08-17T12:21:50.1452236Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-08-17T12:21:50.1458545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-08-17T12:21:50.1603143Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-08-17T12:21:50.1628176Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-08-17T12:21:50.1932228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-08-17T12:21:50.1937072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-08-17T12:21:50.2373177Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-08-17T12:21:50.2380090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-08-17T12:21:50.2847331Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-08-17T12:21:50.2853547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-08-17T12:21:50.3287417Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-08-17T12:21:50.3293369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-08-17T12:21:50.3732467Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-08-17T12:21:50.3739408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-08-17T12:21:50.4258420Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-08-17T12:21:50.4286194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-08-17T12:21:50.4693916Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-08-17T12:21:50.4734183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-08-17T12:21:50.5138962Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-08-17T12:21:50.5164917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-08-17T12:21:50.5577611Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-08-17T12:21:50.5594510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-08-17T12:21:50.6018328Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-08-17T12:21:50.6043471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-08-17T12:21:50.6459603Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-08-17T12:21:50.6471652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-08-17T12:21:50.6940034Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-08-17T12:21:50.6951762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-08-17T12:21:50.7459716Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-08-17T12:21:50.7475362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-08-17T12:21:50.7859805Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-08-17T12:21:50.7868732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-08-17T12:21:50.8301037Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-08-17T12:21:50.8305811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-08-17T12:21:50.8623989Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-08-17T12:21:50.8644626Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-08-17T12:21:50.8738285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-08-17T12:21:50.8751045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-08-17T12:21:50.9181615Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-08-17T12:21:50.9186319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-08-17T12:21:50.9249282Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-08-17T12:21:50.9272168Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-08-17T12:21:50.9540060Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-08-17T12:21:50.9544326Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-08-17T12:21:50.9583446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-08-17T12:21:50.9664638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-08-17T12:21:51.0025246Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-08-17T12:21:51.3325544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-08-17T12:21:51.3339311Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-08-17T12:21:51.6515342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-08-17T12:21:51.6541068Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-08-17T12:21:51.9713352Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-08-17T12:21:51.9734372Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-08-17T12:21:52.4232535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-08-17T12:21:52.4255997Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-08-17T12:21:52.4414281Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-08-17T12:21:52.4436110Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-08-17T12:21:52.5090622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-08-17T12:21:52.5112692Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-08-17T12:21:52.5541375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-08-17T12:21:52.5559405Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-08-17T12:21:53.2022352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-08-17T12:21:53.2048184Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-08-17T12:21:53.2174728Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-08-17T12:21:53.2294160Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-08-17T12:21:53.9080731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-08-17T12:21:53.9224151Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-08-17T12:21:54.0405848Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-08-17T12:21:54.0440191Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-08-17T12:21:54.0632070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-08-17T12:21:54.0639328Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-08-17T12:21:54.0642142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-08-17T12:21:54.0649521Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-08-17T12:21:54.6619822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-08-17T12:21:54.6643814Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-08-17T12:21:54.9328055Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-08-17T12:21:54.9356699Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-08-17T12:21:54.9623994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-08-17T12:21:54.9647681Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-08-17T12:21:55.2003964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-08-17T12:21:55.2025192Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-08-17T12:21:55.7708227Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-08-17T12:21:55.7719957Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-08-17T12:21:56.0997189Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-08-17T12:21:56.1106100Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-08-17T12:21:56.1762451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-08-17T12:21:56.1903448Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-08-17T12:21:56.3073014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-08-17T12:21:56.3087596Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-08-17T12:21:56.3906526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-08-17T12:21:56.3978107Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-08-17T12:21:56.6276411Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-08-17T12:21:56.6301742Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-08-17T12:21:56.8266400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-08-17T12:21:56.8287655Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-08-17T12:21:56.9240932Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-08-17T12:21:56.9266151Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-08-17T12:21:56.9401115Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-08-17T12:21:56.9819305Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-08-17T12:21:57.0581440Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-08-17T12:21:57.0602754Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-08-17T12:21:57.0920172Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-08-17T12:21:57.0944397Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-08-17T12:21:57.1614201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-08-17T12:21:57.1638236Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-08-17T12:21:57.1779398Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-08-17T12:21:57.2123930Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-08-17T12:21:57.2205946Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-08-17T12:21:57.2421492Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-08-17T12:21:57.2441609Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-08-17T12:21:57.2578167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-08-17T12:21:57.2680385Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-08-17T12:21:57.2944598Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-08-17T12:21:57.3098021Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-08-17T12:21:57.3425264Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-08-17T12:21:57.3611919Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-08-17T12:21:57.3980301Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-08-17T12:21:57.8991231Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-08-17T12:21:57.9063134Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-08-17T12:21:57.9211242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-08-17T12:21:57.9229023Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-08-17T12:21:58.6674152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-08-17T12:21:58.6698922Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-08-17T12:21:59.0013116Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-08-17T12:21:59.0028445Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-08-17T12:21:59.2225977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-08-17T12:21:59.2239269Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-08-17T12:21:59.3225296Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-08-17T12:21:59.3249082Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-08-17T12:22:00.2838708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-08-17T12:22:00.2858595Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-08-17T12:22:00.2868694Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-08-17T12:22:00.2985706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-08-17T12:22:00.3147975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-08-17T12:22:00.3166950Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-08-17T12:22:00.7845538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-08-17T12:22:00.7871406Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-08-17T12:22:01.4451061Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-08-17T12:22:01.4624294Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-08-17T12:22:01.7908337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-08-17T12:22:01.7937708Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-08-17T12:22:01.9185891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-08-17T12:22:01.9213677Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-08-17T12:22:01.9414680Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-08-17T12:22:01.9443232Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-08-17T12:22:02.0897287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-08-17T12:22:02.0917337Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-08-17T12:22:02.5204550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-08-17T12:22:02.5231148Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-08-17T12:22:03.1335209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-08-17T12:22:03.1365264Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-08-17T12:22:03.4633069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-08-17T12:22:03.4666399Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-08-17T12:22:03.4907675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-08-17T12:22:03.4938098Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-08-17T12:22:03.6069282Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-08-17T12:22:03.6092295Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-08-17T12:22:03.7653560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-08-17T12:22:03.7676779Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-08-17T12:22:04.3042946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-08-17T12:22:04.3067913Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-08-17T12:22:04.6160462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-08-17T12:22:04.6182444Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-08-17T12:22:05.3308456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-08-17T12:22:05.3337740Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-08-17T12:22:05.3464491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-08-17T12:22:05.3645677Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-08-17T12:22:05.6530517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-08-17T12:22:05.6550426Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-08-17T12:22:05.6789487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-08-17T12:22:05.6811772Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-08-17T12:22:05.8345760Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-08-17T12:22:05.8359566Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-08-17T12:22:06.0258730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-08-17T12:22:06.0287702Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-08-17T12:22:06.0785014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-08-17T12:22:06.0805236Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-08-17T12:22:06.2348747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-08-17T12:22:06.2465191Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-08-17T12:22:06.5427420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-08-17T12:22:06.5449354Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-08-17T12:22:06.7505711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-08-17T12:22:06.7528100Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-08-17T12:22:06.8447721Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-08-17T12:22:06.8462185Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-08-17T12:22:07.1841597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-08-17T12:22:07.2000985Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-08-17T12:22:07.2136356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-08-17T12:22:07.2161420Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-08-17T12:22:07.5782301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-08-17T12:22:07.5901967Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-08-17T12:22:07.9386434Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-08-17T12:22:07.9410812Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-08-17T12:22:08.6811526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-08-17T12:22:08.6835552Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-08-17T12:22:08.7641163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-08-17T12:22:08.7667477Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-08-17T12:22:08.7964026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-08-17T12:22:08.8177648Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-08-17T12:22:08.8547450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-08-17T12:22:08.8572952Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-08-17T12:22:08.8778098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-08-17T12:22:08.9115400Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-08-17T12:22:09.1183625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-08-17T12:22:09.1208521Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-08-17T12:22:09.1357783Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-08-17T12:22:09.1371516Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-08-17T12:22:09.5380928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-08-17T12:22:09.5409481Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-08-17T12:22:09.8312164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-08-17T12:22:09.8407755Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-08-17T12:22:10.2930684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-08-17T12:22:10.2958368Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-08-17T12:22:10.3282153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-08-17T12:22:10.3310993Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-08-17T12:22:10.3457998Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:10.3971864Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:10.3972745Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-08-17T12:22:10.3986957Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-08-17T12:22:10.4076936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-08-17T12:22:10.4348162Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-08-17T12:22:10.4471660Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-08-17T12:22:10.4850580Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-08-17T12:22:10.4945129Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-08-17T12:22:10.5338609Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-08-17T12:22:10.5544473Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-08-17T12:22:10.5720572Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-08-17T12:22:10.5844731Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-08-17T12:22:10.6187939Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-08-17T12:22:10.6317336Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-08-17T12:22:10.6651506Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-08-17T12:22:10.6656195Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-08-17T12:22:10.6685624Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-08-17T12:22:10.6788482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-08-17T12:22:10.7105152Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-08-17T12:22:10.7233107Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-08-17T12:22:10.7620094Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-08-17T12:22:10.7731738Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-08-17T12:22:10.8019463Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-08-17T12:22:10.8228523Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-08-17T12:22:10.8402207Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-08-17T12:22:10.8424189Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-08-17T12:22:10.8434056Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-08-17T12:22:10.8585820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-08-17T12:22:10.8865334Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-08-17T12:22:10.8910823Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-08-17T12:22:10.8925385Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-08-17T12:22:10.8977504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-08-17T12:22:10.9460089Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-08-17T12:22:11.4843973Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-08-17T12:22:11.5014045Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-08-17T12:22:11.5121798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-08-17T12:22:11.5149019Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-08-17T12:22:11.5346485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-08-17T12:22:11.5659602Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-08-17T12:22:11.5786894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-08-17T12:22:11.6098688Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-08-17T12:22:11.6345351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-08-17T12:22:11.6469297Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-08-17T12:22:11.6670081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-08-17T12:22:11.6980478Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-08-17T12:22:11.7425555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-08-17T12:22:11.7445424Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-08-17T12:22:11.7608385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-08-17T12:22:11.7939799Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-08-17T12:22:11.8091314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-08-17T12:22:11.8420366Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-08-17T12:22:11.8627011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-08-17T12:22:11.8899164Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-08-17T12:22:11.9106938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-08-17T12:22:11.9340213Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-08-17T12:22:11.9393083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-08-17T12:22:11.9590950Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-08-17T12:22:11.9612255Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-08-17T12:22:11.9779093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-08-17T12:22:11.9872999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-08-17T12:22:12.0260091Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-08-17T12:22:12.0357052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-08-17T12:22:12.0739339Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-08-17T12:22:12.0987891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-08-17T12:22:12.1139230Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-08-17T12:22:12.1203311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-08-17T12:22:12.1621962Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-08-17T12:22:12.1622518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-08-17T12:22:12.1642186Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-08-17T12:22:12.1658740Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-08-17T12:22:12.2020953Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-08-17T12:22:12.2153403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-08-17T12:22:12.2466125Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-08-17T12:22:12.2566509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-08-17T12:22:12.2944458Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-08-17T12:22:12.3039797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-08-17T12:22:12.3424975Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-08-17T12:22:12.3514575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-08-17T12:22:12.3684293Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-08-17T12:22:12.3719065Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-08-17T12:22:12.3864481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-08-17T12:22:12.3954966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-08-17T12:22:12.4396653Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-08-17T12:22:12.4401181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-08-17T12:22:12.4835175Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-08-17T12:22:12.4843847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-08-17T12:22:12.5261280Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-08-17T12:22:12.5271470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-08-17T12:22:12.5698608Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-08-17T12:22:12.5707947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-08-17T12:22:12.6068198Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-08-17T12:22:12.6153481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-08-17T12:22:12.6503388Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-08-17T12:22:12.6606114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-08-17T12:22:12.6984297Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-08-17T12:22:12.7089765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:22:12.7464350Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:22:12.7564851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-08-17T12:22:12.7682245Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-08-17T12:22:12.7700417Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-08-17T12:22:12.7903057Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-08-17T12:22:12.8004483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-08-17T12:22:12.8343721Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-08-17T12:22:12.8447439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-08-17T12:22:12.8899330Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-08-17T12:22:12.8933555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-08-17T12:22:12.9295684Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-08-17T12:22:12.9307753Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-08-17T12:22:12.9314393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-08-17T12:22:12.9369274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-08-17T12:22:12.9739868Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-08-17T12:22:12.9807736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-08-17T12:22:13.0259063Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-08-17T12:22:13.0286240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-08-17T12:22:13.0699117Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-08-17T12:22:13.0716329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-08-17T12:22:13.1139842Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-08-17T12:22:13.1207816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-08-17T12:22:13.1585457Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-08-17T12:22:13.1597267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-08-17T12:22:13.2019290Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-08-17T12:22:13.2041272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-08-17T12:22:13.2458941Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-08-17T12:22:13.9027048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:22:13.9050098Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-08-17T12:22:14.2209835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-08-17T12:22:14.2236381Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-08-17T12:22:14.7435980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-08-17T12:22:14.7444702Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-08-17T12:22:14.8855945Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-08-17T12:22:14.8875470Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:22:15.6860297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:22:15.6883297Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-08-17T12:22:16.3671278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-08-17T12:22:16.3696087Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-08-17T12:22:16.6227102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-08-17T12:22:16.6245946Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-08-17T12:22:17.0309085Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-08-17T12:22:17.0328721Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:22:17.0586525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-08-17T12:22:17.0800613Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-08-17T12:22:17.0808932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-08-17T12:22:17.1287358Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-08-17T12:22:17.1296010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-08-17T12:22:17.1706635Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-08-17T12:22:17.1726312Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-08-17T12:22:17.1734299Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-08-17T12:22:17.1739044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-08-17T12:22:17.1742783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-08-17T12:22:17.1766088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-08-17T12:22:17.2142870Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-08-17T12:22:17.2346017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-08-17T12:22:17.2647601Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-08-17T12:22:17.2653840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-08-17T12:22:17.3097963Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-08-17T12:22:17.3098577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-08-17T12:22:17.3537408Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-08-17T12:22:17.3537942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-08-17T12:22:17.3999696Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-08-17T12:22:17.4052120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-08-17T12:22:17.4491851Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-08-17T12:22:17.4492698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-08-17T12:22:17.4932814Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-08-17T12:22:17.4938180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-08-17T12:22:17.5012774Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-08-17T12:22:17.5030478Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-08-17T12:22:17.5369263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-08-17T12:22:17.5369759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-08-17T12:22:17.5810357Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-08-17T12:22:17.5811281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-08-17T12:22:17.6263443Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-08-17T12:22:17.6268695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-08-17T12:22:17.6736927Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-08-17T12:22:17.6737584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-08-17T12:22:17.7227706Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-08-17T12:22:17.7228349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-08-17T12:22:17.7332815Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-08-17T12:22:17.7507005Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-08-17T12:22:17.7628817Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-08-17T12:22:17.7666591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-08-17T12:22:17.8142777Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-08-17T12:22:17.8143975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-08-17T12:22:17.8621774Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-08-17T12:22:17.8622683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-08-17T12:22:17.9064674Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-08-17T12:22:17.9065196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-08-17T12:22:17.9497862Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-08-17T12:22:17.9501553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-08-17T12:22:17.9891008Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-08-17T12:22:17.9932912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-08-17T12:22:18.0275751Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-08-17T12:22:18.0289256Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-08-17T12:22:18.0371304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-08-17T12:22:18.0393312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-08-17T12:22:18.0462246Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-08-17T12:22:18.0472956Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-08-17T12:22:18.0744926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-08-17T12:22:18.0947337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-08-17T12:22:18.1257104Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-08-17T12:22:18.1263867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-08-17T12:22:18.1376993Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-08-17T12:22:18.1398595Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-08-17T12:22:18.1694590Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-08-17T12:22:18.1701334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-08-17T12:22:18.2092070Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-08-17T12:22:18.2099770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-08-17T12:22:18.2566857Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-08-17T12:22:18.2584218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-08-17T12:22:18.2983577Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-08-17T12:22:18.3006034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-08-17T12:22:18.3451768Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-08-17T12:22:18.3452298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-08-17T12:22:18.3889340Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-08-17T12:22:18.3891967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-08-17T12:22:18.4329621Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-08-17T12:22:18.4337075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-08-17T12:22:18.4730982Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-08-17T12:22:18.4750129Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-08-17T12:22:18.4782680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-08-17T12:22:18.4811822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-08-17T12:22:18.5294940Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-08-17T12:22:18.5296189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-08-17T12:22:18.5728949Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-08-17T12:22:18.5735007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-08-17T12:22:18.5955568Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-08-17T12:22:18.5975934Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-08-17T12:22:18.6168317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-08-17T12:22:18.6176367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-08-17T12:22:18.6644275Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-08-17T12:22:18.6653614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-08-17T12:22:18.7138518Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-08-17T12:22:18.7149276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-08-17T12:22:18.7445156Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-08-17T12:22:18.7471577Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-08-17T12:22:18.7541321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-08-17T12:22:18.7557926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-08-17T12:22:18.8050216Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-08-17T12:22:18.8060974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-08-17T12:22:18.8425945Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-08-17T12:22:18.8442827Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-08-17T12:22:18.8488240Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-08-17T12:22:18.8491593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-08-17T12:22:18.8789413Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-08-17T12:22:18.8801224Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-08-17T12:22:18.8904288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-08-17T12:22:18.8929604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-08-17T12:22:18.9373636Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-08-17T12:22:18.9374226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-08-17T12:22:18.9809257Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-08-17T12:22:18.9820706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-08-17T12:22:19.0300648Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-08-17T12:22:19.0310956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-08-17T12:22:19.0768275Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-08-17T12:22:19.0778758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-08-17T12:22:19.1102650Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-08-17T12:22:19.1121635Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-08-17T12:22:19.1248128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-08-17T12:22:19.1255593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-08-17T12:22:19.1712007Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-08-17T12:22:19.1734964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-08-17T12:22:19.2210384Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-08-17T12:22:19.2218770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-08-17T12:22:19.2650959Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-08-17T12:22:19.2659104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-08-17T12:22:19.3089851Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-08-17T12:22:19.3098157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-08-17T12:22:19.3158892Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-08-17T12:22:19.3180875Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-08-17T12:22:19.3534040Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-08-17T12:22:19.3542410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-08-17T12:22:19.4020596Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-08-17T12:22:19.5367501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-08-17T12:22:19.5395300Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-08-17T12:22:19.9480650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-08-17T12:22:19.9504668Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-08-17T12:22:19.9589618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-08-17T12:22:19.9616093Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-08-17T12:22:20.2601777Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-08-17T12:22:20.2604781Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-08-17T12:22:20.2618686Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-08-17T12:22:20.2623020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-08-17T12:22:20.9632321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-08-17T12:22:20.9649402Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-08-17T12:22:21.0765793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-08-17T12:22:21.0900651Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-08-17T12:22:21.1564853Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-08-17T12:22:21.1581757Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-08-17T12:22:21.1937744Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-08-17T12:22:21.1949023Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-08-17T12:22:21.2048556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-08-17T12:22:21.2064801Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-08-17T12:22:21.2763318Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-08-17T12:22:21.2928195Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-08-17T12:22:21.3002600Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-08-17T12:22:21.3008416Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-08-17T12:22:21.3301095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-08-17T12:22:21.3315345Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-08-17T12:22:21.3531109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-08-17T12:22:21.3535654Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-08-17T12:22:21.3549132Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-08-17T12:22:21.3555082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-08-17T12:22:21.3907258Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-08-17T12:22:21.4119272Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-08-17T12:22:21.4447118Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-08-17T12:22:21.4543800Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-08-17T12:22:21.4769529Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:22:21.4997659Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:22:21.5347248Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:22:21.5423526Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:22:21.5823151Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:22:21.5899698Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:22:21.6309129Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:22:21.6340359Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:22:21.6716907Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:22:21.6781112Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:22:21.7149831Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:22:21.7222823Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:22:21.7567036Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:22:21.7700894Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:22:21.7884980Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:22:21.8160314Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:22:21.8169560Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:22:21.8181883Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-08-17T12:22:21.8343967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-08-17T12:22:21.8620209Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:22:21.8865986Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:22:21.9058753Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:22:21.9304501Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:22:21.9498032Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:22:21.9538579Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:22:21.9555818Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-08-17T12:22:21.9612590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-08-17T12:22:22.0019141Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:22:22.0225306Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:22:22.0340770Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:22:22.0530425Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:22:22.0546236Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-08-17T12:22:22.0626655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-08-17T12:22:22.0783506Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:22:22.1023916Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:22:22.1225342Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:22:22.1458270Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:22:22.1779933Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:22:22.2035348Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:22:22.2047391Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-08-17T12:22:22.2066067Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:22:22.2142973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-08-17T12:22:22.2363422Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:22:22.2699988Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:22:22.2933207Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:22:22.3179313Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:22:22.3371741Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:22:22.3376455Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-08-17T12:22:22.3392973Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:22:22.3582952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-08-17T12:22:22.3902976Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:22:22.4056092Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:22:22.4199739Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:22:22.4538632Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:22:22.4645506Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:22:22.4977948Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:22:22.5191314Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:22:22.5458762Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:22:22.5702574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-08-17T12:22:22.5937457Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-08-17T12:22:22.6183156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-08-17T12:22:22.6394286Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-08-17T12:22:22.6519660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-08-17T12:22:22.6784729Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-08-17T12:22:22.7069684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-08-17T12:22:22.7299715Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-08-17T12:22:22.7454106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-08-17T12:22:22.7779415Z [gw1] [ 58%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-08-17T12:22:22.7876946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-08-17T12:22:22.8219429Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-08-17T12:22:22.8266911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-08-17T12:22:22.8570244Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-08-17T12:22:22.8570785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-08-17T12:22:22.9018240Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-08-17T12:22:22.9018808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-08-17T12:22:22.9458606Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-08-17T12:22:22.9459116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-08-17T12:22:22.9892164Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-08-17T12:22:22.9892737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-08-17T12:22:23.0086390Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-08-17T12:22:23.0110665Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-08-17T12:22:23.0340100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-08-17T12:22:23.0347115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-08-17T12:22:23.0786473Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-08-17T12:22:23.0786967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-08-17T12:22:23.0824865Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-08-17T12:22:23.0839346Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-08-17T12:22:23.1068649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-08-17T12:22:23.1083330Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-08-17T12:22:23.1182536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-08-17T12:22:23.1204327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-08-17T12:22:23.1624194Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-08-17T12:22:23.1649120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-08-17T12:22:23.2089646Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-08-17T12:22:23.2094884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-08-17T12:22:23.2610499Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-08-17T12:22:23.2622259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-08-17T12:22:23.3047296Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-08-17T12:22:23.3055959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-08-17T12:22:23.3308901Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-08-17T12:22:23.3325540Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-08-17T12:22:23.3472957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-08-17T12:22:23.3490249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-08-17T12:22:23.3979694Z [gw1] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-08-17T12:22:23.8467818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-08-17T12:22:23.8494129Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-08-17T12:22:24.1401290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-08-17T12:22:24.1558547Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-08-17T12:22:24.7670540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-08-17T12:22:24.7891624Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-08-17T12:22:24.7923526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-08-17T12:22:24.7943124Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-08-17T12:22:25.6831963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-08-17T12:22:25.6861625Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-08-17T12:22:26.8754248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-08-17T12:22:26.8782737Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-08-17T12:22:26.8809739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-08-17T12:22:26.8997257Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-08-17T12:22:26.9283100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-08-17T12:22:26.9433308Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-08-17T12:22:27.2566654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-08-17T12:22:27.2648596Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-08-17T12:22:27.8193688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-08-17T12:22:27.8218787Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-08-17T12:22:28.3345280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-08-17T12:22:28.3364300Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-08-17T12:22:28.4145305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-08-17T12:22:28.4171790Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-08-17T12:22:28.7088961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-08-17T12:22:28.7110586Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-08-17T12:22:29.1696465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-08-17T12:22:29.1708923Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-08-17T12:22:29.2257450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-08-17T12:22:29.2279504Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-08-17T12:22:29.4907888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-08-17T12:22:29.4930858Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-08-17T12:22:29.6577438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-08-17T12:22:29.6751041Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-08-17T12:22:29.9846373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-08-17T12:22:29.9856463Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-08-17T12:22:29.9953395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-08-17T12:22:29.9967251Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-08-17T12:22:30.2321085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-08-17T12:22:30.2434100Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-08-17T12:22:30.3817797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-08-17T12:22:30.3839920Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-08-17T12:22:30.6725075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-08-17T12:22:30.6820267Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-08-17T12:22:30.7822200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-08-17T12:22:30.7846491Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-08-17T12:22:30.9411388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-08-17T12:22:30.9541357Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-08-17T12:22:30.9688690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-08-17T12:22:30.9708048Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-08-17T12:22:31.4026727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-08-17T12:22:31.4109262Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-08-17T12:22:31.4336185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-08-17T12:22:31.4350461Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-08-17T12:22:31.7233606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-08-17T12:22:31.7343702Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-08-17T12:22:31.9187002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-08-17T12:22:31.9201692Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-08-17T12:22:31.9813721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-08-17T12:22:32.0024399Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-08-17T12:22:32.2555374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-08-17T12:22:32.2584539Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-08-17T12:22:32.5775636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-08-17T12:22:32.5956584Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-08-17T12:22:32.7041031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-08-17T12:22:32.7055230Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-08-17T12:22:32.7151815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-08-17T12:22:32.7165517Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-08-17T12:22:33.0491092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-08-17T12:22:33.0537177Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-08-17T12:22:33.4252336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-08-17T12:22:33.4362866Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-08-17T12:22:33.9386185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-08-17T12:22:33.9586011Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-08-17T12:22:34.0854851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-08-17T12:22:34.0863654Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-08-17T12:22:34.3469231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-08-17T12:22:34.3493442Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-08-17T12:22:34.7905886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-08-17T12:22:34.7930850Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-08-17T12:22:35.5270951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-08-17T12:22:35.5291933Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-08-17T12:22:35.7850110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-08-17T12:22:35.7881740Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-08-17T12:22:35.8105411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-08-17T12:22:35.8133622Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-08-17T12:22:35.8445801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-08-17T12:22:35.8471069Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-08-17T12:22:36.3078836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-08-17T12:22:36.3221612Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-08-17T12:22:36.4551634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-08-17T12:22:36.4569608Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-08-17T12:22:36.8319439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-08-17T12:22:36.8346552Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-08-17T12:22:36.8512411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-08-17T12:22:36.8526277Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-08-17T12:22:36.9213527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-08-17T12:22:36.9252016Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-08-17T12:22:37.2959277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-08-17T12:22:37.3096654Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-08-17T12:22:37.6838929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-08-17T12:22:37.6864446Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-08-17T12:22:37.7975891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-08-17T12:22:37.7994068Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-08-17T12:22:38.1760973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-08-17T12:22:38.1777730Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-08-17T12:22:38.2910078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-08-17T12:22:38.3061802Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-08-17T12:22:38.3662925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-08-17T12:22:38.3689576Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-08-17T12:22:38.4679816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-08-17T12:22:38.4705037Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-08-17T12:22:38.6424318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-08-17T12:22:38.6449541Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-08-17T12:22:38.8764666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-08-17T12:22:38.8791422Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-08-17T12:22:39.9348507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-08-17T12:22:39.9362885Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-08-17T12:22:39.9617622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-08-17T12:22:39.9704922Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-08-17T12:22:40.0911428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-08-17T12:22:40.0930760Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-08-17T12:22:40.8594426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-08-17T12:22:40.8619857Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-08-17T12:22:41.0230049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-08-17T12:22:41.0292544Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-08-17T12:22:41.1772747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-08-17T12:22:41.1787654Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-08-17T12:22:41.2505866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-08-17T12:22:41.2520952Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-08-17T12:22:41.7434801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-08-17T12:22:41.7464816Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-08-17T12:22:41.9027547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-08-17T12:22:41.9041692Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-08-17T12:22:41.9381058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-08-17T12:22:41.9400210Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-08-17T12:22:41.9717622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-08-17T12:22:41.9741983Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-08-17T12:22:42.3497222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-08-17T12:22:42.3521875Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-08-17T12:22:42.4435151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-08-17T12:22:42.4605512Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-08-17T12:22:42.4907539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-08-17T12:22:42.4932772Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-08-17T12:22:42.9068697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-08-17T12:22:42.9092208Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-08-17T12:22:42.9183211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-08-17T12:22:42.9190228Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-08-17T12:22:42.9308291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-08-17T12:22:42.9316155Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-08-17T12:22:43.0654758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-08-17T12:22:43.0679521Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-08-17T12:22:43.2361168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-08-17T12:22:43.2387069Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-08-17T12:22:43.4816905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-08-17T12:22:43.4832711Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-08-17T12:22:43.5026741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-08-17T12:22:43.5042477Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-08-17T12:22:43.7257404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-08-17T12:22:43.7275167Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-08-17T12:22:44.0710699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-08-17T12:22:44.0736347Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-08-17T12:22:44.3031402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-08-17T12:22:44.3058631Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-08-17T12:22:44.3549084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-08-17T12:22:44.3564522Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-08-17T12:22:44.4061491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-08-17T12:22:44.4081141Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-08-17T12:22:44.5744782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-08-17T12:22:44.5769194Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-08-17T12:22:44.8139718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-08-17T12:22:44.8164925Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-08-17T12:22:45.0101556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-08-17T12:22:45.0130992Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-08-17T12:22:45.2367798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-08-17T12:22:45.2393860Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-08-17T12:22:45.3343122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-08-17T12:22:45.3372434Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-08-17T12:22:45.3484797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-08-17T12:22:45.3589894Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-08-17T12:22:45.9306535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-08-17T12:22:45.9352541Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-08-17T12:22:46.1040462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-08-17T12:22:46.1063626Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-08-17T12:22:46.2348682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-08-17T12:22:46.2372276Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-08-17T12:22:46.2469159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-08-17T12:22:46.2500707Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-08-17T12:22:46.3125072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-08-17T12:22:46.3141971Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-08-17T12:22:46.3572595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-08-17T12:22:46.3583176Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-08-17T12:22:46.4035574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-08-17T12:22:46.4048793Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-08-17T12:22:46.4581016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-08-17T12:22:46.4602608Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-08-17T12:22:46.4703431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-08-17T12:22:46.4726900Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-08-17T12:22:46.4788619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-08-17T12:22:46.5022186Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-08-17T12:22:46.5993847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-08-17T12:22:46.6010792Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-08-17T12:22:46.6587235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-08-17T12:22:46.6610571Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-08-17T12:22:46.6902881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-08-17T12:22:46.6924728Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-08-17T12:22:46.7012245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-08-17T12:22:46.7023172Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-08-17T12:22:46.7377187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-08-17T12:22:46.7460797Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-08-17T12:22:46.7671278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-08-17T12:22:46.7978231Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-08-17T12:22:46.8185769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-08-17T12:22:46.8351297Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-08-17T12:22:46.8533663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-08-17T12:22:46.8552441Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-08-17T12:22:46.8589357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-08-17T12:22:46.8824638Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-08-17T12:22:46.8944718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-08-17T12:22:46.8955333Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-08-17T12:22:46.9077854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-08-17T12:22:46.9149735Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-08-17T12:22:46.9159144Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-08-17T12:22:46.9260423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-08-17T12:22:47.0379288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-08-17T12:22:47.0405687Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-08-17T12:22:47.1883834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-08-17T12:22:47.1898486Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-08-17T12:22:47.3034700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-08-17T12:22:47.3062237Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-08-17T12:22:47.4514396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-08-17T12:22:47.4538100Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-08-17T12:22:47.6156046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-08-17T12:22:47.6287842Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-08-17T12:22:47.6349826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-08-17T12:22:47.6372557Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-08-17T12:22:47.7754635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-08-17T12:22:47.7849287Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-08-17T12:22:47.8624369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-08-17T12:22:47.8637365Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-08-17T12:22:47.9107061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-08-17T12:22:47.9135651Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-08-17T12:22:47.9197912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-08-17T12:22:47.9213403Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-08-17T12:22:47.9504708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-08-17T12:22:47.9717902Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-08-17T12:22:47.9793351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-08-17T12:22:48.0180834Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-08-17T12:22:48.0729105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-08-17T12:22:48.0741015Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-08-17T12:22:48.1420071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-08-17T12:22:48.1445802Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-08-17T12:22:48.1825688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-08-17T12:22:48.1859661Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-08-17T12:22:48.2143306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-08-17T12:22:48.2302368Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-08-17T12:22:48.2585394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-08-17T12:22:48.2651257Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-08-17T12:22:48.2651757Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-08-17T12:22:48.2819130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-08-17T12:22:48.2860985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-08-17T12:22:48.3259941Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-08-17T12:22:48.3439488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-08-17T12:22:48.3664065Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-08-17T12:22:48.5185571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-08-17T12:22:48.5206671Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-08-17T12:22:48.7528800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-08-17T12:22:48.7553716Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-08-17T12:22:49.0851919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-08-17T12:22:49.0873748Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-08-17T12:22:49.4062001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-08-17T12:22:49.4091344Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-08-17T12:22:49.7471647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-08-17T12:22:49.7498368Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-08-17T12:22:49.7582934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-08-17T12:22:49.7597122Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-08-17T12:22:49.8264292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-08-17T12:22:49.8286228Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-08-17T12:22:50.2654871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-08-17T12:22:50.2695804Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-08-17T12:22:50.9446277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-08-17T12:22:50.9471947Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-08-17T12:22:51.0947337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-08-17T12:22:51.0972855Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-08-17T12:22:51.1637302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-08-17T12:22:51.1755727Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-08-17T12:22:51.8413878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-08-17T12:22:51.8438200Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-08-17T12:22:51.9808379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-08-17T12:22:51.9835214Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-08-17T12:22:52.0567478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-08-17T12:22:52.0592478Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-08-17T12:22:52.3818703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-08-17T12:22:52.3843190Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-08-17T12:22:52.6391611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-08-17T12:22:52.6416729Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-08-17T12:22:52.6831041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-08-17T12:22:52.6996460Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-08-17T12:22:52.8280389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-08-17T12:22:52.8292381Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-08-17T12:22:52.9635048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-08-17T12:22:52.9656731Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-08-17T12:22:53.0042990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-08-17T12:22:53.0068794Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-08-17T12:22:53.3747966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-08-17T12:22:53.3779099Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-08-17T12:22:53.7971939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-08-17T12:22:53.7997176Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-08-17T12:22:53.9507789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-08-17T12:22:53.9524791Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-08-17T12:22:54.1240973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-08-17T12:22:54.1259499Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-08-17T12:22:54.4090275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-08-17T12:22:54.4105664Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-08-17T12:22:54.4141547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-08-17T12:22:54.4162889Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-08-17T12:22:54.6907159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-08-17T12:22:54.6926051Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-08-17T12:22:54.9504836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-08-17T12:22:54.9637861Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-08-17T12:22:55.2144904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-08-17T12:22:55.2162038Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-08-17T12:22:55.4587157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-08-17T12:22:55.4617097Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-08-17T12:22:55.6513733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-08-17T12:22:55.6539121Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-08-17T12:22:55.9025987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-08-17T12:22:55.9040129Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-08-17T12:22:56.0239395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-08-17T12:22:56.0282131Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-08-17T12:22:56.4811570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-08-17T12:22:56.4837065Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-08-17T12:22:56.9070776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-08-17T12:22:56.9108249Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-08-17T12:22:56.9766246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-08-17T12:22:56.9789422Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-08-17T12:22:57.0500117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-08-17T12:22:57.0517582Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-08-17T12:22:57.0614991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-08-17T12:22:57.0630782Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-08-17T12:22:57.3987568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-08-17T12:22:57.4005554Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-08-17T12:22:57.8362846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-08-17T12:22:57.8379047Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-08-17T12:22:57.8504896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-08-17T12:22:57.8512606Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-08-17T12:22:58.0988387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-08-17T12:22:58.1010694Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-08-17T12:22:58.2162889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-08-17T12:22:58.2190529Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-08-17T12:22:58.3549855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-08-17T12:22:58.3566502Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-08-17T12:22:58.7061877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-08-17T12:22:58.7086326Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-08-17T12:22:58.9212719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-08-17T12:22:58.9242049Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-08-17T12:22:58.9386861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-08-17T12:22:58.9452043Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-08-17T12:22:58.9977022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-08-17T12:22:59.0002177Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-08-17T12:22:59.1816708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-08-17T12:22:59.1909783Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-08-17T12:22:59.2736639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:59.2902815Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:59.3186713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-08-17T12:22:59.3200865Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-08-17T12:22:59.3252581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:59.3367188Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-08-17T12:22:59.3391409Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-08-17T12:22:59.3677813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-08-17T12:22:59.3687379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-08-17T12:22:59.3869368Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-08-17T12:22:59.3883896Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-08-17T12:22:59.4055320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-08-17T12:22:59.4056254Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-08-17T12:22:59.4092332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-08-17T12:22:59.4172983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-08-17T12:22:59.4412991Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-08-17T12:22:59.4442546Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-08-17T12:22:59.4514433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-08-17T12:22:59.4535422Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-08-17T12:22:59.4573463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-08-17T12:22:59.4613171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-08-17T12:22:59.5011834Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-08-17T12:22:59.5072252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-08-17T12:22:59.5202766Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-08-17T12:22:59.5292418Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-08-17T12:22:59.5458358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-08-17T12:22:59.5472357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-08-17T12:22:59.5669115Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-08-17T12:22:59.5687080Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-08-17T12:22:59.5742985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-08-17T12:22:59.5750471Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-08-17T12:22:59.5938810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-08-17T12:22:59.5952691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-08-17T12:22:59.6260421Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-08-17T12:22:59.6268704Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-08-17T12:22:59.6337114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-08-17T12:22:59.6383152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-08-17T12:22:59.6744476Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-08-17T12:22:59.6769394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-08-17T12:22:59.6788644Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-08-17T12:22:59.6810963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-08-17T12:22:59.6820005Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-08-17T12:22:59.6830885Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-08-17T12:22:59.7184682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-08-17T12:22:59.7255433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-08-17T12:22:59.7321718Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-08-17T12:22:59.7337802Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-08-17T12:22:59.7616066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-08-17T12:22:59.7631150Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-08-17T12:22:59.7638978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:22:59.7700962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-08-17T12:22:59.7727106Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:22:59.7777827Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-08-17T12:22:59.7788915Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-08-17T12:22:59.8064256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-08-17T12:22:59.8069343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-08-17T12:22:59.8119613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-08-17T12:22:59.8121881Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-08-17T12:22:59.8269182Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-08-17T12:22:59.8279316Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-08-17T12:22:59.8504489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-08-17T12:22:59.8542838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-08-17T12:22:59.8560734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-08-17T12:22:59.8566722Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-08-17T12:22:59.8570990Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-08-17T12:22:59.8586048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-08-17T12:22:59.8777654Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-08-17T12:22:59.8788957Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-08-17T12:22:59.8942797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-08-17T12:22:59.8980054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-08-17T12:22:59.9010606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-08-17T12:22:59.9266952Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-08-17T12:22:59.9281711Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-08-17T12:22:59.9544388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-08-17T12:22:59.9633478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-08-17T12:23:00.0049487Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-08-17T12:23:00.0050086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-08-17T12:23:00.0504533Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-08-17T12:23:00.0505512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-08-17T12:23:00.0929106Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-08-17T12:23:00.0937477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-08-17T12:23:00.1345204Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-08-17T12:23:00.1402358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-08-17T12:23:00.1465201Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-08-17T12:23:00.1481058Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-08-17T12:23:00.1784074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-08-17T12:23:00.1844466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-08-17T12:23:00.2223296Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-08-17T12:23:00.2269212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-08-17T12:23:00.2703697Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-08-17T12:23:00.2755429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-08-17T12:23:00.3202342Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-08-17T12:23:00.3208612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-08-17T12:23:00.3659864Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-08-17T12:23:00.3673356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:23:00.4100910Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:23:00.4137540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-08-17T12:23:00.4515530Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-08-17T12:23:00.4614078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-08-17T12:23:00.5020003Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-08-17T12:23:00.5039319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-08-17T12:23:00.5499036Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-08-17T12:23:00.5522750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-08-17T12:23:00.5980220Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-08-17T12:23:00.5991754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-08-17T12:23:00.6443260Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-08-17T12:23:00.6479791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-08-17T12:23:00.6898083Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-08-17T12:23:00.6914300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-08-17T12:23:00.7349097Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-08-17T12:23:00.7349947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-08-17T12:23:00.7820230Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-08-17T12:23:00.7839440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-08-17T12:23:00.7997444Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-08-17T12:23:00.8021225Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-08-17T12:23:00.8185757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-08-17T12:23:00.8283164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-08-17T12:23:00.8315310Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-08-17T12:23:00.8324438Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-08-17T12:23:00.8334163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-08-17T12:23:00.8346238Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-08-17T12:23:00.8725930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-08-17T12:23:00.8953793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-08-17T12:23:00.9198484Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-08-17T12:23:00.9213823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-08-17T12:23:00.9698663Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-08-17T12:23:00.9739982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:23:01.0137808Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:23:01.0169212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-08-17T12:23:01.0502297Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-08-17T12:23:01.0622531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-08-17T12:23:01.0978556Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-08-17T12:23:01.1070113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-08-17T12:23:01.1421323Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-08-17T12:23:01.1664451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-08-17T12:23:01.1898244Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-08-17T12:23:01.1947642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-08-17T12:23:01.2339181Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-08-17T12:23:01.2394849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-08-17T12:23:01.2621129Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-08-17T12:23:01.2640297Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-08-17T12:23:01.2717870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-08-17T12:23:01.2833759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-08-17T12:23:01.3119595Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-08-17T12:23:01.3130814Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-08-17T12:23:01.3141545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-08-17T12:23:01.3271841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-08-17T12:23:01.3699888Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-08-17T12:23:01.3867484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-08-17T12:23:01.4181041Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-08-17T12:23:01.4186000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-08-17T12:23:01.4621834Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-08-17T12:23:01.4625932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-08-17T12:23:01.5059002Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-08-17T12:23:01.5223813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-08-17T12:23:01.5386525Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-08-17T12:23:01.5398668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-08-17T12:23:01.5417112Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-08-17T12:23:02.1386756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-08-17T12:23:02.1405428Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-08-17T12:23:02.9665135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-08-17T12:23:02.9703216Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-08-17T12:23:02.9885286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-08-17T12:23:02.9895596Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-08-17T12:23:03.0643719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-08-17T12:23:03.0661394Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-08-17T12:23:03.6451123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-08-17T12:23:03.6512675Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-08-17T12:23:04.5569776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-08-17T12:23:04.5586488Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-08-17T12:23:04.8699979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-08-17T12:23:04.8727906Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-08-17T12:23:04.8768384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-08-17T12:23:04.8983908Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-08-17T12:23:05.0720186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-08-17T12:23:05.0746214Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-08-17T12:23:05.8995697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-08-17T12:23:05.9021875Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-08-17T12:23:06.5778385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-08-17T12:23:06.5798068Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-08-17T12:23:07.3842793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-08-17T12:23:07.3891246Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-08-17T12:23:07.3986897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-08-17T12:23:07.4052328Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-08-17T12:23:07.4856167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-08-17T12:23:07.4881356Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-08-17T12:23:07.8624022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-08-17T12:23:07.8637861Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-08-17T12:23:08.2547895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-08-17T12:23:08.2581479Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-08-17T12:23:08.4513324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-08-17T12:23:08.4525364Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-08-17T12:23:09.1180042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-08-17T12:23:09.1196286Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-08-17T12:23:09.7333498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-08-17T12:23:09.7357721Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-08-17T12:23:09.8656768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-08-17T12:23:09.8835469Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-08-17T12:23:10.1896660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-08-17T12:23:10.1919475Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-08-17T12:23:10.2254761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:23:10.2269118Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-08-17T12:23:10.4445093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-08-17T12:23:10.4459556Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-08-17T12:23:10.8278205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-08-17T12:23:10.8304126Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:23:10.9868380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:23:11.0138777Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-08-17T12:23:11.6620462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-08-17T12:23:11.6646660Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:23:11.7177295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:23:11.7202544Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-08-17T12:23:11.7353988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-08-17T12:23:11.7367396Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-08-17T12:23:11.7828258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-08-17T12:23:11.7942123Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-08-17T12:23:11.8199714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-08-17T12:23:11.8220771Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-08-17T12:23:11.8640881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-08-17T12:23:11.8669065Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-08-17T12:23:11.9168241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-08-17T12:23:11.9185864Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-08-17T12:23:12.0071141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-08-17T12:23:12.0101083Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-08-17T12:23:12.0602291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-08-17T12:23:12.0632796Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-08-17T12:23:12.1103792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-08-17T12:23:12.1128637Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-08-17T12:23:12.1354214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:23:12.1620849Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:23:12.1913364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:23:12.1980206Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:23:12.2228521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:12.2434597Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:12.2792940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:23:12.2953455Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:23:12.3171911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:23:12.3407692Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:23:12.3418253Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:23:12.3444262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:23:12.3601710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:23:12.3666414Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:23:12.3680758Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-08-17T12:23:12.3824208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-08-17T12:23:12.3864967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:12.3880042Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-08-17T12:23:12.4014294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-08-17T12:23:12.4264587Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:12.4747172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:23:12.4763126Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:23:12.4961791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:23:12.5258309Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:23:12.5564292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:23:12.5662785Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:23:12.6226971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:23:12.6240507Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:23:12.6422168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:23:12.6778702Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:23:12.6930117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:23:12.7218344Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:23:12.7439007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:23:12.7470742Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-08-17T12:23:12.7516631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-08-17T12:23:12.7582147Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:23:12.7926419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:12.7945880Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-08-17T12:23:12.7958958Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:12.8020180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-08-17T12:23:12.8294976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:23:12.8369726Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-08-17T12:23:12.8384737Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:23:12.8464276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-08-17T12:23:12.8657454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:23:12.8674345Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-08-17T12:23:12.8682127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-08-17T12:23:12.8776268Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-08-17T12:23:12.8822283Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:23:12.8977658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-08-17T12:23:12.9184326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:23:12.9288568Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-08-17T12:23:12.9295226Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:23:12.9378954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-08-17T12:23:12.9643433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:12.9716693Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:12.9735820Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-08-17T12:23:12.9822081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-08-17T12:23:12.9914326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:23:12.9938029Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:23:12.9998223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:23:13.0146452Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-08-17T12:23:13.0158790Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:23:13.0264964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:23:13.0355244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:23:13.0501487Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-08-17T12:23:13.0622996Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:23:13.0859610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:23:13.0881189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:23:13.0949050Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-08-17T12:23:13.1100093Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:23:13.1125855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:13.1135506Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-08-17T12:23:13.1220753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-08-17T12:23:13.1247309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:23:13.1448132Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:13.1543046Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:23:13.1663745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:23:13.1700385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:23:13.1951581Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:23:13.1980784Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:23:13.2146482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:23:13.2302845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-08-17T12:23:13.2497519Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-08-17T12:23:13.2663737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:23:13.2666611Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:23:13.2675057Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:23:13.2897021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-08-17T12:23:13.3159590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:13.3311535Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:13.3463057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:23:13.3644617Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-08-17T12:23:13.3650996Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-08-17T12:23:13.3775885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-08-17T12:23:13.4024577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:23:13.4257273Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-08-17T12:23:13.4306986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:23:13.4697584Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-08-17T12:23:13.4902322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:23:13.5178648Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-08-17T12:23:13.5243028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:23:13.5619403Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-08-17T12:23:13.5717168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:23:13.6036730Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-08-17T12:23:13.6226510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:23:13.6439912Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-08-17T12:23:13.6668120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:13.6979139Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:13.7252774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:23:13.7367224Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:23:13.7382015Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-08-17T12:23:13.7399495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:23:13.7498711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-08-17T12:23:13.7589143Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-08-17T12:23:13.7600534Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-08-17T12:23:13.7608336Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-08-17T12:23:13.7904165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-08-17T12:23:13.7904774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-08-17T12:23:13.7908945Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-08-17T12:23:13.8121171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:23:13.8259233Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:23:13.8361446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-08-17T12:23:13.8456662Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-08-17T12:23:13.8662555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:13.8699682Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:13.8778607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-08-17T12:23:13.8791731Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-08-17T12:23:13.8812276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-08-17T12:23:13.8850884Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-08-17T12:23:13.8958411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:23:13.9136689Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-08-17T12:23:13.9147881Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-08-17T12:23:13.9149882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-08-17T12:23:13.9252641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-08-17T12:23:13.9302500Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-08-17T12:23:13.9420407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:23:13.9543532Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-08-17T12:23:13.9550366Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-08-17T12:23:13.9579347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-08-17T12:23:13.9661393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-08-17T12:23:13.9854709Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-08-17T12:23:13.9884900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:23:14.0098426Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-08-17T12:23:14.0109801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-08-17T12:23:14.0183847Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-08-17T12:23:14.0310930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:23:14.0503943Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-08-17T12:23:14.0546480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-08-17T12:23:14.0623865Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-08-17T12:23:14.0666081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:23:14.0698367Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-08-17T12:23:14.0765090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-08-17T12:23:14.0903068Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-08-17T12:23:14.0989620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-08-17T12:23:14.1070379Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-08-17T12:23:14.1537712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-08-17T12:23:14.1541229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-08-17T12:23:14.1863683Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-08-17T12:23:14.1864386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-08-17T12:23:14.2106715Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-08-17T12:23:14.2129155Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-08-17T12:23:14.2303834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-08-17T12:23:14.2311410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-08-17T12:23:14.2721809Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-08-17T12:23:14.4665953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-08-17T12:23:14.4689520Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-08-17T12:23:14.5696732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-08-17T12:23:14.5710354Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-08-17T12:23:15.2985368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-08-17T12:23:15.3010448Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-08-17T12:23:15.4388361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-08-17T12:23:15.4406539Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-08-17T12:23:15.5752214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-08-17T12:23:15.5904287Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-08-17T12:23:16.2632865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-08-17T12:23:16.2647068Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-08-17T12:23:16.3702328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-08-17T12:23:16.3789726Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-08-17T12:23:16.5509530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-08-17T12:23:16.5522464Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-08-17T12:23:16.5531739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-08-17T12:23:16.5541999Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-08-17T12:23:17.1822064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-08-17T12:23:17.1984389Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-08-17T12:23:17.3222437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-08-17T12:23:17.3235883Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-08-17T12:23:17.4259083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-08-17T12:23:17.4273512Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-08-17T12:23:18.3389312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-08-17T12:23:18.3408483Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-08-17T12:23:18.3561711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-08-17T12:23:18.3577934Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-08-17T12:23:18.4088391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-08-17T12:23:18.4116850Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-08-17T12:23:18.6567288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-08-17T12:23:18.6581776Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-08-17T12:23:19.2318020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-08-17T12:23:19.2343630Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-08-17T12:23:19.4155009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-08-17T12:23:19.4300729Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-08-17T12:23:19.9463405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-08-17T12:23:19.9476411Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-08-17T12:23:19.9628885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-08-17T12:23:19.9634937Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-08-17T12:23:20.1668709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-08-17T12:23:20.1693075Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-08-17T12:23:20.3426529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-08-17T12:23:20.3454280Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-08-17T12:23:21.0426902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-08-17T12:23:21.0453422Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-08-17T12:23:21.2945983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-08-17T12:23:21.2960661Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-08-17T12:23:21.6775696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-08-17T12:23:21.6941209Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-08-17T12:23:21.7175074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-08-17T12:23:21.7205648Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-08-17T12:23:21.8698785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-08-17T12:23:21.8715723Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-08-17T12:23:22.4540344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-08-17T12:23:22.4571392Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-08-17T12:23:22.4741672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-08-17T12:23:22.5059247Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-08-17T12:23:22.5115032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-08-17T12:23:22.5328140Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-08-17T12:23:22.5342802Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-08-17T12:23:22.5550117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-08-17T12:23:22.5554749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-08-17T12:23:22.5561345Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-08-17T12:23:22.5575754Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-08-17T12:23:22.5969012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-08-17T12:23:22.5975169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-08-17T12:23:22.6424730Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-08-17T12:23:22.6454592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-08-17T12:23:22.6768530Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-08-17T12:23:22.6789485Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-08-17T12:23:22.6900711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-08-17T12:23:22.6907493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-08-17T12:23:22.7327984Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-08-17T12:23:22.7335793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-08-17T12:23:22.7779301Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-08-17T12:23:22.8436732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-08-17T12:23:22.8464600Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-08-17T12:23:22.8611880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-08-17T12:23:22.9038088Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-08-17T12:23:22.9047769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-08-17T12:23:22.9538663Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-08-17T12:23:22.9567311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-08-17T12:23:22.9979566Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-08-17T12:23:23.0544020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-08-17T12:23:23.0559787Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-08-17T12:23:23.0572001Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-08-17T12:23:23.0590278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-08-17T12:23:23.0908151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-08-17T12:23:23.0922630Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-08-17T12:23:23.0981595Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-08-17T12:23:23.1021247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-08-17T12:23:23.1058882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-08-17T12:23:23.1539760Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-08-17T12:23:23.1563254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-08-17T12:23:23.1751839Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-08-17T12:23:23.1769458Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-08-17T12:23:23.1965672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-08-17T12:23:23.2015278Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-08-17T12:23:23.2044874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-08-17T12:23:23.2352948Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-08-17T12:23:23.2370109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-08-17T12:23:23.2392649Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-08-17T12:23:23.2498066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-08-17T12:23:23.2522402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-08-17T12:23:23.2568703Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-08-17T12:23:23.2619085Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-08-17T12:23:23.2718618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-08-17T12:23:23.2939113Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-08-17T12:23:23.2959310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-08-17T12:23:23.3061726Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-08-17T12:23:23.3081273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-08-17T12:23:23.3102578Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-08-17T12:23:23.3182735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-08-17T12:23:23.3299970Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-08-17T12:23:23.3384901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-08-17T12:23:23.3620258Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-08-17T12:23:23.3700728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-08-17T12:23:23.3783998Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-08-17T12:23:23.3884477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-08-17T12:23:23.4019936Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-08-17T12:23:23.4227116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-08-17T12:23:23.4302286Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-08-17T12:23:23.4310930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-08-17T12:23:23.4460703Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-08-17T12:23:23.4740134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-08-17T12:23:23.4757105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-08-17T12:23:23.5179477Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-08-17T12:23:23.5202349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-08-17T12:23:23.5620913Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-08-17T12:23:23.5632848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-08-17T12:23:23.6036845Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-08-17T12:23:23.6044905Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-08-17T12:23:23.6068416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-08-17T12:23:23.6088784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-08-17T12:23:23.6108972Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-08-17T12:23:23.6209604Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-08-17T12:23:23.6611751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-08-17T12:23:23.7251798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-08-17T12:23:23.7263789Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-08-17T12:23:23.7861461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-08-17T12:23:23.8099099Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-08-17T12:23:23.9118697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-08-17T12:23:23.9131981Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-08-17T12:23:23.9928735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-08-17T12:23:24.0064916Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-08-17T12:23:24.0905865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-08-17T12:23:24.1070365Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-08-17T12:23:24.1176577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-08-17T12:23:24.1578692Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-08-17T12:23:24.2828502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-08-17T12:23:24.2840876Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-08-17T12:23:24.2982906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-08-17T12:23:24.3001182Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-08-17T12:23:24.3433925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-08-17T12:23:24.3458909Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-08-17T12:23:24.3979276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-08-17T12:23:24.4139174Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-08-17T12:23:24.4736149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-08-17T12:23:24.4796233Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-08-17T12:23:24.4868812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-08-17T12:23:24.5273080Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-08-17T12:23:24.5281466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:23:24.5708707Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:23:24.5717919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-08-17T12:23:24.6198365Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-08-17T12:23:24.6203688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-08-17T12:23:24.6641253Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-08-17T12:23:24.6648166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-08-17T12:23:24.7117639Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-08-17T12:23:24.7122170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-08-17T12:23:24.7548835Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-08-17T12:23:24.7554321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-08-17T12:23:24.8021413Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-08-17T12:23:24.8022319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-08-17T12:23:24.8026632Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-08-17T12:23:24.8040402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-08-17T12:23:24.8464082Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-08-17T12:23:24.8501654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-08-17T12:23:24.8521676Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-08-17T12:23:24.8533405Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-08-17T12:23:24.8727177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-08-17T12:23:24.8903241Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-08-17T12:23:24.8944115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-08-17T12:23:24.8960772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:23:24.9108958Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-08-17T12:23:24.9156896Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:23:24.9168070Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-08-17T12:23:24.9340590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-08-17T12:23:24.9381865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-08-17T12:23:24.9420541Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-08-17T12:23:24.9789671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-08-17T12:23:24.9840636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-08-17T12:23:25.0310951Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-08-17T12:23:25.0317001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-08-17T12:23:25.0503806Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-08-17T12:23:25.0526191Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-08-17T12:23:25.0675519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:23:25.0694011Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-08-17T12:23:25.0759148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-08-17T12:23:25.0763620Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-08-17T12:23:25.0783784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-08-17T12:23:25.0800702Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:23:25.0940627Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-08-17T12:23:25.1101199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:23:25.1111633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-08-17T12:23:25.1148591Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:23:25.1266589Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-08-17T12:23:25.1268358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-08-17T12:23:25.1381579Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-08-17T12:23:25.1540790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-08-17T12:23:25.1616694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-08-17T12:23:25.1627003Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-08-17T12:23:25.1736012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-08-17T12:23:25.1746490Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-08-17T12:23:25.1763786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-08-17T12:23:25.1823445Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-08-17T12:23:25.1836065Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-08-17T12:23:25.1981407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-08-17T12:23:25.2002524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-08-17T12:23:25.2052246Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-08-17T12:23:25.2062746Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-08-17T12:23:25.2116656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-08-17T12:23:25.2302095Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-08-17T12:23:25.2421945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-08-17T12:23:25.2475340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-08-17T12:23:25.2505453Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-08-17T12:23:25.2508529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-08-17T12:23:25.2616543Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-08-17T12:23:25.2743331Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-08-17T12:23:25.2909567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-08-17T12:23:25.2910061Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-08-17T12:23:25.2971253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-08-17T12:23:25.3000381Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-08-17T12:23:25.3296653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-08-17T12:23:25.3404968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-08-17T12:23:25.3421901Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-08-17T12:23:25.3422420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-08-17T12:23:25.3615147Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-08-17T12:23:25.3691742Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-08-17T12:23:25.3705859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-08-17T12:23:25.3741157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-08-17T12:23:25.3780847Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-08-17T12:23:25.3853075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-08-17T12:23:25.4013914Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-08-17T12:23:25.4100745Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-08-17T12:23:25.4177733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-08-17T12:23:25.4197151Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-08-17T12:23:25.4280537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-08-17T12:23:25.4282526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-08-17T12:23:25.4409201Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-08-17T12:23:25.4548493Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-08-17T12:23:25.4616935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-08-17T12:23:25.4635508Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-08-17T12:23:25.4695290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:23:25.4718814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-08-17T12:23:25.4882582Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-08-17T12:23:25.4984648Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:23:25.5072623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-08-17T12:23:25.5085578Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-08-17T12:23:25.5145349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:23:25.5159357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-08-17T12:23:25.5203220Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-08-17T12:23:25.5424684Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:23:25.5494310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-08-17T12:23:25.5606393Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-08-17T12:23:25.5609570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-08-17T12:23:25.5610189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-08-17T12:23:25.5690614Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-08-17T12:23:25.5862034Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-08-17T12:23:25.5977895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-08-17T12:23:25.6015715Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-08-17T12:23:25.6039278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-08-17T12:23:25.6061967Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-08-17T12:23:25.6145872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-08-17T12:23:25.6303917Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-08-17T12:23:25.6402968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-08-17T12:23:25.6449085Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-08-17T12:23:25.6461986Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-08-17T12:23:25.6462860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-08-17T12:23:25.6500549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-08-17T12:23:25.6581121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-08-17T12:23:25.6744328Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-08-17T12:23:25.6964865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-08-17T12:23:25.6981456Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-08-17T12:23:25.7067166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-08-17T12:23:25.7224063Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-08-17T12:23:25.7423058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-08-17T12:23:25.7504443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-08-17T12:23:25.7616143Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-08-17T12:23:25.7743984Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-08-17T12:23:25.7905266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-08-17T12:23:25.7988679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-08-17T12:23:25.8080722Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-08-17T12:23:25.8182283Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-08-17T12:23:25.8342057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-08-17T12:23:25.8348130Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-08-17T12:23:25.8419523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-08-17T12:23:25.8663666Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-08-17T12:23:25.8823643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-08-17T12:23:25.8894601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-08-17T12:23:25.8911003Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-08-17T12:23:25.9178338Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-08-17T12:23:25.9338908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-08-17T12:23:25.9359658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-08-17T12:23:25.9778781Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-08-17T12:23:25.9785479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-08-17T12:23:25.9942181Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-08-17T12:23:25.9962609Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-08-17T12:23:26.0147496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-08-17T12:23:26.0222189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-08-17T12:23:26.0391961Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-08-17T12:23:26.0412076Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-08-17T12:23:26.0504366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-08-17T12:23:26.0697174Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-08-17T12:23:26.0847949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-08-17T12:23:26.0870508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-08-17T12:23:26.1138846Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-08-17T12:23:26.1258927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-08-17T12:23:26.1618384Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-08-17T12:23:26.1827493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-08-17T12:23:26.1878370Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-08-17T12:23:26.1992110Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-08-17T12:23:26.1997442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-08-17T12:23:26.2441117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-08-17T12:23:26.2729867Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-08-17T12:23:26.3052171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-08-17T12:23:26.3138157Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-08-17T12:23:26.3158597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-08-17T12:23:26.3217923Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-08-17T12:23:26.3611626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-08-17T12:23:26.3737069Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-08-17T12:23:26.4093339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-08-17T12:23:26.4105065Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-08-17T12:23:26.4303743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-08-17T12:23:26.4381132Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-08-17T12:23:26.4518301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-08-17T12:23:26.4538639Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-08-17T12:23:26.4602023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-08-17T12:23:26.4615881Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-08-17T12:23:26.4683456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-08-17T12:23:26.4857465Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-08-17T12:23:26.4880005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-08-17T12:23:26.5095727Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-08-17T12:23:26.5107263Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-08-17T12:23:26.5263169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-08-17T12:23:26.5405237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-08-17T12:23:26.5540788Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-08-17T12:23:26.5921084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-08-17T12:23:26.5982109Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-08-17T12:23:26.6145510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-08-17T12:23:26.6338276Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-08-17T12:23:26.6344382Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-08-17T12:23:26.6421244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-08-17T12:23:26.6746678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-08-17T12:23:26.6863231Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-08-17T12:23:26.8163855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-08-17T12:23:26.8294470Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-08-17T12:23:27.0139374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-08-17T12:23:27.0156284Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-08-17T12:23:27.0844490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-08-17T12:23:27.0856201Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-08-17T12:23:27.1267632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-08-17T12:23:27.1296301Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-08-17T12:23:27.1384226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-08-17T12:23:27.1442640Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-08-17T12:23:27.1592356Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-08-17T12:23:27.1744104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-08-17T12:23:27.1794560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-08-17T12:23:27.1808805Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-08-17T12:23:27.1818957Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-08-17T12:23:27.2337441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-08-17T12:23:27.2621876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-08-17T12:23:27.2727480Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-08-17T12:23:27.3165219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-08-17T12:23:27.3186597Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-08-17T12:23:27.3458176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-08-17T12:23:27.3629958Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-08-17T12:23:27.3732372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-08-17T12:23:27.4166553Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-08-17T12:23:27.4171575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-08-17T12:23:27.4425231Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-08-17T12:23:27.4600758Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-08-17T12:23:27.4607375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-08-17T12:23:27.4613442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-08-17T12:23:27.5042507Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-08-17T12:23:27.5047572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-08-17T12:23:27.5579325Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-08-17T12:23:27.6610460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-08-17T12:23:27.6652753Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-08-17T12:23:27.6824570Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-08-17T12:23:27.6861176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-08-17T12:23:27.6952176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-08-17T12:23:27.7305847Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-08-17T12:23:27.7772319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-08-17T12:23:27.7902175Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-08-17T12:23:27.8237041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-08-17T12:23:27.8301382Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-08-17T12:23:27.8546207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-08-17T12:23:27.8621111Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-08-17T12:23:27.8633894Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-08-17T12:23:27.8741542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-08-17T12:23:27.8827573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-08-17T12:23:27.8876168Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-08-17T12:23:27.8888379Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-08-17T12:23:27.9184282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-08-17T12:23:27.9264601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-08-17T12:23:27.9274964Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-08-17T12:23:27.9386591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-08-17T12:23:27.9623634Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-08-17T12:23:27.9715110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-08-17T12:23:27.9867398Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-08-17T12:23:27.9875064Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-08-17T12:23:28.0104292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-08-17T12:23:28.0462991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-08-17T12:23:28.0485748Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-08-17T12:23:28.0974858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-08-17T12:23:28.0990554Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-08-17T12:23:28.1011282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-08-17T12:23:28.1144779Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-08-17T12:23:28.1461648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-08-17T12:23:28.1477029Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-08-17T12:23:28.1648558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-08-17T12:23:28.1665950Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-08-17T12:23:28.1933874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-08-17T12:23:28.1952668Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-08-17T12:23:28.2066096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-08-17T12:23:28.2218484Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-08-17T12:23:28.2452438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-08-17T12:23:28.2482721Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-08-17T12:23:28.3002921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-08-17T12:23:28.3028093Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-08-17T12:23:28.3533785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-08-17T12:23:28.3560914Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-08-17T12:23:28.4206563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-08-17T12:23:28.4223132Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-08-17T12:23:28.4544546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-08-17T12:23:28.4658388Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-08-17T12:23:28.5152920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-08-17T12:23:28.5303962Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-08-17T12:23:28.5412108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-08-17T12:23:28.5459339Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-08-17T12:23:28.5480369Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-08-17T12:23:28.5576497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-08-17T12:23:28.5591776Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-08-17T12:23:28.5744993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-08-17T12:23:28.6127968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-08-17T12:23:28.6139428Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-08-17T12:23:28.6199617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-08-17T12:23:28.6217139Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-08-17T12:23:28.6470018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-08-17T12:23:28.6663175Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-08-17T12:23:28.7260254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-08-17T12:23:28.7260913Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-08-17T12:23:28.7571195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-08-17T12:23:28.7663212Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-08-17T12:23:28.7976805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-08-17T12:23:28.8090583Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-08-17T12:23:28.8111862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-08-17T12:23:28.8125409Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-08-17T12:23:28.8882508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-08-17T12:23:28.9023774Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-08-17T12:23:29.0304209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-08-17T12:23:29.0336391Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-08-17T12:23:29.0544672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-08-17T12:23:29.0679556Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-08-17T12:23:29.1932502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-08-17T12:23:29.1943589Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-08-17T12:23:29.1984910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:23:29.2388421Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:23:29.2436293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-08-17T12:23:29.2888469Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-08-17T12:23:29.2911656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:23:29.3257251Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:23:29.3270138Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-08-17T12:23:29.3343038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-08-17T12:23:29.3401866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:23:29.3840473Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:23:29.3850101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:23:29.4280146Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:23:29.4280647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-08-17T12:23:29.4722224Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-08-17T12:23:29.4737404Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-08-17T12:23:29.4746982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-08-17T12:23:29.4765495Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-08-17T12:23:29.5141478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-08-17T12:23:29.5179009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-08-17T12:23:29.5544313Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-08-17T12:23:29.5586547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-08-17T12:23:29.5803092Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-08-17T12:23:29.5865580Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-08-17T12:23:29.6029901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-08-17T12:23:29.6040086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-08-17T12:23:29.6435772Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-08-17T12:23:29.6478913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-08-17T12:23:29.6869870Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-08-17T12:23:29.6878423Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-08-17T12:23:29.6882817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-08-17T12:23:29.6923084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-08-17T12:23:29.7368432Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-08-17T12:23:29.7378085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:23:29.7899334Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:23:29.8856435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-08-17T12:23:29.9139555Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-08-17T12:23:29.9639712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-08-17T12:23:29.9656266Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-08-17T12:23:29.9672224Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-08-17T12:23:29.9684780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-08-17T12:23:29.9789864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-08-17T12:23:29.9821636Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-08-17T12:23:29.9846234Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-08-17T12:23:30.0104883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-08-17T12:23:30.0394257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-08-17T12:23:30.0543580Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-08-17T12:23:30.1262778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-08-17T12:23:30.1284134Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-08-17T12:23:30.2467568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-08-17T12:23:30.2498629Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-08-17T12:23:30.2774693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-08-17T12:23:30.2825539Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-08-17T12:23:30.2919861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-08-17T12:23:30.2958689Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-08-17T12:23:30.3393149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:23:30.3454795Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:23:30.4421741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-08-17T12:23:30.4433389Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-08-17T12:23:30.5543310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-08-17T12:23:30.5660311Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-08-17T12:23:30.6907665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-08-17T12:23:30.6930247Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-08-17T12:23:30.7280249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-08-17T12:23:30.7417431Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-08-17T12:23:30.8991067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-08-17T12:23:30.9012515Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-08-17T12:23:30.9548568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-08-17T12:23:30.9574683Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-08-17T12:23:31.0165248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-08-17T12:23:31.0232566Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-08-17T12:23:31.0323764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-08-17T12:23:31.0344112Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-08-17T12:23:31.0473681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-08-17T12:23:31.0489402Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-08-17T12:23:31.1456174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-08-17T12:23:31.1477615Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-08-17T12:23:31.3165335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-08-17T12:23:31.3317012Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-08-17T12:23:31.3745688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-08-17T12:23:31.3769407Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-08-17T12:23:31.4696262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-08-17T12:23:31.4723895Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-08-17T12:23:31.6503420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-08-17T12:23:31.6525889Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-08-17T12:23:31.6905464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-08-17T12:23:31.6938502Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-08-17T12:23:31.7920711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-08-17T12:23:31.8061691Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-08-17T12:23:31.8581467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-08-17T12:23:31.8724774Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-08-17T12:23:31.9450684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-08-17T12:23:31.9471830Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-08-17T12:23:32.1477530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-08-17T12:23:32.1526742Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-08-17T12:23:32.2244683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:23:32.2265216Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:23:32.7120473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-08-17T12:23:32.7141774Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-08-17T12:23:32.8242099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-08-17T12:23:32.8277884Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-08-17T12:23:33.1959231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-08-17T12:23:33.2016865Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-08-17T12:23:33.2809215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-08-17T12:23:33.2827188Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-08-17T12:23:33.3262525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-08-17T12:23:33.3326133Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-08-17T12:23:33.3326628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-08-17T12:23:33.3726730Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-08-17T12:23:33.3756952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-08-17T12:23:33.4044078Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-08-17T12:23:33.4067720Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-08-17T12:23:33.4192879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-08-17T12:23:33.4232298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-08-17T12:23:33.4737864Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-08-17T12:23:33.5856115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-08-17T12:23:33.5995370Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-08-17T12:23:33.6498258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-08-17T12:23:33.6510781Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-08-17T12:23:33.6976314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-08-17T12:23:33.6996386Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-08-17T12:23:33.7512999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-08-17T12:23:33.7533497Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-08-17T12:23:34.0721088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-08-17T12:23:34.0740473Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-08-17T12:23:34.4197893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-08-17T12:23:34.4210465Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-08-17T12:23:34.5325895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-08-17T12:23:34.5353651Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-08-17T12:23:34.5654992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-08-17T12:23:34.5865651Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-08-17T12:23:34.7646105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-08-17T12:23:34.7659998Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-08-17T12:23:34.8505043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-08-17T12:23:34.8526601Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-08-17T12:23:34.9065588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-08-17T12:23:34.9083372Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-08-17T12:23:34.9385115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-08-17T12:23:34.9577979Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-08-17T12:23:35.0386140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-08-17T12:23:35.0406492Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-08-17T12:23:35.1241194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-08-17T12:23:35.1260433Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-08-17T12:23:35.1269094Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-08-17T12:23:35.1374267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-08-17T12:23:35.1547077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-08-17T12:23:35.1779161Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-08-17T12:23:35.1818162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-08-17T12:23:35.2219376Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-08-17T12:23:35.3624059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-08-17T12:23:35.3638281Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-08-17T12:23:35.3668380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-08-17T12:23:35.3692220Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-08-17T12:23:35.3889061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-08-17T12:23:35.4219775Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-08-17T12:23:35.4600932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-08-17T12:23:35.4624079Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-08-17T12:23:35.7185356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-08-17T12:23:35.7205106Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-08-17T12:23:35.7871525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-08-17T12:23:35.7982871Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-08-17T12:23:35.8112282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-08-17T12:23:35.8120178Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-08-17T12:23:35.9208099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-08-17T12:23:35.9341852Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-08-17T12:23:35.9783744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-08-17T12:23:35.9940300Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-08-17T12:23:36.0825151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-08-17T12:23:36.0834977Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-08-17T12:23:36.0935018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-08-17T12:23:36.1304428Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-08-17T12:23:36.2211363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-08-17T12:23:36.2223142Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-08-17T12:23:36.2573031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-08-17T12:23:36.2664029Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-08-17T12:23:36.3386371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-08-17T12:23:36.3410242Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-08-17T12:23:36.3613720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-08-17T12:23:36.3633084Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-08-17T12:23:36.3750853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-08-17T12:23:36.4137817Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-08-17T12:23:36.6149098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-08-17T12:23:36.6190902Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-08-17T12:23:36.6759098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-08-17T12:23:36.6858713Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-08-17T12:23:36.7263936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-08-17T12:23:36.7377732Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-08-17T12:23:36.7613188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-08-17T12:23:36.7818918Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-08-17T12:23:36.8323144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-08-17T12:23:36.8336017Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-08-17T12:23:36.8343202Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-08-17T12:23:36.8436188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-08-17T12:23:36.8799005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-08-17T12:23:36.8818694Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-08-17T12:23:36.9503698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-08-17T12:23:36.9523322Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-08-17T12:23:37.1485716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-08-17T12:23:37.1536986Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-08-17T12:23:37.1906530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-08-17T12:23:37.1939472Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-08-17T12:23:37.5002598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-08-17T12:23:37.5026146Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-08-17T12:23:37.5163345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-08-17T12:23:37.5344156Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-08-17T12:23:37.5457670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-08-17T12:23:37.5938193Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-08-17T12:23:37.7591465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-08-17T12:23:37.7599899Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-08-17T12:23:37.8091458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-08-17T12:23:37.8163839Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-08-17T12:23:37.8174994Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-08-17T12:23:37.8189428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-08-17T12:23:37.9128316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-08-17T12:23:37.9148145Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-08-17T12:23:38.0484410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-08-17T12:23:38.0512799Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-08-17T12:23:38.1914577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-08-17T12:23:38.1945434Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-08-17T12:23:38.3094334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-08-17T12:23:38.3123317Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-08-17T12:23:38.4040628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-08-17T12:23:38.4070178Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-08-17T12:23:38.4555532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-08-17T12:23:38.4569556Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-08-17T12:23:38.4771163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-08-17T12:23:38.4796371Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-08-17T12:23:38.5932487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-08-17T12:23:38.5960758Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-08-17T12:23:38.6338181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-08-17T12:23:38.6461358Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-08-17T12:23:39.1318338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-08-17T12:23:39.1477097Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-08-17T12:23:39.3303803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-08-17T12:23:39.3328460Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-08-17T12:23:39.3714867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-08-17T12:23:39.3780666Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-08-17T12:23:39.4233507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-08-17T12:23:39.4257103Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-08-17T12:23:39.5424840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-08-17T12:23:39.5444331Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-08-17T12:23:39.7228074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-08-17T12:23:39.7378212Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-08-17T12:23:39.8230475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:23:39.8309605Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-08-17T12:23:40.2369311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-08-17T12:23:40.2405239Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-08-17T12:23:40.2417705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-08-17T12:23:40.2431600Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-08-17T12:23:40.3335659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-08-17T12:23:40.3355631Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-08-17T12:23:40.5935731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-08-17T12:23:40.6018029Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-08-17T12:23:41.0135138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-08-17T12:23:41.0136078Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-08-17T12:23:41.0276408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-08-17T12:23:41.0292592Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-08-17T12:23:41.0416820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-08-17T12:23:41.0451880Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:23:41.5747658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-08-17T12:23:41.5780268Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-08-17T12:23:41.6130810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-08-17T12:23:41.6146199Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-08-17T12:23:41.8662473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-08-17T12:23:41.8677327Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-08-17T12:23:42.1026097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-08-17T12:23:42.1109338Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-08-17T12:23:42.4234936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-08-17T12:23:42.4250843Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-08-17T12:23:42.8641709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-08-17T12:23:42.8662460Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-08-17T12:23:42.8859683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-08-17T12:23:42.8871523Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-08-17T12:23:43.2948232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:23:43.2973307Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-08-17T12:23:43.4604029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-08-17T12:23:43.4619946Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-08-17T12:23:44.0458193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-08-17T12:23:44.0468701Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-08-17T12:23:44.0484069Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-08-17T12:23:44.0495155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-08-17T12:23:44.7639521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-08-17T12:23:44.7671582Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-08-17T12:23:44.8475646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-08-17T12:23:44.8498326Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-08-17T12:23:44.8579497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-08-17T12:23:44.8743235Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-08-17T12:23:45.2250166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-08-17T12:23:45.2276323Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-08-17T12:23:45.3183632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-08-17T12:23:45.3198263Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-08-17T12:23:45.5366319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-08-17T12:23:45.5393818Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-08-17T12:23:45.6882113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-08-17T12:23:45.6901836Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-08-17T12:23:45.7571940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-08-17T12:23:45.7682280Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-08-17T12:23:45.9484613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-08-17T12:23:45.9669890Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-08-17T12:23:46.1571706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-08-17T12:23:46.1595232Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-08-17T12:23:46.3161593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-08-17T12:23:46.3187285Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-08-17T12:23:46.3400849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-08-17T12:23:46.3409576Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-08-17T12:23:46.3422874Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-08-17T12:23:46.3467231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-08-17T12:23:46.6096171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-08-17T12:23:46.6120851Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-08-17T12:23:46.6632626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-08-17T12:23:46.6661568Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-08-17T12:23:46.8277912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-08-17T12:23:46.8302602Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-08-17T12:23:46.9027396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-08-17T12:23:46.9040946Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-08-17T12:23:47.0053033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-08-17T12:23:47.0075278Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-08-17T12:23:47.0215149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-08-17T12:23:47.0224699Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-08-17T12:23:47.0262585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-08-17T12:23:47.0274062Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-08-17T12:23:47.0705791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-08-17T12:23:47.0721361Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-08-17T12:23:47.1913069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-08-17T12:23:47.1938414Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-08-17T12:23:47.2826849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-08-17T12:23:47.2875412Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-08-17T12:23:47.3499006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-08-17T12:23:47.3619356Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-08-17T12:23:47.3689679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-08-17T12:23:47.4136018Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-08-17T12:23:47.4141752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-08-17T12:23:47.4271028Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-08-17T12:23:47.4296314Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-08-17T12:23:47.4619509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-08-17T12:23:47.4625623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-08-17T12:23:47.5018626Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-08-17T12:23:47.5059538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-08-17T12:23:47.5224970Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-08-17T12:23:47.5245541Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-08-17T12:23:47.5455807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-08-17T12:23:47.5520692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-08-17T12:23:47.5899074Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-08-17T12:23:47.5932431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-08-17T12:23:47.5950361Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-08-17T12:23:47.5963116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-08-17T12:23:47.6381706Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-08-17T12:23:47.6396482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-08-17T12:23:47.6746764Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-08-17T12:23:47.6850621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-08-17T12:23:47.6914739Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-08-17T12:23:47.6928168Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-08-17T12:23:47.7184667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-08-17T12:23:47.7228227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-08-17T12:23:47.7249500Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-08-17T12:23:47.7394353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-08-17T12:23:47.7497425Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-08-17T12:23:47.7510278Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-08-17T12:23:47.7624784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-08-17T12:23:47.7710032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-08-17T12:23:47.7936281Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-08-17T12:23:47.7949048Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-08-17T12:23:47.8024154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-08-17T12:23:47.8062071Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-08-17T12:23:47.8133154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-08-17T12:23:47.8503560Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-08-17T12:23:47.8523356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-08-17T12:23:47.8660085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-08-17T12:23:47.8679257Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-08-17T12:23:47.8979551Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-08-17T12:23:47.9003883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-08-17T12:23:47.9015890Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-08-17T12:23:47.9051645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-08-17T12:23:47.9059129Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-08-17T12:23:47.9084413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-08-17T12:23:47.9383099Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-08-17T12:23:47.9425260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:23:47.9521173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-08-17T12:23:47.9927411Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-08-17T12:23:47.9933435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-08-17T12:23:48.0344175Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-08-17T12:23:48.0417856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-08-17T12:23:48.0861067Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-08-17T12:23:48.0892717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-08-17T12:23:48.0939623Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-08-17T12:23:48.0946407Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:23:48.0979080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-08-17T12:23:48.0994081Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-08-17T12:23:48.1225146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-08-17T12:23:48.1264665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-08-17T12:23:48.1275809Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-08-17T12:23:48.1317448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-08-17T12:23:48.1663843Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-08-17T12:23:48.1743133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-08-17T12:23:48.1874168Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-08-17T12:23:48.1884661Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-08-17T12:23:48.2181113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-08-17T12:23:48.2181571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-08-17T12:23:48.2539585Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-08-17T12:23:48.2563578Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-08-17T12:23:48.2614012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-08-17T12:23:48.2623987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-08-17T12:23:48.2782726Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-08-17T12:23:48.2790978Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-08-17T12:23:48.2982242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-08-17T12:23:48.3041634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-08-17T12:23:48.3231056Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-08-17T12:23:48.3239924Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-08-17T12:23:48.3423460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-08-17T12:23:48.3483387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-08-17T12:23:48.3863176Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-08-17T12:23:48.3926903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-08-17T12:23:48.3940149Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-08-17T12:23:48.4084263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-08-17T12:23:48.4097664Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-08-17T12:23:48.4547263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-08-17T12:23:48.4556996Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-08-17T12:23:48.4753928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-08-17T12:23:48.4772753Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-08-17T12:23:48.5145890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-08-17T12:23:48.5159104Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-08-17T12:23:48.5860985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-08-17T12:23:48.5997429Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-08-17T12:23:48.6874486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-08-17T12:23:48.6886752Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-08-17T12:23:48.7304885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-08-17T12:23:48.7316973Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-08-17T12:23:48.8627143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-08-17T12:23:48.8638379Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-08-17T12:23:48.8684299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-08-17T12:23:48.8700068Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-08-17T12:23:49.0468508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-08-17T12:23:49.0479173Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-08-17T12:23:49.1371996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-08-17T12:23:49.1388582Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-08-17T12:23:49.2071973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-08-17T12:23:49.2078890Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-08-17T12:23:49.3266047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-08-17T12:23:49.3288357Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-08-17T12:23:49.4062768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-08-17T12:23:49.4082939Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-08-17T12:23:49.4345628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-08-17T12:23:49.4448067Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-08-17T12:23:49.4457479Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-08-17T12:23:49.4557100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-08-17T12:23:49.4564366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-08-17T12:23:49.4737538Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-08-17T12:23:49.4756768Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-08-17T12:23:49.4981214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-08-17T12:23:49.5029215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-08-17T12:23:49.5462766Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-08-17T12:23:49.5469944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-08-17T12:23:49.5807874Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-08-17T12:23:49.5834330Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-08-17T12:23:49.5904193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-08-17T12:23:49.5904678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-08-17T12:23:49.6272481Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-08-17T12:23:49.6289690Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-08-17T12:23:49.6300733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-08-17T12:23:49.6374833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-08-17T12:23:49.6783810Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-08-17T12:23:49.6843583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-08-17T12:23:49.7231927Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-08-17T12:23:49.7248539Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-08-17T12:23:49.7329410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-08-17T12:23:49.7338086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-08-17T12:23:49.7726672Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-08-17T12:23:49.7748052Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-08-17T12:23:49.7799186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-08-17T12:23:49.7805677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-08-17T12:23:49.7849290Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-08-17T12:23:49.8181728Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-08-17T12:23:49.8182449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-08-17T12:23:49.8238350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-08-17T12:23:49.8273458Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-08-17T12:23:49.8320726Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-08-17T12:23:49.8331967Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-08-17T12:23:49.8439893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-08-17T12:23:49.8447734Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-08-17T12:23:49.8626411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-08-17T12:23:49.8627029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-08-17T12:23:49.8685418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-08-17T12:23:49.8758855Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-08-17T12:23:49.9063107Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-08-17T12:23:49.9066826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-08-17T12:23:49.9141968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-08-17T12:23:49.9202782Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-08-17T12:23:49.9507373Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-08-17T12:23:49.9507974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-08-17T12:23:49.9575088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-08-17T12:23:49.9604553Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-08-17T12:23:49.9813565Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-08-17T12:23:49.9836588Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-08-17T12:23:49.9945010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-08-17T12:23:49.9951669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-08-17T12:23:50.0032144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:23:50.0458340Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-08-17T12:23:50.0506474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-08-17T12:23:50.0857197Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-08-17T12:23:50.0914493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-08-17T12:23:50.1344642Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-08-17T12:23:50.1345353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-08-17T12:23:50.1704823Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-08-17T12:23:50.1775350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-08-17T12:23:50.1897983Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-08-17T12:23:50.1920824Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-08-17T12:23:50.2142857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-08-17T12:23:50.2151449Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-08-17T12:23:50.2171843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-08-17T12:23:50.2196669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-08-17T12:23:50.2207141Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-08-17T12:23:50.2216552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-08-17T12:23:50.2755177Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-08-17T12:23:50.2755706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-08-17T12:23:50.2765560Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-08-17T12:23:50.2787882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-08-17T12:23:50.2987696Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-08-17T12:23:50.2998035Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-08-17T12:23:50.3088772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-08-17T12:23:50.3117859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-08-17T12:23:50.3540928Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-08-17T12:23:50.3550259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-08-17T12:23:50.3997444Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-08-17T12:23:50.4002544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-08-17T12:23:50.4113894Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-08-17T12:23:50.4137218Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-08-17T12:23:50.4344042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-08-17T12:23:50.4352557Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-08-17T12:23:50.4447247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-08-17T12:23:50.4477214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-08-17T12:23:50.4914469Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-08-17T12:23:50.4920941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-08-17T12:23:50.5251047Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-08-17T12:23:50.5367041Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-08-17T12:23:50.5367635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-08-17T12:23:50.5372915Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-08-17T12:23:50.5836270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-08-17T12:23:50.5836723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-08-17T12:23:50.6263727Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-08-17T12:23:50.6296354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-08-17T12:23:50.6308094Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-08-17T12:23:50.6313133Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-08-17T12:23:50.6703271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-08-17T12:23:50.6747067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-08-17T12:23:50.7192503Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-08-17T12:23:50.7193238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-08-17T12:23:50.7627139Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-08-17T12:23:50.7630705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-08-17T12:23:50.8024312Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-08-17T12:23:50.8074281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-08-17T12:23:50.8491859Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-08-17T12:23:50.8508849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-08-17T12:23:50.8519793Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-08-17T12:23:50.8536121Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-08-17T12:23:50.8947441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-08-17T12:23:50.8948819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-08-17T12:23:50.9395488Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-08-17T12:23:50.9401311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-08-17T12:23:50.9833433Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-08-17T12:23:50.9838773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-08-17T12:23:50.9899588Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-08-17T12:23:50.9910980Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-08-17T12:23:51.0270029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-08-17T12:23:51.0276864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-08-17T12:23:51.0599131Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-08-17T12:23:51.0613211Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-08-17T12:23:51.0727575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-08-17T12:23:51.0734126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-08-17T12:23:51.1001619Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-08-17T12:23:51.1015990Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-08-17T12:23:51.1151901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-08-17T12:23:51.1160003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-08-17T12:23:51.1399134Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-08-17T12:23:51.1414398Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-08-17T12:23:51.1593110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-08-17T12:23:51.1607698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-08-17T12:23:51.2036921Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-08-17T12:23:51.2044888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-08-17T12:23:51.2556360Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-08-17T12:23:51.2564594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-08-17T12:23:51.2993184Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-08-17T12:23:51.3002219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-08-17T12:23:51.3429597Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-08-17T12:23:51.3438209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-08-17T12:23:51.3898836Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-08-17T12:23:51.4053871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-08-17T12:23:51.4222215Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-08-17T12:23:51.4565229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-08-17T12:23:51.4777716Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-08-17T12:23:51.6082511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-08-17T12:23:51.6128938Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-08-17T12:23:52.6244961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-08-17T12:23:52.6285185Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-08-17T12:23:52.6549221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-08-17T12:23:52.6711724Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-08-17T12:23:53.1819128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-08-17T12:23:53.1943429Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-08-17T12:23:53.2008285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-08-17T12:23:53.2044661Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-08-17T12:23:53.3642969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-08-17T12:23:53.3670628Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-08-17T12:23:54.1368171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-08-17T12:23:54.1394062Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-08-17T12:23:54.1585675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-08-17T12:23:54.1602636Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-08-17T12:23:54.3427072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-08-17T12:23:54.3454883Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-08-17T12:23:54.5586328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-08-17T12:23:54.5606712Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-08-17T12:23:55.2087018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-08-17T12:23:55.2104236Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-08-17T12:23:55.8109126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-08-17T12:23:55.8125149Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-08-17T12:23:55.8291396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-08-17T12:23:55.8319811Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-08-17T12:23:56.1079773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-08-17T12:23:56.1222376Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-08-17T12:23:56.1473683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-08-17T12:23:56.1620962Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-08-17T12:23:56.2639825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-08-17T12:23:56.2668364Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-08-17T12:23:56.5440937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-08-17T12:23:56.5460515Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-08-17T12:23:56.8224522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-08-17T12:23:56.8354828Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-08-17T12:23:57.0902867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-08-17T12:23:57.0916070Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-08-17T12:23:57.1101515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-08-17T12:23:57.1127379Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-08-17T12:23:57.1138358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:23:57.1151251Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-08-17T12:23:57.1662473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-08-17T12:23:57.1687087Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-08-17T12:23:57.2274391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-08-17T12:23:57.2289743Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:23:57.3692761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-08-17T12:23:57.3713069Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-08-17T12:23:57.4748812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:23:57.4783302Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:23:57.6009462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:23:57.6042653Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:23:57.7167627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-08-17T12:23:57.7191804Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-08-17T12:23:57.8514417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-08-17T12:23:57.8538499Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-08-17T12:23:57.9627096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-08-17T12:23:57.9783392Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-08-17T12:23:58.0932745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-08-17T12:23:58.0958160Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-08-17T12:23:58.1305812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-08-17T12:23:58.1320348Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-08-17T12:23:58.2384038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-08-17T12:23:58.2411542Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-08-17T12:23:58.2972609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-08-17T12:23:58.2986497Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-08-17T12:23:58.3542621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-08-17T12:23:58.3564018Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-08-17T12:23:58.4694199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-08-17T12:23:58.4715202Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-08-17T12:23:58.6576835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:23:58.6604911Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-08-17T12:23:58.6616322Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:23:58.6793408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-08-17T12:23:58.6982300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-08-17T12:23:58.7259707Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-08-17T12:23:58.7384261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-08-17T12:23:58.7709725Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-08-17T12:23:58.8120004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-08-17T12:23:58.8207836Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-08-17T12:23:58.8218948Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-08-17T12:23:58.8233229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-08-17T12:23:58.9031693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-08-17T12:23:58.9049486Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-08-17T12:23:58.9160105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-08-17T12:23:58.9181634Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-08-17T12:23:59.0388792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-08-17T12:23:59.0413091Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-08-17T12:23:59.1546014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-08-17T12:23:59.1571279Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-08-17T12:23:59.2039373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-08-17T12:23:59.2184914Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-08-17T12:23:59.2559250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-08-17T12:23:59.2698859Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-08-17T12:23:59.2923034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-08-17T12:23:59.3098238Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-08-17T12:23:59.3348624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-08-17T12:23:59.3437553Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-08-17T12:23:59.3460689Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-08-17T12:23:59.3500473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-08-17T12:23:59.3709715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-08-17T12:23:59.3983181Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-08-17T12:23:59.4136460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-08-17T12:23:59.4498711Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-08-17T12:23:59.6550930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-08-17T12:23:59.6571920Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-08-17T12:23:59.9984503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-08-17T12:24:00.0057745Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-08-17T12:24:00.2746887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-08-17T12:24:00.2767908Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-08-17T12:24:00.3692223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-08-17T12:24:00.3701887Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-08-17T12:24:01.1914322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-08-17T12:24:01.1969264Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-08-17T12:24:01.7554186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-08-17T12:24:01.7570715Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-08-17T12:24:01.7598150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-08-17T12:24:01.7610737Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-08-17T12:24:01.8884868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-08-17T12:24:01.8899022Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-08-17T12:24:02.4589330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-08-17T12:24:02.4860675Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-08-17T12:24:02.5602908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-08-17T12:24:02.5625269Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-08-17T12:24:03.6282143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-08-17T12:24:03.6308370Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-08-17T12:24:03.6826980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-08-17T12:24:03.6851660Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-08-17T12:24:03.7371418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-08-17T12:24:03.7451135Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-08-17T12:24:03.7571227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-08-17T12:24:03.7651330Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-08-17T12:24:04.0063979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-08-17T12:24:04.0090307Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-08-17T12:24:04.4963712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-08-17T12:24:04.4979098Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-08-17T12:24:04.8107604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-08-17T12:24:04.8129245Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-08-17T12:24:05.6354435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-08-17T12:24:05.6380661Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-08-17T12:24:06.0453082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-08-17T12:24:06.0468690Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-08-17T12:24:06.3144819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-08-17T12:24:06.3170697Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-08-17T12:24:06.3836596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-08-17T12:24:06.3856208Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-08-17T12:24:06.7707020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-08-17T12:24:06.7819402Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-08-17T12:24:06.8210306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-08-17T12:24:06.8237255Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-08-17T12:24:07.1794296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-08-17T12:24:07.1820346Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-08-17T12:24:07.4376125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-08-17T12:24:07.4407718Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-08-17T12:24:07.8894433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-08-17T12:24:07.8920950Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-08-17T12:24:07.9717890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-08-17T12:24:07.9735926Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-08-17T12:24:08.2713551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-08-17T12:24:08.2727732Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-08-17T12:24:08.5731385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-08-17T12:24:08.5873277Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-08-17T12:24:08.6386411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-08-17T12:24:08.6405032Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-08-17T12:24:08.8344874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-08-17T12:24:08.8364941Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-08-17T12:24:08.8875434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-08-17T12:24:08.9072108Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-08-17T12:24:09.2245349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-08-17T12:24:09.2259738Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-08-17T12:24:09.2316863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-08-17T12:24:09.2462199Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-08-17T12:24:09.4653357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-08-17T12:24:09.4676947Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-08-17T12:24:09.4771682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-08-17T12:24:09.5183427Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-08-17T12:24:09.5184096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-08-17T12:24:09.5630097Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-08-17T12:24:09.5640076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-08-17T12:24:09.5802220Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-08-17T12:24:09.5816316Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-08-17T12:24:09.6026088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-08-17T12:24:09.6064325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-08-17T12:24:09.6431663Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-08-17T12:24:09.6510886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-08-17T12:24:09.6865287Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-08-17T12:24:09.6937568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-08-17T12:24:09.7421426Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-08-17T12:24:09.7430577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-08-17T12:24:09.7866134Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-08-17T12:24:09.7874906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-08-17T12:24:09.8307374Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-08-17T12:24:09.8318586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-08-17T12:24:09.8693017Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-08-17T12:24:09.8745738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-08-17T12:24:09.9181180Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-08-17T12:24:09.9188588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-08-17T12:24:09.9625615Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-08-17T12:24:09.9637146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-08-17T12:24:09.9924724Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-08-17T12:24:09.9941739Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-08-17T12:24:10.0061789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-08-17T12:24:10.0066523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-08-17T12:24:10.0499509Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-08-17T12:24:10.0525930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-08-17T12:24:10.0939822Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-08-17T12:24:10.0958272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-08-17T12:24:10.1104071Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-08-17T12:24:10.1123390Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-08-17T12:24:10.1379975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-08-17T12:24:10.1429251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-08-17T12:24:10.1767391Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-08-17T12:24:10.1958440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-08-17T12:24:10.2301969Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-08-17T12:24:10.2535782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-08-17T12:24:10.2905805Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-08-17T12:24:10.3298158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-08-17T12:24:10.3464641Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-08-17T12:24:10.3794115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-08-17T12:24:10.4073482Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-08-17T12:24:10.4135193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-08-17T12:24:10.4162757Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-08-17T12:24:10.4273476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-08-17T12:24:10.4461461Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-08-17T12:24:10.4701924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-08-17T12:24:10.4939180Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-08-17T12:24:10.5005905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-08-17T12:24:10.5380312Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-08-17T12:24:10.5496203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-08-17T12:24:10.5746283Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-08-17T12:24:10.5805123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-08-17T12:24:10.5829423Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-08-17T12:24:10.6081632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-08-17T12:24:10.6097210Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-08-17T12:24:10.6192487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-08-17T12:24:10.6203331Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-08-17T12:24:10.6515921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-08-17T12:24:10.6668712Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-08-17T12:24:10.6944575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-08-17T12:24:10.7179320Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-08-17T12:24:10.7468350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-08-17T12:24:10.7483136Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-08-17T12:24:10.7500098Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-08-17T12:24:10.7541009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-08-17T12:24:10.7808039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-08-17T12:24:10.8098827Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-08-17T12:24:10.8427903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-08-17T12:24:10.8620595Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-08-17T12:24:11.1078862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-08-17T12:24:11.1092409Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-08-17T12:24:11.1598195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-08-17T12:24:11.1612674Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-08-17T12:24:11.4064754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-08-17T12:24:11.4080741Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-08-17T12:24:11.4548260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-08-17T12:24:11.4595283Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-08-17T12:24:11.7401279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-08-17T12:24:11.7431022Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-08-17T12:24:11.8811320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-08-17T12:24:11.8851846Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-08-17T12:24:11.8890930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-08-17T12:24:11.8930665Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-08-17T12:24:11.8972523Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-08-17T12:24:11.9052321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-08-17T12:24:11.9129658Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-08-17T12:24:11.9292740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-08-17T12:24:12.0294952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-08-17T12:24:12.0313558Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-08-17T12:24:12.2946935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-08-17T12:24:12.2964872Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-08-17T12:24:12.3104726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-08-17T12:24:12.3116220Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-08-17T12:24:12.5029939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-08-17T12:24:12.5184185Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-08-17T12:24:12.5202979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-08-17T12:24:12.5658358Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-08-17T12:24:12.5658869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-08-17T12:24:12.6200686Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-08-17T12:24:12.6209633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-08-17T12:24:12.6282838Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-08-17T12:24:12.6295307Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-08-17T12:24:12.6584930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-08-17T12:24:12.6602436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-08-17T12:24:12.6885934Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-08-17T12:24:12.6905229Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-08-17T12:24:12.7033978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-08-17T12:24:12.7045433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-08-17T12:24:12.7525541Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-08-17T12:24:12.7532219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-08-17T12:24:12.7798142Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-08-17T12:24:12.7807776Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-08-17T12:24:12.8007779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-08-17T12:24:12.8009192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-08-17T12:24:12.8447242Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-08-17T12:24:12.8449533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-08-17T12:24:12.8886286Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-08-17T12:24:12.8892036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-08-17T12:24:12.9313055Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-08-17T12:24:12.9338983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-08-17T12:24:12.9363777Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-08-17T12:24:12.9392322Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-08-17T12:24:12.9806408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-08-17T12:24:12.9811844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-08-17T12:24:13.0248005Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-08-17T12:24:13.0252636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-08-17T12:24:13.0690441Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-08-17T12:24:13.0695576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-08-17T12:24:13.0729526Z [gw2] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-08-17T12:24:13.0741810Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-08-17T12:24:13.1186841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-08-17T12:24:13.1195879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-08-17T12:24:13.1548883Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-08-17T12:24:13.1725345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-08-17T12:24:13.2061809Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-08-17T12:24:13.2067240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-08-17T12:24:13.2502142Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-08-17T12:24:13.2509906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-08-17T12:24:13.2926292Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-08-17T12:24:13.2930756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-08-17T12:24:13.3178588Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-08-17T12:24:13.3189416Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-08-17T12:24:13.3357303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-08-17T12:24:13.3364591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-08-17T12:24:13.3800282Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-08-17T12:24:13.3807660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-08-17T12:24:13.4188584Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-08-17T12:24:13.4230818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-08-17T12:24:13.4675126Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-08-17T12:24:13.4687626Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-08-17T12:24:13.4688069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-08-17T12:24:13.4688530Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-08-17T12:24:13.5115282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-08-17T12:24:13.5118381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-08-17T12:24:13.5565418Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-08-17T12:24:13.5565932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-08-17T12:24:13.6017730Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-08-17T12:24:13.6018226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-08-17T12:24:13.6332322Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-08-17T12:24:13.6448832Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-08-17T12:24:13.6449492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-08-17T12:24:13.6458536Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-08-17T12:24:13.6707911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-08-17T12:24:13.6922667Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-08-17T12:24:13.6927645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-08-17T12:24:13.6930016Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-08-17T12:24:13.6943911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-08-17T12:24:13.7264276Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-08-17T12:24:13.7311147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-08-17T12:24:13.7340868Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-08-17T12:24:13.7429014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-08-17T12:24:13.7613202Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-08-17T12:24:13.7620217Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-08-17T12:24:13.7699875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-08-17T12:24:13.7751776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-08-17T12:24:13.7779822Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-08-17T12:24:13.7840403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-08-17T12:24:13.8144335Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-08-17T12:24:13.8218563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-08-17T12:24:13.8224860Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-08-17T12:24:13.8311010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-08-17T12:24:13.8623869Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-08-17T12:24:13.8708980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-08-17T12:24:13.8732246Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-08-17T12:24:13.8804121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-08-17T12:24:13.9102239Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-08-17T12:24:13.9157231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-08-17T12:24:13.9181048Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-08-17T12:24:13.9255056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-08-17T12:24:13.9584525Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-08-17T12:24:13.9647759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-08-17T12:24:13.9664307Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-08-17T12:24:13.9746839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-08-17T12:24:14.0025187Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-08-17T12:24:14.0074733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-08-17T12:24:14.0102789Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-08-17T12:24:14.0177446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-08-17T12:24:14.0465264Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-08-17T12:24:14.0531821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-08-17T12:24:14.0542548Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-08-17T12:24:14.0622498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-08-17T12:24:14.0905155Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-08-17T12:24:14.0953528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-08-17T12:24:14.0982179Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-08-17T12:24:14.1063730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-08-17T12:24:14.1342312Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-08-17T12:24:14.1382882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-08-17T12:24:14.1421936Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-08-17T12:24:14.1504172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-08-17T12:24:14.1784316Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-08-17T12:24:14.1833125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-08-17T12:24:14.1835728Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-08-17T12:24:14.1847664Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-08-17T12:24:14.1859195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-08-17T12:24:14.1916035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-08-17T12:24:14.2224408Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-08-17T12:24:14.2269309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-08-17T12:24:14.2302010Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-08-17T12:24:14.2408078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-08-17T12:24:14.2663246Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-08-17T12:24:14.2718015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-08-17T12:24:14.2741095Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-08-17T12:24:14.2826454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-08-17T12:24:14.3144413Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-08-17T12:24:14.3254039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-08-17T12:24:14.3262410Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-08-17T12:24:14.3325041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-08-17T12:24:14.3588838Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-08-17T12:24:14.3657247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-08-17T12:24:14.3704536Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-08-17T12:24:14.3780691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-08-17T12:24:14.4063905Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-08-17T12:24:14.4127193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-08-17T12:24:14.4143003Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-08-17T12:24:14.4183853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-08-17T12:24:14.4194459Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-08-17T12:24:14.4217244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-08-17T12:24:14.4543014Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-08-17T12:24:14.4582385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-08-17T12:24:14.4631600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-08-17T12:24:14.4664828Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-08-17T12:24:14.5025655Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-08-17T12:24:14.5026525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-08-17T12:24:14.5080596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-08-17T12:24:14.5127183Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-08-17T12:24:14.5464749Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-08-17T12:24:14.5504113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-08-17T12:24:14.5547063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-08-17T12:24:14.5570861Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-08-17T12:24:14.5902822Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-08-17T12:24:14.5940608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-08-17T12:24:14.5979781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-08-17T12:24:14.6006718Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-08-17T12:24:14.6343150Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-08-17T12:24:14.6383241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-08-17T12:24:14.6431192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-08-17T12:24:14.6447629Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-08-17T12:24:14.6785191Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-08-17T12:24:14.6904622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-08-17T12:24:14.6909115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-08-17T12:24:14.6924428Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-08-17T12:24:14.7265012Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-08-17T12:24:14.7301903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-08-17T12:24:14.7307772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-08-17T12:24:14.7355050Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-08-17T12:24:14.7664156Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-08-17T12:24:14.7741940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-08-17T12:24:14.7747858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-08-17T12:24:14.7797715Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-08-17T12:24:14.8181319Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-08-17T12:24:14.8263204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-08-17T12:24:14.8263698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-08-17T12:24:14.8699631Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-08-17T12:24:14.9508781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-08-17T12:24:14.9533183Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-08-17T12:24:15.1007411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-08-17T12:24:15.1035431Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-08-17T12:24:15.2307496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-08-17T12:24:15.2327014Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-08-17T12:24:15.2683916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-08-17T12:24:15.2818133Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-08-17T12:24:15.3084280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-08-17T12:24:15.3202976Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-08-17T12:24:15.3702657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-08-17T12:24:15.3726734Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-08-17T12:24:15.4017412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-08-17T12:24:15.4034138Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-08-17T12:24:15.5187043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-08-17T12:24:15.5212064Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-08-17T12:24:15.6102702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-08-17T12:24:15.6123708Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-08-17T12:24:15.7148646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-08-17T12:24:15.7171541Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-08-17T12:24:15.8221879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-08-17T12:24:15.8238738Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-08-17T12:24:15.8691847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-08-17T12:24:15.8720707Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-08-17T12:24:15.9024764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-08-17T12:24:15.9183297Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-08-17T12:24:16.0292203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-08-17T12:24:16.0316996Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-08-17T12:24:16.6482025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-08-17T12:24:16.6496678Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-08-17T12:24:16.7983841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-08-17T12:24:16.8014494Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-08-17T12:24:17.0778456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-08-17T12:24:17.0792613Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-08-17T12:24:17.7665926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-08-17T12:24:17.7682423Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-08-17T12:24:17.8393542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-08-17T12:24:17.8418275Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-08-17T12:24:18.4273045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-08-17T12:24:18.4297915Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-08-17T12:24:18.7234212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-08-17T12:24:18.7259417Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-08-17T12:24:19.3897176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-08-17T12:24:19.3925183Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-08-17T12:24:19.5770543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-08-17T12:24:19.5788500Z [gw0] [ 63%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-08-17T12:24:19.7250272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-08-17T12:24:19.7271617Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-08-17T12:24:20.9121206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:24:20.9136286Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-08-17T12:24:20.9892803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-08-17T12:24:20.9906638Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-08-17T12:24:21.0148341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-08-17T12:24:21.0162573Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-08-17T12:24:21.2223848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-08-17T12:24:21.2247991Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-08-17T12:24:21.6666767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-08-17T12:24:21.6693512Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-08-17T12:24:21.9670731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-08-17T12:24:21.9707505Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-08-17T12:24:22.2565284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-08-17T12:24:22.2596359Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-08-17T12:24:22.2979198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-08-17T12:24:22.2996420Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-08-17T12:24:22.5998308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-08-17T12:24:22.6303451Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-08-17T12:24:22.6434387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-08-17T12:24:22.6453032Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-08-17T12:24:22.7604136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-08-17T12:24:22.7626980Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-08-17T12:24:22.9579098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-08-17T12:24:22.9590722Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-08-17T12:24:23.2586645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-08-17T12:24:23.2613714Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-08-17T12:24:23.4877072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-08-17T12:24:23.4907134Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-08-17T12:24:23.4984167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-08-17T12:24:23.5011426Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-08-17T12:24:23.6915025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-08-17T12:24:23.6946077Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-08-17T12:24:23.9389017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-08-17T12:24:23.9462906Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-08-17T12:24:23.9882759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-08-17T12:24:23.9896730Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-08-17T12:24:23.9908609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:24:24.0327479Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-08-17T12:24:24.0371716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:24:24.0771432Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:24:24.0777193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:24:24.1096374Z [gw2] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:24:24.1118715Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-08-17T12:24:24.1165971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-08-17T12:24:24.1187834Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-08-17T12:24:24.1193160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-08-17T12:24:24.2473010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:24:24.2505233Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-08-17T12:24:24.5572394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-08-17T12:24:24.5702523Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-08-17T12:24:25.2322098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-08-17T12:24:25.2338011Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-08-17T12:24:25.2421494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-08-17T12:24:25.2427568Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-08-17T12:24:25.2442096Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-08-17T12:24:25.2442508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-08-17T12:24:25.7020186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-08-17T12:24:25.7042274Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-08-17T12:24:25.8448962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-08-17T12:24:25.8475447Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-08-17T12:24:25.8677999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-08-17T12:24:25.8828928Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-08-17T12:24:26.2914869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-08-17T12:24:26.2981599Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-08-17T12:24:26.9035485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-08-17T12:24:26.9060730Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-08-17T12:24:27.0856560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-08-17T12:24:27.0880809Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-08-17T12:24:27.0917688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-08-17T12:24:27.1060314Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-08-17T12:24:27.2151771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:24:27.2173504Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-08-17T12:24:27.3195747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:24:27.3221321Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:24:27.3290585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:24:27.3739191Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:24:27.4181713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:24:27.4211902Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-08-17T12:24:28.1107824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-08-17T12:24:28.1123493Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-08-17T12:24:28.1627382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:24:28.1649429Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-08-17T12:24:28.2839075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-08-17T12:24:28.2865388Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-08-17T12:24:28.6123486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-08-17T12:24:28.6141390Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-08-17T12:24:28.6465506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-08-17T12:24:28.6482703Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-08-17T12:24:28.9567921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-08-17T12:24:28.9586709Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:24:28.9752641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:24:28.9771966Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-08-17T12:24:29.2628717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-08-17T12:24:29.2657183Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-08-17T12:24:29.6100014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-08-17T12:24:29.6131509Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-08-17T12:24:29.9634999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-08-17T12:24:29.9648921Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-08-17T12:24:30.3358868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-08-17T12:24:30.3373408Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-08-17T12:24:30.3379051Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-08-17T12:24:30.3408402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-08-17T12:24:30.4233619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-08-17T12:24:30.4261038Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:24:30.5245033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:24:30.5264386Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-08-17T12:24:30.5400187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-08-17T12:24:30.5729814Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-08-17T12:24:30.5821082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-08-17T12:24:30.6218812Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-08-17T12:24:30.6463967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-08-17T12:24:30.6698491Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-08-17T12:24:30.6867518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-08-17T12:24:30.7140167Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-08-17T12:24:30.7335424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-08-17T12:24:30.7503095Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-08-17T12:24:30.7699073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-08-17T12:24:30.7945208Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-08-17T12:24:30.8085709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-08-17T12:24:30.8385499Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-08-17T12:24:30.8660020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-08-17T12:24:30.8903759Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-08-17T12:24:30.9022957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-08-17T12:24:30.9344557Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-08-17T12:24:30.9484989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-08-17T12:24:30.9644479Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-08-17T12:24:30.9663356Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-08-17T12:24:30.9824757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-08-17T12:24:30.9975906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-08-17T12:24:31.0265082Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-08-17T12:24:31.0381583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-08-17T12:24:31.0705363Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-08-17T12:24:31.0823769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-08-17T12:24:31.1208129Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-08-17T12:24:31.1218724Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-08-17T12:24:31.1232186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-08-17T12:24:31.4186924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:24:31.4203841Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-08-17T12:24:32.7190340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-08-17T12:24:32.7219717Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:24:35.0172227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:24:35.0317818Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:24:35.2316291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:24:35.2346031Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-08-17T12:24:35.4051989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-08-17T12:24:35.4083177Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-08-17T12:24:35.6814938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-08-17T12:24:35.6842024Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-08-17T12:24:35.8596887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:24:35.8633039Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-08-17T12:24:35.9281847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-08-17T12:24:35.9318931Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-08-17T12:24:36.3719528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:24:36.3747856Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-08-17T12:24:36.4181381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-08-17T12:24:36.4201482Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-08-17T12:24:36.4392315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:24:36.4421568Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-08-17T12:24:36.5647349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-08-17T12:24:36.5728714Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-08-17T12:24:36.7904728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-08-17T12:24:36.7926555Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-08-17T12:24:36.8947061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:24:36.8980434Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-08-17T12:24:36.9514196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:24:36.9527912Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-08-17T12:24:36.9619039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-08-17T12:24:36.9642866Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:24:37.0364836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:24:37.0390817Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:24:37.0506342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:24:37.0859895Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-08-17T12:24:37.1033850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:24:37.1379524Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:24:37.1524209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:24:37.1590232Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:24:37.1601771Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-08-17T12:24:37.1722012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-08-17T12:24:37.1741432Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-08-17T12:24:37.1749362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-08-17T12:24:37.1880138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:24:37.2260577Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-08-17T12:24:37.2361476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:24:37.2662827Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:24:37.2790968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:24:37.3104063Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:24:37.3184339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:24:37.3555521Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-08-17T12:24:37.3697258Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-08-17T12:24:37.3698482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:24:37.3980081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-08-17T12:24:37.4222951Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:24:37.4901278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:24:37.4977570Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:24:37.5186163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:24:37.5407542Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-08-17T12:24:37.5411762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:24:37.5678581Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:24:37.5696550Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-08-17T12:24:37.5851772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-08-17T12:24:37.5891229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:24:37.6298867Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:24:37.6864178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:24:37.7038460Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-08-17T12:24:37.7205269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-08-17T12:24:37.7220836Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-08-17T12:24:37.8068250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-08-17T12:24:37.8090780Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-08-17T12:24:37.8875626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:24:37.8899536Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:24:37.9530873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:24:37.9545583Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-08-17T12:24:37.9765480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-08-17T12:24:37.9791272Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:24:38.0509031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:24:38.0533532Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-08-17T12:24:38.1216776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:24:38.1242271Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-08-17T12:24:38.1684610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:24:38.1720701Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-08-17T12:24:38.1986054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:24:38.2017543Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-08-17T12:24:38.2589905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:24:38.2603324Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-08-17T12:24:38.2811670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-08-17T12:24:38.2822940Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-08-17T12:24:38.2946443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:24:38.2958237Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-08-17T12:24:38.3500116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-08-17T12:24:38.3512061Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-08-17T12:24:39.1908153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-08-17T12:24:39.1927000Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-08-17T12:24:39.2496139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-08-17T12:24:39.2671237Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-08-17T12:24:39.3507207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-08-17T12:24:39.3532225Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-08-17T12:24:40.4565786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-08-17T12:24:40.4585767Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:24:40.4666500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-08-17T12:24:40.4678911Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-08-17T12:24:40.4782451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-08-17T12:24:40.4822928Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-08-17T12:24:40.4932914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:24:40.5301977Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-08-17T12:24:40.5337412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:24:40.5588256Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:24:40.5596985Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-08-17T12:24:40.5703327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-08-17T12:24:40.5795175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:24:40.6185002Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:24:40.7204092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:24:40.7230893Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-08-17T12:24:41.6822061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-08-17T12:24:41.6982871Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-08-17T12:24:41.7594689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-08-17T12:24:41.7875047Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-08-17T12:24:42.1323159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-08-17T12:24:42.1350541Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-08-17T12:24:42.5407209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:24:42.5428809Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-08-17T12:24:42.6911108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-08-17T12:24:42.7067586Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-08-17T12:24:43.8487302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-08-17T12:24:43.8505834Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-08-17T12:24:43.9908252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-08-17T12:24:43.9935181Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:24:44.0490402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:24:44.0509499Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-08-17T12:24:44.1564069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-08-17T12:24:44.1578429Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-08-17T12:24:45.0624941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-08-17T12:24:45.0649793Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-08-17T12:24:45.3385865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-08-17T12:24:45.3417196Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:24:45.6996172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:24:45.7025865Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-08-17T12:24:45.9528776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-08-17T12:24:45.9549059Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-08-17T12:24:47.1603389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:24:47.1633932Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-08-17T12:24:47.3096775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-08-17T12:24:47.3116766Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-08-17T12:24:47.9030940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-08-17T12:24:47.9047662Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:24:48.3666431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:24:48.3690774Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:24:48.4239710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:24:48.4253468Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-08-17T12:24:48.5656019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-08-17T12:24:48.5818137Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-08-17T12:24:48.6142187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-08-17T12:24:48.6160603Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-08-17T12:24:48.9465130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:24:48.9486575Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-08-17T12:24:49.1913778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-08-17T12:24:49.1933144Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-08-17T12:24:49.3644604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:24:49.3670840Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-08-17T12:24:49.4820065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:24:49.4837117Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-08-17T12:24:49.7112998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-08-17T12:24:49.7136627Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-08-17T12:24:49.8077081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:24:49.8095502Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-08-17T12:24:50.0913938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-08-17T12:24:50.0929863Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-08-17T12:24:50.8169063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:24:50.8194149Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-08-17T12:24:50.9263291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-08-17T12:24:50.9424358Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-08-17T12:24:51.4339308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-08-17T12:24:51.4361775Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-08-17T12:24:51.4383964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-08-17T12:24:51.4410242Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-08-17T12:24:51.4437842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-08-17T12:24:51.4453339Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-08-17T12:24:51.9254859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-08-17T12:24:51.9280647Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-08-17T12:24:52.0801684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-08-17T12:24:52.0981015Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-08-17T12:24:52.4058219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-08-17T12:24:52.4081307Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-08-17T12:24:52.4313924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-08-17T12:24:52.4345082Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-08-17T12:24:52.6441089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-08-17T12:24:52.6457231Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-08-17T12:24:52.7492769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-08-17T12:24:52.7509720Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-08-17T12:24:53.1748417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-08-17T12:24:53.1779818Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-08-17T12:24:53.2472645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-08-17T12:24:53.2491671Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-08-17T12:24:53.3948167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-08-17T12:24:53.3973456Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-08-17T12:24:53.8597093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:24:53.8625730Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-08-17T12:24:54.1226506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:24:54.1307018Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-08-17T12:24:54.2707504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-08-17T12:24:54.2736916Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-08-17T12:24:54.8746010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-08-17T12:24:54.8760668Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-08-17T12:24:55.0841607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-08-17T12:24:55.0862536Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-08-17T12:24:55.0889066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-08-17T12:24:55.1382171Z [gw3] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-08-17T12:24:55.2291949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-08-17T12:24:55.2307485Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-08-17T12:24:55.7348585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-08-17T12:24:55.7362135Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-08-17T12:24:55.7404600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-08-17T12:24:55.7429115Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-08-17T12:24:56.5987962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-08-17T12:24:56.6008091Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-08-17T12:24:56.9293295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:24:56.9314448Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-08-17T12:24:57.1763533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:24:57.1793361Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-08-17T12:24:57.2676853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-08-17T12:24:57.2817717Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-08-17T12:24:57.6616794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-08-17T12:24:57.6650695Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-08-17T12:24:58.3745325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:24:58.3771193Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:24:58.5585885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:24:58.5612074Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-08-17T12:24:58.6852961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-08-17T12:24:58.6877320Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-08-17T12:24:58.7917301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-08-17T12:24:58.7947878Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:24:59.3778548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:24:59.3950982Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:25:00.3904952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:25:00.3930148Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-08-17T12:25:00.5275845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-08-17T12:25:00.5466607Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-08-17T12:25:00.7574352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-08-17T12:25:00.7599269Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:25:01.3824199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:25:01.3981517Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-08-17T12:25:01.6380319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:25:01.6399115Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-08-17T12:25:02.4886729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-08-17T12:25:02.4915133Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-08-17T12:25:02.5238596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-08-17T12:25:02.5262182Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:25:02.8427321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:02.8539288Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:25:03.4803896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:25:03.4827156Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-08-17T12:25:04.8196917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-08-17T12:25:04.8208892Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:04.8561668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:25:04.8592501Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:25:05.1483736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:25:05.1508750Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-08-17T12:25:05.4419267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-08-17T12:25:05.4444198Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-08-17T12:25:06.3465547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-08-17T12:25:06.3492329Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-08-17T12:25:06.4393452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-08-17T12:25:06.4546980Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:25:06.9039390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:25:06.9085753Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-08-17T12:25:07.2506372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:25:07.2522265Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-08-17T12:25:08.5774093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-08-17T12:25:08.5799501Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-08-17T12:25:08.8627433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-08-17T12:25:08.8652775Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:25:09.3637444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:25:09.3665749Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-08-17T12:25:09.8305497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-08-17T12:25:09.8333522Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:25:09.8675943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:09.8724042Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:25:10.2017488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:25:10.2046520Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-08-17T12:25:11.0711518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-08-17T12:25:11.0816705Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-08-17T12:25:11.3230888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-08-17T12:25:11.3244753Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:11.5997886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:25:11.6040226Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-08-17T12:25:12.1225855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-08-17T12:25:12.1254197Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:25:12.3705788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:25:12.3843846Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-08-17T12:25:12.7130989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-08-17T12:25:12.7313305Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:25:12.9534268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:25:12.9559470Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:25:13.4426061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:25:13.4452909Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-08-17T12:25:14.1864731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-08-17T12:25:14.1889605Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-08-17T12:25:14.6867355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-08-17T12:25:14.6892582Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:25:14.7786686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:25:14.7817504Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-08-17T12:25:14.7876817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-08-17T12:25:14.7889226Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-08-17T12:25:14.8070126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-08-17T12:25:14.8085448Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:25:15.6005999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:25:15.6123075Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-08-17T12:25:15.8907716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:25:15.8919573Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:25:16.8984863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:25:16.9009186Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-08-17T12:25:17.2657780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-08-17T12:25:17.2675294Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-08-17T12:25:17.3229680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:25:17.3248997Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:25:17.3527209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:25:17.3550821Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-08-17T12:25:17.8635104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-08-17T12:25:17.8793064Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-08-17T12:25:18.0613869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:25:18.0638484Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-08-17T12:25:18.8276318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-08-17T12:25:18.8302058Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-08-17T12:25:18.9788795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:25:18.9810272Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-08-17T12:25:19.1908048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-08-17T12:25:19.1933947Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:25:19.3874086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:25:19.3891610Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-08-17T12:25:19.6932151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:25:19.6956893Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-08-17T12:25:19.8459421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-08-17T12:25:19.8643860Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-08-17T12:25:20.6585829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-08-17T12:25:20.6611626Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-08-17T12:25:20.6770412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-08-17T12:25:20.6787638Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-08-17T12:25:20.9370563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:25:20.9391629Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-08-17T12:25:20.9531390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-08-17T12:25:20.9554548Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:25:21.3197045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:25:21.3260538Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:25:22.6833064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:25:22.6981358Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:25:22.9289868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:25:22.9315239Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-08-17T12:25:23.0423861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-08-17T12:25:23.0515854Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:25:23.0646015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:25:23.0672522Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-08-17T12:25:23.4354862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-08-17T12:25:23.4384842Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-08-17T12:25:23.6510912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:25:23.6547904Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-08-17T12:25:23.7525830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:25:23.7540559Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-08-17T12:25:23.9487929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-08-17T12:25:23.9513760Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-08-17T12:25:23.9600898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-08-17T12:25:23.9614080Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-08-17T12:25:24.4888181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:25:24.4913011Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-08-17T12:25:24.6188736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:25:24.6213691Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:25:24.9815425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:25:24.9832786Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-08-17T12:25:25.1251455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-08-17T12:25:25.1265900Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-08-17T12:25:25.2306990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-08-17T12:25:25.2321999Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-08-17T12:25:25.2614178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-08-17T12:25:25.2631296Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-08-17T12:25:25.2642800Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-08-17T12:25:25.2800379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-08-17T12:25:25.2907818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-08-17T12:25:25.3144245Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-08-17T12:25:25.3167227Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-08-17T12:25:25.3250812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-08-17T12:25:25.3522016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-08-17T12:25:25.3622755Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-08-17T12:25:25.3801965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-08-17T12:25:25.3825744Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-08-17T12:25:25.3997687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-08-17T12:25:25.4137699Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-08-17T12:25:25.4287397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-08-17T12:25:25.4310693Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-08-17T12:25:25.4342188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-08-17T12:25:25.4576565Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-08-17T12:25:25.4742027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-08-17T12:25:25.4795990Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-08-17T12:25:25.4820807Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-08-17T12:25:25.4937731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-08-17T12:25:25.4945812Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-08-17T12:25:25.5313846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-08-17T12:25:25.5321861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-08-17T12:25:25.5814299Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-08-17T12:25:25.5821897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-08-17T12:25:25.6103149Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-08-17T12:25:25.6122778Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-08-17T12:25:25.6243520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-08-17T12:25:25.6248501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-08-17T12:25:25.6741387Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-08-17T12:25:25.6804523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-08-17T12:25:25.6860352Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-08-17T12:25:25.6879385Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-08-17T12:25:25.7072311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-08-17T12:25:25.7094549Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-08-17T12:25:25.7183402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-08-17T12:25:25.7187187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-08-17T12:25:25.7618484Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-08-17T12:25:25.7624381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-08-17T12:25:25.7986077Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-08-17T12:25:25.7991753Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:25:25.8003125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-08-17T12:25:25.8049622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:25:25.8127857Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-08-17T12:25:25.8150878Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-08-17T12:25:25.8515087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-08-17T12:25:25.8525336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-08-17T12:25:25.8990372Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-08-17T12:25:25.8997979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-08-17T12:25:25.9438132Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-08-17T12:25:25.9448430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-08-17T12:25:25.9846084Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-08-17T12:25:25.9869168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-08-17T12:25:26.0338247Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-08-17T12:25:26.0485214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-08-17T12:25:26.0537130Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-08-17T12:25:26.0554023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-08-17T12:25:26.0818418Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-08-17T12:25:26.1067347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-08-17T12:25:26.1218092Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-08-17T12:25:26.1531887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-08-17T12:25:26.1658053Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-08-17T12:25:26.2025337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-08-17T12:25:26.2060825Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-08-17T12:25:26.2408536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-08-17T12:25:26.2425427Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-08-17T12:25:26.2561626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-08-17T12:25:26.2572958Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-08-17T12:25:26.2782936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-08-17T12:25:26.2983218Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-08-17T12:25:26.3323724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-08-17T12:25:26.3338227Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-08-17T12:25:26.3463435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-08-17T12:25:26.3536680Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-08-17T12:25:26.3684645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-08-17T12:25:26.3978657Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-08-17T12:25:26.4116973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-08-17T12:25:26.4383406Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-08-17T12:25:26.4702456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-08-17T12:25:26.4763471Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-08-17T12:25:26.4782286Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-08-17T12:25:26.4791864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-08-17T12:25:26.5167058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-08-17T12:25:26.5223448Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-08-17T12:25:26.5461137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-08-17T12:25:26.5664571Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-08-17T12:25:26.5768307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-08-17T12:25:26.6180316Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-08-17T12:25:26.6385703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-08-17T12:25:26.6618406Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-08-17T12:25:26.6727574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-08-17T12:25:26.7129821Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-08-17T12:25:26.7134530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-08-17T12:25:26.7567152Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-08-17T12:25:26.7572436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-08-17T12:25:26.7978783Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-08-17T12:25:26.8004315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-08-17T12:25:26.8163318Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-08-17T12:25:26.8184732Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-08-17T12:25:26.8197553Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-08-17T12:25:26.8201885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-08-17T12:25:26.8419585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-08-17T12:25:26.8658126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-08-17T12:25:26.8858003Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-08-17T12:25:26.8963214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-08-17T12:25:26.9222903Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-08-17T12:25:26.9640241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-08-17T12:25:26.9674565Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-08-17T12:25:26.9741420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-08-17T12:25:26.9763891Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:25:26.9896279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:25:27.0101143Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-08-17T12:25:27.0298429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-08-17T12:25:27.0318198Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-08-17T12:25:27.0602170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-08-17T12:25:27.0617849Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-08-17T12:25:27.1108091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-08-17T12:25:27.1218291Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-08-17T12:25:27.1464386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-08-17T12:25:27.1579179Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-08-17T12:25:27.1869870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-08-17T12:25:27.2059352Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-08-17T12:25:27.2253863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-08-17T12:25:27.2267129Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-08-17T12:25:27.2285682Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-08-17T12:25:27.2420058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-08-17T12:25:27.2608532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-08-17T12:25:27.2863505Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-08-17T12:25:27.3021958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-08-17T12:25:27.3035633Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-08-17T12:25:27.3531171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-08-17T12:25:27.3651156Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-08-17T12:25:27.3787151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-08-17T12:25:27.4138239Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-08-17T12:25:27.4291811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-08-17T12:25:27.4405091Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-08-17T12:25:27.4425193Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-08-17T12:25:27.4647175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-08-17T12:25:27.4967055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-08-17T12:25:27.5060055Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-08-17T12:25:27.5248079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-08-17T12:25:27.5445857Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-08-17T12:25:27.5457343Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-08-17T12:25:27.5500483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-08-17T12:25:27.5846511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-08-17T12:25:27.5984117Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-08-17T12:25:27.6166787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-08-17T12:25:27.6462502Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-08-17T12:25:27.6631855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-08-17T12:25:27.6902539Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-08-17T12:25:27.7078449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-08-17T12:25:27.7343375Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-08-17T12:25:27.7350229Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-08-17T12:25:27.7356369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-08-17T12:25:27.7712292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-08-17T12:25:27.7857106Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-08-17T12:25:27.7974848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-08-17T12:25:27.8363742Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-08-17T12:25:27.8407951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-08-17T12:25:27.8468832Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-08-17T12:25:27.8544681Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-08-17T12:25:27.8636422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-08-17T12:25:27.8649380Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-08-17T12:25:27.8818050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-08-17T12:25:27.8981861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-08-17T12:25:27.9181186Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-08-17T12:25:27.9540997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-08-17T12:25:27.9699081Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-08-17T12:25:27.9988589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-08-17T12:25:28.0103492Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-08-17T12:25:28.0426688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-08-17T12:25:28.0617260Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-08-17T12:25:28.0748312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-08-17T12:25:28.1097817Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-08-17T12:25:28.1424270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-08-17T12:25:28.1536771Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-08-17T12:25:28.1651913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-08-17T12:25:28.2057165Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-08-17T12:25:28.2158242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-08-17T12:25:28.2310242Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-08-17T12:25:28.2331231Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:25:28.2499170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:25:28.2651126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-08-17T12:25:28.2876063Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-08-17T12:25:28.3260593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-08-17T12:25:28.3377546Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-08-17T12:25:28.3625504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-08-17T12:25:28.3817051Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-08-17T12:25:28.4023938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-08-17T12:25:28.4189081Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-08-17T12:25:28.4299574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-08-17T12:25:28.4663400Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-08-17T12:25:28.4782186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-08-17T12:25:28.5104597Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-08-17T12:25:28.5209529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-08-17T12:25:28.5544600Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-08-17T12:25:28.5576298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-08-17T12:25:28.5598709Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-08-17T12:25:28.5648300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-08-17T12:25:28.5983247Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-08-17T12:25:28.6068980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-08-17T12:25:28.6079628Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-08-17T12:25:28.6089526Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-08-17T12:25:28.6616819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-08-17T12:25:28.6636026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-08-17T12:25:28.7058184Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-08-17T12:25:28.7088425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-08-17T12:25:28.7532602Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-08-17T12:25:28.7537322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-08-17T12:25:28.7962195Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-08-17T12:25:28.7966454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-08-17T12:25:28.8423765Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-08-17T12:25:28.8428364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-08-17T12:25:28.8853794Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-08-17T12:25:28.8858618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-08-17T12:25:28.9297057Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-08-17T12:25:28.9301838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-08-17T12:25:28.9736425Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-08-17T12:25:28.9742191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-08-17T12:25:29.0183691Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-08-17T12:25:29.0193502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-08-17T12:25:29.0258178Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-08-17T12:25:29.0273368Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-08-17T12:25:29.0564274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-08-17T12:25:29.0604466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-08-17T12:25:29.0985955Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-08-17T12:25:29.1050465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-08-17T12:25:29.1245587Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-08-17T12:25:29.1257918Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:25:29.1463590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:25:29.1520734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-08-17T12:25:29.1965607Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-08-17T12:25:29.1973000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-08-17T12:25:29.2404796Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-08-17T12:25:29.2412614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-08-17T12:25:29.2842778Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-08-17T12:25:29.8538732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-08-17T12:25:29.8581703Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-08-17T12:25:30.1059856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-08-17T12:25:30.1073359Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-08-17T12:25:30.4353168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-08-17T12:25:30.4377972Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-08-17T12:25:30.5985652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:25:30.5999498Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-08-17T12:25:31.0159889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-08-17T12:25:31.0190833Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-08-17T12:25:31.7962009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-08-17T12:25:31.7987894Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-08-17T12:25:31.8059655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-08-17T12:25:31.8493435Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-08-17T12:25:31.8502633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-08-17T12:25:31.8970780Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-08-17T12:25:31.8971452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-08-17T12:25:31.9413969Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-08-17T12:25:31.9414441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-08-17T12:25:31.9716243Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-08-17T12:25:31.9737200Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-08-17T12:25:31.9863365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-08-17T12:25:31.9868323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-08-17T12:25:32.0132677Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-08-17T12:25:32.0155939Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-08-17T12:25:32.0235281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-08-17T12:25:32.0284961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-08-17T12:25:32.0706418Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-08-17T12:25:32.0773378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-08-17T12:25:32.1222185Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-08-17T12:25:32.1226776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-08-17T12:25:32.1533682Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-08-17T12:25:32.1554826Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-08-17T12:25:32.1697475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-08-17T12:25:32.1702069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-08-17T12:25:32.2132228Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-08-17T12:25:32.2137520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-08-17T12:25:32.2583295Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-08-17T12:25:32.2587692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-08-17T12:25:32.2984173Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-08-17T12:25:32.3048508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-08-17T12:25:32.3493278Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-08-17T12:25:32.3498225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-08-17T12:25:32.3939045Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-08-17T12:25:32.3980670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-08-17T12:25:32.4381235Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-08-17T12:25:32.4413994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-08-17T12:25:32.4818666Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-08-17T12:25:32.5098424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-08-17T12:25:32.5139866Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-08-17T12:25:32.5237949Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-08-17T12:25:32.5243261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-08-17T12:25:32.5344066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-08-17T12:25:32.5819446Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-08-17T12:25:32.5855857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-08-17T12:25:32.6258850Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-08-17T12:25:32.6308706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-08-17T12:25:32.6738356Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-08-17T12:25:32.6778093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-08-17T12:25:32.7179255Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-08-17T12:25:32.7297315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-08-17T12:25:32.7317968Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-08-17T12:25:32.7323375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-08-17T12:25:32.7591589Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-08-17T12:25:32.7668772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-08-17T12:25:32.8097683Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-08-17T12:25:32.8183995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-08-17T12:25:32.8538831Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-08-17T12:25:32.8579347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-08-17T12:25:32.9018306Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-08-17T12:25:32.9053844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-08-17T12:25:32.9457566Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-08-17T12:25:32.9501248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-08-17T12:25:32.9890072Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-08-17T12:25:32.9891878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-08-17T12:25:33.0333004Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-08-17T12:25:33.0335177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-08-17T12:25:33.0798953Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-08-17T12:25:33.0799770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-08-17T12:25:33.1287211Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-08-17T12:25:33.1287710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-08-17T12:25:33.1294108Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-08-17T12:25:33.1297326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-08-17T12:25:33.1681622Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-08-17T12:25:33.1724011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-08-17T12:25:33.2103120Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-08-17T12:25:33.2162851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-08-17T12:25:33.2542812Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-08-17T12:25:33.2602902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-08-17T12:25:33.3024983Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-08-17T12:25:33.3106291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-08-17T12:25:33.3259779Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-08-17T12:25:33.3271135Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-08-17T12:25:33.3466031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-08-17T12:25:33.3530513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-08-17T12:25:33.3944507Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-08-17T12:25:33.4008146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-08-17T12:25:33.4154294Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-08-17T12:25:33.4171631Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-08-17T12:25:33.4424317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-08-17T12:25:33.4495316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-08-17T12:25:33.4927363Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-08-17T12:25:33.4934795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-08-17T12:25:33.5374383Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-08-17T12:25:33.5379573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-08-17T12:25:33.5818602Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-08-17T12:25:33.6098258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-08-17T12:25:33.6115408Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-08-17T12:25:33.6848940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-08-17T12:25:33.6860022Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-08-17T12:25:33.7792144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-08-17T12:25:33.7814076Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-08-17T12:25:33.7907331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-08-17T12:25:33.7923302Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-08-17T12:25:33.8804904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-08-17T12:25:33.8958954Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-08-17T12:25:33.9395989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-08-17T12:25:33.9414828Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-08-17T12:25:34.0338014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-08-17T12:25:34.0360906Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-08-17T12:25:34.0567245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-08-17T12:25:34.0590415Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-08-17T12:25:34.1346833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-08-17T12:25:34.1361603Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-08-17T12:25:34.1366527Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-08-17T12:25:34.1381453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-08-17T12:25:34.2279795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-08-17T12:25:34.2320998Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-08-17T12:25:34.2480653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-08-17T12:25:34.2510734Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-08-17T12:25:34.3010051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-08-17T12:25:34.3142462Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-08-17T12:25:34.3761857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-08-17T12:25:34.3899923Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-08-17T12:25:34.4418153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-08-17T12:25:34.4536556Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-08-17T12:25:34.4709293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-08-17T12:25:34.4718249Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-08-17T12:25:34.5296874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-08-17T12:25:34.5420391Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-08-17T12:25:34.5431082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-08-17T12:25:34.5451632Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-08-17T12:25:34.5650342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-08-17T12:25:34.5864323Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-08-17T12:25:34.6112921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-08-17T12:25:34.6306238Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-08-17T12:25:34.7107182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-08-17T12:25:34.7124860Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-08-17T12:25:34.8929103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-08-17T12:25:34.8945800Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-08-17T12:25:35.3230214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-08-17T12:25:35.3254414Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-08-17T12:25:36.1345679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-08-17T12:25:36.1373369Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-08-17T12:25:36.2017317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-08-17T12:25:36.2038523Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-08-17T12:25:36.9771661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-08-17T12:25:36.9785950Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-08-17T12:25:37.0835129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-08-17T12:25:37.0864988Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-08-17T12:25:37.3279799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-08-17T12:25:37.3403565Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-08-17T12:25:37.9506697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-08-17T12:25:37.9531796Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-08-17T12:25:38.1047468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-08-17T12:25:38.1062478Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-08-17T12:25:38.5707083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-08-17T12:25:38.5720996Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-08-17T12:25:39.0406472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-08-17T12:25:39.0430746Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-08-17T12:25:39.2333016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-08-17T12:25:39.2354148Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-08-17T12:25:39.6169466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-08-17T12:25:39.6197465Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-08-17T12:25:40.3547392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-08-17T12:25:40.3572586Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-08-17T12:25:40.5697911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-08-17T12:25:40.5718752Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-08-17T12:25:41.6438196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-08-17T12:25:41.6588889Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-08-17T12:25:41.7778919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-08-17T12:25:41.7790799Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-08-17T12:25:42.2283174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-08-17T12:25:42.2300912Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-08-17T12:25:42.7174962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-08-17T12:25:42.7202296Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-08-17T12:25:42.7808543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-08-17T12:25:42.7833358Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-08-17T12:25:43.6746744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-08-17T12:25:43.6883841Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-08-17T12:25:43.8706087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-08-17T12:25:43.8732386Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-08-17T12:25:43.9434362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-08-17T12:25:43.9459230Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-08-17T12:25:45.1366336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-08-17T12:25:45.1387761Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-08-17T12:25:45.2266899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-08-17T12:25:45.2279706Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-08-17T12:25:45.8105673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-08-17T12:25:45.8130962Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-08-17T12:25:46.0091711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-08-17T12:25:46.0105469Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-08-17T12:25:48.4340749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-08-17T12:25:48.4365760Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-08-17T12:25:48.4636131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-08-17T12:25:48.4664538Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-08-17T12:25:48.7065704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-08-17T12:25:48.7196314Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-08-17T12:25:48.7338059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-08-17T12:25:48.7503139Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-08-17T12:25:50.3598850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-08-17T12:25:50.3623999Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-08-17T12:25:50.8787221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-08-17T12:25:50.8814480Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-08-17T12:25:51.1395307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-08-17T12:25:51.1422667Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-08-17T12:25:51.5706984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-08-17T12:25:51.5724857Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-08-17T12:25:51.6106391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-08-17T12:25:51.6129289Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-08-17T12:25:51.6175348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-08-17T12:25:51.6189763Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-08-17T12:25:52.4387766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-08-17T12:25:52.4541423Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-08-17T12:25:52.6239723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-08-17T12:25:52.6265551Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-08-17T12:25:52.7159614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-08-17T12:25:52.7179757Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-08-17T12:25:52.8346796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-08-17T12:25:52.8364765Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-08-17T12:25:53.7202352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-08-17T12:25:53.7232817Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-08-17T12:25:53.7970497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-08-17T12:25:53.7995984Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-08-17T12:25:53.9321766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-08-17T12:25:53.9440898Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-08-17T12:25:54.0709247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-08-17T12:25:54.0868555Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-08-17T12:25:54.6230115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-08-17T12:25:54.6243871Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-08-17T12:25:54.8666692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-08-17T12:25:54.8683132Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-08-17T12:25:54.9203193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-08-17T12:25:54.9227972Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-08-17T12:25:55.6204185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-08-17T12:25:55.6229989Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-08-17T12:25:55.6297279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-08-17T12:25:55.6734082Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-08-17T12:25:55.6740418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-08-17T12:25:55.6921218Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-08-17T12:25:55.6944102Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-08-17T12:25:55.7176739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-08-17T12:25:55.7183293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-08-17T12:25:55.7607297Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-08-17T12:25:55.7668821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-08-17T12:25:55.7722338Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-08-17T12:25:55.7743496Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-08-17T12:25:55.8027533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-08-17T12:25:55.8106032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-08-17T12:25:55.8123198Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-08-17T12:25:55.8185076Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-08-17T12:25:55.8331431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-08-17T12:25:55.8335341Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-08-17T12:25:55.8461596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-08-17T12:25:55.8546486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-08-17T12:25:55.8578845Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-08-17T12:25:55.8619633Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-08-17T12:25:55.8981269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-08-17T12:25:55.8985573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-08-17T12:25:55.9049305Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-08-17T12:25:55.9068818Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-08-17T12:25:55.9334979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-08-17T12:25:55.9343433Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-08-17T12:25:55.9350425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-08-17T12:25:55.9406531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-08-17T12:25:55.9418529Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-08-17T12:25:55.9499244Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-08-17T12:25:55.9822822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-08-17T12:25:55.9900106Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-08-17T12:25:55.9906709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-08-17T12:25:55.9984484Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-08-17T12:25:56.0322658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-08-17T12:25:56.0327691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-08-17T12:25:56.0355367Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-08-17T12:25:56.0423467Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-08-17T12:25:56.0672332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-08-17T12:25:56.0680631Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-08-17T12:25:56.0710837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-08-17T12:25:56.0778430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-08-17T12:25:56.0818982Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-08-17T12:25:56.0977692Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-08-17T12:25:56.1144831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-08-17T12:25:56.1150300Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-08-17T12:25:56.1210349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-08-17T12:25:56.1366784Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-08-17T12:25:56.1403878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-08-17T12:25:56.1417820Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-08-17T12:25:56.1583995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-08-17T12:25:56.1599320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-08-17T12:25:56.1643295Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-08-17T12:25:56.1860125Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-08-17T12:25:56.2112442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-08-17T12:25:56.2129125Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-08-17T12:25:56.2131840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-08-17T12:25:56.2336314Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-08-17T12:25:56.2377335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-08-17T12:25:56.2581512Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-08-17T12:25:56.2598589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-08-17T12:25:56.2737151Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-08-17T12:25:56.2739687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-08-17T12:25:56.2746110Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-08-17T12:25:56.2751348Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-08-17T12:25:56.3047082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-08-17T12:25:56.3050923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-08-17T12:25:56.3176982Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-08-17T12:25:56.3253692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-08-17T12:25:56.3480138Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-08-17T12:25:56.3486019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-08-17T12:25:56.3617909Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-08-17T12:25:56.3692318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-08-17T12:25:56.3867052Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-08-17T12:25:56.3880517Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-08-17T12:25:56.3935837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-08-17T12:25:56.3951671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-08-17T12:25:56.4018964Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-08-17T12:25:56.4071732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-08-17T12:25:56.4325143Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-08-17T12:25:56.4347049Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-08-17T12:25:56.4347668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-08-17T12:25:56.4411269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-08-17T12:25:56.4461260Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-08-17T12:25:56.4739691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-08-17T12:25:56.4841435Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-08-17T12:25:56.4849528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-08-17T12:25:56.4906792Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-08-17T12:25:56.5097322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-08-17T12:25:56.5261522Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-08-17T12:25:56.5307108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-08-17T12:25:56.5417402Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-08-17T12:25:56.5666054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-08-17T12:25:56.5748009Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-08-17T12:25:56.5752376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-08-17T12:25:56.5861698Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-08-17T12:25:56.6004027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-08-17T12:25:56.6190898Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-08-17T12:25:56.6195756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-08-17T12:25:56.6361269Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-08-17T12:25:56.6361800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-08-17T12:25:56.6596269Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-08-17T12:25:56.6596957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-08-17T12:25:56.6617309Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-08-17T12:25:56.6643234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-08-17T12:25:56.6701450Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-08-17T12:25:56.6757303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-08-17T12:25:56.6804492Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-08-17T12:25:56.6814922Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-08-17T12:25:56.7022609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-08-17T12:25:56.7065113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-08-17T12:25:56.7142305Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-08-17T12:25:56.7353845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-08-17T12:25:56.7461837Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-08-17T12:25:56.7507869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-08-17T12:25:56.7582059Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-08-17T12:25:56.7978221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-08-17T12:25:56.8013447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-08-17T12:25:56.8050577Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-08-17T12:25:56.8060999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-08-17T12:25:56.8099668Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-08-17T12:25:57.0312480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-08-17T12:25:57.0336387Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-08-17T12:25:57.3041415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-08-17T12:25:57.3195934Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-08-17T12:25:57.6180165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-08-17T12:25:57.6196830Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-08-17T12:25:57.7945934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-08-17T12:25:57.7955953Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-08-17T12:25:57.8120210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-08-17T12:25:57.8136607Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-08-17T12:25:58.2815760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-08-17T12:25:58.3059255Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-08-17T12:25:58.5461009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-08-17T12:25:58.5483418Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-08-17T12:25:58.6785521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-08-17T12:25:58.6862657Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-08-17T12:25:58.7857558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-08-17T12:25:58.7870324Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-08-17T12:25:59.0185445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-08-17T12:25:59.0213022Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-08-17T12:25:59.7905876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-08-17T12:25:59.7941965Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-08-17T12:25:59.9780989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-08-17T12:25:59.9795781Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-08-17T12:26:00.5864888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-08-17T12:26:00.5887371Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-08-17T12:26:00.6537011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-08-17T12:26:00.6563104Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-08-17T12:26:00.9128674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-08-17T12:26:00.9177151Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-08-17T12:26:01.2694387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-08-17T12:26:01.2719995Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-08-17T12:26:01.4765551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-08-17T12:26:01.4796289Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-08-17T12:26:01.5257214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-08-17T12:26:01.5275504Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-08-17T12:26:01.7447089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-08-17T12:26:01.7537354Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-08-17T12:26:01.9874772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-08-17T12:26:01.9894179Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-08-17T12:26:02.1304189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-08-17T12:26:02.1319428Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-08-17T12:26:02.2890857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-08-17T12:26:02.2916676Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-08-17T12:26:02.7063276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-08-17T12:26:02.7079677Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-08-17T12:26:03.1806165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-08-17T12:26:03.1829125Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-08-17T12:26:03.4274078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-08-17T12:26:03.4299940Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-08-17T12:26:03.5016648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-08-17T12:26:03.5031438Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-08-17T12:26:03.5501807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-08-17T12:26:03.5526337Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-08-17T12:26:03.5643548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-08-17T12:26:03.5669915Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-08-17T12:26:03.9847550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-08-17T12:26:03.9950527Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-08-17T12:26:04.1279790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-08-17T12:26:04.1306485Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-08-17T12:26:04.4393890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-08-17T12:26:04.4418744Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-08-17T12:26:04.7116044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-08-17T12:26:04.7132730Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-08-17T12:26:04.9030540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-08-17T12:26:04.9104311Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-08-17T12:26:04.9586873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-08-17T12:26:04.9617102Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-08-17T12:26:05.1850954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-08-17T12:26:05.1873497Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-08-17T12:26:05.2498018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-08-17T12:26:05.2522987Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-08-17T12:26:05.2703484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-08-17T12:26:05.2723337Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-08-17T12:26:05.5029961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-08-17T12:26:05.5046609Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-08-17T12:26:06.3485719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-08-17T12:26:06.3505320Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-08-17T12:26:06.5829536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-08-17T12:26:06.5860206Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-08-17T12:26:06.8085891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-08-17T12:26:06.8108556Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-08-17T12:26:06.8142402Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-08-17T12:26:06.8158549Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-08-17T12:26:06.8166900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-08-17T12:26:06.8183440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-08-17T12:26:07.0674012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-08-17T12:26:07.0705925Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-08-17T12:26:07.2661004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-08-17T12:26:07.2690923Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-08-17T12:26:07.2765621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-08-17T12:26:07.2781430Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-08-17T12:26:07.4034358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-08-17T12:26:07.4064640Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-08-17T12:26:07.6710758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-08-17T12:26:07.6747079Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-08-17T12:26:07.9327759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-08-17T12:26:07.9359378Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-08-17T12:26:08.0354719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-08-17T12:26:08.0374781Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-08-17T12:26:08.4265180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-08-17T12:26:08.4288235Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-08-17T12:26:08.4984385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-08-17T12:26:08.5016079Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-08-17T12:26:08.9823912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-08-17T12:26:08.9841645Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-08-17T12:26:09.3495062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-08-17T12:26:09.3579706Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-08-17T12:26:09.3601870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-08-17T12:26:09.3612362Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-08-17T12:26:09.4616034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-08-17T12:26:09.4656621Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-08-17T12:26:09.6061492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-08-17T12:26:09.6089399Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-08-17T12:26:09.7822848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-08-17T12:26:09.7853643Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-08-17T12:26:10.0228487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-08-17T12:26:10.0254920Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-08-17T12:26:10.4004934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-08-17T12:26:10.4033093Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-08-17T12:26:10.4305587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-08-17T12:26:10.4337350Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-08-17T12:26:10.6842632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-08-17T12:26:10.6856894Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-08-17T12:26:10.9577986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-08-17T12:26:10.9604187Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-08-17T12:26:11.0495078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-08-17T12:26:11.0663275Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-08-17T12:26:11.7865955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-08-17T12:26:11.7890691Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-08-17T12:26:11.9003331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-08-17T12:26:11.9029592Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-08-17T12:26:11.9519759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-08-17T12:26:11.9546346Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-08-17T12:26:12.1046734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-08-17T12:26:12.1156659Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-08-17T12:26:12.7281047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-08-17T12:26:12.7424385Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-08-17T12:26:12.9413981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-08-17T12:26:12.9431217Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-08-17T12:26:13.4505066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-08-17T12:26:13.4524846Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-08-17T12:26:13.7309093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-08-17T12:26:13.7328778Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-08-17T12:26:14.1546105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-08-17T12:26:14.1571672Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-08-17T12:26:14.2820949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-08-17T12:26:14.2845582Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-08-17T12:26:14.5848352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-08-17T12:26:14.6024257Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-08-17T12:26:14.8761328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-08-17T12:26:14.8784963Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-08-17T12:26:15.2426765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-08-17T12:26:15.2452871Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-08-17T12:26:15.3693783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-08-17T12:26:15.3707574Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-08-17T12:26:15.9148065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-08-17T12:26:15.9174025Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-08-17T12:26:15.9230677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-08-17T12:26:15.9251544Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-08-17T12:26:16.2641444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-08-17T12:26:16.2684783Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-08-17T12:26:16.2722295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-08-17T12:26:16.2741800Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-08-17T12:26:16.7299844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-08-17T12:26:16.7326476Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-08-17T12:26:16.9470549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-08-17T12:26:16.9484580Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-08-17T12:26:17.2746353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-08-17T12:26:17.2770593Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-08-17T12:26:17.2915064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-08-17T12:26:17.3259663Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-08-17T12:26:17.3313599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-08-17T12:26:17.3739840Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-08-17T12:26:17.3799051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-08-17T12:26:17.3991860Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-08-17T12:26:17.4013542Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-08-17T12:26:17.4261085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-08-17T12:26:17.4271589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-08-17T12:26:17.4658929Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-08-17T12:26:17.4706088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-08-17T12:26:17.5141914Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-08-17T12:26:17.5185684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-08-17T12:26:17.5620470Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-08-17T12:26:17.5665774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-08-17T12:26:17.6062036Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-08-17T12:26:17.6111400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-08-17T12:26:17.6426881Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-08-17T12:26:17.6695816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-08-17T12:26:17.6827119Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-08-17T12:26:17.6853755Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-08-17T12:26:17.6941442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-08-17T12:26:17.6978050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-08-17T12:26:17.7220676Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-08-17T12:26:17.7248327Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-08-17T12:26:17.7382321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-08-17T12:26:17.7429812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-08-17T12:26:17.7779743Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-08-17T12:26:17.7851436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-08-17T12:26:17.8260177Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-08-17T12:26:18.3604108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-08-17T12:26:18.3633156Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-08-17T12:26:18.3773341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-08-17T12:26:18.3783017Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-08-17T12:26:18.9453982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-08-17T12:26:18.9704301Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-08-17T12:26:19.0782844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-08-17T12:26:19.0953210Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-08-17T12:26:19.9265863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-08-17T12:26:19.9290795Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-08-17T12:26:20.0069601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-08-17T12:26:20.0205503Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-08-17T12:26:20.2186368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-08-17T12:26:20.2208712Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-08-17T12:26:20.3708794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-08-17T12:26:20.3725055Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-08-17T12:26:20.6828482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-08-17T12:26:20.6846214Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-08-17T12:26:20.6877792Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-08-17T12:26:20.6888386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-08-17T12:26:20.9127920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-08-17T12:26:20.9155345Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-08-17T12:26:21.2308325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-08-17T12:26:21.2463353Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-08-17T12:26:21.2908159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-08-17T12:26:21.2938371Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-08-17T12:26:21.5870194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-08-17T12:26:21.5885666Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-08-17T12:26:21.7810992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-08-17T12:26:21.7839658Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-08-17T12:26:21.8069088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-08-17T12:26:21.8340111Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-08-17T12:26:21.8366985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-08-17T12:26:21.8780268Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-08-17T12:26:21.9403049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-08-17T12:26:21.9584133Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-08-17T12:26:21.9664599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-08-17T12:26:21.9686849Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-08-17T12:26:22.0166472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-08-17T12:26:22.0184533Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-08-17T12:26:22.0251508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-08-17T12:26:22.0275438Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-08-17T12:26:22.0285943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-08-17T12:26:22.0604666Z [gw2] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-08-17T12:26:22.0675149Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-08-17T12:26:22.0743007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-08-17T12:26:22.2587082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-08-17T12:26:22.2614553Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-08-17T12:26:22.4308238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-08-17T12:26:22.4336175Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-08-17T12:26:22.5094960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-08-17T12:26:22.5126710Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-08-17T12:26:22.5302857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-08-17T12:26:22.5389665Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-08-17T12:26:22.5474775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-08-17T12:26:22.5578589Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-08-17T12:26:22.5653295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-08-17T12:26:22.6018438Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-08-17T12:26:22.6024428Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-08-17T12:26:22.6045372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-08-17T12:26:22.6765618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-08-17T12:26:22.6796105Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-08-17T12:26:22.7364140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-08-17T12:26:22.7387287Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-08-17T12:26:22.7866309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-08-17T12:26:22.7887913Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-08-17T12:26:22.7988302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-08-17T12:26:22.8380189Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-08-17T12:26:22.9800079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-08-17T12:26:22.9880026Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-08-17T12:26:23.1458871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-08-17T12:26:23.1483617Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-08-17T12:26:23.1943429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-08-17T12:26:23.1968927Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-08-17T12:26:23.2939624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-08-17T12:26:23.2964147Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-08-17T12:26:23.4149353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-08-17T12:26:23.4212381Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-08-17T12:26:23.5168440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-08-17T12:26:23.5193678Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-08-17T12:26:23.6585765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-08-17T12:26:23.6612645Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-08-17T12:26:23.7927198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-08-17T12:26:23.7957201Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-08-17T12:26:23.9094141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-08-17T12:26:23.9119679Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-08-17T12:26:24.0537987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-08-17T12:26:24.0562223Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-08-17T12:26:24.2058324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-08-17T12:26:24.2082845Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-08-17T12:26:24.3422979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-08-17T12:26:24.3447189Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-08-17T12:26:24.4866902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-08-17T12:26:24.4896855Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-08-17T12:26:24.5748357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-08-17T12:26:24.5762607Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-08-17T12:26:24.6113655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-08-17T12:26:24.6140112Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-08-17T12:26:24.7105387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-08-17T12:26:24.7130621Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-08-17T12:26:24.7767562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-08-17T12:26:24.7782584Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-08-17T12:26:24.7792498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:26:24.7816556Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-08-17T12:26:24.7914116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-08-17T12:26:24.8224331Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-08-17T12:26:24.8272550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-08-17T12:26:24.8665335Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-08-17T12:26:24.8727865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-08-17T12:26:24.9210548Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-08-17T12:26:24.9211041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-08-17T12:26:24.9658028Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-08-17T12:26:24.9658839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-08-17T12:26:25.0089312Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-08-17T12:26:25.0089809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-08-17T12:26:25.0527031Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-08-17T12:26:25.0527774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-08-17T12:26:25.0913102Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-08-17T12:26:25.0973658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-08-17T12:26:25.1406447Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-08-17T12:26:25.1413929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-08-17T12:26:25.1845803Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-08-17T12:26:25.1846405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-08-17T12:26:25.2284859Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-08-17T12:26:25.2285467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-08-17T12:26:25.2722867Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-08-17T12:26:25.2728793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-08-17T12:26:25.3161853Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-08-17T12:26:25.3168958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-08-17T12:26:25.3638087Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-08-17T12:26:25.3642250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-08-17T12:26:25.3643073Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-08-17T12:26:25.4237790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-08-17T12:26:25.4350374Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-08-17T12:26:25.4383328Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-08-17T12:26:25.4385216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-08-17T12:26:25.4516667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-08-17T12:26:25.4537906Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-08-17T12:26:25.4704297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-08-17T12:26:25.4978963Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-08-17T12:26:25.5731605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-08-17T12:26:25.5750222Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-08-17T12:26:25.6184695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-08-17T12:26:25.6214698Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-08-17T12:26:25.6851738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-08-17T12:26:25.6995977Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-08-17T12:26:25.8941832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-08-17T12:26:25.9111528Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-08-17T12:26:25.9330537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-08-17T12:26:25.9619241Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-08-17T12:26:26.0690612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-08-17T12:26:26.0720547Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-08-17T12:26:26.1742236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-08-17T12:26:26.1781894Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-08-17T12:26:26.2317869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-08-17T12:26:26.2336577Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-08-17T12:26:26.2453890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-08-17T12:26:26.2488108Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-08-17T12:26:26.3109143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-08-17T12:26:26.3144220Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-08-17T12:26:26.3753813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-08-17T12:26:26.3777824Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-08-17T12:26:26.4946470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-08-17T12:26:26.5011990Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-08-17T12:26:26.6275434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-08-17T12:26:26.6296607Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-08-17T12:26:26.6585237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-08-17T12:26:26.6779377Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-08-17T12:26:26.7467339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-08-17T12:26:26.7486268Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-08-17T12:26:26.7496528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-08-17T12:26:26.7667546Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-08-17T12:26:26.7981873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-08-17T12:26:26.7989634Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-08-17T12:26:26.8103267Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-08-17T12:26:26.8130361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-08-17T12:26:26.8481430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-08-17T12:26:26.8541830Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-08-17T12:26:27.0372481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-08-17T12:26:27.0380004Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-08-17T12:26:27.2021292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-08-17T12:26:27.2033226Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-08-17T12:26:27.4411205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-08-17T12:26:27.4542408Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-08-17T12:26:27.5392960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-08-17T12:26:27.5538051Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-08-17T12:26:27.5735059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-08-17T12:26:27.5962968Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-08-17T12:26:27.6112651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-08-17T12:26:27.6460134Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-08-17T12:26:27.6612904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-08-17T12:26:27.6716294Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-08-17T12:26:27.6737395Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-08-17T12:26:27.6960805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-08-17T12:26:27.8388144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-08-17T12:26:27.8416140Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-08-17T12:26:27.8433137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-08-17T12:26:27.8454649Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-08-17T12:26:28.0098800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-08-17T12:26:28.0277553Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-08-17T12:26:28.0576967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-08-17T12:26:28.0600651Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-08-17T12:26:28.0677904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-08-17T12:26:28.0691285Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-08-17T12:26:28.1270501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-08-17T12:26:28.1292915Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-08-17T12:26:28.1502620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-08-17T12:26:28.1523100Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-08-17T12:26:28.2947256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-08-17T12:26:28.2976341Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-08-17T12:26:28.3555181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-08-17T12:26:28.3619117Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-08-17T12:26:28.4350517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-08-17T12:26:28.4385757Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-08-17T12:26:28.5496307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-08-17T12:26:28.5514940Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-08-17T12:26:28.5523670Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-08-17T12:26:28.5542509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-08-17T12:26:28.6427974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-08-17T12:26:28.6451688Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-08-17T12:26:28.8094450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-08-17T12:26:28.8120428Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-08-17T12:26:28.8488208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-08-17T12:26:28.8604678Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-08-17T12:26:28.8620735Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-08-17T12:26:28.8634388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-08-17T12:26:28.9827584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-08-17T12:26:28.9846971Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-08-17T12:26:28.9953004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-08-17T12:26:29.0339860Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-08-17T12:26:29.0362720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-08-17T12:26:29.0779691Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-08-17T12:26:29.1284130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-08-17T12:26:29.1512319Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-08-17T12:26:29.1758916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-08-17T12:26:29.1838580Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-08-17T12:26:29.2054141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-08-17T12:26:29.2222521Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-08-17T12:26:29.2651005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-08-17T12:26:29.2827600Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-08-17T12:26:29.2971714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-08-17T12:26:29.3339034Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-08-17T12:26:29.3363619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-08-17T12:26:29.3683499Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-08-17T12:26:29.3706837Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-08-17T12:26:29.3721053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-08-17T12:26:29.3797415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-08-17T12:26:29.4145935Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-08-17T12:26:29.4238509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-08-17T12:26:29.4255303Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-08-17T12:26:29.4274737Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-08-17T12:26:29.4697965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-08-17T12:26:29.5622959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-08-17T12:26:29.5648937Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-08-17T12:26:29.6326955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-08-17T12:26:29.6357326Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-08-17T12:26:29.6628751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-08-17T12:26:29.6664205Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-08-17T12:26:29.6773898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-08-17T12:26:29.6784082Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-08-17T12:26:29.7233809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-08-17T12:26:29.7246620Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-08-17T12:26:29.7933683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-08-17T12:26:29.7954358Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-08-17T12:26:29.7984035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-08-17T12:26:29.8133092Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-08-17T12:26:29.9752823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-08-17T12:26:29.9780879Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-08-17T12:26:30.0834325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-08-17T12:26:30.0856801Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-08-17T12:26:30.1311177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-08-17T12:26:30.1336172Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-08-17T12:26:30.2532313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-08-17T12:26:30.2549724Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-08-17T12:26:30.3479703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-08-17T12:26:30.3587708Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-08-17T12:26:30.3972015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-08-17T12:26:30.4051770Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-08-17T12:26:30.5123112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-08-17T12:26:30.5145079Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-08-17T12:26:30.5367610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-08-17T12:26:30.5391232Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-08-17T12:26:30.5405740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-08-17T12:26:30.5440983Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-08-17T12:26:30.5526331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-08-17T12:26:30.5891338Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-08-17T12:26:30.5897194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-08-17T12:26:30.6299116Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-08-17T12:26:30.6340630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-08-17T12:26:30.6391300Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-08-17T12:26:30.6677848Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-08-17T12:26:30.6784080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-08-17T12:26:30.6789108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-08-17T12:26:30.7142446Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-08-17T12:26:30.7167136Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-08-17T12:26:30.7182506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-08-17T12:26:30.7246521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-08-17T12:26:30.7439043Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-08-17T12:26:30.7660010Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-08-17T12:26:30.7712676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-08-17T12:26:30.7741095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-08-17T12:26:30.7797807Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-08-17T12:26:30.8026909Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-08-17T12:26:30.8184982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-08-17T12:26:30.8185615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-08-17T12:26:30.8308054Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-08-17T12:26:30.8314016Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-08-17T12:26:30.8319831Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-08-17T12:26:30.8462403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-08-17T12:26:30.8582242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-08-17T12:26:30.8638642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-08-17T12:26:30.9102334Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-08-17T12:26:30.9104666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-08-17T12:26:30.9165983Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-08-17T12:26:30.9173351Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-08-17T12:26:30.9521494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-08-17T12:26:30.9527349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-08-17T12:26:30.9965839Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-08-17T12:26:30.9970812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-08-17T12:26:31.0188440Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-08-17T12:26:31.0207789Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-08-17T12:26:31.0380108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-08-17T12:26:31.0408810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-08-17T12:26:31.0688576Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-08-17T12:26:31.0711493Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-08-17T12:26:31.0843314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-08-17T12:26:31.0849868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-08-17T12:26:31.1048153Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-08-17T12:26:31.1143993Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-08-17T12:26:31.1267315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-08-17T12:26:31.1277262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-08-17T12:26:31.1280337Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-08-17T12:26:31.1285775Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-08-17T12:26:31.1352848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-08-17T12:26:31.1622719Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-08-17T12:26:31.1660708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-08-17T12:26:31.1707065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-08-17T12:26:31.2176092Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-08-17T12:26:31.2177636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-08-17T12:26:31.2607434Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-08-17T12:26:31.2626724Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-08-17T12:26:31.2654640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:26:31.2657844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-08-17T12:26:31.2692287Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-08-17T12:26:31.3101599Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-08-17T12:26:31.3107932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-08-17T12:26:31.3183675Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-08-17T12:26:31.3199349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-08-17T12:26:31.3526312Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-08-17T12:26:31.3536146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-08-17T12:26:31.3594554Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-08-17T12:26:31.3623917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:26:31.3964464Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:26:31.3967265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-08-17T12:26:31.4066899Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-08-17T12:26:31.4131753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:26:31.4442829Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-08-17T12:26:31.4448779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-08-17T12:26:31.4536405Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-08-17T12:26:31.4541597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:26:31.4738703Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:26:31.4753994Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-08-17T12:26:31.4825120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-08-17T12:26:31.4893159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-08-17T12:26:31.4984607Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-08-17T12:26:31.4988832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-08-17T12:26:31.5263044Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-08-17T12:26:31.5323031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-08-17T12:26:31.5368610Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-08-17T12:26:31.5416981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-08-17T12:26:31.5423677Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-08-17T12:26:31.5442498Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-08-17T12:26:31.5779566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-08-17T12:26:31.5783522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-08-17T12:26:31.5820620Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-08-17T12:26:31.5881210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-08-17T12:26:31.5900105Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-08-17T12:26:31.5912299Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-08-17T12:26:31.5937868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-08-17T12:26:31.5950945Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-08-17T12:26:31.6205376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-08-17T12:26:31.6206292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-08-17T12:26:31.6262706Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-08-17T12:26:31.6342374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-08-17T12:26:31.6650688Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-08-17T12:26:31.6651704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-08-17T12:26:31.6703647Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-08-17T12:26:31.6772163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-08-17T12:26:31.6922489Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-08-17T12:26:31.6935518Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-08-17T12:26:31.7024830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-08-17T12:26:31.7247111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-08-17T12:26:31.7250191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-08-17T12:26:31.7281220Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-08-17T12:26:31.7595114Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-08-17T12:26:31.7666814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-08-17T12:26:31.7727620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-08-17T12:26:31.7876409Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-08-17T12:26:31.7889598Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-08-17T12:26:31.7902370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-08-17T12:26:31.7913191Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-08-17T12:26:31.8150763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-08-17T12:26:31.8181265Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-08-17T12:26:31.8186775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:26:31.8290861Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-08-17T12:26:31.8307859Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-08-17T12:26:31.8343677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-08-17T12:26:31.8544476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-08-17T12:26:31.8728967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-08-17T12:26:31.8784177Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-08-17T12:26:31.8801896Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-08-17T12:26:31.9100309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-08-17T12:26:31.9111316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-08-17T12:26:31.9240373Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-08-17T12:26:31.9256799Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-08-17T12:26:31.9490588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-08-17T12:26:31.9692907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-08-17T12:26:31.9781512Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-08-17T12:26:31.9883326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-08-17T12:26:31.9998715Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-08-17T12:26:32.0547492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-08-17T12:26:32.0720678Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-08-17T12:26:32.0989379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-08-17T12:26:32.1019644Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-08-17T12:26:32.1024435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-08-17T12:26:32.1123542Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-08-17T12:26:32.1171619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-08-17T12:26:32.1182044Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-08-17T12:26:32.1201382Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-08-17T12:26:32.1423785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-08-17T12:26:32.2581666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-08-17T12:26:32.2593293Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-08-17T12:26:32.2603433Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-08-17T12:26:32.2610444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-08-17T12:26:32.2919823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-08-17T12:26:32.3177575Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-08-17T12:26:32.3305573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-08-17T12:26:32.3398836Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-08-17T12:26:32.3408307Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-08-17T12:26:32.3579955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-08-17T12:26:32.3894019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-08-17T12:26:32.3913751Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-08-17T12:26:32.4187848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-08-17T12:26:32.4446923Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-08-17T12:26:32.5324804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-08-17T12:26:32.5340731Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-08-17T12:26:32.5424384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:26:32.5579046Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-08-17T12:26:32.5717692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-08-17T12:26:32.5948757Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-08-17T12:26:32.5955972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-08-17T12:26:32.6256407Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-08-17T12:26:32.6280764Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-08-17T12:26:32.6334391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-08-17T12:26:32.6347153Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-08-17T12:26:32.6355498Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-08-17T12:26:32.6362049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-08-17T12:26:32.6371244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-08-17T12:26:32.6375560Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-08-17T12:26:32.6782796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-08-17T12:26:32.6814512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-08-17T12:26:32.7095124Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-08-17T12:26:32.7113533Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-08-17T12:26:32.7199363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-08-17T12:26:32.7213248Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-08-17T12:26:32.7221357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-08-17T12:26:32.7336057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-08-17T12:26:32.7631040Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-08-17T12:26:32.7738304Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-08-17T12:26:32.7738971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-08-17T12:26:32.8293940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-08-17T12:26:32.8305623Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-08-17T12:26:32.8412582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-08-17T12:26:32.8420401Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-08-17T12:26:32.8763068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-08-17T12:26:32.8860651Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-08-17T12:26:32.9185905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-08-17T12:26:32.9194547Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-08-17T12:26:32.9214321Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-08-17T12:26:32.9300452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-08-17T12:26:32.9392294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-08-17T12:26:32.9826054Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-08-17T12:26:32.9931333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-08-17T12:26:32.9939981Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-08-17T12:26:33.0021743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-08-17T12:26:33.0085490Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-08-17T12:26:33.0209586Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-08-17T12:26:33.0297069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-08-17T12:26:33.0394570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-08-17T12:26:33.0739671Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-08-17T12:26:33.1239084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-08-17T12:26:33.1262428Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-08-17T12:26:33.1362638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-08-17T12:26:33.1447741Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-08-17T12:26:33.1524807Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-08-17T12:26:33.1778437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-08-17T12:26:33.1836849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-08-17T12:26:33.1900657Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-08-17T12:26:33.1938493Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-08-17T12:26:33.1945395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-08-17T12:26:33.1957879Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-08-17T12:26:33.2075340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-08-17T12:26:33.2100768Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-08-17T12:26:33.2117962Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-08-17T12:26:33.2222779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-08-17T12:26:33.2359161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-08-17T12:26:33.2384545Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-08-17T12:26:33.2554359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-08-17T12:26:33.2709931Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-08-17T12:26:33.2718770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-08-17T12:26:33.2817994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-08-17T12:26:33.2831637Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-08-17T12:26:33.3036848Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-08-17T12:26:33.3047595Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-08-17T12:26:33.3180470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-08-17T12:26:33.3220122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-08-17T12:26:33.3256630Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-08-17T12:26:33.3385023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-08-17T12:26:33.3434401Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-08-17T12:26:33.3463538Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-08-17T12:26:33.3618501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-08-17T12:26:33.3651420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-08-17T12:26:33.3716386Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-08-17T12:26:33.3721221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-08-17T12:26:33.3751821Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-08-17T12:26:33.3944253Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-08-17T12:26:33.4062843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-08-17T12:26:33.4063371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-08-17T12:26:33.4131000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-08-17T12:26:33.4235764Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-08-17T12:26:33.4352324Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-08-17T12:26:33.4380494Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-08-17T12:26:33.4426070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-08-17T12:26:33.4438596Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-08-17T12:26:33.4460167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-08-17T12:26:33.4505796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-08-17T12:26:33.4545960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-08-17T12:26:33.4597802Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-08-17T12:26:33.4631076Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-08-17T12:26:33.4824602Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-08-17T12:26:33.4977418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-08-17T12:26:33.4979560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-08-17T12:26:33.4988838Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-08-17T12:26:33.5168256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-08-17T12:26:33.5244201Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-08-17T12:26:33.5265040Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-08-17T12:26:33.5461320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-08-17T12:26:33.5464950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-08-17T12:26:33.5497800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-08-17T12:26:33.5565615Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-08-17T12:26:33.5900757Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-08-17T12:26:33.5903606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-08-17T12:26:33.5923548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-08-17T12:26:33.6104014Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-08-17T12:26:33.6224802Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-08-17T12:26:33.6264763Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-08-17T12:26:33.6308656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-08-17T12:26:33.6316222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-08-17T12:26:33.6390138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-08-17T12:26:33.6564789Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-08-17T12:26:33.6593278Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-08-17T12:26:33.6664020Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-08-17T12:26:33.6807958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:26:33.6819917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-08-17T12:26:33.6827188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-08-17T12:26:33.6950983Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-08-17T12:26:33.7040540Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-08-17T12:26:33.7067915Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-08-17T12:26:33.7083208Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-08-17T12:26:33.7098472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-08-17T12:26:33.7211770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-08-17T12:26:33.7212392Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-08-17T12:26:33.7220748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-08-17T12:26:33.7333855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-08-17T12:26:33.7356276Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-08-17T12:26:33.7545179Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-08-17T12:26:33.7629436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-08-17T12:26:33.7662506Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-08-17T12:26:33.7664292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-08-17T12:26:33.7815130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-08-17T12:26:33.7822688Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-08-17T12:26:33.7982098Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-08-17T12:26:33.8055921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-08-17T12:26:33.8113980Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-08-17T12:26:33.8167742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-08-17T12:26:33.8212802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-08-17T12:26:33.8276985Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-08-17T12:26:33.8421956Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-08-17T12:26:33.8518110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-08-17T12:26:33.8658201Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-08-17T12:26:33.8659725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-08-17T12:26:33.8753788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-08-17T12:26:33.8759453Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-08-17T12:26:33.8820587Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-08-17T12:26:33.8831566Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-08-17T12:26:33.8859018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-08-17T12:26:33.8959638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-08-17T12:26:33.9024769Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-08-17T12:26:33.9025408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-08-17T12:26:33.9094350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-08-17T12:26:33.9190686Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-08-17T12:26:33.9302227Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-08-17T12:26:33.9389810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-08-17T12:26:33.9461117Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-08-17T12:26:33.9462087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-08-17T12:26:33.9539740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-08-17T12:26:33.9613751Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-08-17T12:26:33.9744929Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-08-17T12:26:33.9838793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-08-17T12:26:33.9939053Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-08-17T12:26:33.9946775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-08-17T12:26:34.0031424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-08-17T12:26:34.0105980Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-08-17T12:26:34.0182853Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-08-17T12:26:34.0279530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-08-17T12:26:34.0344948Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-08-17T12:26:34.0345590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-08-17T12:26:34.0490178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-08-17T12:26:34.0499839Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-08-17T12:26:34.0505751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:26:34.0544377Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-08-17T12:26:34.0609148Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-08-17T12:26:34.0620511Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-08-17T12:26:34.0701562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-08-17T12:26:34.0781084Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-08-17T12:26:34.0781567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-08-17T12:26:34.0882680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-08-17T12:26:34.0939111Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-08-17T12:26:34.0978011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-08-17T12:26:34.1058425Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-08-17T12:26:34.1137743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-08-17T12:26:34.1172503Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-08-17T12:26:34.1217914Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-08-17T12:26:34.1222643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-08-17T12:26:34.1316660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-08-17T12:26:34.1378341Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-08-17T12:26:34.1413403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-08-17T12:26:34.1439545Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-08-17T12:26:34.1498734Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-08-17T12:26:34.1618317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-08-17T12:26:34.1662983Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-08-17T12:26:34.1664280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-08-17T12:26:34.1721789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-08-17T12:26:34.1766688Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-08-17T12:26:34.1819056Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-08-17T12:26:34.1875866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-08-17T12:26:34.1939497Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-08-17T12:26:34.2035131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-08-17T12:26:34.2101586Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-08-17T12:26:34.2103182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-08-17T12:26:34.2207448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-08-17T12:26:34.2259957Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-08-17T12:26:34.2315276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-08-17T12:26:34.2381931Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-08-17T12:26:34.2485264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-08-17T12:26:34.2582030Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-08-17T12:26:34.2704355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-08-17T12:26:34.2792561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-08-17T12:26:34.2825106Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-08-17T12:26:34.2921283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-08-17T12:26:34.2929428Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-08-17T12:26:34.3013858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-08-17T12:26:34.3141101Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-08-17T12:26:34.3191606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-08-17T12:26:34.3207412Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-08-17T12:26:34.3258913Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-08-17T12:26:34.3342414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-08-17T12:26:34.3502762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-08-17T12:26:34.3536485Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-08-17T12:26:34.3598142Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-08-17T12:26:34.3641254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-08-17T12:26:34.3700624Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-08-17T12:26:34.3782329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-08-17T12:26:34.3906228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-08-17T12:26:34.4026371Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-08-17T12:26:34.4101329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-08-17T12:26:34.4143369Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-08-17T12:26:34.4243895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-08-17T12:26:34.4254899Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-08-17T12:26:34.4268892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-08-17T12:26:34.4282052Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-08-17T12:26:34.4350327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-08-17T12:26:34.4463645Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-08-17T12:26:34.4485305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-08-17T12:26:34.4514463Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-08-17T12:26:34.4581298Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-08-17T12:26:34.4662236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-08-17T12:26:34.4775802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-08-17T12:26:34.4794042Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-08-17T12:26:34.4902300Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-08-17T12:26:34.4951426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-08-17T12:26:34.5021258Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-08-17T12:26:34.5173116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-08-17T12:26:34.5177483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-08-17T12:26:34.5236881Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-08-17T12:26:34.5381656Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-08-17T12:26:34.5429775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-08-17T12:26:34.5462087Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-08-17T12:26:34.5609145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-08-17T12:26:34.5616100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-08-17T12:26:34.5624376Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-08-17T12:26:34.5672144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-08-17T12:26:34.5825744Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-08-17T12:26:34.5895725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-08-17T12:26:34.5913049Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-08-17T12:26:34.6262822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-08-17T12:26:34.6358326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:26:34.6432222Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-08-17T12:26:34.6450878Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-08-17T12:26:34.6606215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-08-17T12:26:34.6622663Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-08-17T12:26:34.6700293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-08-17T12:26:34.6766043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-08-17T12:26:34.6778706Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-08-17T12:26:34.6903994Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-08-17T12:26:34.7142367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-08-17T12:26:34.7148397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-08-17T12:26:34.7165848Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-08-17T12:26:34.7239638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-08-17T12:26:34.7477593Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-08-17T12:26:34.7574701Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-08-17T12:26:34.7590130Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-08-17T12:26:34.7590845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-08-17T12:26:34.7693424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-08-17T12:26:34.7713414Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-08-17T12:26:34.7763065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-08-17T12:26:34.7994629Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-08-17T12:26:34.8097329Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-08-17T12:26:34.8097833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-08-17T12:26:34.8124455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-08-17T12:26:34.8140159Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-08-17T12:26:34.8366401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-08-17T12:26:34.8461009Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-08-17T12:26:34.8561145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-08-17T12:26:34.8584815Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-08-17T12:26:34.8785277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-08-17T12:26:34.8902780Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-08-17T12:26:34.8967216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-08-17T12:26:34.8977948Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-08-17T12:26:34.8987392Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-08-17T12:26:34.9020523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-08-17T12:26:34.9124599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-08-17T12:26:34.9132664Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-08-17T12:26:34.9198291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-08-17T12:26:34.9343963Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-08-17T12:26:34.9411615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-08-17T12:26:34.9462611Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-08-17T12:26:34.9630584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:26:34.9643631Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-08-17T12:26:34.9783279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-08-17T12:26:34.9841929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-08-17T12:26:34.9856371Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-08-17T12:26:35.0104007Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-08-17T12:26:35.0162287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-08-17T12:26:35.0222728Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-08-17T12:26:35.0285203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-08-17T12:26:35.0543396Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-08-17T12:26:35.0663344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-08-17T12:26:35.0714740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-08-17T12:26:35.0733840Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:26:35.0742433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:26:35.0799350Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-08-17T12:26:35.1058381Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-08-17T12:26:35.1060894Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-08-17T12:26:35.1061542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-08-17T12:26:35.1100090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-08-17T12:26:35.1157629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-08-17T12:26:35.1181329Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-08-17T12:26:35.1190076Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:26:35.1197832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-08-17T12:26:35.1345443Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-08-17T12:26:35.1462760Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-08-17T12:26:35.1542561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-08-17T12:26:35.1601536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-08-17T12:26:35.1621004Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-08-17T12:26:35.1627423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-08-17T12:26:35.1681360Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-08-17T12:26:35.1902755Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-08-17T12:26:35.1981629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-08-17T12:26:35.1988893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:26:35.2058645Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-08-17T12:26:35.2068046Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-08-17T12:26:35.2202597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-08-17T12:26:35.2341579Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-08-17T12:26:35.2422529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-08-17T12:26:35.2492890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-08-17T12:26:35.2540805Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-08-17T12:26:35.2899321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-08-17T12:26:35.2943260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-08-17T12:26:35.2973527Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-08-17T12:26:35.3001760Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-08-17T12:26:35.3092604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:26:35.3305666Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:26:35.3355811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-08-17T12:26:35.3364581Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-08-17T12:26:35.3422103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-08-17T12:26:35.3463172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:26:35.3468098Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-08-17T12:26:35.3745155Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:26:35.3881442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-08-17T12:26:35.3903121Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-08-17T12:26:35.3981067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-08-17T12:26:35.4143315Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-08-17T12:26:35.4184500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-08-17T12:26:35.4426412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-08-17T12:26:35.4715741Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-08-17T12:26:35.4726867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-08-17T12:26:35.4860442Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-08-17T12:26:35.4880839Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-08-17T12:26:35.4910444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-08-17T12:26:35.5138738Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-08-17T12:26:35.5186670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-08-17T12:26:35.5300544Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-08-17T12:26:35.5320753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-08-17T12:26:35.5623362Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-08-17T12:26:35.5628346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-08-17T12:26:35.5763634Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-08-17T12:26:35.5988081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-08-17T12:26:35.6024915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-08-17T12:26:35.6112926Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-08-17T12:26:35.6121485Z [gw3] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-08-17T12:26:35.6127274Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-08-17T12:26:35.6303990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-08-17T12:26:35.6380994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-08-17T12:26:35.6454367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-08-17T12:26:35.6696949Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-08-17T12:26:35.6707852Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-08-17T12:26:35.6760696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-08-17T12:26:35.6779950Z [gw3] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-08-17T12:26:35.6820599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-08-17T12:26:35.6935709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-08-17T12:26:35.7130257Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-08-17T12:26:35.7282967Z [gw3] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-08-17T12:26:35.7286193Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-08-17T12:26:35.7287985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-08-17T12:26:35.7293089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-08-17T12:26:35.7378635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-08-17T12:26:35.7565789Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-08-17T12:26:35.7580045Z [gw3] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-08-17T12:26:35.7590722Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-08-17T12:26:35.7630302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-08-17T12:26:35.7727526Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-08-17T12:26:35.7730693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-08-17T12:26:35.7734987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-08-17T12:26:35.8132138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-08-17T12:26:35.8377622Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-08-17T12:26:35.8575689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-08-17T12:26:35.8738210Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-08-17T12:26:35.9396446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-08-17T12:26:35.9422161Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-08-17T12:26:35.9767181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-08-17T12:26:35.9898369Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-08-17T12:26:36.0650287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-08-17T12:26:36.0663921Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-08-17T12:26:36.0998163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-08-17T12:26:36.1099720Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-08-17T12:26:36.1120819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-08-17T12:26:36.1141286Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-08-17T12:26:36.1158965Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-08-17T12:26:36.1578193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-08-17T12:26:36.1579741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-08-17T12:26:36.2067074Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-08-17T12:26:36.2067568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-08-17T12:26:36.2079823Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-08-17T12:26:36.2095706Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-08-17T12:26:36.2479314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-08-17T12:26:36.2480833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-08-17T12:26:36.2525779Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-08-17T12:26:36.2663674Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-08-17T12:26:36.2799498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-08-17T12:26:36.2905033Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-08-17T12:26:36.3102628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-08-17T12:26:36.3192559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:26:36.3231286Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:26:36.3300739Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-08-17T12:26:36.3545769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-08-17T12:26:36.3546507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:26:36.3612410Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-08-17T12:26:36.3677342Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:26:36.3691380Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-08-17T12:26:36.3745533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-08-17T12:26:36.3893129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-08-17T12:26:36.3980885Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-08-17T12:26:36.4138028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-08-17T12:26:36.4301032Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-08-17T12:26:36.4472629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-08-17T12:26:36.4478492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-08-17T12:26:36.4486236Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-08-17T12:26:36.4782935Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-08-17T12:26:36.4880285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-08-17T12:26:36.5208316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-08-17T12:26:36.5220676Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-08-17T12:26:36.5229547Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-08-17T12:26:36.5270502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-08-17T12:26:36.5289219Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-08-17T12:26:36.5299372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-08-17T12:26:36.5403519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-08-17T12:26:36.5549389Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-08-17T12:26:36.5848544Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-08-17T12:26:36.5849270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:26:36.5850077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-08-17T12:26:36.5854673Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-08-17T12:26:36.6147579Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:26:36.6187810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-08-17T12:26:36.6233286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:26:36.6264318Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-08-17T12:26:36.6356974Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:26:36.6363760Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-08-17T12:26:36.6582633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-08-17T12:26:36.6643517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-08-17T12:26:36.6699374Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-08-17T12:26:36.7013461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-08-17T12:26:36.7021664Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-08-17T12:26:36.7070049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-08-17T12:26:36.7070486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-08-17T12:26:36.7540856Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-08-17T12:26:36.7541326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-08-17T12:26:36.7852361Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-08-17T12:26:36.7869286Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-08-17T12:26:36.7937064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-08-17T12:26:36.8057735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-08-17T12:26:36.8420059Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-08-17T12:26:36.8434704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-08-17T12:26:36.8589015Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-08-17T12:26:36.8615061Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-08-17T12:26:36.8857906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:26:36.9222425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-08-17T12:26:36.9235952Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-08-17T12:26:36.9682255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-08-17T12:26:36.9763411Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-08-17T12:26:36.9785049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-08-17T12:26:37.0248137Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-08-17T12:26:37.0256658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-08-17T12:26:37.0688926Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-08-17T12:26:37.0697547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-08-17T12:26:37.1168877Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-08-17T12:26:37.1178170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-08-17T12:26:37.1230742Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-08-17T12:26:37.1336160Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:26:37.1658434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:26:37.1687446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-08-17T12:26:37.1719027Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-08-17T12:26:37.1858890Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:26:37.1898577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-08-17T12:26:37.2095760Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-08-17T12:26:37.2101520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-08-17T12:26:37.2177778Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-08-17T12:26:37.2194105Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-08-17T12:26:37.2259230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-08-17T12:26:37.2265894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-08-17T12:26:37.2275336Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-08-17T12:26:37.2282075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-08-17T12:26:37.2504231Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-08-17T12:26:37.2704197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-08-17T12:26:37.2719242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-08-17T12:26:37.2943685Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-08-17T12:26:37.2990761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-08-17T12:26:37.3385416Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-08-17T12:26:37.4119498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-08-17T12:26:37.4132620Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-08-17T12:26:37.4205981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-08-17T12:26:37.4336699Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-08-17T12:26:37.4350102Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-08-17T12:26:37.4437464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-08-17T12:26:37.4661050Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-08-17T12:26:37.4672036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-08-17T12:26:37.4682643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-08-17T12:26:37.4910258Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-08-17T12:26:37.5103466Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-08-17T12:26:37.5112954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-08-17T12:26:37.5137494Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-08-17T12:26:37.5151114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-08-17T12:26:37.5429015Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-08-17T12:26:37.5440438Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-08-17T12:26:37.5615949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-08-17T12:26:37.5617792Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-08-17T12:26:37.5621455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-08-17T12:26:37.5783223Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-08-17T12:26:37.5998536Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-08-17T12:26:37.6015306Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-08-17T12:26:37.6022082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-08-17T12:26:37.6029387Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-08-17T12:26:37.6032594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-08-17T12:26:37.6383255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-08-17T12:26:37.6420018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-08-17T12:26:37.6889727Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-08-17T12:26:37.6891364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-08-17T12:26:37.7113726Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-08-17T12:26:37.7133687Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-08-17T12:26:37.7307278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-08-17T12:26:37.7311493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-08-17T12:26:37.7769708Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-08-17T12:26:37.7776222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-08-17T12:26:37.8146694Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-08-17T12:26:37.8152210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-08-17T12:26:37.8168601Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-08-17T12:26:37.8186508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-08-17T12:26:37.8581862Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-08-17T12:26:37.9066230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-08-17T12:26:37.9085257Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-08-17T12:26:37.9286580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-08-17T12:26:37.9299273Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-08-17T12:26:38.2915167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-08-17T12:26:38.2929833Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-08-17T12:26:38.4585745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-08-17T12:26:38.4608961Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-08-17T12:26:38.8387686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:26:38.8402899Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-08-17T12:26:39.0637314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-08-17T12:26:39.0656639Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-08-17T12:26:39.0888996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-08-17T12:26:39.0930035Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-08-17T12:26:39.1063464Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-08-17T12:26:39.1136915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-08-17T12:26:39.1145044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-08-17T12:26:39.1421230Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-08-17T12:26:39.1444222Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-08-17T12:26:39.1499337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:26:39.1554805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-08-17T12:26:39.1646413Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-08-17T12:26:39.1658698Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-08-17T12:26:39.2023715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-08-17T12:26:39.2037811Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-08-17T12:26:39.2056584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-08-17T12:26:39.2077745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-08-17T12:26:39.2475291Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-08-17T12:26:39.2479630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-08-17T12:26:39.3137764Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-08-17T12:26:39.4484738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-08-17T12:26:39.4622052Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-08-17T12:26:39.4631813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-08-17T12:26:39.4647172Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-08-17T12:26:39.5108024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-08-17T12:26:39.5120067Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-08-17T12:26:39.5170155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-08-17T12:26:39.5374296Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-08-17T12:26:39.5398954Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-08-17T12:26:39.5582504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-08-17T12:26:39.5595540Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-08-17T12:26:39.5604859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-08-17T12:26:39.5614440Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-08-17T12:26:39.6008022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:26:39.6016140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-08-17T12:26:39.6045103Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-08-17T12:26:39.6058580Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-08-17T12:26:39.6176549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-08-17T12:26:39.6423125Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-08-17T12:26:39.6466276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-08-17T12:26:39.6569308Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-08-17T12:26:39.6575746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-08-17T12:26:39.6774984Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-08-17T12:26:39.6796173Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-08-17T12:26:39.6860380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-08-17T12:26:39.6889525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-08-17T12:26:39.6938977Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-08-17T12:26:39.6978654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-08-17T12:26:39.7305632Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-08-17T12:26:39.7380988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-08-17T12:26:39.7431549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-08-17T12:26:39.7451181Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-08-17T12:26:39.7818977Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-08-17T12:26:39.7830753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-08-17T12:26:39.7899218Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-08-17T12:26:39.7906494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-08-17T12:26:39.8044067Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-08-17T12:26:39.8060502Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:26:39.8184654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:26:39.8260144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-08-17T12:26:39.8271575Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-08-17T12:26:39.8422754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-08-17T12:26:39.8511138Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-08-17T12:26:39.8522315Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-08-17T12:26:39.8621659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-08-17T12:26:39.8663205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-08-17T12:26:39.8698945Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-08-17T12:26:39.8747522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-08-17T12:26:39.9143468Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-08-17T12:26:39.9155835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-08-17T12:26:39.9159769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-08-17T12:26:39.9441052Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-08-17T12:26:39.9545152Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-08-17T12:26:39.9592883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-08-17T12:26:39.9601565Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-08-17T12:26:39.9702494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-08-17T12:26:39.9813183Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-08-17T12:26:39.9827933Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-08-17T12:26:39.9981158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:26:40.0015606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-08-17T12:26:40.0059960Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-08-17T12:26:40.0426708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-08-17T12:26:40.0682645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-08-17T12:26:40.0696390Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-08-17T12:26:40.0715986Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-08-17T12:26:40.0983677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-08-17T12:26:40.0991115Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-08-17T12:26:40.1036801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-08-17T12:26:40.1168260Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-08-17T12:26:40.1178534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-08-17T12:26:40.1459126Z [gw1] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-08-17T12:26:40.1622494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-08-17T12:26:40.1622967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-08-17T12:26:40.2099457Z [gw1] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-08-17T12:26:40.2128722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-08-17T12:26:40.2538384Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-08-17T12:26:40.2538951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-08-17T12:26:40.2744546Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-08-17T12:26:40.2766702Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-08-17T12:26:40.2975674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-08-17T12:26:40.2976407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-08-17T12:26:40.3420154Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-08-17T12:26:40.3448714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-08-17T12:26:40.3809125Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-08-17T12:26:40.3852000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-08-17T12:26:40.3995855Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-08-17T12:26:40.4014040Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-08-17T12:26:40.4067110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-08-17T12:26:40.4258443Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-08-17T12:26:40.4318844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-08-17T12:26:40.4469861Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-08-17T12:26:40.4546186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-08-17T12:26:40.4664512Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-08-17T12:26:40.4724406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-08-17T12:26:40.4863258Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-08-17T12:26:40.4872203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-08-17T12:26:40.4881260Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-08-17T12:26:40.4967783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-08-17T12:26:40.5100227Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-08-17T12:26:40.5204275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-08-17T12:26:40.5365441Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-08-17T12:26:40.5432316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-08-17T12:26:40.5537328Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-08-17T12:26:40.5548226Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-08-17T12:26:40.5579945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-08-17T12:26:40.5746840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-08-17T12:26:40.5887180Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-08-17T12:26:40.5892055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-08-17T12:26:40.6081332Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-08-17T12:26:40.6238879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-08-17T12:26:40.6337060Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-08-17T12:26:40.6545830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-08-17T12:26:40.6551962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-08-17T12:26:40.7002642Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-08-17T12:26:40.7021891Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-08-17T12:26:40.7028530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-08-17T12:26:40.7072585Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-08-17T12:26:40.7484695Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-08-17T12:26:40.7516857Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-08-17T12:26:40.7537153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-08-17T12:26:40.7550243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-08-17T12:26:40.8017140Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-08-17T12:26:40.8341529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-08-17T12:26:40.8354684Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-08-17T12:26:40.9147174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-08-17T12:26:40.9161112Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-08-17T12:26:40.9166272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-08-17T12:26:40.9176777Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-08-17T12:26:40.9253587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-08-17T12:26:40.9428455Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-08-17T12:26:40.9446452Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-08-17T12:26:40.9681583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-08-17T12:26:40.9682182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-08-17T12:26:40.9745462Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-08-17T12:26:41.0025622Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-08-17T12:26:41.0168311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-08-17T12:26:41.0169130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-08-17T12:26:41.0611450Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-08-17T12:26:41.0612195Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-08-17T12:26:41.0959904Z [gw1] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-08-17T12:26:41.0982260Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-08-17T12:26:41.1099194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-08-17T12:26:41.1109173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-08-17T12:26:41.1518093Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-08-17T12:26:41.1518754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-08-17T12:26:41.1641218Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-08-17T12:26:41.1650584Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-08-17T12:26:41.1729607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-08-17T12:26:41.1904686Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-08-17T12:26:41.2006905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-08-17T12:26:41.2109225Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-08-17T12:26:41.2145710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-08-17T12:26:41.2146401Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-08-17T12:26:41.2179359Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-08-17T12:26:41.2410655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-08-17T12:26:41.2491230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-08-17T12:26:41.2632776Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-08-17T12:26:41.2655638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-08-17T12:26:41.2892064Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-08-17T12:26:41.2984000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-08-17T12:26:41.3097765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-08-17T12:26:41.3112458Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-08-17T12:26:41.3362974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-08-17T12:26:41.3498799Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-08-17T12:26:41.3922339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-08-17T12:26:41.3937848Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-08-17T12:26:41.3951225Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-08-17T12:26:41.3959152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-08-17T12:26:41.3969439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-08-17T12:26:41.3989130Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-08-17T12:26:41.4096135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-08-17T12:26:41.4137828Z [gw1] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-08-17T12:26:41.4383884Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-08-17T12:26:41.4425159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-08-17T12:26:41.4439946Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-08-17T12:26:41.4517944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-08-17T12:26:41.4531133Z [gw1] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-08-17T12:26:41.4547184Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-08-17T12:26:41.4882275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-08-17T12:26:41.4889803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-08-17T12:26:41.4939705Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-08-17T12:26:41.5116565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-08-17T12:26:41.5323703Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-08-17T12:26:41.5330425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-08-17T12:26:41.5417748Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-08-17T12:26:41.5427550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-08-17T12:26:41.5718654Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-08-17T12:26:41.5756228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-08-17T12:26:41.5772129Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-08-17T12:26:41.5812348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-08-17T12:26:41.5820778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-08-17T12:26:41.5899403Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-08-17T12:26:41.6143127Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-08-17T12:26:41.6280589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-08-17T12:26:41.6297163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-08-17T12:26:41.6320738Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-08-17T12:26:41.6641594Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-08-17T12:26:41.6642275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-08-17T12:26:41.6702300Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-08-17T12:26:41.7102793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-08-17T12:26:41.7103802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-08-17T12:26:41.7519189Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-08-17T12:26:41.7533131Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-08-17T12:26:41.7537944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-08-17T12:26:41.7576586Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-08-17T12:26:41.7762422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-08-17T12:26:41.7967565Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-08-17T12:26:41.7970890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-08-17T12:26:41.8057865Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-08-17T12:26:41.8390800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-08-17T12:26:41.8393592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-08-17T12:26:41.8900510Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-08-17T12:26:41.9035061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-08-17T12:26:41.9290688Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-08-17T12:26:41.9408265Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-08-17T12:26:41.9408848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-08-17T12:26:41.9420370Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-08-17T12:26:41.9844222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-08-17T12:26:41.9845008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-08-17T12:26:42.0171605Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-08-17T12:26:42.0188496Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-08-17T12:26:42.0277439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-08-17T12:26:42.0291318Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-08-17T12:26:42.0297979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-08-17T12:26:42.0413395Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-08-17T12:26:42.0430007Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-08-17T12:26:42.0622546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-08-17T12:26:42.0743744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-08-17T12:26:42.1110864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-08-17T12:26:42.1127715Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-08-17T12:26:42.1309605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-08-17T12:26:42.1320870Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-08-17T12:26:42.1326486Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-08-17T12:26:42.1337231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-08-17T12:26:42.1443138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-08-17T12:26:42.1511160Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-08-17T12:26:42.1584029Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-08-17T12:26:42.1671870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-08-17T12:26:42.1784428Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-08-17T12:26:42.1866292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-08-17T12:26:42.2023255Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-08-17T12:26:42.2086477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-08-17T12:26:42.2300240Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-08-17T12:26:42.2340310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-08-17T12:26:42.2513331Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-08-17T12:26:42.2513860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-08-17T12:26:42.2687631Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-08-17T12:26:42.2699141Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-08-17T12:26:42.2704396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-08-17T12:26:42.2744193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-08-17T12:26:42.2904582Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-08-17T12:26:42.3139051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-08-17T12:26:42.3216020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-08-17T12:26:42.3334495Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-08-17T12:26:42.3381320Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-08-17T12:26:42.3610043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-08-17T12:26:42.3616989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-08-17T12:26:42.3727789Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-08-17T12:26:42.3823160Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-08-17T12:26:42.3984090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-08-17T12:26:42.4076425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-08-17T12:26:42.4096283Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-08-17T12:26:42.4263218Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-08-17T12:26:42.4409351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-08-17T12:26:42.4523058Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-08-17T12:26:42.4523722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-08-17T12:26:42.4768199Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-08-17T12:26:42.4937920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-08-17T12:26:42.4942457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-08-17T12:26:42.5227807Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-08-17T12:26:42.5230015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-08-17T12:26:42.5310268Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-08-17T12:26:42.5319035Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-08-17T12:26:42.5582549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-08-17T12:26:42.6309220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-08-17T12:26:42.6326658Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-08-17T12:26:42.6584747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-08-17T12:26:42.6743059Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-08-17T12:26:42.7061337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-08-17T12:26:42.7179768Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-08-17T12:26:42.7324929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-08-17T12:26:42.7337503Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-08-17T12:26:42.7422916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-08-17T12:26:42.7937277Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-08-17T12:26:42.7944491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-08-17T12:26:42.8144946Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-08-17T12:26:42.8157342Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-08-17T12:26:42.8277248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-08-17T12:26:42.8277760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-08-17T12:26:42.8474679Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-08-17T12:26:42.8584150Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-08-17T12:26:42.8713400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-08-17T12:26:42.8716324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-08-17T12:26:42.8907227Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-08-17T12:26:42.9114040Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-08-17T12:26:42.9114665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-08-17T12:26:42.9139151Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-08-17T12:26:42.9193248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-08-17T12:26:42.9204724Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-08-17T12:26:42.9543754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-08-17T12:26:42.9690100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-08-17T12:26:42.9696744Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-08-17T12:26:42.9983592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-08-17T12:26:43.0005549Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-08-17T12:26:43.0646503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-08-17T12:26:43.0703857Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-08-17T12:26:43.0887583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-08-17T12:26:43.0933625Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-08-17T12:26:43.1021119Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-08-17T12:26:43.1128650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-08-17T12:26:43.1257157Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-08-17T12:26:43.1467582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-08-17T12:26:43.1538708Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-08-17T12:26:43.1544215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-08-17T12:26:43.1620988Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-08-17T12:26:43.1794912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-08-17T12:26:43.1979644Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-08-17T12:26:43.2013586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-08-17T12:26:43.2076300Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-08-17T12:26:43.2180445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-08-17T12:26:43.2446131Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-08-17T12:26:43.2448862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-08-17T12:26:43.2503941Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-08-17T12:26:43.2600351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:26:43.2893587Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:26:43.2898672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-08-17T12:26:43.2946852Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-08-17T12:26:43.3010480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:26:43.3035562Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:26:43.3044051Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-08-17T12:26:43.3059144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-08-17T12:26:43.3067722Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-08-17T12:26:43.3260911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-08-17T12:26:43.3383624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-08-17T12:26:43.3458097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:26:43.3484494Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-08-17T12:26:43.3778841Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:26:43.3831944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-08-17T12:26:43.3862297Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-08-17T12:26:43.3919861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:26:43.4148861Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:26:43.4377128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-08-17T12:26:43.4391884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-08-17T12:26:43.4565231Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-08-17T12:26:43.4584389Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-08-17T12:26:43.4729628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-08-17T12:26:43.4805801Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-08-17T12:26:43.4848936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-08-17T12:26:43.5127031Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-08-17T12:26:43.5132439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-08-17T12:26:43.5338303Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-08-17T12:26:43.5411879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-08-17T12:26:43.5430031Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-08-17T12:26:43.5524411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-08-17T12:26:43.5530144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-08-17T12:26:43.5675344Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-08-17T12:26:43.5698401Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-08-17T12:26:43.5800603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-08-17T12:26:43.5937591Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-08-17T12:26:43.6220509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-08-17T12:26:43.6222394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-08-17T12:26:43.6268997Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-08-17T12:26:43.6339647Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-08-17T12:26:43.6510683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-08-17T12:26:43.6627452Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-08-17T12:26:43.6629013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-08-17T12:26:43.6784082Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-08-17T12:26:43.6890727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-08-17T12:26:43.6907660Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-08-17T12:26:43.6909540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-08-17T12:26:43.7021861Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-08-17T12:26:43.7263759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-08-17T12:26:43.7609420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-08-17T12:26:43.7665853Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-08-17T12:26:43.8294246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-08-17T12:26:43.8377901Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-08-17T12:26:43.8403155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-08-17T12:26:43.8776925Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-08-17T12:26:43.8818957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-08-17T12:26:43.9111702Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-08-17T12:26:43.9133108Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-08-17T12:26:43.9229895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-08-17T12:26:43.9293136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-08-17T12:26:43.9703834Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-08-17T12:26:43.9715547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-08-17T12:26:43.9735647Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-08-17T12:26:43.9824422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-08-17T12:26:43.9907913Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-08-17T12:26:43.9914568Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-08-17T12:26:44.0183605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-08-17T12:26:44.0596270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-08-17T12:26:44.0604157Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-08-17T12:26:44.1401197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-08-17T12:26:44.1415905Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-08-17T12:26:44.1837457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-08-17T12:26:44.1854859Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-08-17T12:26:44.2074821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-08-17T12:26:44.2169280Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-08-17T12:26:44.2772112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-08-17T12:26:44.2790431Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-08-17T12:26:44.2804196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-08-17T12:26:44.2818237Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-08-17T12:26:44.2969544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-08-17T12:26:44.3015480Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-08-17T12:26:44.3026251Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-08-17T12:26:44.3331248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-08-17T12:26:44.3379134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-08-17T12:26:44.3744906Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-08-17T12:26:44.3788041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-08-17T12:26:44.4010020Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-08-17T12:26:44.4026220Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-08-17T12:26:44.4185898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-08-17T12:26:44.4296501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:26:44.4308226Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-08-17T12:26:44.4703632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:44.4722678Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:26:44.4745523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:26:44.4786773Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:26:44.4803079Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-08-17T12:26:44.4998979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-08-17T12:26:44.5007434Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:44.5142453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-08-17T12:26:44.5258239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:26:44.5652808Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:26:44.5657765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-08-17T12:26:44.5827905Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-08-17T12:26:44.5840837Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-08-17T12:26:44.5898805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-08-17T12:26:44.6022036Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-08-17T12:26:44.6307432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-08-17T12:26:44.6314218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-08-17T12:26:44.6670520Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-08-17T12:26:44.6676550Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-08-17T12:26:44.6694065Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-08-17T12:26:44.6694908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-08-17T12:26:44.6776927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-08-17T12:26:44.6798813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-08-17T12:26:44.6815937Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-08-17T12:26:44.7024657Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-08-17T12:26:44.7032828Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-08-17T12:26:44.7101577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-08-17T12:26:44.7143612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-08-17T12:26:44.7219928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-08-17T12:26:44.7657547Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-08-17T12:26:44.7668537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-08-17T12:26:44.7756390Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-08-17T12:26:44.7765291Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-08-17T12:26:44.7973653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-08-17T12:26:44.8057382Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-08-17T12:26:44.8066328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-08-17T12:26:44.8223926Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-08-17T12:26:44.8322636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-08-17T12:26:44.8518585Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-08-17T12:26:44.8519874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-08-17T12:26:44.8710952Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-08-17T12:26:44.8722945Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-08-17T12:26:44.8729769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-08-17T12:26:44.8736051Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-08-17T12:26:44.8903413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-08-17T12:26:44.8944918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-08-17T12:26:44.9102025Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-08-17T12:26:44.9389373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-08-17T12:26:44.9399223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eig_cpu_complex64 2022-08-17T12:26:44.9478258Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eig_cpu_complex64 2022-08-17T12:26:44.9492611Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-08-17T12:26:44.9621646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-08-17T12:26:44.9636506Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-08-17T12:26:44.9831603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-08-17T12:26:44.9840892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eig_cpu_float32 2022-08-17T12:26:44.9955938Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eig_cpu_float32 2022-08-17T12:26:45.0061720Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-08-17T12:26:45.0130267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-08-17T12:26:45.0245530Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-08-17T12:26:45.0322054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-08-17T12:26:45.0544924Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-08-17T12:26:45.0741836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-08-17T12:26:45.0748187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-08-17T12:26:45.0768950Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-08-17T12:26:45.1020840Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-08-17T12:26:45.1046444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-08-17T12:26:45.1126838Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-08-17T12:26:45.1127505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-08-17T12:26:45.1450118Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-08-17T12:26:45.1455760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-08-17T12:26:45.1561961Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-08-17T12:26:45.1574524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-08-17T12:26:45.1630584Z [gw3] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-08-17T12:26:45.1642827Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-08-17T12:26:45.1698291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-08-17T12:26:45.1706536Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-08-17T12:26:45.1736684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-08-17T12:26:45.1859948Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-08-17T12:26:45.1872647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-08-17T12:26:45.1986378Z [gw1] [ 69%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-08-17T12:26:45.2061126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-08-17T12:26:45.2141727Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-08-17T12:26:45.2382156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:26:45.2391653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-08-17T12:26:45.2430231Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-08-17T12:26:45.2444135Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-08-17T12:26:45.2471806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-08-17T12:26:45.2580944Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-08-17T12:26:45.2685324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-08-17T12:26:45.2746441Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-08-17T12:26:45.2794770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-08-17T12:26:45.2863437Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-08-17T12:26:45.3006873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-08-17T12:26:45.3023846Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-08-17T12:26:45.3212773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:26:45.3217182Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:26:45.3261691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-08-17T12:26:45.3304493Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-08-17T12:26:45.3395271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-08-17T12:26:45.3463700Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-08-17T12:26:45.3686318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:26:45.3690201Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:26:45.3703142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-08-17T12:26:45.3742287Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-08-17T12:26:45.3798381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-08-17T12:26:45.3904564Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-08-17T12:26:45.4052401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-08-17T12:26:45.4069429Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-08-17T12:26:45.4149904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-08-17T12:26:45.4181653Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-08-17T12:26:45.4228670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-08-17T12:26:45.4285763Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-08-17T12:26:45.4295040Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-08-17T12:26:45.4339958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-08-17T12:26:45.4468477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-08-17T12:26:45.4503071Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-08-17T12:26:45.4548495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-08-17T12:26:45.4626513Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-08-17T12:26:45.4705775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-08-17T12:26:45.4785255Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-08-17T12:26:45.4983886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-08-17T12:26:45.5001568Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-08-17T12:26:45.5087390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-08-17T12:26:45.5161181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-08-17T12:26:45.5223530Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-08-17T12:26:45.5264223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-08-17T12:26:45.5357730Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-08-17T12:26:45.5422699Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-08-17T12:26:45.5470522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:26:45.5501627Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:26:45.5558881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-08-17T12:26:45.5661919Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-08-17T12:26:45.5777465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-08-17T12:26:45.5888126Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-08-17T12:26:45.5947744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:26:45.5968211Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:26:45.6048884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-08-17T12:26:45.6104511Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-08-17T12:26:45.6269479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-08-17T12:26:45.6305035Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-08-17T12:26:45.6428517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:26:45.6546717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-08-17T12:26:45.6555464Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:26:45.6616444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-08-17T12:26:45.6686355Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-08-17T12:26:45.6742688Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-08-17T12:26:45.6790508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:26:45.6899536Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:26:45.6928278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-08-17T12:26:45.6981425Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-08-17T12:26:45.7101497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:26:45.7182852Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-08-17T12:26:45.7249085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:26:45.7351619Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:26:45.7417184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-08-17T12:26:45.7434149Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-08-17T12:26:45.7506937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:26:45.7624571Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-08-17T12:26:45.7687135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:26:45.7822544Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:26:45.7867765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-08-17T12:26:45.7875711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-08-17T12:26:45.7931353Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-08-17T12:26:45.8061980Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-08-17T12:26:45.8087473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:26:45.8105917Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-08-17T12:26:45.8108000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-08-17T12:26:45.8261735Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:26:45.8301751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-08-17T12:26:45.8416266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-08-17T12:26:45.8444523Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-08-17T12:26:45.8504127Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-08-17T12:26:45.8555217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:26:45.8704424Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:26:45.8747659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-08-17T12:26:45.8807317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-08-17T12:26:45.8846483Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-08-17T12:26:45.8942373Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-08-17T12:26:45.8980268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:26:45.9142374Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:26:45.9183623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-08-17T12:26:45.9195313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-08-17T12:26:45.9250807Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-08-17T12:26:45.9384798Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-08-17T12:26:45.9583248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-08-17T12:26:45.9629423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-08-17T12:26:45.9722838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-08-17T12:26:45.9740235Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-08-17T12:26:45.9912644Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-08-17T12:26:45.9927118Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-08-17T12:26:46.0071346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-08-17T12:26:46.0072471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-08-17T12:26:46.0079275Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-08-17T12:26:46.0148380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-08-17T12:26:46.0241768Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-08-17T12:26:46.0359557Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-08-17T12:26:46.0395033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:26:46.0460835Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:26:46.0638095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-08-17T12:26:46.0639485Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-08-17T12:26:46.0669103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-08-17T12:26:46.0782326Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-08-17T12:26:46.0942049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:26:46.0944682Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:26:46.0980167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-08-17T12:26:46.1053710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-08-17T12:26:46.1118933Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-08-17T12:26:46.1219994Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-08-17T12:26:46.1267394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-08-17T12:26:46.1383163Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-08-17T12:26:46.1499603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-08-17T12:26:46.1501373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-08-17T12:26:46.1559236Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-08-17T12:26:46.1676004Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-08-17T12:26:46.1931216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-08-17T12:26:46.1939418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-08-17T12:26:46.1940033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-08-17T12:26:46.2098146Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-08-17T12:26:46.2099660Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-08-17T12:26:46.2103164Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-08-17T12:26:46.2448785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-08-17T12:26:46.2449325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-08-17T12:26:46.2452283Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-08-17T12:26:46.2454200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-08-17T12:26:46.2604064Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-08-17T12:26:46.2616792Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-08-17T12:26:46.2885747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-08-17T12:26:46.2887827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-08-17T12:26:46.2907216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-08-17T12:26:46.2923200Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-08-17T12:26:46.3053971Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-08-17T12:26:46.3068376Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-08-17T12:26:46.3183398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-08-17T12:26:46.3278664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-08-17T12:26:46.3536659Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-08-17T12:26:46.3539046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-08-17T12:26:46.3634174Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-08-17T12:26:46.3802955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-08-17T12:26:46.3805170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-08-17T12:26:46.3948711Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-08-17T12:26:46.4102503Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-08-17T12:26:46.4238536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-08-17T12:26:46.4336896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-08-17T12:26:46.4434774Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-08-17T12:26:46.4662299Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-08-17T12:26:46.4679047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-08-17T12:26:46.4685731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-08-17T12:26:46.5019063Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-08-17T12:26:46.5067312Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-08-17T12:26:46.5098257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-08-17T12:26:46.5342118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-08-17T12:26:46.5479042Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-08-17T12:26:46.5498523Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-08-17T12:26:46.5539600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-08-17T12:26:46.5782864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-08-17T12:26:46.5868294Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-08-17T12:26:46.5888744Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-08-17T12:26:46.5904191Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-08-17T12:26:46.6010932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-08-17T12:26:46.6020776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-08-17T12:26:46.6056174Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-08-17T12:26:46.6085518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-08-17T12:26:46.6458511Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-08-17T12:26:46.6463442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-08-17T12:26:46.6525688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-08-17T12:26:46.6811749Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-08-17T12:26:46.6955335Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-08-17T12:26:46.6966546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-08-17T12:26:46.7066382Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-08-17T12:26:46.7415536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-08-17T12:26:46.7509825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-08-17T12:26:46.7857073Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-08-17T12:26:46.7971871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-08-17T12:26:46.7988016Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-08-17T12:26:46.8011477Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-08-17T12:26:46.8064345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-08-17T12:26:46.8258521Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-08-17T12:26:46.8498085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-08-17T12:26:46.8538185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-08-17T12:26:46.8628802Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-08-17T12:26:47.2143301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-08-17T12:26:47.2161102Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-08-17T12:26:47.5562141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-08-17T12:26:47.5715092Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-08-17T12:26:47.5768964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-08-17T12:26:47.5916428Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-08-17T12:26:47.5969558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-08-17T12:26:47.6385843Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-08-17T12:26:47.6386823Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-08-17T12:26:47.6898745Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-08-17T12:26:47.6899534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-08-17T12:26:47.7301726Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-08-17T12:26:47.7611053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-08-17T12:26:47.7632043Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-08-17T12:26:47.8303666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-08-17T12:26:47.8376607Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-08-17T12:26:47.9787440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-08-17T12:26:47.9855967Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-08-17T12:26:48.0179258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-08-17T12:26:48.0218357Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-08-17T12:26:48.0462648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-08-17T12:26:48.0738947Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-08-17T12:26:48.0986521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-08-17T12:26:48.1177877Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-08-17T12:26:48.1225126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-08-17T12:26:48.1622450Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-08-17T12:26:48.1631777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-08-17T12:26:48.2098717Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-08-17T12:26:48.2220939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-08-17T12:26:48.2513758Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-08-17T12:26:48.2519143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-08-17T12:26:48.2997601Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-08-17T12:26:48.3004371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-08-17T12:26:48.3484129Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-08-17T12:26:48.3489289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-08-17T12:26:48.3762480Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-08-17T12:26:48.3777154Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-08-17T12:26:48.3942529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-08-17T12:26:48.3947675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-08-17T12:26:48.3970743Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-08-17T12:26:48.3987665Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-08-17T12:26:48.4302253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-08-17T12:26:48.4358157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-08-17T12:26:48.4801265Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-08-17T12:26:48.4850513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-08-17T12:26:48.5231085Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-08-17T12:26:48.5295226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-08-17T12:26:48.5740540Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-08-17T12:26:48.6027473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-08-17T12:26:48.6102652Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-08-17T12:26:48.6274353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-08-17T12:26:48.6622146Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-08-17T12:26:48.6630503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-08-17T12:26:48.7034922Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-08-17T12:26:48.7043115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-08-17T12:26:48.7424807Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-08-17T12:26:48.7492169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-08-17T12:26:48.7915457Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-08-17T12:26:48.7915945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-08-17T12:26:48.8365347Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-08-17T12:26:48.8406253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-08-17T12:26:48.8811373Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-08-17T12:26:48.8816980Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-08-17T12:26:48.8837152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-08-17T12:26:48.8846491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-08-17T12:26:48.9224364Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-08-17T12:26:48.9490532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-08-17T12:26:48.9662644Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-08-17T12:26:48.9782346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-08-17T12:26:49.0076663Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-08-17T12:26:49.0191617Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-08-17T12:26:49.0193586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-08-17T12:26:49.0220939Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-08-17T12:26:49.0555550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-08-17T12:26:49.0566758Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-08-17T12:26:49.0581064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-08-17T12:26:49.0624362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-08-17T12:26:49.0685820Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-08-17T12:26:49.0934042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-08-17T12:26:49.1009201Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-08-17T12:26:49.1108218Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-08-17T12:26:49.1108799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-08-17T12:26:49.1171910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-08-17T12:26:49.1505710Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-08-17T12:26:49.1578649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-08-17T12:26:49.1594197Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-08-17T12:26:49.1605241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-08-17T12:26:49.1943488Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-08-17T12:26:49.2032653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-08-17T12:26:49.2043718Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-08-17T12:26:49.2082732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-08-17T12:26:49.2095070Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-08-17T12:26:49.2151884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:26:49.2161525Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-08-17T12:26:49.2211967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-08-17T12:26:49.2332131Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:26:49.2381687Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-08-17T12:26:49.2454846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-08-17T12:26:49.2547403Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-08-17T12:26:49.2554161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:26:49.2678846Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-08-17T12:26:49.2693113Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:26:49.2824134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-08-17T12:26:49.2863102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-08-17T12:26:49.2988070Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-08-17T12:26:49.3110032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:26:49.3330505Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-08-17T12:26:49.3339792Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-08-17T12:26:49.3349857Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-08-17T12:26:49.3612386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-08-17T12:26:49.3628270Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:26:49.3716127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:26:49.3732709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-08-17T12:26:49.3764709Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:26:49.3861352Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-08-17T12:26:49.3879182Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-08-17T12:26:49.4104038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-08-17T12:26:49.4144715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:26:49.4189137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-08-17T12:26:49.4217643Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:26:49.4230087Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-08-17T12:26:49.4252970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-08-17T12:26:49.4432270Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-08-17T12:26:49.4439031Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-08-17T12:26:49.4547462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-08-17T12:26:49.4706590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:26:49.4713050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-08-17T12:26:49.4888626Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-08-17T12:26:49.4907089Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-08-17T12:26:49.5064492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-08-17T12:26:49.5135246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-08-17T12:26:49.5147143Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-08-17T12:26:49.5162399Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:26:49.5346716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:26:49.5372674Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-08-17T12:26:49.5503862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-08-17T12:26:49.5756286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-08-17T12:26:49.5771241Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:26:49.5779216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-08-17T12:26:49.5795261Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-08-17T12:26:49.6312347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-08-17T12:26:49.6335645Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-08-17T12:26:49.6394778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-08-17T12:26:49.6411745Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-08-17T12:26:49.6536706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-08-17T12:26:49.6548826Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-08-17T12:26:49.6554903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-08-17T12:26:49.6561943Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-08-17T12:26:49.6742926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-08-17T12:26:49.6821052Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-08-17T12:26:49.6884888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-08-17T12:26:49.6895998Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-08-17T12:26:49.6908921Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-08-17T12:26:49.7058373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-08-17T12:26:49.7183651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-08-17T12:26:49.7445946Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-08-17T12:26:49.7535892Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-08-17T12:26:49.7546636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-08-17T12:26:49.7617850Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-08-17T12:26:49.7626397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-08-17T12:26:49.7697656Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-08-17T12:26:49.7718644Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-08-17T12:26:49.7923890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-08-17T12:26:49.7978116Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-08-17T12:26:49.7999538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-08-17T12:26:49.8016300Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-08-17T12:26:49.8130531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:26:49.8146775Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:26:49.8323726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-08-17T12:26:49.8344248Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-08-17T12:26:49.8426664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-08-17T12:26:49.8477758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-08-17T12:26:49.8492051Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-08-17T12:26:49.8580593Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-08-17T12:26:49.8618035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-08-17T12:26:49.8633736Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-08-17T12:26:49.8697711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-08-17T12:26:49.8780976Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-08-17T12:26:49.8842560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-08-17T12:26:49.8859070Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-08-17T12:26:49.9023983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:26:49.9038472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-08-17T12:26:49.9143080Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:26:49.9220388Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-08-17T12:26:49.9300579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-08-17T12:26:49.9464270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:26:49.9553203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-08-17T12:26:49.9722202Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-08-17T12:26:49.9831115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-08-17T12:26:49.9872111Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-08-17T12:26:49.9885275Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:26:49.9899676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:26:49.9918208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-08-17T12:26:50.0023577Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-08-17T12:26:50.0037520Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-08-17T12:26:50.0103542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-08-17T12:26:50.0140098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-08-17T12:26:50.0192412Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:26:50.0300619Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-08-17T12:26:50.0455758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:26:50.0593220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-08-17T12:26:50.0817677Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-08-17T12:26:50.1009625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-08-17T12:26:50.1192519Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-08-17T12:26:50.2322547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-08-17T12:26:50.2341471Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-08-17T12:26:50.2528109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-08-17T12:26:50.2858583Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-08-17T12:26:50.2860594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-08-17T12:26:50.3293421Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-08-17T12:26:50.3294058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-08-17T12:26:50.3748246Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-08-17T12:26:50.3748729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-08-17T12:26:50.4220391Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-08-17T12:26:50.4819550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-08-17T12:26:50.4829989Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-08-17T12:26:50.4914124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-08-17T12:26:50.5210918Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-08-17T12:26:50.5259235Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:26:50.5337488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:26:50.5526147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-08-17T12:26:50.5549603Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-08-17T12:26:50.5556994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-08-17T12:26:50.5745162Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-08-17T12:26:50.6066751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-08-17T12:26:50.6145978Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-08-17T12:26:50.6159874Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-08-17T12:26:50.6230774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-08-17T12:26:50.6231389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-08-17T12:26:50.6817894Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-08-17T12:26:50.6983953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-08-17T12:26:50.7000503Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:26:50.7258388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:26:50.7458597Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-08-17T12:26:50.7600546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-08-17T12:26:50.7778214Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-08-17T12:26:50.7794468Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-08-17T12:26:50.7864531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-08-17T12:26:50.8041964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-08-17T12:26:50.8305243Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-08-17T12:26:50.8399820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-08-17T12:26:50.8856600Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-08-17T12:26:50.8857129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-08-17T12:26:50.8860316Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:26:50.8875570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-08-17T12:26:50.8975223Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-08-17T12:26:50.9238523Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-08-17T12:26:50.9257573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-08-17T12:26:50.9273363Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-08-17T12:26:50.9281403Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-08-17T12:26:50.9283596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-08-17T12:26:50.9399437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-08-17T12:26:50.9623528Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-08-17T12:26:50.9702628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-08-17T12:26:51.0100529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-08-17T12:26:51.0178694Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-08-17T12:26:51.0275668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-08-17T12:26:51.0384595Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-08-17T12:26:51.0402796Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-08-17T12:26:51.0572806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-08-17T12:26:51.0683846Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-08-17T12:26:51.0865765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-08-17T12:26:51.0870678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-08-17T12:26:51.1242065Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-08-17T12:26:51.1304503Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-08-17T12:26:51.1310299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-08-17T12:26:51.1315500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:26:51.1341482Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:26:51.1761026Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-08-17T12:26:51.1765641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-08-17T12:26:51.1770366Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-08-17T12:26:51.1773333Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-08-17T12:26:51.1783733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-08-17T12:26:51.1817236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-08-17T12:26:51.2205100Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-08-17T12:26:51.2208885Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-08-17T12:26:51.2209547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-08-17T12:26:51.2210302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-08-17T12:26:51.2211807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-08-17T12:26:51.2272911Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-08-17T12:26:51.2585233Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-08-17T12:26:51.2666769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:26:51.2693168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-08-17T12:26:51.2702846Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:26:51.2738448Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-08-17T12:26:51.2747297Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-08-17T12:26:51.3092173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-08-17T12:26:51.3096867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-08-17T12:26:51.3102898Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-08-17T12:26:51.3123921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-08-17T12:26:51.3504878Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-08-17T12:26:51.3651369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-08-17T12:26:51.3654412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-08-17T12:26:51.3729741Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-08-17T12:26:51.3738937Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-08-17T12:26:51.4058297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-08-17T12:26:51.4062961Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-08-17T12:26:51.4064742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:26:51.4314536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inverse_cpu_complex64 2022-08-17T12:26:51.4375983Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inverse_cpu_complex64 2022-08-17T12:26:51.4417018Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:26:51.4418644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inverse_cpu_float32 2022-08-17T12:26:51.4454134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:26:51.4819803Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:26:51.4821839Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-08-17T12:26:51.4901109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-08-17T12:26:51.4941333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:26:51.4984023Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:26:51.4998342Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inverse_cpu_float32 2022-08-17T12:26:51.5228338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-08-17T12:26:51.5274831Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-08-17T12:26:51.5320454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:26:51.5497968Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:26:51.5511930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-08-17T12:26:51.5615205Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-08-17T12:26:51.5649444Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-08-17T12:26:51.5704930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-08-17T12:26:51.5760762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:26:51.5911876Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:26:51.5912628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-08-17T12:26:51.6184275Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-08-17T12:26:51.6257716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:26:51.6304227Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:26:51.6340107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-08-17T12:26:51.6624816Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-08-17T12:26:51.6686668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-08-17T12:26:51.6787445Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-08-17T12:26:51.6794694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-08-17T12:26:51.7010639Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-08-17T12:26:51.7050960Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-08-17T12:26:51.7088619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-08-17T12:26:51.7148026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:26:51.7218470Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:26:51.7219065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-08-17T12:26:51.7556569Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-08-17T12:26:51.7557068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-08-17T12:26:51.7664508Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-08-17T12:26:51.7665872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-08-17T12:26:51.7793178Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-08-17T12:26:51.7807515Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-08-17T12:26:51.7920732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-08-17T12:26:51.7931596Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-08-17T12:26:51.7938443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-08-17T12:26:51.8014406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-08-17T12:26:51.8059744Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-08-17T12:26:51.8101347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-08-17T12:26:51.8423010Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-08-17T12:26:51.8460574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:26:51.8500161Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:26:51.8528601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-08-17T12:26:51.8863097Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-08-17T12:26:51.8943253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-08-17T12:26:51.8984555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-08-17T12:26:51.9030909Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-08-17T12:26:51.9162915Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-08-17T12:26:51.9182281Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-08-17T12:26:51.9276998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-08-17T12:26:51.9287951Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-08-17T12:26:51.9298864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-08-17T12:26:51.9372579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-08-17T12:26:51.9412889Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-08-17T12:26:51.9413851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-08-17T12:26:51.9742993Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-08-17T12:26:51.9815407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:26:51.9874880Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:26:51.9876002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-08-17T12:26:52.0302023Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-08-17T12:26:52.0303265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:26:52.0307412Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:26:52.0310006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-08-17T12:26:52.0505952Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-08-17T12:26:52.0516219Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-08-17T12:26:52.0662635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-08-17T12:26:52.0670415Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-08-17T12:26:52.0679525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:26:52.0701654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-08-17T12:26:52.0762840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-08-17T12:26:52.1178609Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:26:52.2767300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:26:52.2777957Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-08-17T12:26:52.9601207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-08-17T12:26:52.9611852Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:26:53.0008809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:26:53.0017858Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-08-17T12:26:53.2148389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-08-17T12:26:53.2173687Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-08-17T12:26:53.3891774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-08-17T12:26:53.3916018Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-08-17T12:26:53.6067475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-08-17T12:26:53.6082254Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-08-17T12:26:53.6163155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-08-17T12:26:53.6301832Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-08-17T12:26:53.7466075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-08-17T12:26:53.7581975Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:26:53.9114442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:26:53.9141416Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-08-17T12:26:54.0468361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-08-17T12:26:54.0487407Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-08-17T12:26:54.0742309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-08-17T12:26:54.0785953Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-08-17T12:26:54.2148432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-08-17T12:26:54.2160898Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:26:54.4157644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:26:54.4175409Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-08-17T12:26:54.5668563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-08-17T12:26:54.5695931Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-08-17T12:26:54.7049659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-08-17T12:26:54.7086236Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-08-17T12:26:54.7150496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:26:54.7545434Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:26:54.7579741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:26:54.7698422Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:26:54.7725225Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-08-17T12:26:54.7984912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-08-17T12:26:54.8034134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:26:54.8460308Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:26:54.8470058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:26:54.8899233Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:26:54.8905379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-08-17T12:26:54.8988410Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-08-17T12:26:54.9048075Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:26:54.9354149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:26:54.9357454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-08-17T12:26:54.9944354Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-08-17T12:26:54.9952328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:26:55.0342898Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:26:55.0343561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:26:55.0780587Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:26:55.0781194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-08-17T12:26:55.1219749Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-08-17T12:26:55.1220258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-08-17T12:26:55.1431922Z [gw3] [ 70%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-08-17T12:26:55.1456607Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-08-17T12:26:55.1688697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-08-17T12:26:55.1702336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-08-17T12:26:55.2150793Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-08-17T12:26:55.2158129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-08-17T12:26:55.2273141Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-08-17T12:26:55.2286963Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:26:55.2622675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:26:55.2643812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-08-17T12:26:55.3071688Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-08-17T12:26:55.3156997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-08-17T12:26:55.3540461Z [gw3] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-08-17T12:26:55.3576984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-08-17T12:26:55.3656368Z [gw3] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-08-17T12:26:55.3684882Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-08-17T12:26:55.3970664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-08-17T12:26:55.3977832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-08-17T12:26:55.3986430Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-08-17T12:26:55.4025337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-08-17T12:26:55.4463359Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-08-17T12:26:55.6463476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-08-17T12:26:55.6479488Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-08-17T12:26:55.7052181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-08-17T12:26:55.7065351Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-08-17T12:26:55.7155957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-08-17T12:26:55.7580714Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-08-17T12:26:55.7697308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-08-17T12:26:55.8019936Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-08-17T12:26:55.8348711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-08-17T12:26:55.8447932Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-08-17T12:26:55.8457173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:26:55.8874046Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:26:55.8883687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-08-17T12:26:55.9417835Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-08-17T12:26:55.9427964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-08-17T12:26:55.9819753Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-08-17T12:26:56.0344621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-08-17T12:26:56.0589045Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-08-17T12:26:56.0606542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-08-17T12:26:56.0629722Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-08-17T12:26:56.0646629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-08-17T12:26:56.1024159Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-08-17T12:26:56.1143839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-08-17T12:26:56.1540974Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-08-17T12:26:56.2926087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-08-17T12:26:56.2953400Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-08-17T12:26:56.3130939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-08-17T12:26:56.3156894Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:26:56.3704374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:26:56.3939476Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-08-17T12:26:56.4845879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-08-17T12:26:56.4856441Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-08-17T12:26:56.4995283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-08-17T12:26:56.5364689Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-08-17T12:26:56.5654484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-08-17T12:26:56.5700113Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-08-17T12:26:56.5922007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-08-17T12:26:56.6264188Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-08-17T12:26:56.6272820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-08-17T12:26:56.6697462Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-08-17T12:26:56.6702705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-08-17T12:26:56.7204234Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-08-17T12:26:56.7213318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-08-17T12:26:56.7609040Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-08-17T12:26:56.7618393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-08-17T12:26:56.8059312Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-08-17T12:26:56.9294357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-08-17T12:26:56.9307832Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-08-17T12:26:57.1185944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-08-17T12:26:57.1217367Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-08-17T12:26:57.3545968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-08-17T12:26:57.3571217Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-08-17T12:26:57.3680605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-08-17T12:26:57.4043714Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-08-17T12:26:57.4051960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-08-17T12:26:57.4499537Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-08-17T12:26:57.4507750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-08-17T12:26:57.4537890Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-08-17T12:26:57.4560088Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:26:57.4917783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:26:57.4926796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-08-17T12:26:57.5511048Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-08-17T12:26:57.6702668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-08-17T12:26:57.6817715Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-08-17T12:26:57.7022296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-08-17T12:26:57.7215094Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-08-17T12:26:57.7422879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:26:57.7581152Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:26:57.8147302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:26:57.8160457Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:26:58.0010309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-08-17T12:26:58.0184258Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-08-17T12:26:58.1118121Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-08-17T12:26:58.1377407Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-08-17T12:26:58.2905575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-08-17T12:26:58.2928002Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-08-17T12:26:58.3535304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-08-17T12:26:58.3663153Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-08-17T12:26:58.5007806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-08-17T12:26:58.5038453Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:26:58.7136688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:26:58.7171155Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-08-17T12:26:58.7250232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:58.7276039Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:26:58.7332366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-08-17T12:26:58.7713111Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-08-17T12:26:58.7773511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-08-17T12:26:58.8194520Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-08-17T12:26:58.8203092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:26:58.8627756Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:26:58.8628698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:26:58.8919473Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:26:58.8933015Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-08-17T12:26:58.9021866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-08-17T12:26:58.9176702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:26:58.9464678Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:26:58.9748942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-08-17T12:26:58.9922067Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-08-17T12:26:59.0008556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-08-17T12:26:59.0378898Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-08-17T12:26:59.0422276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-08-17T12:26:59.0824718Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-08-17T12:26:59.0928944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:26:59.1330369Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:26:59.1331713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-08-17T12:26:59.1364824Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-08-17T12:26:59.1385428Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-08-17T12:26:59.1818452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-08-17T12:26:59.1910147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:26:59.2218882Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:26:59.2239023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-08-17T12:26:59.2643157Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-08-17T12:26:59.2738329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:26:59.3110760Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:26:59.3119548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:26:59.3466073Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:26:59.3548166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:26:59.3685603Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:26:59.3696416Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:59.3905559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-08-17T12:26:59.4926552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:26:59.5023039Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:26:59.5129168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:26:59.5491597Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:26:59.5492188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:26:59.5552340Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-08-17T12:26:59.5571230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-08-17T12:26:59.5982503Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:26:59.6050869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-08-17T12:26:59.6425597Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-08-17T12:26:59.6473786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:26:59.6717205Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:26:59.6729874Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-08-17T12:26:59.6866766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-08-17T12:26:59.6915181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:26:59.7169879Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:26:59.7184016Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-08-17T12:26:59.7323137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-08-17T12:26:59.7451973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:26:59.7654790Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-08-17T12:26:59.7660400Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-08-17T12:26:59.7676955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-08-17T12:26:59.7836988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-08-17T12:26:59.8044707Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-08-17T12:26:59.8082273Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-08-17T12:26:59.8177091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-08-17T12:26:59.8358022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-08-17T12:26:59.8499591Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:26:59.8629906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:26:59.8746199Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-08-17T12:26:59.8773958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eig_cpu_float32 2022-08-17T12:26:59.8918209Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eig_cpu_float32 2022-08-17T12:26:59.9035475Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:26:59.9258718Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:26:59.9447140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-08-17T12:26:59.9611151Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:26:59.9615947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-08-17T12:26:59.9634928Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-08-17T12:26:59.9717078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-08-17T12:27:00.0052126Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-08-17T12:27:00.0229749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-08-17T12:27:00.0425072Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-08-17T12:27:00.0439932Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-08-17T12:27:00.0467446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-08-17T12:27:00.0510921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-08-17T12:27:00.0782666Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-08-17T12:27:00.0794829Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-08-17T12:27:00.0987679Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-08-17T12:27:00.0993312Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-08-17T12:27:00.1022474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-08-17T12:27:00.1261299Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-08-17T12:27:00.1265366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-08-17T12:27:00.1318624Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-08-17T12:27:00.1342864Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-08-17T12:27:00.1348192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-08-17T12:27:00.1407846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-08-17T12:27:00.1700858Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-08-17T12:27:00.1701758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-08-17T12:27:00.1783350Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-08-17T12:27:00.1867217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:27:00.2136917Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:27:00.2140496Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-08-17T12:27:00.2234837Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-08-17T12:27:00.2286468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-08-17T12:27:00.2516038Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-08-17T12:27:00.2528836Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-08-17T12:27:00.2619927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-08-17T12:27:00.2656395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-08-17T12:27:00.2722825Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-08-17T12:27:00.2727407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:27:00.2734416Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-08-17T12:27:00.2740305Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:27:00.2982474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-08-17T12:27:00.2993416Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-08-17T12:27:00.2996297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-08-17T12:27:00.3103941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-08-17T12:27:00.3304059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:27:00.3333130Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:27:00.3461078Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-08-17T12:27:00.3550480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-08-17T12:27:00.3561418Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-08-17T12:27:00.3583337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-08-17T12:27:00.3589266Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-08-17T12:27:00.3642843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-08-17T12:27:00.3903991Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-08-17T12:27:00.4025135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-08-17T12:27:00.4045070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:27:00.4057721Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-08-17T12:27:00.4122672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-08-17T12:27:00.4326821Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:27:00.4339209Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-08-17T12:27:00.4349256Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-08-17T12:27:00.4366688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-08-17T12:27:00.4459295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-08-17T12:27:00.4492260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:27:00.4585309Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:27:00.4601371Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-08-17T12:27:00.4609202Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-08-17T12:27:00.4901869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-08-17T12:27:00.4976929Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-08-17T12:27:00.4977632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-08-17T12:27:00.5087155Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-08-17T12:27:00.5096449Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-08-17T12:27:00.5195085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-08-17T12:27:00.5419190Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-08-17T12:27:00.5421468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-08-17T12:27:00.5430076Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-08-17T12:27:00.5537736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-08-17T12:27:00.5548884Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-08-17T12:27:00.5851906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-08-17T12:27:00.5897981Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-08-17T12:27:00.5915405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-08-17T12:27:00.5922695Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-08-17T12:27:00.5940736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-08-17T12:27:00.5949187Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-08-17T12:27:00.6023708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-08-17T12:27:00.6253747Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-08-17T12:27:00.6263468Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-08-17T12:27:00.6361302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-08-17T12:27:00.6413793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-08-17T12:27:00.6489701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-08-17T12:27:00.6828802Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-08-17T12:27:00.6829359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:27:00.7237716Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:27:00.7275659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:27:00.7543297Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:27:00.7557150Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-08-17T12:27:00.7664796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-08-17T12:27:00.7711955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-08-17T12:27:00.8207449Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-08-17T12:27:00.8223054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:27:00.8617486Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:27:00.8627579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:27:00.8938872Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:27:00.8960388Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-08-17T12:27:00.9094342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-08-17T12:27:00.9105640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:27:00.9212607Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-08-17T12:27:00.9223722Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:27:00.9541668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-08-17T12:27:00.9553784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:27:00.9695983Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:27:00.9709698Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-08-17T12:27:00.9776211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-08-17T12:27:00.9788722Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-08-17T12:27:00.9930182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-08-17T12:27:01.0343462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-08-17T12:27:01.0503489Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-08-17T12:27:01.0782665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-08-17T12:27:01.0982103Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-08-17T12:27:01.1898309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-08-17T12:27:01.2076992Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-08-17T12:27:01.2483267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-08-17T12:27:01.2506261Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-08-17T12:27:01.2577269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-08-17T12:27:01.2990670Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-08-17T12:27:01.3007379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-08-17T12:27:01.3418228Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-08-17T12:27:01.3455207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-08-17T12:27:01.3882932Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-08-17T12:27:01.3893488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-08-17T12:27:01.4326396Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-08-17T12:27:01.4337309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-08-17T12:27:01.4716790Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-08-17T12:27:01.4723248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-08-17T12:27:01.4776989Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-08-17T12:27:01.4854676Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-08-17T12:27:01.4963673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-08-17T12:27:01.4979325Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-08-17T12:27:01.4985793Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-08-17T12:27:01.4994788Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-08-17T12:27:01.5146237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-08-17T12:27:01.5205417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-08-17T12:27:01.5325251Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-08-17T12:27:01.5340597Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-08-17T12:27:01.5383143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:27:01.5412318Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:27:01.5423885Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-08-17T12:27:01.5624190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-08-17T12:27:01.5683742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-08-17T12:27:01.5826935Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-08-17T12:27:01.5835774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:27:01.6059534Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:27:01.6069614Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-08-17T12:27:01.6075468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-08-17T12:27:01.6118260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-08-17T12:27:01.6225095Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-08-17T12:27:01.6340273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-08-17T12:27:01.6505117Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-08-17T12:27:01.6555443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-08-17T12:27:01.6661841Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-08-17T12:27:01.6727640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-08-17T12:27:01.6739298Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-08-17T12:27:01.6751873Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-08-17T12:27:01.6985338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-08-17T12:27:01.7046704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-08-17T12:27:01.7217396Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-08-17T12:27:01.7463664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-08-17T12:27:01.7509385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-08-17T12:27:01.7589896Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-08-17T12:27:01.7610174Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-08-17T12:27:01.7804292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-08-17T12:27:01.7820980Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-08-17T12:27:01.7995901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-08-17T12:27:01.8001389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-08-17T12:27:01.8135390Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-08-17T12:27:01.8163231Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-08-17T12:27:01.8186906Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-08-17T12:27:01.8342204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-08-17T12:27:01.8350357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-08-17T12:27:01.8420908Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-08-17T12:27:01.8429442Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-08-17T12:27:01.8434274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-08-17T12:27:01.8741584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-08-17T12:27:01.8752718Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-08-17T12:27:01.8757926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-08-17T12:27:01.8844916Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-08-17T12:27:01.9219891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-08-17T12:27:01.9253045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-08-17T12:27:01.9625522Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-08-17T12:27:01.9643472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-08-17T12:27:02.0103743Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-08-17T12:27:02.0105333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-08-17T12:27:02.0539366Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-08-17T12:27:02.0788386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-08-17T12:27:02.0969192Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-08-17T12:27:02.0986451Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-08-17T12:27:02.1075391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-08-17T12:27:02.1201341Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-08-17T12:27:02.1382927Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-08-17T12:27:02.1425179Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-08-17T12:27:02.1471857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-08-17T12:27:02.1505932Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-08-17T12:27:02.1904381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-08-17T12:27:02.1948879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-08-17T12:27:02.2361583Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-08-17T12:27:02.2394382Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-08-17T12:27:02.2442464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-08-17T12:27:02.2445740Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-08-17T12:27:02.2918932Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-08-17T12:27:02.3226663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-08-17T12:27:02.3238900Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-08-17T12:27:02.4660637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-08-17T12:27:02.4675513Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-08-17T12:27:02.5412383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-08-17T12:27:02.5556783Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-08-17T12:27:02.5849626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-08-17T12:27:02.5867108Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-08-17T12:27:02.6527325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-08-17T12:27:02.6545181Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-08-17T12:27:02.6747712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-08-17T12:27:02.6996860Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-08-17T12:27:02.7004742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-08-17T12:27:02.7170025Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-08-17T12:27:02.7185011Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-08-17T12:27:02.7459742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-08-17T12:27:02.7628480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-08-17T12:27:02.7642366Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-08-17T12:27:02.9157335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-08-17T12:27:02.9182928Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-08-17T12:27:03.1907510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-08-17T12:27:03.1921392Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-08-17T12:27:03.4617379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-08-17T12:27:03.4629535Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-08-17T12:27:03.6325587Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-08-17T12:27:03.6339748Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-08-17T12:27:03.6353365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-08-17T12:27:03.6368689Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-08-17T12:27:03.8369053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-08-17T12:27:03.8446110Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-08-17T12:27:03.8483739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-08-17T12:27:03.8503742Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-08-17T12:27:04.1250908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-08-17T12:27:04.1277365Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-08-17T12:27:04.1575547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-08-17T12:27:04.1719779Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-08-17T12:27:04.2173682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-08-17T12:27:04.2200047Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-08-17T12:27:04.2738741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-08-17T12:27:04.2762863Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-08-17T12:27:04.2889105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-08-17T12:27:04.3233233Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-08-17T12:27:04.3326578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-08-17T12:27:04.3698050Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-08-17T12:27:04.3707002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-08-17T12:27:04.4158499Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-08-17T12:27:04.4867490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-08-17T12:27:04.4888696Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-08-17T12:27:04.5028945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-08-17T12:27:04.5341887Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-08-17T12:27:04.5370610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-08-17T12:27:04.5767465Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-08-17T12:27:04.6242352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-08-17T12:27:04.6265359Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-08-17T12:27:04.6392035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-08-17T12:27:04.6786389Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-08-17T12:27:04.6799475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-08-17T12:27:04.7185254Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-08-17T12:27:04.7208325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:27:04.7223792Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-08-17T12:27:04.7340805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-08-17T12:27:04.7623638Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:27:04.7789035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:27:04.8111294Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:27:04.8112172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:27:04.8342117Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:27:04.8349809Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-08-17T12:27:04.8549363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-08-17T12:27:04.8558380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:27:04.9014967Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:27:04.9019769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:27:04.9541361Z [gw1] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:27:04.9541889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-08-17T12:27:04.9924266Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-08-17T12:27:04.9950872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-08-17T12:27:05.0388709Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-08-17T12:27:05.1880489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-08-17T12:27:05.1913223Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-08-17T12:27:05.2690637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-08-17T12:27:05.2730992Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-08-17T12:27:05.3140708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-08-17T12:27:05.3170783Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-08-17T12:27:05.3293208Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-08-17T12:27:05.3518843Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-08-17T12:27:05.3546788Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-08-17T12:27:05.3564396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-08-17T12:27:05.3577534Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-08-17T12:27:05.3584540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-08-17T12:27:05.3618728Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-08-17T12:27:05.3877300Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-08-17T12:27:05.4026921Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-08-17T12:27:05.4038647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-08-17T12:27:05.4613318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-08-17T12:27:05.4633099Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-08-17T12:27:05.4908636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-08-17T12:27:05.5076356Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-08-17T12:27:05.7305236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-08-17T12:27:05.7332968Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-08-17T12:27:05.7499474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-08-17T12:27:05.7522090Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-08-17T12:27:05.9263093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-08-17T12:27:05.9276893Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-08-17T12:27:05.9567192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-08-17T12:27:05.9600966Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-08-17T12:27:06.0039434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-08-17T12:27:06.0059537Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-08-17T12:27:06.0514370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-08-17T12:27:06.0537070Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-08-17T12:27:06.0611148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-08-17T12:27:06.1061151Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-08-17T12:27:06.1139027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-08-17T12:27:06.1540931Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-08-17T12:27:06.1555073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-08-17T12:27:06.1952327Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-08-17T12:27:06.2046667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-08-17T12:27:06.2420844Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-08-17T12:27:06.2471332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-08-17T12:27:06.2506808Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-08-17T12:27:06.2617235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-08-17T12:27:06.2772713Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-08-17T12:27:06.2783887Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-08-17T12:27:06.2821420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-08-17T12:27:06.2908143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-08-17T12:27:06.3304577Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-08-17T12:27:06.3676851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-08-17T12:27:06.3825049Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-08-17T12:27:06.3926427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-08-17T12:27:06.4264762Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-08-17T12:27:06.4301215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-08-17T12:27:06.4755374Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-08-17T12:27:06.4755861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-08-17T12:27:06.4982110Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-08-17T12:27:06.5006445Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-08-17T12:27:06.5219161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-08-17T12:27:06.5243050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-08-17T12:27:06.5595548Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-08-17T12:27:06.5661057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-08-17T12:27:06.5839538Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-08-17T12:27:06.5850929Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-08-17T12:27:06.6030337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-08-17T12:27:06.6420708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-08-17T12:27:06.6430995Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-08-17T12:27:06.6656790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-08-17T12:27:06.6661611Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-08-17T12:27:06.6809747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-08-17T12:27:06.7064915Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-08-17T12:27:06.7155407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-08-17T12:27:06.7488210Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-08-17T12:27:06.7578285Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-08-17T12:27:06.7583773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-08-17T12:27:06.7776910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-08-17T12:27:06.7944769Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-08-17T12:27:06.8109652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-08-17T12:27:06.8460391Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-08-17T12:27:06.8631642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-08-17T12:27:06.8900432Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-08-17T12:27:06.9054090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-08-17T12:27:06.9081164Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-08-17T12:27:06.9092377Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-08-17T12:27:06.9175695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-08-17T12:27:06.9192203Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-08-17T12:27:06.9200396Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-08-17T12:27:06.9211529Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-08-17T12:27:06.9338207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-08-17T12:27:06.9357648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-08-17T12:27:06.9365129Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-08-17T12:27:06.9699116Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-08-17T12:27:06.9725198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-08-17T12:27:06.9764351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-08-17T12:27:06.9825570Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-08-17T12:27:07.0007459Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-08-17T12:27:07.0025890Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-08-17T12:27:07.0104275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-08-17T12:27:07.0133433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-08-17T12:27:07.0143736Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-08-17T12:27:07.0352381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-08-17T12:27:07.0546685Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-08-17T12:27:07.0586368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-08-17T12:27:07.0682688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-08-17T12:27:07.0877816Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-08-17T12:27:07.0893648Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-08-17T12:27:07.1062404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-08-17T12:27:07.1124034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-08-17T12:27:07.1185435Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-08-17T12:27:07.1198223Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-08-17T12:27:07.1233521Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-08-17T12:27:07.1368270Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-08-17T12:27:07.1381763Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-08-17T12:27:07.1500753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-08-17T12:27:07.1538688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-08-17T12:27:07.1655905Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-08-17T12:27:07.1660262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-08-17T12:27:07.2042753Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-08-17T12:27:07.2047561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-08-17T12:27:07.2063197Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-08-17T12:27:07.2469202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-08-17T12:27:07.2474443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-08-17T12:27:07.2481028Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-08-17T12:27:07.2488168Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-08-17T12:27:07.2561934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-08-17T12:27:07.2573645Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-08-17T12:27:07.2932694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-08-17T12:27:07.2941987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-08-17T12:27:07.3353754Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-08-17T12:27:07.3847449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-08-17T12:27:07.3848160Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-08-17T12:27:07.3848825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-08-17T12:27:07.4318888Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-08-17T12:27:07.4319919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-08-17T12:27:07.4860464Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-08-17T12:27:07.4996867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-08-17T12:27:07.5298994Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-08-17T12:27:07.5470117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-08-17T12:27:07.5624732Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-08-17T12:27:07.5696092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-08-17T12:27:07.5722405Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-08-17T12:27:07.6133183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-08-17T12:27:07.6146690Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-08-17T12:27:07.6243609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-08-17T12:27:07.6257275Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-08-17T12:27:07.6605346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-08-17T12:27:07.6663539Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-08-17T12:27:07.6728319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-08-17T12:27:07.7212386Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-08-17T12:27:07.7216304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-08-17T12:27:07.7570683Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-08-17T12:27:07.7574466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-08-17T12:27:07.7776536Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-08-17T12:27:07.7877250Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-08-17T12:27:07.7987145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-08-17T12:27:07.8010647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-08-17T12:27:07.8542042Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-08-17T12:27:07.8613960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-08-17T12:27:07.8959579Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-08-17T12:27:07.8969627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-08-17T12:27:07.9303054Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-08-17T12:27:07.9315388Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-08-17T12:27:07.9338020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-08-17T12:27:07.9436135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-08-17T12:27:07.9518471Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-08-17T12:27:07.9746107Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-08-17T12:27:07.9750196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-08-17T12:27:07.9801548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-08-17T12:27:08.0037367Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-08-17T12:27:08.0185082Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-08-17T12:27:08.0186238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-08-17T12:27:08.0361688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-08-17T12:27:08.0461211Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-08-17T12:27:08.0621376Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-08-17T12:27:08.0659486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-08-17T12:27:08.0785187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-08-17T12:27:08.1179003Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-08-17T12:27:08.1446638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-08-17T12:27:08.1626826Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-08-17T12:27:08.1765984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-08-17T12:27:08.1785055Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-08-17T12:27:08.1797281Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-08-17T12:27:08.2064153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-08-17T12:27:08.2323505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-08-17T12:27:08.2542700Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-08-17T12:27:08.2924389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-08-17T12:27:08.2977467Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-08-17T12:27:08.3505277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-08-17T12:27:08.3528797Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-08-17T12:27:08.3950704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-08-17T12:27:08.3978944Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-08-17T12:27:08.4189852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-08-17T12:27:08.4618171Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-08-17T12:27:08.4881263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-08-17T12:27:08.4890478Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-08-17T12:27:08.4913620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-08-17T12:27:08.5377886Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-08-17T12:27:08.5380737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-08-17T12:27:08.5713355Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-08-17T12:27:08.5724149Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-08-17T12:27:08.5821238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-08-17T12:27:08.5821886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-08-17T12:27:08.5912881Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-08-17T12:27:08.6269964Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-08-17T12:27:08.6270669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-08-17T12:27:08.6271346Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-08-17T12:27:08.6333337Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-08-17T12:27:08.6585353Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-08-17T12:27:08.6695238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-08-17T12:27:08.6700846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-08-17T12:27:08.6701277Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-08-17T12:27:08.7045096Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-08-17T12:27:08.7084005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-08-17T12:27:08.7145987Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-08-17T12:27:08.7150857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-08-17T12:27:08.7315190Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-08-17T12:27:08.7325603Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-08-17T12:27:08.7465656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-08-17T12:27:08.7537864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-08-17T12:27:08.7659191Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-08-17T12:27:08.7827296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-08-17T12:27:08.7903998Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-08-17T12:27:08.7962312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-08-17T12:27:08.8070654Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-08-17T12:27:08.8275370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-08-17T12:27:08.8345835Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-08-17T12:27:08.8389614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-08-17T12:27:08.8566546Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-08-17T12:27:08.8785575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-08-17T12:27:08.8841754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-08-17T12:27:08.9225722Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-08-17T12:27:08.9272457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-08-17T12:27:08.9673967Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-08-17T12:27:08.9682581Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-08-17T12:27:08.9702484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-08-17T12:27:08.9839746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-08-17T12:27:09.0145701Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-08-17T12:27:09.0224772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-08-17T12:27:09.0672568Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-08-17T12:27:09.0678906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-08-17T12:27:09.1143273Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-08-17T12:27:09.1143766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-08-17T12:27:09.1664361Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-08-17T12:27:09.1665102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-08-17T12:27:09.2086463Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-08-17T12:27:09.2087069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-08-17T12:27:09.2521231Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-08-17T12:27:09.2579620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-08-17T12:27:09.2613989Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-08-17T12:27:09.2632705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-08-17T12:27:09.2907149Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-08-17T12:27:09.3153326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-08-17T12:27:09.3397196Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-08-17T12:27:09.3455037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-08-17T12:27:09.3866591Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-08-17T12:27:09.3913869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-08-17T12:27:09.4342183Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-08-17T12:27:09.4467195Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-08-17T12:27:09.4467783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-08-17T12:27:09.4582355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-08-17T12:27:09.4705776Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-08-17T12:27:09.4785661Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-08-17T12:27:09.4943677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-08-17T12:27:09.4944370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-08-17T12:27:09.4958460Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-08-17T12:27:09.4978001Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-08-17T12:27:09.4993822Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-08-17T12:27:09.5225911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-08-17T12:27:09.5377808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-08-17T12:27:09.5384727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-08-17T12:27:09.5439169Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-08-17T12:27:09.5781741Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-08-17T12:27:09.5806939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-08-17T12:27:09.5818608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-08-17T12:27:09.5975027Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-08-17T12:27:09.5984366Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-08-17T12:27:09.6100966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-08-17T12:27:09.6361923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-08-17T12:27:09.6650516Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-08-17T12:27:09.6678239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:27:09.7088248Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:27:09.7093289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-08-17T12:27:09.7545094Z [gw1] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-08-17T12:27:09.7545653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-08-17T12:27:09.7946198Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-08-17T12:27:09.7986169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-08-17T12:27:09.8435727Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-08-17T12:27:09.8446179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-08-17T12:27:09.8865011Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-08-17T12:27:09.8902262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-08-17T12:27:09.9076841Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-08-17T12:27:09.9102856Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-08-17T12:27:09.9343681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-08-17T12:27:09.9347168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-08-17T12:27:09.9811453Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-08-17T12:27:09.9812165Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-08-17T12:27:09.9827804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:10.0305868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-08-17T12:27:10.0320885Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:10.0646085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:27:10.0654581Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-08-17T12:27:10.0886921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-08-17T12:27:10.0903120Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:27:10.1522678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:27:10.1542147Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:27:10.1693131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-08-17T12:27:10.1989692Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-08-17T12:27:10.3417955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-08-17T12:27:10.3427655Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-08-17T12:27:10.4285366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-08-17T12:27:10.4324020Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-08-17T12:27:10.4868230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-08-17T12:27:10.4885630Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-08-17T12:27:10.5596602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-08-17T12:27:10.5613162Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-08-17T12:27:10.5862093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-08-17T12:27:10.5875546Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-08-17T12:27:10.6299950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-08-17T12:27:10.6315325Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-08-17T12:27:10.6699365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-08-17T12:27:10.6716159Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-08-17T12:27:10.7788920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-08-17T12:27:10.7790290Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-08-17T12:27:10.9483159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-08-17T12:27:10.9498938Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-08-17T12:27:10.9504597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-08-17T12:27:10.9540629Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-08-17T12:27:10.9563443Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-08-17T12:27:10.9716168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-08-17T12:27:10.9736580Z [gw1] [ 72%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-08-17T12:27:10.9756418Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-08-17T12:27:11.0018737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-08-17T12:27:11.0080841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-08-17T12:27:11.0258329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-08-17T12:27:11.0274906Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-08-17T12:27:11.0380815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-08-17T12:27:11.0392365Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-08-17T12:27:11.1507571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-08-17T12:27:11.1522901Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-08-17T12:27:11.1550621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-08-17T12:27:11.2059226Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-08-17T12:27:11.2489371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inverse_cpu_float32 2022-08-17T12:27:11.2511673Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-08-17T12:27:11.2659915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-08-17T12:27:11.2670423Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-08-17T12:27:11.2806987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:27:11.2814219Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inverse_cpu_float32 2022-08-17T12:27:11.2839517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-08-17T12:27:11.3039000Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-08-17T12:27:11.3101777Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-08-17T12:27:11.3225878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-08-17T12:27:11.3270670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-08-17T12:27:11.3368271Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-08-17T12:27:11.3542767Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-08-17T12:27:11.3663978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:27:11.3698249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-08-17T12:27:11.3990132Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-08-17T12:27:11.4026615Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:27:11.4183735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:27:11.4189011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-08-17T12:27:11.4491950Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-08-17T12:27:11.4503167Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:27:11.4584052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-08-17T12:27:11.4625090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-08-17T12:27:11.4896130Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-08-17T12:27:11.4941497Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-08-17T12:27:11.4969240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-08-17T12:27:11.4982917Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-08-17T12:27:11.5024721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-08-17T12:27:11.5054925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-08-17T12:27:11.5223214Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-08-17T12:27:11.5424991Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-08-17T12:27:11.5505325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-08-17T12:27:11.5549875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-08-17T12:27:11.5810556Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-08-17T12:27:11.5861160Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-08-17T12:27:11.5942699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-08-17T12:27:11.5970406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-08-17T12:27:11.6183449Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-08-17T12:27:11.6306701Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-08-17T12:27:11.6424078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-08-17T12:27:11.6626342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-08-17T12:27:11.6778757Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-08-17T12:27:11.7202607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-08-17T12:27:11.7219957Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-08-17T12:27:11.7273568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-08-17T12:27:11.7284288Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-08-17T12:27:11.7673077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-08-17T12:27:11.7700873Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-08-17T12:27:11.7950810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:27:11.8256091Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-08-17T12:27:11.8386226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-08-17T12:27:11.8656002Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-08-17T12:27:11.9259945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-08-17T12:27:11.9275073Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-08-17T12:27:12.0068352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-08-17T12:27:12.0081998Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-08-17T12:27:12.0474807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-08-17T12:27:12.0524266Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-08-17T12:27:12.1322835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-08-17T12:27:12.1384299Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-08-17T12:27:12.1926069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-08-17T12:27:12.1939686Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-08-17T12:27:12.2418741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-08-17T12:27:12.2537087Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-08-17T12:27:12.2828827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-08-17T12:27:12.2863900Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-08-17T12:27:12.3633451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-08-17T12:27:12.3649171Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-08-17T12:27:12.5615321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-08-17T12:27:12.5637711Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-08-17T12:27:12.6359327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-08-17T12:27:12.6370976Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-08-17T12:27:12.6887242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-08-17T12:27:12.6907712Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-08-17T12:27:12.7748501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-08-17T12:27:12.7767023Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-08-17T12:27:12.8360747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-08-17T12:27:12.8370548Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-08-17T12:27:13.2703918Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-08-17T12:27:13.2720634Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-08-17T12:27:13.2844094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:27:13.2862710Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-08-17T12:27:13.2866205Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:27:13.3144366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-08-17T12:27:13.3201413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:27:13.3586682Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:27:13.3619645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-08-17T12:27:13.4066306Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-08-17T12:27:13.4092895Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:27:13.4503484Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:27:13.4549830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-08-17T12:27:13.5020113Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-08-17T12:27:13.5849519Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-08-17T12:27:13.6012150Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-08-17T12:27:13.6956216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-08-17T12:27:13.6971603Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-08-17T12:27:14.3100826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-08-17T12:27:14.3110076Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-08-17T12:27:14.3379193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-08-17T12:27:14.3394424Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-08-17T12:27:14.3570019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-08-17T12:27:14.3585813Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-08-17T12:27:14.3867198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-08-17T12:27:14.3877555Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-08-17T12:27:14.3896685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-08-17T12:27:14.4379419Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-08-17T12:27:14.7843431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-08-17T12:27:14.7859070Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-08-17T12:27:15.0127177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-08-17T12:27:15.0140091Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-08-17T12:27:15.1878824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-08-17T12:27:15.1906523Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-08-17T12:27:15.6948836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-08-17T12:27:15.6971042Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-08-17T12:27:16.1226696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-08-17T12:27:16.1237358Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-08-17T12:27:16.1324236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-08-17T12:27:16.1332098Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-08-17T12:27:16.2809413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-08-17T12:27:16.2837743Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-08-17T12:27:16.3100845Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-08-17T12:27:16.3281418Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-08-17T12:27:16.4173501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-08-17T12:27:16.4174235Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-08-17T12:27:16.9507855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-08-17T12:27:16.9521697Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-08-17T12:27:17.1688915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-08-17T12:27:17.1718776Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-08-17T12:27:17.2546359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-08-17T12:27:17.2570800Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-08-17T12:27:17.6156431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-08-17T12:27:17.6302206Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-08-17T12:27:18.3869662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-08-17T12:27:18.3897320Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-08-17T12:27:18.5032114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-08-17T12:27:18.5057205Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-08-17T12:27:18.6869704Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-08-17T12:27:18.6900345Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-08-17T12:27:18.7647322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-08-17T12:27:18.7658127Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-08-17T12:27:18.8322933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-08-17T12:27:18.8338252Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-08-17T12:27:18.8690796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-08-17T12:27:18.8710395Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-08-17T12:27:19.4304548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-08-17T12:27:19.4345172Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-08-17T12:27:19.4831724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-08-17T12:27:19.4854637Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-08-17T12:27:19.6120180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-08-17T12:27:19.6149577Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-08-17T12:27:19.6387987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-08-17T12:27:19.6596186Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-08-17T12:27:19.6618022Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-08-17T12:27:19.6626070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-08-17T12:27:19.6647277Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-08-17T12:27:19.7064798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-08-17T12:27:19.7115997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-08-17T12:27:19.7542874Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-08-17T12:27:19.7551776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-08-17T12:27:19.7589249Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-08-17T12:27:19.7612232Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-08-17T12:27:19.7956407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-08-17T12:27:19.8675976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-08-17T12:27:19.8692732Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-08-17T12:27:19.8859168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-08-17T12:27:19.9202501Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-08-17T12:27:19.9380889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-08-17T12:27:19.9658010Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-08-17T12:27:20.0127680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-08-17T12:27:20.0150217Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-08-17T12:27:20.0541109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-08-17T12:27:20.0564032Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-08-17T12:27:20.3084565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-08-17T12:27:20.3100951Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-08-17T12:27:20.3860036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-08-17T12:27:20.3878286Z [gw3] [ 72%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-08-17T12:27:20.4447462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-08-17T12:27:20.4464483Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-08-17T12:27:20.4494968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-08-17T12:27:20.4979885Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-08-17T12:27:20.6068614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-08-17T12:27:20.6090326Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-08-17T12:27:20.6422317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-08-17T12:27:20.6433174Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-08-17T12:27:20.6948200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-08-17T12:27:20.6969202Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-08-17T12:27:20.7001107Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-08-17T12:27:20.7151609Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-08-17T12:27:20.7170024Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-08-17T12:27:20.7300188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-08-17T12:27:20.7308617Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-08-17T12:27:20.7412021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-08-17T12:27:20.7415121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:27:20.7437080Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:27:20.7444776Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-08-17T12:27:20.7799476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-08-17T12:27:20.7808996Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-08-17T12:27:20.7821222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-08-17T12:27:20.7855157Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-08-17T12:27:20.8303297Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-08-17T12:27:20.8309753Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-08-17T12:27:20.8480039Z [gw3] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-08-17T12:27:20.8493504Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-08-17T12:27:20.8525574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-08-17T12:27:20.8742631Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-08-17T12:27:20.8982735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:27:20.8987191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-08-17T12:27:20.9457693Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-08-17T12:27:20.9491685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-08-17T12:27:20.9898141Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-08-17T12:27:20.9938213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-08-17T12:27:21.0339707Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-08-17T12:27:21.0465763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-08-17T12:27:21.0477214Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-08-17T12:27:21.1070230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-08-17T12:27:21.1094210Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-08-17T12:27:21.2689841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-08-17T12:27:21.2717108Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-08-17T12:27:21.2813448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-08-17T12:27:21.3218606Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-08-17T12:27:21.3318366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-08-17T12:27:21.3648451Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-08-17T12:27:21.3676056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-08-17T12:27:21.3692660Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-08-17T12:27:21.3776546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-08-17T12:27:21.4063235Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-08-17T12:27:21.4280054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-08-17T12:27:21.4620400Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-08-17T12:27:21.4850573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-08-17T12:27:21.5025199Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-08-17T12:27:21.6750192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-08-17T12:27:21.6775007Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-08-17T12:27:21.7310436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-08-17T12:27:21.7321724Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-08-17T12:27:21.9311252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-08-17T12:27:21.9337292Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-08-17T12:27:22.6101490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-08-17T12:27:22.6176600Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-08-17T12:27:22.6226807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-08-17T12:27:22.6249561Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-08-17T12:27:23.3738473Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-08-17T12:27:23.3789347Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-08-17T12:27:23.4049480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-08-17T12:27:23.4086481Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-08-17T12:27:23.4136752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-08-17T12:27:23.4540730Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-08-17T12:27:23.4543297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-08-17T12:27:23.4981100Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-08-17T12:27:23.4983080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-08-17T12:27:23.5419086Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-08-17T12:27:23.5420904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-08-17T12:27:23.5857986Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-08-17T12:27:23.5862836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-08-17T12:27:23.6306523Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-08-17T12:27:23.6309072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-08-17T12:27:23.6739960Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-08-17T12:27:23.6740484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-08-17T12:27:23.7149456Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-08-17T12:27:23.7174802Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-08-17T12:27:23.7571256Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-08-17T12:27:23.7591906Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-08-17T12:27:23.7619628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-08-17T12:27:23.8285787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-08-17T12:27:23.8463456Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-08-17T12:27:23.8849332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-08-17T12:27:23.8991873Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-08-17T12:27:24.0553936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-08-17T12:27:24.0579123Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-08-17T12:27:24.0667465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-08-17T12:27:24.1096210Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-08-17T12:27:24.1105928Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-08-17T12:27:24.1579556Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-08-17T12:27:24.1701052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-08-17T12:27:24.1951938Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-08-17T12:27:24.2048867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-08-17T12:27:24.2433685Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-08-17T12:27:24.2444434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-08-17T12:27:24.2898874Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-08-17T12:27:24.2937469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-08-17T12:27:24.2951386Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-08-17T12:27:24.2972869Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-08-17T12:27:24.3266023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-08-17T12:27:24.3866187Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-08-17T12:27:24.3884044Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-08-17T12:27:24.3978839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-08-17T12:27:24.4379021Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-08-17T12:27:24.9425866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-08-17T12:27:24.9436770Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-08-17T12:27:24.9567107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-08-17T12:27:24.9616630Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-08-17T12:27:25.0495858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-08-17T12:27:25.0517384Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-08-17T12:27:25.0569155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-08-17T12:27:25.0591340Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-08-17T12:27:25.1520245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-08-17T12:27:25.1538437Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-08-17T12:27:25.5425206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-08-17T12:27:25.5453972Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-08-17T12:27:25.5498315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-08-17T12:27:25.5897994Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-08-17T12:27:25.5907297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-08-17T12:27:25.6337209Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-08-17T12:27:25.6342668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-08-17T12:27:25.6805764Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-08-17T12:27:25.6828389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-08-17T12:27:25.7303285Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-08-17T12:27:25.7312937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-08-17T12:27:25.7756533Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-08-17T12:27:25.7769274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-08-17T12:27:25.8217174Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-08-17T12:27:25.8222905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:25.8346587Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:25.8360739Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-08-17T12:27:25.8664166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-08-17T12:27:25.8696836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:27:25.9131211Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:27:25.9132202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:27:25.9573019Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:27:25.9577460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:27:26.0059400Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:27:26.0208187Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-08-17T12:27:26.0538801Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-08-17T12:27:26.0688333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-08-17T12:27:26.0952194Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-08-17T12:27:26.0958887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:27:26.1392411Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:27:26.1399241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:27:26.1582312Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:27:26.1608042Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-08-17T12:27:26.1858569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-08-17T12:27:26.2064083Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-08-17T12:27:26.2339478Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-08-17T12:27:26.2647335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-08-17T12:27:26.2981769Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-08-17T12:27:26.3280202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-08-17T12:27:26.3379669Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-08-17T12:27:26.3411910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:27:26.3848658Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:27:26.3853973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:27:26.4271293Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:27:26.4653862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-08-17T12:27:26.4704753Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-08-17T12:27:26.4755654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-08-17T12:27:26.5173040Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-08-17T12:27:26.5181892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-08-17T12:27:26.5617439Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-08-17T12:27:26.5621792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-08-17T12:27:26.6057820Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-08-17T12:27:26.6062051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-08-17T12:27:26.6472561Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-08-17T12:27:26.7076292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-08-17T12:27:26.7182288Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-08-17T12:27:26.7387711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-08-17T12:27:26.7778082Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-08-17T12:27:26.8165480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:27:26.8190542Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:27:26.8224876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:27:26.8654943Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:27:26.8663906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:27:26.9088491Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:27:26.9098041Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:26.9528596Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:27:26.9537631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:27:26.9969271Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:27:26.9975868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:27:27.0409639Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:27:27.0414626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:27:27.0857161Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:27:27.0861798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:27:27.1339357Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:27:27.1556667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-08-17T12:27:27.1570509Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-08-17T12:27:27.6962713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-08-17T12:27:27.6989261Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-08-17T12:27:27.7075339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-08-17T12:27:27.7499823Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-08-17T12:27:27.7748101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-08-17T12:27:27.7939759Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-08-17T12:27:27.8312394Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-08-17T12:27:27.8327133Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-08-17T12:27:27.8400286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-08-17T12:27:27.8426583Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-08-17T12:27:27.8875411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-08-17T12:27:27.8901753Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-08-17T12:27:27.9003356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-08-17T12:27:27.9419958Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-08-17T12:27:27.9665222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-08-17T12:27:27.9820372Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-08-17T12:27:28.0324545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-08-17T12:27:28.0348233Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-08-17T12:27:28.1112091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-08-17T12:27:28.1138809Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-08-17T12:27:28.1465992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-08-17T12:27:28.1623375Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-08-17T12:27:28.2002524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-08-17T12:27:28.2123870Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-08-17T12:27:28.3376188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-08-17T12:27:28.3395821Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-08-17T12:27:30.1626418Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-08-17T12:27:30.1643368Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-08-17T12:27:31.2946384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-08-17T12:27:31.2958353Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-08-17T12:27:31.7142003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-08-17T12:27:31.7164184Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-08-17T12:27:33.9815807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-08-17T12:27:33.9841308Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-08-17T12:27:34.4906438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-08-17T12:27:34.4932519Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-08-17T12:27:34.7507835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-08-17T12:27:34.7537303Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-08-17T12:27:35.1753412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-08-17T12:27:35.1769624Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-08-17T12:27:35.1807049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-08-17T12:27:35.1831454Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-08-17T12:27:35.2818299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-08-17T12:27:35.2850789Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-08-17T12:27:35.3147260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-08-17T12:27:35.3338167Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-08-17T12:27:36.0405369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-08-17T12:27:36.0437738Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-08-17T12:27:36.6970549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-08-17T12:27:36.6993400Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-08-17T12:27:37.0338224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-08-17T12:27:37.0368895Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-08-17T12:27:37.2552803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-08-17T12:27:37.2567389Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-08-17T12:27:37.9147387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-08-17T12:27:37.9161573Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-08-17T12:27:38.6272940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-08-17T12:27:38.6289632Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-08-17T12:27:39.0406027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-08-17T12:27:39.0430873Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-08-17T12:27:39.7373071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-08-17T12:27:39.7411914Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-08-17T12:27:40.4950284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-08-17T12:27:40.4965681Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-08-17T12:27:40.9155395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-08-17T12:27:40.9169182Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-08-17T12:27:41.8046721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-08-17T12:27:41.8071927Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-08-17T12:27:41.9729240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-08-17T12:27:41.9760489Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:27:42.7511817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-08-17T12:27:42.7536967Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-08-17T12:27:44.5218544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-08-17T12:27:44.5244989Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-08-17T12:27:45.6547442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-08-17T12:27:45.6575690Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-08-17T12:27:46.4341937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-08-17T12:27:46.4354586Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-08-17T12:27:46.7117354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-08-17T12:27:46.7143110Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-08-17T12:27:47.2188222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-08-17T12:27:47.2217198Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-08-17T12:27:47.3559179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-08-17T12:27:47.3589880Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-08-17T12:27:47.8386750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-08-17T12:27:47.8412960Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-08-17T12:27:48.9502426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-08-17T12:27:48.9517597Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-08-17T12:27:50.1347890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-08-17T12:27:50.1365096Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-08-17T12:27:50.4335292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-08-17T12:27:50.4352352Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-08-17T12:27:51.5968070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-08-17T12:27:51.5976092Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-08-17T12:27:51.6739329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-08-17T12:27:51.6755619Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-08-17T12:27:52.0867648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:27:52.0899512Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-08-17T12:27:52.7799275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-08-17T12:27:52.7831364Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-08-17T12:27:52.7943832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-08-17T12:27:52.8342546Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-08-17T12:27:52.8353482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-08-17T12:27:52.8741439Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-08-17T12:27:52.8828352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-08-17T12:27:52.9221546Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-08-17T12:27:52.9279438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-08-17T12:27:52.9659997Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-08-17T12:27:52.9713349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-08-17T12:27:52.9808544Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-08-17T12:27:52.9827596Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-08-17T12:27:53.0058616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-08-17T12:27:53.0127416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-08-17T12:27:53.0462428Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-08-17T12:27:53.0516064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-08-17T12:27:53.0538390Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-08-17T12:27:53.0579888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-08-17T12:27:53.0594280Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-08-17T12:27:53.0835082Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-08-17T12:27:53.0861313Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:27:53.0978180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-08-17T12:27:53.0987964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-08-17T12:27:53.0992286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-08-17T12:27:53.1013386Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-08-17T12:27:53.1384169Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-08-17T12:27:53.1400098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-08-17T12:27:53.1485699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-08-17T12:27:53.1569709Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-08-17T12:27:53.1865016Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-08-17T12:27:53.1871305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-08-17T12:27:53.1939453Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-08-17T12:27:53.2385931Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-08-17T12:27:53.2468879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-08-17T12:27:53.2656245Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-08-17T12:27:53.2675143Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-08-17T12:27:53.2831809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-08-17T12:27:53.2832305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-08-17T12:27:53.3272405Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-08-17T12:27:53.3272951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-08-17T12:27:53.3695255Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-08-17T12:27:53.3954037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-08-17T12:27:53.3975421Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-08-17T12:27:53.4102336Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-08-17T12:27:53.4384533Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-08-17T12:27:53.4525468Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-08-17T12:27:53.4824791Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-08-17T12:27:53.4985440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-08-17T12:27:53.5340522Z [gw1] [ 73%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-08-17T12:27:53.8108883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-08-17T12:27:53.8125576Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-08-17T12:27:53.9454125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-08-17T12:27:53.9474657Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-08-17T12:27:53.9507185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-08-17T12:27:53.9979760Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-08-17T12:27:54.1328750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-08-17T12:27:54.1357736Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-08-17T12:27:54.1455374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-08-17T12:27:54.1859754Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-08-17T12:27:54.2579263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-08-17T12:27:54.2605530Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-08-17T12:27:54.5316271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-08-17T12:27:54.5329632Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-08-17T12:27:55.0691526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-08-17T12:27:55.0717492Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-08-17T12:27:55.7479934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-08-17T12:27:55.7511226Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-08-17T12:27:56.4614333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-08-17T12:27:56.4643343Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-08-17T12:27:58.0681878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-08-17T12:27:58.0715367Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-08-17T12:27:58.8803119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-08-17T12:27:58.8829787Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-08-17T12:27:59.5014443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-08-17T12:27:59.5030739Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-08-17T12:27:59.6641238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-08-17T12:27:59.6739145Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-08-17T12:28:00.1831734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-08-17T12:28:00.1866406Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-08-17T12:28:00.5885676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-08-17T12:28:00.5899552Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-08-17T12:28:00.8804226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-08-17T12:28:00.8835999Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-08-17T12:28:01.0759988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-08-17T12:28:01.0786648Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-08-17T12:28:01.2140434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-08-17T12:28:01.2170095Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-08-17T12:28:01.2292046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-08-17T12:28:01.2699213Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-08-17T12:28:01.3609116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-08-17T12:28:01.3644861Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-08-17T12:28:01.4216169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-08-17T12:28:01.4247090Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-08-17T12:28:01.4638819Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-08-17T12:28:01.4669898Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-08-17T12:28:01.5840262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-08-17T12:28:01.5873039Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-08-17T12:28:01.5911702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-08-17T12:28:01.6394684Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-08-17T12:28:01.6401227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-08-17T12:28:01.6859128Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-08-17T12:28:01.7531055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-08-17T12:28:01.7551651Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-08-17T12:28:01.8136198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-08-17T12:28:01.8159522Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-08-17T12:28:01.8984019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-08-17T12:28:01.9009115Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-08-17T12:28:01.9520890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-08-17T12:28:01.9547974Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-08-17T12:28:01.9646722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-08-17T12:28:02.0020163Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-08-17T12:28:02.0473442Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-08-17T12:28:02.0487773Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-08-17T12:28:02.0499298Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-08-17T12:28:02.0523108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-08-17T12:28:02.0992154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-08-17T12:28:02.1018191Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-08-17T12:28:02.1311228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-08-17T12:28:02.1498058Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-08-17T12:28:02.1714431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-08-17T12:28:02.1982008Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-08-17T12:28:02.2232044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-08-17T12:28:02.2254508Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-08-17T12:28:02.7186937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-08-17T12:28:02.7212112Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-08-17T12:28:02.9953445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-08-17T12:28:02.9978110Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-08-17T12:28:03.3804367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-08-17T12:28:03.3830930Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-08-17T12:28:03.3938544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-08-17T12:28:03.3955928Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-08-17T12:28:03.4129627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-08-17T12:28:03.4304101Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-08-17T12:28:03.4315361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-08-17T12:28:03.4769252Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-08-17T12:28:03.4833603Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-08-17T12:28:03.5264953Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-08-17T12:28:03.5278066Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-08-17T12:28:03.5700220Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-08-17T12:28:03.6341555Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-08-17T12:28:03.6370301Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-08-17T12:28:03.6653973Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-08-17T12:28:03.6860162Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-08-17T12:28:03.7391014Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-08-17T12:28:03.7421912Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-08-17T12:28:03.8379420Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-08-17T12:28:03.8396535Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-08-17T12:28:03.9267494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-08-17T12:28:03.9303132Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-08-17T12:28:03.9550357Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-08-17T12:28:03.9800254Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-08-17T12:28:04.0016026Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-08-17T12:28:04.0299944Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-08-17T12:28:04.1015977Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-08-17T12:28:04.1072835Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-08-17T12:28:04.1344992Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-08-17T12:28:04.1581893Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-08-17T12:28:04.2402560Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-08-17T12:28:04.2422953Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-08-17T12:28:04.3828888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-08-17T12:28:04.3854333Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-08-17T12:28:04.6148219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-08-17T12:28:04.6166596Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-08-17T12:28:05.1121681Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-08-17T12:28:05.1153606Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-08-17T12:28:05.1414063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-08-17T12:28:05.1437840Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-08-17T12:28:05.2822357Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-08-17T12:28:05.2841914Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-08-17T12:28:05.4576013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-08-17T12:28:05.4603895Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-08-17T12:28:05.7012185Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-08-17T12:28:05.7026618Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-08-17T12:28:05.7132213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-08-17T12:28:05.7159866Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-08-17T12:28:05.7273252Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-08-17T12:28:05.7299344Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-08-17T12:28:05.7660406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-08-17T12:28:05.7686847Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-08-17T12:28:05.8309179Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-08-17T12:28:05.8338209Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-08-17T12:28:05.8843153Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-08-17T12:28:05.8867957Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-08-17T12:28:06.0361182Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-08-17T12:28:06.0398755Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-08-17T12:28:06.3924644Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-08-17T12:28:06.4070710Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-08-17T12:28:06.4660672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-08-17T12:28:06.4685320Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-08-17T12:28:06.9608909Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-08-17T12:28:06.9635951Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-08-17T12:28:07.0146247Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-08-17T12:28:07.0170854Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-08-17T12:28:07.2106460Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-08-17T12:28:07.2120746Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-08-17T12:28:07.2945435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-08-17T12:28:07.2970360Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-08-17T12:28:07.7697152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-08-17T12:28:07.7725666Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-08-17T12:28:08.1091767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-08-17T12:28:08.1112149Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-08-17T12:28:08.9327823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:28:08.9345077Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-08-17T12:28:09.2065329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-08-17T12:28:09.2096381Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-08-17T12:28:09.2332836Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-08-17T12:28:09.2359707Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-08-17T12:28:09.2981955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-08-17T12:28:09.3015364Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-08-17T12:28:09.4582953Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-08-17T12:28:09.4600379Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-08-17T12:28:09.7536207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-08-17T12:28:09.7555719Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-08-17T12:28:09.7579392Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-08-17T12:28:09.7728839Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-08-17T12:28:09.8046031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-08-17T12:28:09.8060436Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-08-17T12:28:09.8111433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-08-17T12:28:09.8171860Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-08-17T12:28:09.9032281Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-08-17T12:28:09.9060408Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-08-17T12:28:10.2107620Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-08-17T12:28:10.2125111Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-08-17T12:28:10.4598012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-08-17T12:28:10.4618799Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-08-17T12:28:10.4718565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-08-17T12:28:10.5103990Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-08-17T12:28:10.5163181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-08-17T12:28:10.5626180Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-08-17T12:28:10.5626935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-08-17T12:28:10.6019925Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-08-17T12:28:10.6089171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-08-17T12:28:10.6424297Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-08-17T12:28:10.6506274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-08-17T12:28:10.6864738Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-08-17T12:28:10.6941457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-08-17T12:28:10.7340113Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-08-17T12:28:10.7387307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-08-17T12:28:10.7824232Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-08-17T12:28:10.7833279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-08-17T12:28:10.8257447Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-08-17T12:28:10.8266822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-08-17T12:28:10.8692766Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-08-17T12:28:10.8701322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-08-17T12:28:10.9133588Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-08-17T12:28:10.9140634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-08-17T12:28:10.9618031Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-08-17T12:28:10.9627396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-08-17T12:28:10.9988398Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-08-17T12:28:11.0065014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-08-17T12:28:11.0463711Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-08-17T12:28:11.0534291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-08-17T12:28:11.0904103Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-08-17T12:28:11.0968683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-08-17T12:28:11.1344993Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-08-17T12:28:11.1368692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-08-17T12:28:11.1380417Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-08-17T12:28:11.1418630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-08-17T12:28:11.1783716Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-08-17T12:28:11.1858351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-08-17T12:28:11.2223523Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-08-17T12:28:11.2306209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-08-17T12:28:11.2664233Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-08-17T12:28:11.2734920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-08-17T12:28:11.3103569Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-08-17T12:28:11.3173935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-08-17T12:28:11.3544059Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-08-17T12:28:11.3612926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-08-17T12:28:11.3985171Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-08-17T12:28:11.4056251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-08-17T12:28:11.4425052Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-08-17T12:28:11.4492082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-08-17T12:28:11.4865214Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-08-17T12:28:11.4930660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-08-17T12:28:11.5075520Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-08-17T12:28:11.5089477Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-08-17T12:28:11.5304009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-08-17T12:28:11.5343763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-08-17T12:28:11.5744410Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-08-17T12:28:11.5787148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-08-17T12:28:11.6226376Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-08-17T12:28:11.6406087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-08-17T12:28:11.6666265Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-08-17T12:28:11.6799005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-08-17T12:28:11.7103279Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-08-17T12:28:11.7235789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-08-17T12:28:11.7558346Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-08-17T12:28:11.7684945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-08-17T12:28:11.7985181Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-08-17T12:28:11.8117359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-08-17T12:28:11.8467141Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-08-17T12:28:11.8648054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-08-17T12:28:11.8902896Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-08-17T12:28:11.9194221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-08-17T12:28:11.9344726Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-08-17T12:28:11.9356388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-08-17T12:28:11.9363781Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-08-17T12:28:11.9456088Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-08-17T12:28:11.9467712Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-08-17T12:28:11.9607131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-08-17T12:28:11.9782425Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-08-17T12:28:12.0055465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-08-17T12:28:12.0223148Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-08-17T12:28:12.0510990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-08-17T12:28:12.0663550Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-08-17T12:28:12.0904860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-08-17T12:28:12.1143770Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-08-17T12:28:12.1400356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-08-17T12:28:12.1584733Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-08-17T12:28:12.2258296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-08-17T12:28:12.2270967Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-08-17T12:28:12.2583579Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-08-17T12:28:12.2597245Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-08-17T12:28:13.0928759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-08-17T12:28:13.0941367Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-08-17T12:28:13.2244036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-08-17T12:28:13.2260511Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-08-17T12:28:13.7382683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-08-17T12:28:13.7396838Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-08-17T12:28:13.9471064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-08-17T12:28:13.9495847Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-08-17T12:28:13.9543296Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-08-17T12:28:14.0022388Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-08-17T12:28:14.0031001Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-08-17T12:28:14.0484438Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-08-17T12:28:14.0488171Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-08-17T12:28:14.0508408Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-08-17T12:28:14.0528836Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-08-17T12:28:14.0866075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-08-17T12:28:14.1157155Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-08-17T12:28:14.1344158Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-08-17T12:28:14.1657713Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-08-17T12:28:14.1826876Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-08-17T12:28:14.2604711Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-08-17T12:28:14.2643930Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-08-17T12:28:14.2927269Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-08-17T12:28:14.2944841Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-08-17T12:28:14.3185554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:28:14.3197968Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-08-17T12:28:14.3341382Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-08-17T12:28:14.3700381Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-08-17T12:28:14.3839417Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-08-17T12:28:14.4104904Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-08-17T12:28:14.4402145Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-08-17T12:28:14.4658535Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-08-17T12:28:14.4842137Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-08-17T12:28:14.5061853Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-08-17T12:28:14.5186729Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-08-17T12:28:14.5204854Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-08-17T12:28:14.5218274Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-08-17T12:28:14.5423019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-08-17T12:28:14.6361495Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-08-17T12:28:14.6501313Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-08-17T12:28:14.6921959Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-08-17T12:28:14.6939725Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-08-17T12:28:14.7112113Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-08-17T12:28:14.7131869Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-08-17T12:28:14.7227163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:28:14.7384115Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-08-17T12:28:14.7796894Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-08-17T12:28:14.7882763Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-08-17T12:28:14.7902252Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-08-17T12:28:14.8399566Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-08-17T12:28:14.8466541Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-08-17T12:28:14.8795287Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-08-17T12:28:14.8980665Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-08-17T12:28:14.9298038Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-08-17T12:28:14.9343660Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-08-17T12:28:14.9714748Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-08-17T12:28:14.9836318Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-08-17T12:28:15.0179555Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-08-17T12:28:15.0476439Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-08-17T12:28:15.0555972Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-08-17T12:28:15.1026654Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-08-17T12:28:15.1053516Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-08-17T12:28:15.1277458Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-08-17T12:28:15.1583070Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-08-17T12:28:15.1733424Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-08-17T12:28:15.2078372Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-08-17T12:28:15.2084993Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-08-17T12:28:15.2551972Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-08-17T12:28:15.2561007Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-08-17T12:28:15.2985599Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-08-17T12:28:15.3009594Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-08-17T12:28:15.3020712Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-08-17T12:28:15.3268424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:28:15.3584983Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-08-17T12:28:15.3644377Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-08-17T12:28:15.3811900Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-08-17T12:28:15.3817558Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-08-17T12:28:15.4027757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-08-17T12:28:15.4088569Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-08-17T12:28:15.4464568Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-08-17T12:28:15.4586709Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-08-17T12:28:15.4933921Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-08-17T12:28:15.5047915Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-08-17T12:28:15.5432567Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-08-17T12:28:15.5504352Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-08-17T12:28:15.5898676Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-08-17T12:28:15.8486485Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-08-17T12:28:15.8504244Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-08-17T12:28:15.8907217Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-08-17T12:28:15.8941934Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-08-17T12:28:15.9085339Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-08-17T12:28:15.9385850Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-08-17T12:28:15.9757553Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-08-17T12:28:15.9768687Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-08-17T12:28:15.9777016Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-08-17T12:28:15.9820700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:28:15.9895929Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-08-17T12:28:16.0263677Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-08-17T12:28:16.0347917Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-08-17T12:28:16.0778054Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-08-17T12:28:16.0790719Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-08-17T12:28:16.1299943Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-08-17T12:28:16.1442319Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-08-17T12:28:16.1699355Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-08-17T12:28:16.1798152Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-08-17T12:28:16.2179228Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-08-17T12:28:16.2657082Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-08-17T12:28:16.2682992Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-08-17T12:28:16.2789948Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-08-17T12:28:16.3180523Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-08-17T12:28:16.3302399Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-08-17T12:28:16.3339872Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-08-17T12:28:16.3378093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-08-17T12:28:16.3579888Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-08-17T12:28:16.3729382Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-08-17T12:28:16.3989175Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-08-17T12:28:17.4010925Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-08-17T12:28:17.4040818Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-08-17T12:28:17.4103297Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-08-17T12:28:17.4540480Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-08-17T12:28:17.4584037Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-08-17T12:28:17.4940732Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-08-17T12:28:17.4997762Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-08-17T12:28:17.5537152Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-08-17T12:28:17.9849649Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-08-17T12:28:18.0029345Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-08-17T12:28:18.0067682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-08-17T12:28:18.0080050Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:28:18.0959813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:28:18.0975180Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-08-17T12:28:18.2015972Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-08-17T12:28:18.2052319Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-08-17T12:28:18.3327766Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-08-17T12:28:18.3353100Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-08-17T12:28:18.3470361Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-08-17T12:28:18.3859183Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-08-17T12:28:18.3918122Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-08-17T12:28:18.4332755Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-08-17T12:28:18.4488852Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-08-17T12:28:18.4782037Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-08-17T12:28:18.4968540Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-08-17T12:28:18.5181115Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-08-17T12:28:18.5202404Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-08-17T12:28:18.5584249Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-08-17T12:28:18.5682469Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-08-17T12:28:18.6064383Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-08-17T12:28:18.7492394Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-08-17T12:28:18.7619659Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-08-17T12:28:18.7822149Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-08-17T12:28:18.8102447Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-08-17T12:28:18.8148586Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-08-17T12:28:18.8583559Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-08-17T12:28:18.8617153Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-08-17T12:28:18.8817283Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-08-17T12:28:18.8842595Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-08-17T12:28:18.9023682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-08-17T12:28:19.0156812Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-08-17T12:28:19.0276764Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-08-17T12:28:19.0316503Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-08-17T12:28:19.0742145Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-08-17T12:28:19.0949230Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-08-17T12:28:19.1243359Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-08-17T12:28:19.1245127Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-08-17T12:28:19.1691370Z [gw1] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-08-17T12:28:19.1695728Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-08-17T12:28:19.2130710Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-08-17T12:28:19.2137759Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-08-17T12:28:19.2578455Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-08-17T12:28:19.3020119Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-08-17T12:28:19.3029883Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-08-17T12:28:19.3038733Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-08-17T12:28:19.3060025Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-08-17T12:28:19.3089840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-08-17T12:28:19.3539367Z [gw1] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-08-17T12:28:19.3564651Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-08-17T12:28:19.3903296Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-08-17T12:28:19.3974189Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-08-17T12:28:19.4420949Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-08-17T12:28:19.4429932Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-08-17T12:28:19.4859570Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-08-17T12:28:19.5105784Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-08-17T12:28:19.5298467Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-08-17T12:28:19.5316071Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-08-17T12:28:19.5750965Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-08-17T12:28:19.6785384Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-08-17T12:28:19.6802389Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-08-17T12:28:19.6916072Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-08-17T12:28:19.7257946Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-08-17T12:28:19.7618279Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-08-17T12:28:19.7701906Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-08-17T12:28:19.8190037Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-08-17T12:28:19.8194699Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-08-17T12:28:19.8198137Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-08-17T12:28:19.8214364Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-08-17T12:28:19.8304994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-08-17T12:28:19.8623622Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-08-17T12:28:19.8835564Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-08-17T12:28:19.9103265Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-08-17T12:28:19.9431620Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-08-17T12:28:19.9582609Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-08-17T12:28:20.0011269Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-08-17T12:28:20.0035001Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:28:20.5547637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:28:20.5571423Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-08-17T12:28:20.5662383Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-08-17T12:28:20.5783714Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-08-17T12:28:20.5806684Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-08-17T12:28:20.6046845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-08-17T12:28:20.7861866Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-08-17T12:28:20.7862535Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-08-17T12:28:20.8144282Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-08-17T12:28:20.8163577Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-08-17T12:28:20.8666037Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-08-17T12:28:20.8687721Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-08-17T12:28:20.9037375Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-08-17T12:28:20.9192209Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-08-17T12:28:20.9196837Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-08-17T12:28:20.9699051Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-08-17T12:28:20.9719504Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-08-17T12:28:20.9835355Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-08-17T12:28:20.9855672Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-08-17T12:28:21.0139449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-08-17T12:28:21.0147335Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-08-17T12:28:21.0578301Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-08-17T12:28:21.0593162Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-08-17T12:28:21.0999883Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-08-17T12:28:21.1005816Z test_ops.py::TestCompositeComplianceCPU::test_operator_eig_cpu_float32 2022-08-17T12:28:21.1497224Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eig_cpu_float32 2022-08-17T12:28:21.2126258Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-08-17T12:28:21.2147169Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-08-17T12:28:21.2169574Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-08-17T12:28:21.2593630Z [gw1] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-08-17T12:28:21.2607011Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-08-17T12:28:21.3098817Z [gw1] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-08-17T12:28:21.3387576Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-08-17T12:28:21.3539731Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-08-17T12:28:21.3593690Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-08-17T12:28:21.3959953Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-08-17T12:28:21.3965599Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-08-17T12:28:21.4459957Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-08-17T12:28:21.4464862Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-08-17T12:28:21.4760412Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-08-17T12:28:21.4783857Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-08-17T12:28:21.4873556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-08-17T12:28:21.4878824Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-08-17T12:28:21.5049779Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-08-17T12:28:21.5225370Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-08-17T12:28:21.5265456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-08-17T12:28:21.5323369Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-08-17T12:28:21.5338623Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-08-17T12:28:21.5364327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:28:21.5399096Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-08-17T12:28:21.5664816Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-08-17T12:28:21.5703628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-08-17T12:28:21.5786907Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-08-17T12:28:21.6021322Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-08-17T12:28:21.6189483Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-08-17T12:28:21.6219231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-08-17T12:28:21.6429326Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-08-17T12:28:21.6586858Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-08-17T12:28:21.6659347Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-08-17T12:28:21.6666754Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-08-17T12:28:21.6801221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-08-17T12:28:21.6875476Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-08-17T12:28:21.7023673Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-08-17T12:28:21.7084616Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-08-17T12:28:21.7102035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-08-17T12:28:21.7538750Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-08-17T12:28:21.7985436Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-08-17T12:28:21.8010645Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-08-17T12:28:22.0500879Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-08-17T12:28:22.0662080Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-08-17T12:28:22.0847850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-08-17T12:28:22.1063487Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-08-17T12:28:22.1231915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-08-17T12:28:22.1505084Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-08-17T12:28:22.1682248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-08-17T12:28:22.1707027Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-08-17T12:28:22.1731966Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-08-17T12:28:22.1985027Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-08-17T12:28:22.2158257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-08-17T12:28:22.2425996Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-08-17T12:28:22.2731572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-08-17T12:28:22.2748002Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-08-17T12:28:22.2764410Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-08-17T12:28:22.2861559Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-08-17T12:28:22.2888112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-08-17T12:28:22.3043846Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-08-17T12:28:22.3324615Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-08-17T12:28:22.3346861Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-08-17T12:28:22.3347542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-08-17T12:28:22.3782119Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-08-17T12:28:22.3787503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-08-17T12:28:22.4230837Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-08-17T12:28:22.4237343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-08-17T12:28:22.4258688Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-08-17T12:28:22.4281218Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-08-17T12:28:22.4669988Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-08-17T12:28:22.4678031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-08-17T12:28:22.5107049Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-08-17T12:28:22.5113493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-08-17T12:28:22.5387746Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-08-17T12:28:22.5408668Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-08-17T12:28:22.5543561Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-08-17T12:28:22.5548167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-08-17T12:28:22.5942938Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-08-17T12:28:22.5976904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-08-17T12:28:22.6423395Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-08-17T12:28:22.6452594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-08-17T12:28:22.6897213Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-08-17T12:28:22.6905417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-08-17T12:28:22.7335972Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-08-17T12:28:22.7341312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-08-17T12:28:22.7824284Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-08-17T12:28:22.7828115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-08-17T12:28:22.8257618Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-08-17T12:28:22.8261324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-08-17T12:28:22.8367542Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-08-17T12:28:22.8395254Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-08-17T12:28:22.8667183Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-08-17T12:28:22.9250756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-08-17T12:28:22.9275763Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-08-17T12:28:23.1255010Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-08-17T12:28:23.1272614Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-08-17T12:28:23.2107810Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-08-17T12:28:23.2123486Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-08-17T12:28:23.2366093Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-08-17T12:28:23.2619685Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-08-17T12:28:23.3347410Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-08-17T12:28:23.3360861Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:28:24.0190619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:28:24.0216417Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-08-17T12:28:24.7604551Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-08-17T12:28:24.7629289Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-08-17T12:28:25.5038001Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-08-17T12:28:25.5072288Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-08-17T12:28:25.6289335Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-08-17T12:28:25.6465002Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-08-17T12:28:25.7423201Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-08-17T12:28:25.7447809Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-08-17T12:28:25.8354826Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-08-17T12:28:25.8382380Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-08-17T12:28:25.9382091Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-08-17T12:28:25.9408072Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-08-17T12:28:25.9940104Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-08-17T12:28:25.9965231Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:28:26.2284656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:28:26.2307338Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-08-17T12:28:26.2324214Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-08-17T12:28:26.2345258Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-08-17T12:28:26.5831275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-08-17T12:28:26.5872444Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-08-17T12:28:26.5976287Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-08-17T12:28:26.6378348Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-08-17T12:28:26.6405146Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-08-17T12:28:26.6819136Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-08-17T12:28:26.7064119Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-08-17T12:28:26.7242729Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-08-17T12:28:26.7248718Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-08-17T12:28:26.7680762Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-08-17T12:28:26.7685918Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-08-17T12:28:26.8144842Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-08-17T12:28:26.8154028Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-08-17T12:28:26.8620379Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-08-17T12:28:26.9146323Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-08-17T12:28:26.9174302Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-08-17T12:28:26.9223428Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-08-17T12:28:26.9659361Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-08-17T12:28:26.9945474Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-08-17T12:28:27.0020540Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-08-17T12:28:27.0652762Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-08-17T12:28:27.0678095Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-08-17T12:28:27.0823926Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-08-17T12:28:27.0837252Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-08-17T12:28:27.0963558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-08-17T12:28:27.1176886Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-08-17T12:28:27.1267834Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-08-17T12:28:27.1599306Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-08-17T12:28:27.1608719Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-08-17T12:28:27.2040170Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-08-17T12:28:27.2051377Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-08-17T12:28:27.2498592Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-08-17T12:28:27.2784777Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-08-17T12:28:27.2981843Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-08-17T12:28:27.2986037Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-08-17T12:28:27.3425366Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-08-17T12:28:27.3430737Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-08-17T12:28:27.3555380Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-08-17T12:28:27.3883166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:28:27.3905808Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-08-17T12:28:27.4062626Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-08-17T12:28:27.4459873Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-08-17T12:28:27.4587729Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-08-17T12:28:27.4825027Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-08-17T12:28:27.5313122Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-08-17T12:28:27.5329236Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-08-17T12:28:27.5343563Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-08-17T12:28:27.5772878Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-08-17T12:28:27.5782743Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-08-17T12:28:27.6244762Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-08-17T12:28:27.6254896Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-08-17T12:28:27.6680462Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-08-17T12:28:27.6690207Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-08-17T12:28:27.7140113Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-08-17T12:28:27.7510995Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-08-17T12:28:27.7622185Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-08-17T12:28:27.8505571Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-08-17T12:28:27.8534457Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-08-17T12:28:27.8594292Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-08-17T12:28:27.9062266Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-08-17T12:28:27.9074149Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-08-17T12:28:27.9501579Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-08-17T12:28:27.9536550Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-08-17T12:28:27.9921852Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-08-17T12:28:27.9940092Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-08-17T12:28:28.0382893Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-08-17T12:28:28.0385130Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-08-17T12:28:28.0858876Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-08-17T12:28:28.1082990Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-08-17T12:28:28.1260249Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-08-17T12:28:28.1709702Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-08-17T12:28:28.1746097Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-08-17T12:28:28.3470879Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-08-17T12:28:28.3494928Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-08-17T12:28:28.4213455Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-08-17T12:28:28.4238572Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-08-17T12:28:28.5152190Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-08-17T12:28:28.5177339Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-08-17T12:28:28.6586381Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-08-17T12:28:28.6604847Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-08-17T12:28:28.7086248Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-08-17T12:28:28.7110422Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-08-17T12:28:28.7337814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:28:28.7358383Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-08-17T12:28:28.8253055Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-08-17T12:28:28.8281628Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-08-17T12:28:28.8521213Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-08-17T12:28:28.8542090Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-08-17T12:28:30.3937677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-08-17T12:28:30.3976555Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-08-17T12:28:32.6279405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:28:32.6299152Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-08-17T12:28:33.6630640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:28:33.6658154Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-08-17T12:28:33.9728983Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-08-17T12:28:33.9753878Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-08-17T12:28:34.1616988Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-08-17T12:28:34.1648742Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-08-17T12:28:34.1977004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:28:34.1993965Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-08-17T12:28:34.2083303Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-08-17T12:28:34.2499423Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-08-17T12:28:34.2712772Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-08-17T12:28:34.2914807Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-08-17T12:28:34.2915338Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-08-17T12:28:34.3369394Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-08-17T12:28:34.3384634Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-08-17T12:28:34.3816385Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-08-17T12:28:34.3820504Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-08-17T12:28:34.4243969Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-08-17T12:28:34.4249214Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-08-17T12:28:34.4627071Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-08-17T12:28:34.4670681Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-08-17T12:28:34.4935959Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-08-17T12:28:34.4955625Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-08-17T12:28:34.5112629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-08-17T12:28:34.5118244Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-08-17T12:28:34.5571902Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-08-17T12:28:34.5577593Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-08-17T12:28:34.6026575Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-08-17T12:28:34.6031196Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-08-17T12:28:34.6538839Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-08-17T12:28:34.7098245Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-08-17T12:28:34.7119154Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-08-17T12:28:34.7343542Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-08-17T12:28:34.7618889Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-08-17T12:28:34.7780122Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-08-17T12:28:34.8025180Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-08-17T12:28:34.8912989Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-08-17T12:28:34.8936945Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-08-17T12:28:34.8962478Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-08-17T12:28:34.9458948Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-08-17T12:28:34.9468079Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-08-17T12:28:34.9833084Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-08-17T12:28:34.9905404Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-08-17T12:28:35.0339690Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-08-17T12:28:35.0348711Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-08-17T12:28:35.0708431Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-08-17T12:28:35.0722464Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-08-17T12:28:35.0733199Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-08-17T12:28:35.0784183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-08-17T12:28:35.1252840Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-08-17T12:28:35.1258642Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-08-17T12:28:35.1660146Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-08-17T12:28:35.2013750Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:35.2063378Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:35.2371946Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:35.2622243Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:35.2643444Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:35.3064816Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:35.3085834Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:35.3564246Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:35.3570499Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-08-17T12:28:35.4024647Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-08-17T12:28:35.4035197Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-08-17T12:28:35.4459408Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-08-17T12:28:35.4907710Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:28:35.4932221Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:28:35.5241130Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:28:35.5344591Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:28:35.5403916Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-08-17T12:28:35.5796188Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-08-17T12:28:35.5839990Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-08-17T12:28:35.6234744Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-08-17T12:28:35.6242216Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-08-17T12:28:35.6257299Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-08-17T12:28:35.6288561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-08-17T12:28:35.6366703Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-08-17T12:28:35.6382664Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-08-17T12:28:35.6765885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:28:35.7156738Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:28:35.7175513Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:28:35.7205596Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:28:35.7584930Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:28:35.7671626Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-08-17T12:28:35.8065666Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-08-17T12:28:35.8135607Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-08-17T12:28:35.8505347Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-08-17T12:28:35.8577131Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-08-17T12:28:35.9023465Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-08-17T12:28:35.9031093Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-08-17T12:28:35.9466345Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-08-17T12:28:35.9479615Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-08-17T12:28:35.9851170Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-08-17T12:28:35.9962287Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-08-17T12:28:36.0343382Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-08-17T12:28:36.0353030Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-08-17T12:28:36.0780251Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-08-17T12:28:36.0987164Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:28:36.1158515Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:28:36.1242727Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:28:36.1697723Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:28:36.1707467Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:28:36.2090628Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:28:36.2100048Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:36.2573023Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:36.2579990Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:36.3010811Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:36.3017375Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:36.3450496Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:36.3460423Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:36.3829158Z [gw1] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:36.3847854Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-08-17T12:28:36.3927498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-08-17T12:28:36.3934099Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:28:36.4378914Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:28:36.4704536Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-08-17T12:28:36.5001144Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-08-17T12:28:36.6027155Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-08-17T12:28:36.6058115Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-08-17T12:28:36.6222408Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-08-17T12:28:36.6539764Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-08-17T12:28:36.6611616Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-08-17T12:28:36.6979626Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-08-17T12:28:36.7184682Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-08-17T12:28:36.7392552Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-08-17T12:28:36.7397246Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-08-17T12:28:36.7851469Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-08-17T12:28:36.7857010Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-08-17T12:28:36.8299514Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-08-17T12:28:36.8386497Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-08-17T12:28:36.8779103Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-08-17T12:28:36.9025719Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-08-17T12:28:36.9217477Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-08-17T12:28:36.9266430Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-08-17T12:28:36.9699666Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-08-17T12:28:36.9933640Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-08-17T12:28:37.0020706Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-08-17T12:28:37.2068343Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-08-17T12:28:37.2091210Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-08-17T12:28:37.2666575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-08-17T12:28:37.2686607Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-08-17T12:28:37.6106768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:28:37.6182420Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-08-17T12:28:37.6733519Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-08-17T12:28:37.6745814Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-08-17T12:28:37.7405483Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-08-17T12:28:37.7546574Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-08-17T12:28:37.7669037Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-08-17T12:28:37.7984251Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-08-17T12:28:37.8720520Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-08-17T12:28:37.8735164Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-08-17T12:28:38.2172776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-08-17T12:28:38.2200008Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:28:38.4011753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:28:38.4035945Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-08-17T12:28:39.0092153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-08-17T12:28:39.0237190Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-08-17T12:28:39.1387894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-08-17T12:28:39.1401469Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-08-17T12:28:39.4417381Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-08-17T12:28:39.4450793Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:28:39.6444045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:28:39.6469950Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-08-17T12:28:40.9345378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-08-17T12:28:40.9370024Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-08-17T12:28:42.0750888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:28:42.0789891Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-08-17T12:28:42.7129698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-08-17T12:28:42.7155022Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-08-17T12:28:44.6961617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:28:44.6986767Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-08-17T12:28:45.6263286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-08-17T12:28:45.6276316Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-08-17T12:28:45.6328361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:45.6744302Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:45.6755867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:45.7224283Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:45.7231778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:45.7627267Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:45.7680729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-08-17T12:28:45.8123000Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-08-17T12:28:45.8131380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-08-17T12:28:45.8554154Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-08-17T12:28:45.8578100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:28:45.9018190Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:28:45.9018927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:28:45.9385530Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:28:45.9431729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-08-17T12:28:45.9825539Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-08-17T12:28:45.9879848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-08-17T12:28:46.0265075Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-08-17T12:28:46.0313908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-08-17T12:28:46.0704866Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-08-17T12:28:46.0769649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:28:46.0833796Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:28:46.0845903Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-08-17T12:28:46.1187197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-08-17T12:28:46.1198802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:28:46.1635550Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:28:46.1658171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-08-17T12:28:46.2068371Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-08-17T12:28:46.2074941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-08-17T12:28:46.2466033Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-08-17T12:28:46.2511021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-08-17T12:28:46.2906699Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-08-17T12:28:46.2966577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-08-17T12:28:46.3400006Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-08-17T12:28:46.3408435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-08-17T12:28:46.3813730Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-08-17T12:28:46.3838090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-08-17T12:28:46.4238179Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-08-17T12:28:46.4288246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-08-17T12:28:46.4780773Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-08-17T12:28:46.4792538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:28:46.5195818Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:28:46.5203193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:28:46.5635601Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:28:46.5641842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:28:46.5844856Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:28:46.5859307Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-08-17T12:28:46.6025233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-08-17T12:28:46.6054979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:46.6502121Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:28:46.6510703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:46.6905046Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:28:46.6929437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:46.7343865Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:28:46.7364222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:46.7784465Z [gw0] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:28:46.7810107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:28:46.8291502Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:28:46.8301798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-08-17T12:28:46.8732683Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-08-17T12:28:46.8741990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-08-17T12:28:46.9160124Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-08-17T12:28:46.9169491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-08-17T12:28:46.9587157Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-08-17T12:28:46.9607700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-08-17T12:28:47.0029176Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-08-17T12:28:47.0061804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-08-17T12:28:47.0485421Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-08-17T12:28:47.0494515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-08-17T12:28:47.0939373Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-08-17T12:28:47.0960989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-08-17T12:28:47.1233411Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-08-17T12:28:47.1248843Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-08-17T12:28:47.1308040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-08-17T12:28:47.1382013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-08-17T12:28:47.1812323Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-08-17T12:28:47.1839680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-08-17T12:28:47.2255040Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-08-17T12:28:47.2259240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-08-17T12:28:47.2740117Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-08-17T12:28:47.2900224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-08-17T12:28:47.3143056Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-08-17T12:28:47.3154942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-08-17T12:28:47.3573151Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-08-17T12:28:47.3683680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-08-17T12:28:47.4019381Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-08-17T12:28:47.4052304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-08-17T12:28:47.4412133Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-08-17T12:28:47.4448776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-08-17T12:28:47.4873926Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-08-17T12:28:47.4927684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-08-17T12:28:47.5332013Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-08-17T12:28:47.5447793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-08-17T12:28:47.5746239Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-08-17T12:28:47.5865994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-08-17T12:28:47.6186055Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-08-17T12:28:47.6222052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-08-17T12:28:47.6233137Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-08-17T12:28:47.6266355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-08-17T12:28:47.6625984Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-08-17T12:28:47.6678309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-08-17T12:28:47.7067457Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-08-17T12:28:47.7554991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-08-17T12:28:47.7579579Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-08-17T12:28:47.8130095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-08-17T12:28:47.8151376Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-08-17T12:28:47.8522843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-08-17T12:28:47.8535480Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-08-17T12:28:47.9906692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-08-17T12:28:47.9917995Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-08-17T12:28:48.0778725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-08-17T12:28:48.0794049Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-08-17T12:28:48.1497743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-08-17T12:28:48.1511606Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-08-17T12:28:48.1932675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-08-17T12:28:48.1947259Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-08-17T12:28:48.2195263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-08-17T12:28:48.2345716Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-08-17T12:28:48.2541352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-08-17T12:28:48.2785538Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-08-17T12:28:48.2894882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-08-17T12:28:48.2922288Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-08-17T12:28:48.2933321Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-08-17T12:28:48.3101225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-08-17T12:28:48.3222927Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-08-17T12:28:48.3281894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-08-17T12:28:48.3342022Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-08-17T12:28:48.3482981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-08-17T12:28:48.3663038Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-08-17T12:28:48.3783703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-08-17T12:28:48.3963521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-08-17T12:28:48.4223518Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-08-17T12:28:48.4519048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-08-17T12:28:48.4663439Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-08-17T12:28:48.4955138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-08-17T12:28:48.5104169Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-08-17T12:28:48.5446973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-08-17T12:28:48.5543012Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-08-17T12:28:48.5830734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-08-17T12:28:48.5982238Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-08-17T12:28:48.6219054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-08-17T12:28:48.6421926Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-08-17T12:28:48.6467093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-08-17T12:28:48.6474939Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-08-17T12:28:48.6662981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-08-17T12:28:48.6861927Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-08-17T12:28:48.7091938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-08-17T12:28:48.7302859Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-08-17T12:28:48.7549763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-08-17T12:28:48.7645650Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-08-17T12:28:48.7653157Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-08-17T12:28:48.7740404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-08-17T12:28:48.7977196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-08-17T12:28:48.8181845Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-08-17T12:28:48.8218051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-08-17T12:28:48.8622728Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-08-17T12:28:48.8664002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-08-17T12:28:48.9062763Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-08-17T12:28:48.9100652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-08-17T12:28:48.9571035Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-08-17T12:28:48.9571547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-08-17T12:28:48.9847770Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-08-17T12:28:48.9861827Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-08-17T12:28:48.9942650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-08-17T12:28:48.9988143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-08-17T12:28:49.0011540Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-08-17T12:28:49.0262934Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-08-17T12:28:49.0335915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-08-17T12:28:49.0384588Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-08-17T12:28:49.0414706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-08-17T12:28:49.0702073Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-08-17T12:28:49.0781607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-08-17T12:28:49.0820081Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-08-17T12:28:49.0847511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-08-17T12:28:49.1139853Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-08-17T12:28:49.1191012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-08-17T12:28:49.1260152Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-08-17T12:28:49.1286958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-08-17T12:28:49.1582073Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-08-17T12:28:49.1667196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-08-17T12:28:49.1699428Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-08-17T12:28:49.1726618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-08-17T12:28:49.2022019Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-08-17T12:28:49.2078808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-08-17T12:28:49.2141381Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-08-17T12:28:49.2208945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-08-17T12:28:49.2461870Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-08-17T12:28:49.2582162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-08-17T12:28:49.2592758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-08-17T12:28:49.2640046Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-08-17T12:28:49.2901949Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-08-17T12:28:49.2977225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-08-17T12:28:49.3019739Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-08-17T12:28:49.3093317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-08-17T12:28:49.3342120Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-08-17T12:28:49.3398283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-08-17T12:28:49.3460072Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-08-17T12:28:49.3533187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-08-17T12:28:49.3783476Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-08-17T12:28:49.3826961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-08-17T12:28:49.3902439Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-08-17T12:28:49.3986911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-08-17T12:28:49.4223745Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-08-17T12:28:49.4297510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-08-17T12:28:49.4342370Z [gw0] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-08-17T12:28:49.4414963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-08-17T12:28:49.4663317Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-08-17T12:28:49.4709287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-08-17T12:28:49.4782893Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-08-17T12:28:49.4857045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-08-17T12:28:49.5104326Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-08-17T12:28:49.5223451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-08-17T12:28:49.5259173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-08-17T12:28:49.5296184Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-08-17T12:28:49.5543134Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-08-17T12:28:49.5623191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-08-17T12:28:49.5701818Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-08-17T12:28:49.5766133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-08-17T12:28:49.5983272Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-08-17T12:28:49.6030646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-08-17T12:28:49.6144524Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-08-17T12:28:49.6204541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-08-17T12:28:49.6424338Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-08-17T12:28:49.6463433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-08-17T12:28:49.6584045Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-08-17T12:28:49.6655559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-08-17T12:28:49.6864174Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-08-17T12:28:49.7024486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-08-17T12:28:49.7115394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-08-17T12:28:49.7173460Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-08-17T12:28:49.7304174Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-08-17T12:28:49.7465338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-08-17T12:28:49.7535664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-08-17T12:28:49.7581968Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-08-17T12:28:49.7743971Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-08-17T12:28:49.7976874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-08-17T12:28:50.0919864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-08-17T12:28:50.0934705Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-08-17T12:28:50.1296486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-08-17T12:28:50.1341086Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-08-17T12:28:50.1448817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-08-17T12:28:50.1820888Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-08-17T12:28:50.1833177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-08-17T12:28:50.2225061Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-08-17T12:28:50.2275083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-08-17T12:28:50.2710063Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-08-17T12:28:50.3634538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-08-17T12:28:50.3657329Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-08-17T12:28:50.4117473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-08-17T12:28:50.4136857Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-08-17T12:28:50.4282490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-08-17T12:28:50.4543645Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-08-17T12:28:50.4628043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-08-17T12:28:50.4931776Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-08-17T12:28:50.4940495Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-08-17T12:28:50.5020462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-08-17T12:28:50.5110831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-08-17T12:28:50.5526237Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-08-17T12:28:50.5541405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-08-17T12:28:50.6018430Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-08-17T12:28:50.6093492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-08-17T12:28:50.6441983Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-08-17T12:28:50.6450365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-08-17T12:28:50.6802672Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-08-17T12:28:50.6950456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-08-17T12:28:50.7311425Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-08-17T12:28:50.7319617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-08-17T12:28:50.7715019Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-08-17T12:28:50.7823024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-08-17T12:28:50.8178114Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-08-17T12:28:50.8283706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-08-17T12:28:50.8586136Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-08-17T12:28:50.9194324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-08-17T12:28:50.9206678Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-08-17T12:28:50.9571112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-08-17T12:28:50.9659996Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-08-17T12:28:50.9712764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-08-17T12:28:51.0180134Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-08-17T12:28:51.0253278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-08-17T12:28:51.0377156Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-08-17T12:28:51.0385347Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-08-17T12:28:51.0540958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-08-17T12:28:51.0614067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-08-17T12:28:51.1057467Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-08-17T12:28:51.1265197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-08-17T12:28:51.1500396Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-08-17T12:28:51.1509249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-08-17T12:28:51.2060680Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-08-17T12:28:51.2284990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-08-17T12:28:51.2498816Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-08-17T12:28:51.2902015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-08-17T12:28:51.2999055Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-08-17T12:28:51.3958857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-08-17T12:28:51.3977592Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-08-17T12:28:51.6452411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-08-17T12:28:51.6467356Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-08-17T12:28:51.6644413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-08-17T12:28:51.6864709Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-08-17T12:28:51.6972701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-08-17T12:28:51.7303502Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-08-17T12:28:51.7419357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-08-17T12:28:51.7785065Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-08-17T12:28:51.7887735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-08-17T12:28:51.8226964Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-08-17T12:28:51.8282922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-08-17T12:28:51.8518246Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-08-17T12:28:51.8526435Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-08-17T12:28:51.8663501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-08-17T12:28:51.8702463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-08-17T12:28:51.9104922Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-08-17T12:28:51.9166747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-08-17T12:28:51.9545050Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-08-17T12:28:51.9577115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-08-17T12:28:52.0025145Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-08-17T12:28:52.0025626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-08-17T12:28:52.0507458Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-08-17T12:28:52.0508254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-08-17T12:28:52.0924659Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-08-17T12:28:52.0925144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-08-17T12:28:52.1355143Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-08-17T12:28:52.1355901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-08-17T12:28:52.1820527Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-08-17T12:28:52.2030182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-08-17T12:28:52.2263037Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-08-17T12:28:52.2264673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-08-17T12:28:52.2691225Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-08-17T12:28:52.2692307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-08-17T12:28:52.3112933Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-08-17T12:28:52.3113762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-08-17T12:28:52.3593711Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-08-17T12:28:52.3602779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-08-17T12:28:52.3981539Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-08-17T12:28:52.4013308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-08-17T12:28:52.4500728Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-08-17T12:28:52.4537708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-08-17T12:28:52.4872745Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-08-17T12:28:52.4904116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-08-17T12:28:52.5379247Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-08-17T12:28:52.5734764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-08-17T12:28:52.5790075Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-08-17T12:28:52.5860261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-08-17T12:28:52.6223047Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-08-17T12:28:52.6272241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-08-17T12:28:52.6663932Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-08-17T12:28:52.6716102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-08-17T12:28:52.7102376Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-08-17T12:28:52.7564034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-08-17T12:28:52.7576566Z [gw0] [ 76%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-08-17T12:28:52.7640512Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-08-17T12:28:52.7984584Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-08-17T12:28:52.8087727Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-08-17T12:28:52.8464022Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-08-17T12:28:52.8589704Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-08-17T12:28:52.8603459Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-08-17T12:28:52.9350590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-08-17T12:28:52.9359773Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-08-17T12:28:53.0153187Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-08-17T12:28:53.0167965Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-08-17T12:28:53.1694318Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-08-17T12:28:53.1777074Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-08-17T12:28:53.7778884Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-08-17T12:28:53.7790981Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-08-17T12:28:53.8908721Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-08-17T12:28:53.8939426Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-08-17T12:28:54.0216983Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-08-17T12:28:54.0234538Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-08-17T12:28:54.0968300Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-08-17T12:28:54.0982148Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-08-17T12:28:54.1808151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-08-17T12:28:54.1823913Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-08-17T12:28:54.2549117Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-08-17T12:28:54.2563424Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-08-17T12:28:54.3088685Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-08-17T12:28:54.3097371Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-08-17T12:28:54.5392219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-08-17T12:28:54.5398066Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-08-17T12:28:54.8324030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-08-17T12:28:54.8336851Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-08-17T12:28:55.3096436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-08-17T12:28:55.3105946Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-08-17T12:28:55.3828213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-08-17T12:28:55.3840290Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-08-17T12:28:55.6073845Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-08-17T12:28:55.6083161Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-08-17T12:28:56.1103452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-08-17T12:28:56.1119520Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-08-17T12:28:56.4915986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-08-17T12:28:56.4924534Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-08-17T12:28:56.6471535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-08-17T12:28:56.6482939Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-08-17T12:28:56.7643391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-08-17T12:28:56.7669922Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-08-17T12:28:56.7767908Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-08-17T12:28:56.8114171Z [gw0] [ 76%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-08-17T12:28:56.8127492Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-08-17T12:28:56.8140650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-08-17T12:28:57.0112820Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-08-17T12:28:57.0136442Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-08-17T12:28:57.1530357Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-08-17T12:28:57.1554793Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-08-17T12:28:57.5601118Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-08-17T12:28:57.5625032Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-08-17T12:28:57.5707088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-08-17T12:28:57.6061552Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-08-17T12:28:57.6123797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-08-17T12:28:57.6503353Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-08-17T12:28:57.6650341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-08-17T12:28:57.6942887Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-08-17T12:28:57.7096291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-08-17T12:28:57.7384166Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-08-17T12:28:57.7478542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-08-17T12:28:57.7823662Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-08-17T12:28:57.7964254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-08-17T12:28:57.8264712Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-08-17T12:28:57.8357314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-08-17T12:28:57.8705296Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-08-17T12:28:57.8850303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-08-17T12:28:57.9142192Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-08-17T12:28:57.9252573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-08-17T12:28:57.9663402Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-08-17T12:28:57.9910845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-08-17T12:28:58.0100996Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-08-17T12:28:58.0174312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-08-17T12:28:58.0543833Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-08-17T12:28:58.0613667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-08-17T12:28:58.0984144Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-08-17T12:28:58.1057104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-08-17T12:28:58.1329778Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-08-17T12:28:58.1352521Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-08-17T12:28:58.1423935Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-08-17T12:28:58.1499015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-08-17T12:28:58.1863391Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-08-17T12:28:58.1932100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-08-17T12:28:58.2380775Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-08-17T12:28:58.2384859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-08-17T12:28:58.2749365Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-08-17T12:28:58.2816858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-08-17T12:28:58.3257939Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-08-17T12:28:58.3263344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-08-17T12:28:58.3653779Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-08-17T12:28:58.3690574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-08-17T12:28:58.4127298Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-08-17T12:28:58.4135915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-08-17T12:28:58.4498564Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-08-17T12:28:58.4532960Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-08-17T12:28:58.4549816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-08-17T12:28:58.4598293Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-08-17T12:28:58.4987521Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-08-17T12:28:58.4993755Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-08-17T12:28:58.5029914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-08-17T12:28:58.5049667Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-08-17T12:28:58.5148206Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-08-17T12:28:58.5384310Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-08-17T12:28:58.5458991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-08-17T12:28:58.5473620Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-08-17T12:28:58.5770316Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-08-17T12:28:58.5822401Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-08-17T12:28:58.5886821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-08-17T12:28:58.5904307Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-08-17T12:28:58.6233944Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-08-17T12:28:58.6262074Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-08-17T12:28:58.6326759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-08-17T12:28:58.6343263Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-08-17T12:28:58.6391344Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-08-17T12:28:58.6704256Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-08-17T12:28:58.6771172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-08-17T12:28:58.6784516Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-08-17T12:28:58.6826496Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-08-17T12:28:58.7144034Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-08-17T12:28:58.7221699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:28:58.7253165Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-08-17T12:28:58.7323516Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-08-17T12:28:58.7582570Z [gw1] [ 76%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-08-17T12:28:58.7660925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-08-17T12:28:58.7680518Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-08-17T12:28:58.7897182Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-08-17T12:28:58.8022293Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-08-17T12:28:58.8101045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-08-17T12:28:58.8135334Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-08-17T12:28:58.8464115Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-08-17T12:28:58.8558297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-08-17T12:28:58.8903613Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-08-17T12:28:58.8995920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-08-17T12:28:58.9137492Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-08-17T12:28:58.9148512Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-08-17T12:28:58.9170866Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-08-17T12:28:58.9342537Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-08-17T12:28:58.9422683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-08-17T12:28:58.9582135Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-08-17T12:28:58.9811443Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-08-17T12:28:58.9829315Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-08-17T12:28:58.9911665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-08-17T12:28:59.0021106Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-08-17T12:28:59.0058376Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-08-17T12:28:59.0262978Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-08-17T12:28:59.0344428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-08-17T12:28:59.0462253Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-08-17T12:28:59.0585723Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-08-17T12:28:59.0701798Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-08-17T12:28:59.0772247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-08-17T12:28:59.0900610Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-08-17T12:28:59.1142774Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-08-17T12:28:59.1224035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-08-17T12:28:59.1493591Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-08-17T12:28:59.1502953Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-08-17T12:28:59.1645772Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-08-17T12:28:59.1654171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-08-17T12:28:59.1662755Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-08-17T12:28:59.1675430Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-08-17T12:28:59.2021819Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-08-17T12:28:59.2107706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-08-17T12:28:59.2193100Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-08-17T12:28:59.2207539Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-08-17T12:28:59.2722197Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-08-17T12:28:59.2852305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-08-17T12:28:59.3003628Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-08-17T12:28:59.3014446Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-08-17T12:28:59.3177787Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-08-17T12:28:59.3255102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-08-17T12:28:59.3658876Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-08-17T12:28:59.3715438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-08-17T12:28:59.4140807Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-08-17T12:28:59.4176438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-08-17T12:28:59.4507284Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-08-17T12:28:59.4737038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-08-17T12:28:59.4948059Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-08-17T12:28:59.5231274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-08-17T12:28:59.5308806Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-08-17T12:28:59.5328326Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-08-17T12:28:59.5382977Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-08-17T12:28:59.5512804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-08-17T12:28:59.5940292Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-08-17T12:28:59.6106738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-08-17T12:28:59.6276270Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-08-17T12:28:59.6631352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-08-17T12:28:59.6703646Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-08-17T12:28:59.6975544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-08-17T12:28:59.6991173Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-08-17T12:28:59.7249550Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-08-17T12:28:59.7434252Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-08-17T12:28:59.7445942Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-08-17T12:28:59.7455178Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:28:59.7489824Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-08-17T12:28:59.7851136Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-08-17T12:28:59.7863976Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:28:59.7901362Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-08-17T12:28:59.8204915Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:28:59.8305519Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-08-17T12:28:59.8322618Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-08-17T12:28:59.8341042Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:28:59.8483534Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-08-17T12:28:59.8552997Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-08-17T12:28:59.8742611Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-08-17T12:28:59.8782429Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-08-17T12:28:59.9170584Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-08-17T12:28:59.9189935Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-08-17T12:29:00.1780376Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-08-17T12:29:00.1793082Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-08-17T12:29:00.2552086Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-08-17T12:29:00.2578387Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-08-17T12:29:00.4527587Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-08-17T12:29:00.4533559Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-08-17T12:29:00.5648331Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-08-17T12:29:00.5662928Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-08-17T12:29:00.7007202Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-08-17T12:29:00.7021203Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-08-17T12:29:01.8738359Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-08-17T12:29:01.8743963Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-08-17T12:29:01.8927184Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-08-17T12:29:01.9183190Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-08-17T12:29:01.9302034Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-08-17T12:29:01.9623552Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-08-17T12:29:01.9843424Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-08-17T12:29:02.0063947Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-08-17T12:29:02.0120197Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-08-17T12:29:02.0545068Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-08-17T12:29:02.0598314Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-08-17T12:29:02.0984619Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-08-17T12:29:02.1117167Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-08-17T12:29:02.1424309Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-08-17T12:29:02.1549559Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-08-17T12:29:02.1862937Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-08-17T12:29:02.1947825Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-08-17T12:29:02.2303389Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-08-17T12:29:02.2392882Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-08-17T12:29:02.2743398Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-08-17T12:29:02.3042050Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-08-17T12:29:02.3181657Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-08-17T12:29:02.3463072Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-08-17T12:29:02.3622383Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-08-17T12:29:02.3716537Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-08-17T12:29:02.4030480Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-08-17T12:29:02.4041259Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-08-17T12:29:02.4095166Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-08-17T12:29:02.4307347Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-08-17T12:29:02.4501162Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-08-17T12:29:02.4573126Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-08-17T12:29:02.4979628Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-08-17T12:29:02.5048434Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-08-17T12:29:02.5458829Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-08-17T12:29:02.5752471Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-08-17T12:29:02.5777671Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-08-17T12:29:02.5791725Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-08-17T12:29:02.5820852Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-08-17T12:29:02.5950278Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-08-17T12:29:02.5993153Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-08-17T12:29:02.6223650Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-08-17T12:29:02.6382683Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-08-17T12:29:02.6534679Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-08-17T12:29:02.6939170Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-08-17T12:29:02.7087502Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-08-17T12:29:02.7378934Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-08-17T12:29:02.7444867Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-08-17T12:29:02.7819145Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-08-17T12:29:02.7913505Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-08-17T12:29:02.8259247Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-08-17T12:29:02.8464905Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-08-17T12:29:02.8698766Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-08-17T12:29:02.8928151Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-08-17T12:29:02.9063262Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-08-17T12:29:02.9219744Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-08-17T12:29:02.9544224Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-08-17T12:29:03.0407532Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-08-17T12:29:03.0542150Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-08-17T12:29:03.1345553Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-08-17T12:29:03.1356663Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-08-17T12:29:03.2282348Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-08-17T12:29:03.2298769Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-08-17T12:29:03.2566004Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-08-17T12:29:03.2579375Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-08-17T12:29:03.2643658Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-08-17T12:29:03.2988389Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-08-17T12:29:03.3638496Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:29:03.3654002Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-08-17T12:29:03.4491609Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-08-17T12:29:03.4511143Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-08-17T12:29:03.6785897Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-08-17T12:29:03.6801343Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-08-17T12:29:03.6850749Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-08-17T12:29:03.7283421Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-08-17T12:29:03.7295936Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:29:03.7303570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-08-17T12:29:03.7329542Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:29:03.7817615Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-08-17T12:29:03.7830758Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-08-17T12:29:03.8257600Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-08-17T12:29:03.8477351Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-08-17T12:29:03.8737710Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-08-17T12:29:03.8985474Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-08-17T12:29:03.9217572Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-08-17T12:29:03.9232870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-08-17T12:29:03.9657821Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-08-17T12:29:04.0092558Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-08-17T12:29:04.0109671Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-08-17T12:29:04.0281800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-08-17T12:29:04.0589319Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-08-17T12:29:04.1416790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-08-17T12:29:04.1431328Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-08-17T12:29:04.1450907Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-08-17T12:29:04.1914674Z [gw1] [ 76%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-08-17T12:29:04.1923239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-08-17T12:29:04.2162865Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-08-17T12:29:04.2188837Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:29:04.2393840Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:29:04.2403891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-08-17T12:29:04.2615850Z [gw1] [ 76%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-08-17T12:29:04.2640667Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:29:04.2841813Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:29:04.2851321Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-08-17T12:29:04.3316243Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-08-17T12:29:04.3325617Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-08-17T12:29:04.3821636Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-08-17T12:29:04.3830412Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-08-17T12:29:04.4298392Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-08-17T12:29:04.4325611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-08-17T12:29:04.4712937Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-08-17T12:29:04.4905909Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-08-17T12:29:04.5175149Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-08-17T12:29:04.5178736Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:29:04.5652374Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-08-17T12:29:04.5655892Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-08-17T12:29:04.5759662Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-08-17T12:29:04.5776343Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:29:04.6102435Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:29:04.6106209Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-08-17T12:29:04.6538606Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-08-17T12:29:04.6564346Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-08-17T12:29:04.6862724Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-08-17T12:29:04.6906437Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-08-17T12:29:04.7151013Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-08-17T12:29:04.7169549Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:29:04.7342214Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:29:04.7412117Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-08-17T12:29:04.7782892Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-08-17T12:29:04.7835553Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-08-17T12:29:04.8006375Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-08-17T12:29:04.8032409Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:29:04.8263933Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:29:04.8304853Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-08-17T12:29:04.8518368Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-08-17T12:29:04.8628012Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:29:04.8820175Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:29:04.9503944Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:29:04.9664103Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-08-17T12:29:04.9700234Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-08-17T12:29:05.0174699Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-08-17T12:29:05.0185779Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-08-17T12:29:05.0613836Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-08-17T12:29:05.0625128Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-08-17T12:29:05.1059713Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-08-17T12:29:05.1081162Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-08-17T12:29:05.1499807Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-08-17T12:29:05.1883094Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:29:05.1896717Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-08-17T12:29:05.2107449Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-08-17T12:29:05.2304961Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-08-17T12:29:05.2336486Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-08-17T12:29:05.2348228Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:29:05.2405061Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:29:05.2730873Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-08-17T12:29:05.2742487Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:29:05.2758899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-08-17T12:29:05.2778780Z [gw1] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-08-17T12:29:05.3225563Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-08-17T12:29:05.3250895Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-08-17T12:29:05.3704624Z [gw1] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-08-17T12:29:05.3940935Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-08-17T12:29:05.4185177Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-08-17T12:29:05.4259609Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-08-17T12:29:05.4666770Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-08-17T12:29:05.4842645Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-08-17T12:29:05.5105610Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-08-17T12:29:05.8148946Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-08-17T12:29:05.8315862Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-08-17T12:29:05.8594430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-08-17T12:29:05.8823286Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-08-17T12:29:05.9892434Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-08-17T12:29:05.9938802Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-08-17T12:29:05.9952854Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-08-17T12:29:06.0345924Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-08-17T12:29:06.2047186Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-08-17T12:29:06.2065382Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-08-17T12:29:06.2199938Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-08-17T12:29:06.2216048Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-08-17T12:29:06.2321545Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-08-17T12:29:06.2623414Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-08-17T12:29:06.2832437Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-08-17T12:29:06.3062805Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-08-17T12:29:06.3122951Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-08-17T12:29:06.3502988Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-08-17T12:29:06.3609261Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-08-17T12:29:06.3946084Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-08-17T12:29:06.5798157Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-08-17T12:29:06.5813577Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-08-17T12:29:06.5876309Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:29:06.6224496Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-08-17T12:29:06.6301464Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-08-17T12:29:06.6664266Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-08-17T12:29:06.6796681Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-08-17T12:29:06.7104460Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-08-17T12:29:06.7387621Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-08-17T12:29:06.7544792Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-08-17T12:29:06.7618978Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-08-17T12:29:06.7985173Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-08-17T12:29:06.8070125Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-08-17T12:29:06.8424762Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-08-17T12:29:06.8569386Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-08-17T12:29:06.8864759Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-08-17T12:29:06.8924023Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-08-17T12:29:06.9304555Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-08-17T12:29:06.9361182Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-08-17T12:29:06.9742619Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-08-17T12:29:07.0087389Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-08-17T12:29:07.0181728Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-08-17T12:29:07.0271876Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-08-17T12:29:07.0284561Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-08-17T12:29:07.0291463Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-08-17T12:29:07.0624776Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-08-17T12:29:07.0700210Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-08-17T12:29:07.1065948Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-08-17T12:29:07.1129669Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-08-17T12:29:07.1503526Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-08-17T12:29:07.2772524Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-08-17T12:29:07.2786325Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-08-17T12:29:07.2834340Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-08-17T12:29:07.2847577Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-08-17T12:29:07.2863049Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-08-17T12:29:07.2869086Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-08-17T12:29:07.2876330Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-08-17T12:29:07.3217822Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:29:07.3263833Z [gw0] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-08-17T12:29:07.3264578Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-08-17T12:29:07.3347484Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-08-17T12:29:07.3704153Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-08-17T12:29:07.3749433Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-08-17T12:29:07.4143944Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-08-17T12:29:07.4619490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:29:07.4629999Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:29:07.4729170Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:29:07.4743645Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-08-17T12:29:07.5599143Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-08-17T12:29:07.5610184Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-08-17T12:29:07.6178981Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-08-17T12:29:07.6193428Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-08-17T12:29:07.6207664Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-08-17T12:29:07.6208396Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-08-17T12:29:08.0270170Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-08-17T12:29:08.0285575Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-08-17T12:29:08.0690415Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:29:08.0745099Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-08-17T12:29:08.3832459Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:29:08.3843746Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:29:08.3945793Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-08-17T12:29:08.4263561Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-08-17T12:29:08.4625121Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-08-17T12:29:08.4642342Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-08-17T12:29:08.4675814Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-08-17T12:29:08.5062254Z [gw1] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-08-17T12:29:08.5126793Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-08-17T12:29:08.5501685Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-08-17T12:29:08.5563673Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-08-17T12:29:08.5942568Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-08-17T12:29:08.6002049Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-08-17T12:29:08.6381845Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-08-17T12:29:08.6532934Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-08-17T12:29:08.6861527Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-08-17T12:29:08.6899872Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-08-17T12:29:08.6996108Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-08-17T12:29:08.7009406Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-08-17T12:29:08.7303000Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-08-17T12:29:08.7557885Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-08-17T12:29:08.7742922Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-08-17T12:29:08.7918572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-08-17T12:29:08.8182691Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-08-17T12:29:08.8221340Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-08-17T12:29:08.8622766Z [gw1] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-08-17T12:29:08.8703512Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-08-17T12:29:08.9063042Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-08-17T12:29:08.9650585Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-08-17T12:29:08.9667572Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-08-17T12:29:08.9871189Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:29:09.0104465Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:29:09.0302606Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:29:09.0544096Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:29:09.0582427Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-08-17T12:29:09.0983329Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-08-17T12:29:09.1219262Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-08-17T12:29:09.1422727Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-08-17T12:29:09.1526367Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-08-17T12:29:09.1863830Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-08-17T12:29:09.2083408Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-08-17T12:29:09.2304073Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-08-17T12:29:09.2360982Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-08-17T12:29:09.2774444Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-08-17T12:29:09.2775168Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-08-17T12:29:09.3188534Z [gw1] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-08-17T12:29:09.3262994Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-08-17T12:29:09.3643230Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-08-17T12:29:09.3714551Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-08-17T12:29:09.4066154Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-08-17T12:29:09.4154846Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-08-17T12:29:09.4506934Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-08-17T12:29:09.4611628Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:29:09.4626160Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-08-17T12:29:09.4809316Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-08-17T12:29:09.4947824Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:29:09.5075488Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:29:09.5388158Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:29:09.5647020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-08-17T12:29:09.5727569Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-08-17T12:29:09.5747498Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-08-17T12:29:09.5825445Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:29:09.5906826Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-08-17T12:29:09.6264837Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-08-17T12:29:09.6319905Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-08-17T12:29:09.6703576Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-08-17T12:29:09.6987902Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-08-17T12:29:09.7144719Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-08-17T12:29:09.8008539Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-08-17T12:29:09.8024977Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-08-17T12:29:09.8181897Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-08-17T12:29:09.8463172Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-08-17T12:29:09.8537080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-08-17T12:29:09.8704801Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-08-17T12:29:09.8725094Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:29:09.8904301Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:29:09.8996009Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-08-17T12:29:09.9343664Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-08-17T12:29:09.9541215Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-08-17T12:29:09.9783568Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-08-17T12:29:09.9966570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-08-17T12:29:10.0224065Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-08-17T12:29:10.0540770Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-08-17T12:29:10.0664212Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-08-17T12:29:10.0748689Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-08-17T12:29:10.0921777Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-08-17T12:29:10.0938468Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-08-17T12:29:10.1105148Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-08-17T12:29:10.1341334Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-08-17T12:29:10.1544151Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-08-17T12:29:10.1664544Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-08-17T12:29:10.1755790Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-08-17T12:29:10.1773980Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:29:10.1985011Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:29:10.2040339Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-08-17T12:29:10.2424813Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-08-17T12:29:10.2481537Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-08-17T12:29:10.2865711Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-08-17T12:29:10.2924657Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-08-17T12:29:10.3305626Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-08-17T12:29:10.3385551Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-08-17T12:29:10.3745428Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-08-17T12:29:10.3854054Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-08-17T12:29:10.4177510Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-08-17T12:29:10.4192202Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:29:10.4195375Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:29:10.4285878Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-08-17T12:29:10.4624550Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-08-17T12:29:10.4878783Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-08-17T12:29:10.5065401Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-08-17T12:29:10.5501391Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-08-17T12:29:10.5510214Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-08-17T12:29:10.5690306Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-08-17T12:29:10.5943692Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-08-17T12:29:10.6356034Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-08-17T12:29:10.6381581Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-08-17T12:29:10.6427546Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-08-17T12:29:10.6822883Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-08-17T12:29:10.6871963Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-08-17T12:29:10.7263163Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-08-17T12:29:10.7311227Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-08-17T12:29:10.7703020Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-08-17T12:29:10.8079057Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-08-17T12:29:10.8142391Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-08-17T12:29:10.8179000Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-08-17T12:29:10.8582961Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-08-17T12:29:10.8707263Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-08-17T12:29:10.9023873Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-08-17T12:29:10.9258747Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-08-17T12:29:10.9463777Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-08-17T12:29:10.9577611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-08-17T12:29:10.9724730Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-08-17T12:29:10.9732590Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:29:10.9903452Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:29:10.9985931Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-08-17T12:29:11.0342650Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-08-17T12:29:11.0490212Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-08-17T12:29:11.0783513Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-08-17T12:29:11.0967925Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-08-17T12:29:11.1223407Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-08-17T12:29:11.1598977Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-08-17T12:29:11.1661106Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-08-17T12:29:11.1774185Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-08-17T12:29:11.2103464Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-08-17T12:29:11.2204120Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-08-17T12:29:11.2543923Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-08-17T12:29:11.2638062Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-08-17T12:29:11.2930455Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-08-17T12:29:11.2937077Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:29:11.3001633Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:29:11.3146302Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-08-17T12:29:11.3426595Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-08-17T12:29:11.3477167Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-08-17T12:29:11.3867206Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-08-17T12:29:11.3960260Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-08-17T12:29:11.4304377Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-08-17T12:29:11.4402694Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-08-17T12:29:11.4745008Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-08-17T12:29:11.5021332Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-08-17T12:29:11.5223554Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-08-17T12:29:11.5304958Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-08-17T12:29:11.5310044Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-08-17T12:29:11.5389436Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-08-17T12:29:11.5743604Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-08-17T12:29:11.5920775Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-08-17T12:29:11.6084823Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-08-17T12:29:11.6205797Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-08-17T12:29:11.6252698Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-08-17T12:29:11.6348993Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-08-17T12:29:11.6464945Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-08-17T12:29:11.6663917Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-08-17T12:29:11.6664810Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-08-17T12:29:11.6730385Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-08-17T12:29:11.6745587Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:29:11.6911378Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:29:11.6965367Z [gw2] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:29:11.7102976Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-08-17T12:29:11.7184737Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-08-17T12:29:11.7255502Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-08-17T12:29:11.7446005Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-08-17T12:29:11.7460702Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-08-17T12:29:11.7545276Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-08-17T12:29:11.7653181Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-08-17T12:29:11.7715000Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-08-17T12:29:11.7725541Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-08-17T12:29:11.7983611Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-08-17T12:29:11.8117562Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-08-17T12:29:11.8252575Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-08-17T12:29:11.8261928Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-08-17T12:29:11.8424308Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-08-17T12:29:11.8518772Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-08-17T12:29:11.8860555Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-08-17T12:29:11.8871424Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-08-17T12:29:11.8904169Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-08-17T12:29:11.8962567Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-08-17T12:29:11.8983351Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-08-17T12:29:11.9302683Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-08-17T12:29:11.9688984Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:29:11.9703232Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-08-17T12:29:11.9707083Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-08-17T12:29:11.9849553Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-08-17T12:29:12.0144192Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-08-17T12:29:12.0203485Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-08-17T12:29:12.0583975Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-08-17T12:29:12.0674518Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-08-17T12:29:12.1023513Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-08-17T12:29:12.1203764Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-08-17T12:29:12.1502516Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-08-17T12:29:12.1523622Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-08-17T12:29:12.1941980Z [gw1] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-08-17T12:29:12.1965036Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-08-17T12:29:12.2421561Z [gw1] [ 77%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-08-17T12:29:12.2473063Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-08-17T12:29:12.2903100Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-08-17T12:29:12.2949924Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-08-17T12:29:12.3343083Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-08-17T12:29:12.3398774Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-08-17T12:29:12.3825954Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-08-17T12:29:12.3894101Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-08-17T12:29:12.4079213Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-08-17T12:29:12.4094729Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-08-17T12:29:12.4261446Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-08-17T12:29:12.4349173Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-08-17T12:29:12.4704925Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-08-17T12:29:12.4837389Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-08-17T12:29:12.5145877Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-08-17T12:29:12.5280139Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-08-17T12:29:12.5585734Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-08-17T12:29:12.6957788Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-08-17T12:29:12.6970678Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-08-17T12:29:12.7251905Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-08-17T12:29:12.7346713Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-08-17T12:29:12.7427234Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-08-17T12:29:12.7698338Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-08-17T12:29:12.7706762Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-08-17T12:29:12.7783395Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-08-17T12:29:12.7969535Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-08-17T12:29:12.8199334Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-08-17T12:29:12.8206630Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:29:12.8220099Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-08-17T12:29:12.8256815Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-08-17T12:29:12.8268616Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-08-17T12:29:12.8278407Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-08-17T12:29:12.8457439Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-08-17T12:29:12.8621853Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-08-17T12:29:12.8662487Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:29:12.8704374Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-08-17T12:29:12.8901248Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-08-17T12:29:12.9105163Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:29:12.9105959Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:29:12.9148281Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-08-17T12:29:12.9457737Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-08-17T12:29:12.9483228Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:29:12.9493110Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-08-17T12:29:12.9539721Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-08-17T12:29:12.9580385Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-08-17T12:29:12.9642049Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:29:12.9983813Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-08-17T12:29:13.0029379Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-08-17T12:29:13.0422916Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-08-17T12:29:13.0486985Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-08-17T12:29:13.0627088Z [gw1] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-08-17T12:29:13.0697122Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-08-17T12:29:13.0864159Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-08-17T12:29:13.0999268Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-08-17T12:29:13.1305561Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-08-17T12:29:13.1344082Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-08-17T12:29:13.1353700Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:29:13.1423433Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:29:13.1744159Z [gw1] [ 77%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-08-17T12:29:13.1790133Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-08-17T12:29:13.2001576Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-08-17T12:29:13.2021225Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-08-17T12:29:13.2188205Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-08-17T12:29:13.2657803Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-08-17T12:29:13.2670856Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-08-17T12:29:13.2837761Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-08-17T12:29:13.2994006Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-08-17T12:29:13.3001336Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-08-17T12:29:13.3054550Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-08-17T12:29:13.3099816Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-08-17T12:29:13.3307788Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-08-17T12:29:13.3320731Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-08-17T12:29:13.3327445Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:29:13.3392759Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:29:13.3419547Z [gw2] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:29:13.3542672Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-08-17T12:29:13.3631096Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-08-17T12:29:13.3705165Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-08-17T12:29:13.3782146Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-08-17T12:29:13.3866403Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-08-17T12:29:13.3891951Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-08-17T12:29:13.4033931Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-08-17T12:29:13.4034960Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-08-17T12:29:13.4083366Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-08-17T12:29:13.4222626Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-08-17T12:29:13.4303868Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-08-17T12:29:13.4401993Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-08-17T12:29:13.4461984Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-08-17T12:29:13.4539114Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-08-17T12:29:13.4743133Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-08-17T12:29:13.4835839Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-08-17T12:29:13.4901768Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-08-17T12:29:13.5185077Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-08-17T12:29:13.5201513Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-08-17T12:29:13.5343067Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-08-17T12:29:13.5353425Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-08-17T12:29:13.5354765Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-08-17T12:29:13.5404249Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-08-17T12:29:13.5784249Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-08-17T12:29:13.5830745Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-08-17T12:29:13.6223433Z [gw1] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-08-17T12:29:13.6481172Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-08-17T12:29:13.6491029Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-08-17T12:29:13.6554372Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-08-17T12:29:13.6705786Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-08-17T12:29:13.6718935Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-08-17T12:29:13.6769567Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-08-17T12:29:13.6942997Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-08-17T12:29:13.7011987Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-08-17T12:29:13.7141263Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-08-17T12:29:13.7312944Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-08-17T12:29:13.7421861Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-08-17T12:29:13.7520591Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-08-17T12:29:13.7532993Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-08-17T12:29:13.7618531Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-08-17T12:29:13.7699476Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-08-17T12:29:13.8025877Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-08-17T12:29:13.8135646Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-08-17T12:29:13.8429345Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-08-17T12:29:13.8438599Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-08-17T12:29:13.8502591Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-08-17T12:29:13.8571165Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-08-17T12:29:13.8610901Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-08-17T12:29:13.8611371Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-08-17T12:29:13.8744752Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-08-17T12:29:13.8942051Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-08-17T12:29:13.9023716Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-08-17T12:29:13.9114026Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:29:13.9464828Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:29:13.9529785Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-08-17T12:29:13.9538961Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-08-17T12:29:13.9641009Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-08-17T12:29:13.9709849Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-08-17T12:29:13.9720481Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-08-17T12:29:13.9776764Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-08-17T12:29:13.9902167Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-08-17T12:29:14.0055178Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-08-17T12:29:14.0142195Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-08-17T12:29:14.0342497Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-08-17T12:29:14.0355751Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-08-17T12:29:14.0581472Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:29:14.0656532Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-08-17T12:29:14.0743411Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-08-17T12:29:14.0753811Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-08-17T12:29:14.1024318Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-08-17T12:29:14.1248202Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-08-17T12:29:14.1462862Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-08-17T12:29:14.1702961Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-08-17T12:29:14.1903458Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-08-17T12:29:14.1940484Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-08-17T12:29:14.1951930Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:29:14.2156466Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-08-17T12:29:14.2303495Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-08-17T12:29:14.2312982Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-08-17T12:29:14.2382599Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-08-17T12:29:14.2489781Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-08-17T12:29:14.2507353Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-08-17T12:29:14.2634557Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-08-17T12:29:14.2646172Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-08-17T12:29:14.2742848Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-08-17T12:29:14.2823212Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-08-17T12:29:14.2885130Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-08-17T12:29:14.3079378Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-08-17T12:29:14.3182004Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-08-17T12:29:14.3261610Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-08-17T12:29:14.3987317Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-08-17T12:29:14.3996695Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-08-17T12:29:14.4217644Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-08-17T12:29:14.4421794Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-08-17T12:29:14.4679530Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-08-17T12:29:14.4693775Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-08-17T12:29:14.5375482Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-08-17T12:29:14.5390900Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-08-17T12:29:14.5551098Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-08-17T12:29:14.5821902Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-08-17T12:29:14.5870548Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-08-17T12:29:14.6263407Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-08-17T12:29:14.6342246Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-08-17T12:29:14.6702671Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-08-17T12:29:14.6750748Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-08-17T12:29:14.7142824Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-08-17T12:29:14.7213315Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-08-17T12:29:14.7582150Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-08-17T12:29:14.7624081Z test_ops.py::TestMathBitsCPU::test_conj_view_eig_cpu_complex64 2022-08-17T12:29:14.8022926Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eig_cpu_complex64 2022-08-17T12:29:14.8194706Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-08-17T12:29:14.8462355Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-08-17T12:29:14.8481175Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-08-17T12:29:14.8903863Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-08-17T12:29:14.8940287Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-08-17T12:29:14.9342039Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-08-17T12:29:14.9427254Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-08-17T12:29:14.9782555Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-08-17T12:29:14.9840613Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-08-17T12:29:15.0222939Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-08-17T12:29:15.0306924Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-08-17T12:29:15.0662323Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-08-17T12:29:15.0742076Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-08-17T12:29:15.1102909Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-08-17T12:29:15.1132644Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-08-17T12:29:15.1149572Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-08-17T12:29:15.1273619Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-08-17T12:29:15.1353387Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-08-17T12:29:15.1542312Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-08-17T12:29:15.1817118Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-08-17T12:29:15.2299128Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-08-17T12:29:15.2324967Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-08-17T12:29:15.2585165Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-08-17T12:29:15.2815367Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-08-17T12:29:15.3798434Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-08-17T12:29:15.3820768Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-08-17T12:29:15.4097130Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-08-17T12:29:15.4267114Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-08-17T12:29:15.4872911Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-08-17T12:29:15.4979141Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-08-17T12:29:15.5071741Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-08-17T12:29:15.5384624Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-08-17T12:29:15.5945451Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-08-17T12:29:15.6053407Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-08-17T12:29:15.7385987Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-08-17T12:29:15.7478082Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-08-17T12:29:15.7773202Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-08-17T12:29:15.7781204Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-08-17T12:29:15.8051326Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:29:15.8181992Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-08-17T12:29:15.9063975Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-08-17T12:29:15.9074619Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:29:15.9866094Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:29:15.9957190Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:29:16.0112204Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:29:16.0125307Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-08-17T12:29:16.0367556Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-08-17T12:29:16.0578294Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-08-17T12:29:16.0700878Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-08-17T12:29:16.0814294Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:29:16.0877293Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-08-17T12:29:16.1059426Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:29:16.1135825Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-08-17T12:29:16.1227677Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-08-17T12:29:16.1303544Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:29:16.1422357Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:29:16.1502549Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-08-17T12:29:16.1854298Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-08-17T12:29:16.1866174Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:29:16.1870451Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:29:16.1953674Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-08-17T12:29:16.2301672Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-08-17T12:29:16.2365985Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-08-17T12:29:16.2381898Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:29:16.2402153Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-08-17T12:29:16.2743671Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-08-17T12:29:16.2811515Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-08-17T12:29:16.3184846Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-08-17T12:29:16.3302709Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-08-17T12:29:16.3623446Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-08-17T12:29:16.3795604Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-08-17T12:29:16.3887033Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-08-17T12:29:16.3896514Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-08-17T12:29:16.4101368Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-08-17T12:29:16.4161026Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-08-17T12:29:16.4483899Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-08-17T12:29:16.4493368Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-08-17T12:29:16.4577752Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-08-17T12:29:16.4584776Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-08-17T12:29:16.4982692Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-08-17T12:29:16.5045237Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-08-17T12:29:16.5420731Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-08-17T12:29:16.5579043Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-08-17T12:29:16.5586817Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-08-17T12:29:16.5605811Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:29:16.5832818Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-08-17T12:29:16.5859976Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:29:16.5925709Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-08-17T12:29:16.6019556Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-08-17T12:29:16.6303530Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-08-17T12:29:16.6408365Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-08-17T12:29:16.6743321Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-08-17T12:29:16.7082383Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-08-17T12:29:16.7182111Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-08-17T12:29:16.7320860Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-08-17T12:29:16.7623890Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-08-17T12:29:16.7702421Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-08-17T12:29:16.8061202Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-08-17T12:29:16.8116019Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-08-17T12:29:16.8501920Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-08-17T12:29:16.8575104Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-08-17T12:29:16.8716818Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-08-17T12:29:16.8728401Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-08-17T12:29:16.8942982Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:29:16.9007027Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-08-17T12:29:16.9422947Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-08-17T12:29:16.9639662Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-08-17T12:29:16.9794341Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-08-17T12:29:16.9804933Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:29:16.9858858Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:29:16.9908509Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-08-17T12:29:16.9957361Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:29:17.0222913Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-08-17T12:29:17.0301785Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:29:17.0393896Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-08-17T12:29:17.0742513Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-08-17T12:29:17.0869944Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-08-17T12:29:17.1183456Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-08-17T12:29:17.1260712Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-08-17T12:29:17.1624550Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-08-17T12:29:17.1691050Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-08-17T12:29:17.2064139Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-08-17T12:29:17.2104677Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-08-17T12:29:17.2502622Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-08-17T12:29:17.2655316Z test_ops.py::TestMathBitsCPU::test_conj_view_inverse_cpu_complex64 2022-08-17T12:29:17.2942317Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inverse_cpu_complex64 2022-08-17T12:29:17.3055609Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-08-17T12:29:17.3382998Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-08-17T12:29:17.3421277Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-08-17T12:29:17.3822730Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-08-17T12:29:17.3853183Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-08-17T12:29:17.4264505Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-08-17T12:29:17.4301154Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-08-17T12:29:17.4399313Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-08-17T12:29:17.4407856Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:29:17.4705965Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:29:17.4745997Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-08-17T12:29:17.5145581Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-08-17T12:29:18.6660524Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-08-17T12:29:18.6674845Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-08-17T12:29:18.6731659Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-08-17T12:29:18.6858430Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-08-17T12:29:18.6883378Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-08-17T12:29:18.6923688Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:29:18.7099357Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:29:18.7255062Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-08-17T12:29:18.7299377Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-08-17T12:29:18.7324712Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:29:18.7540357Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:29:18.7783173Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-08-17T12:29:18.7788955Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-08-17T12:29:18.8182911Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-08-17T12:29:18.8212601Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:29:18.8707280Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:29:18.8717512Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-08-17T12:29:18.9120399Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-08-17T12:29:18.9168249Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-08-17T12:29:18.9541323Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-08-17T12:29:18.9650107Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-08-17T12:29:19.0057501Z [gw1] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-08-17T12:29:19.0893048Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-08-17T12:29:19.0910801Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-08-17T12:29:19.3019504Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-08-17T12:29:19.3045992Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-08-17T12:29:19.4375145Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:29:19.4395497Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:29:19.4698602Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-08-17T12:29:19.4864034Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-08-17T12:29:19.4947088Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-08-17T12:29:19.5380103Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-08-17T12:29:19.5697202Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-08-17T12:29:19.5860340Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-08-17T12:29:19.6104568Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-08-17T12:29:19.6376992Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-08-17T12:29:19.6398460Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-08-17T12:29:19.6745180Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-08-17T12:29:19.6787174Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-08-17T12:29:19.6796930Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-08-17T12:29:19.7378507Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-08-17T12:29:19.7415123Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-08-17T12:29:19.7703645Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-08-17T12:29:19.7820881Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-08-17T12:29:20.0436085Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-08-17T12:29:20.0595025Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-08-17T12:29:20.0691538Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-08-17T12:29:20.0706166Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-08-17T12:29:20.1930419Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-08-17T12:29:20.1957632Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-08-17T12:29:20.2188364Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-08-17T12:29:20.2386822Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-08-17T12:29:20.3018496Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-08-17T12:29:20.3143144Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-08-17T12:29:20.3482712Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:29:20.3582342Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:29:20.3984570Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-08-17T12:29:20.4009037Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-08-17T12:29:20.5397322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-08-17T12:29:20.5425721Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-08-17T12:29:20.6366774Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-08-17T12:29:20.6384164Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-08-17T12:29:21.0986076Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:29:21.0997492Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-08-17T12:29:21.2271372Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-08-17T12:29:21.2282610Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-08-17T12:29:21.3191337Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-08-17T12:29:21.3202630Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-08-17T12:29:21.4196104Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-08-17T12:29:21.4212460Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-08-17T12:29:21.5445453Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-08-17T12:29:21.5460036Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-08-17T12:29:21.5539411Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-08-17T12:29:21.5979239Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-08-17T12:29:21.6186534Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-08-17T12:29:21.6418974Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-08-17T12:29:21.6830649Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-08-17T12:29:21.6859010Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:29:21.7127487Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-08-17T12:29:21.7263680Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-08-17T12:29:21.8437340Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-08-17T12:29:21.8555535Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-08-17T12:29:21.8667370Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:29:21.8700216Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:29:21.8712582Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-08-17T12:29:21.8984491Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-08-17T12:29:22.0090865Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-08-17T12:29:22.0102155Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-08-17T12:29:22.0185697Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-08-17T12:29:22.0603369Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-08-17T12:29:22.0613310Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-08-17T12:29:22.1059403Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-08-17T12:29:22.3093007Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-08-17T12:29:22.3117474Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-08-17T12:29:22.3184644Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-08-17T12:29:22.3617857Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-08-17T12:29:22.4492430Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-08-17T12:29:22.4516359Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-08-17T12:29:22.5231099Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-08-17T12:29:22.5256154Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-08-17T12:29:22.5373841Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-08-17T12:29:22.5716886Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-08-17T12:29:22.5816188Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-08-17T12:29:22.6219286Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-08-17T12:29:22.6789528Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-08-17T12:29:22.6899087Z [gw0] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-08-17T12:29:22.7053944Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-08-17T12:29:22.7298089Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-08-17T12:29:22.7351812Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-08-17T12:29:22.7738104Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-08-17T12:29:22.7780142Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-08-17T12:29:22.8219693Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-08-17T12:29:22.8243606Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-08-17T12:29:22.8659723Z [gw0] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-08-17T12:29:22.8906639Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-08-17T12:29:22.9097579Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-08-17T12:29:23.1527901Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-08-17T12:29:23.1552982Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-08-17T12:29:23.1656047Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-08-17T12:29:23.2058848Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-08-17T12:29:23.2214320Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-08-17T12:29:23.2230071Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-08-17T12:29:23.2406206Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-08-17T12:29:23.2416276Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-08-17T12:29:23.2430502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-08-17T12:29:23.2452298Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-08-17T12:29:23.2832926Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-08-17T12:29:23.3020350Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-08-17T12:29:23.3344556Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-08-17T12:29:23.3538635Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-08-17T12:29:23.3861785Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-08-17T12:29:23.3899381Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-08-17T12:29:23.4762214Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-08-17T12:29:23.4787161Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-08-17T12:29:23.4994249Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-08-17T12:29:23.5025742Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-08-17T12:29:23.5536272Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-08-17T12:29:23.5563472Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-08-17T12:29:23.5869450Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-08-17T12:29:23.6059995Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-08-17T12:29:23.6060671Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:29:23.6540991Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:29:23.6741685Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-08-17T12:29:23.6943557Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-08-17T12:29:23.7217847Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-08-17T12:29:23.7433033Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-08-17T12:29:23.7583681Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:29:23.7979407Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:29:23.8280990Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-08-17T12:29:23.8300463Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-08-17T12:29:23.8380052Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:29:23.8406366Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-08-17T12:29:23.8449486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-08-17T12:29:23.8650586Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-08-17T12:29:23.8741951Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:29:23.8776353Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-08-17T12:29:23.8821029Z [gw1] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-08-17T12:29:23.8856254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:29:23.9223258Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:29:23.9339466Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-08-17T12:29:24.0683274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-08-17T12:29:24.0715363Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-08-17T12:29:24.3379719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-08-17T12:29:24.3410591Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-08-17T12:29:24.5748810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:29:24.5772840Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:29:24.6297976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-08-17T12:29:24.6311712Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-08-17T12:29:24.6775692Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-08-17T12:29:24.6795548Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-08-17T12:29:24.9820428Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-08-17T12:29:24.9835120Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-08-17T12:29:25.0129622Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-08-17T12:29:25.0282224Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-08-17T12:29:25.0966211Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-08-17T12:29:25.1145587Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-08-17T12:29:25.1254394Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-08-17T12:29:25.1661432Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-08-17T12:29:26.2782885Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-08-17T12:29:26.2799082Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-08-17T12:29:26.3798833Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-08-17T12:29:26.3812225Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-08-17T12:29:26.4041565Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-08-17T12:29:26.4054109Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-08-17T12:29:26.4419295Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-08-17T12:29:26.4437754Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-08-17T12:29:26.5213138Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:29:26.5228239Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-08-17T12:29:26.6400563Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-08-17T12:29:26.6421148Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-08-17T12:29:26.6520434Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-08-17T12:29:26.6623431Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-08-17T12:29:26.6633803Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-08-17T12:29:26.6939829Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-08-17T12:29:26.7146740Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-08-17T12:29:26.7330316Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-08-17T12:29:26.7346474Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-08-17T12:29:26.7370933Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-08-17T12:29:26.7424039Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-08-17T12:29:26.7532311Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-08-17T12:29:26.7545983Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:29:26.7568995Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-08-17T12:29:26.7780588Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-08-17T12:29:26.7869591Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-08-17T12:29:26.7875417Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-08-17T12:29:26.7884624Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-08-17T12:29:26.7979044Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-08-17T12:29:26.8134943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-08-17T12:29:26.8336595Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-08-17T12:29:26.8346419Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-08-17T12:29:26.8434366Z test_ops.py::TestCompositeComplianceCPU::test_backward_eig_cpu_float32 2022-08-17T12:29:26.8753357Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-08-17T12:29:26.8907142Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-08-17T12:29:26.8921545Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_eig_cpu_float32 2022-08-17T12:29:26.9268740Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-08-17T12:29:26.9420710Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-08-17T12:29:27.0210502Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-08-17T12:29:27.0228643Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-08-17T12:29:27.0301481Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-08-17T12:29:27.0558096Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-08-17T12:29:27.0700257Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-08-17T12:29:27.0722362Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-08-17T12:29:27.0742515Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-08-17T12:29:27.0818044Z [gw1] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-08-17T12:29:27.1103737Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-08-17T12:29:27.1142712Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-08-17T12:29:27.1168775Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-08-17T12:29:27.1241314Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-08-17T12:29:27.1541256Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-08-17T12:29:27.1651247Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-08-17T12:29:27.1667908Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-08-17T12:29:27.1688729Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-08-17T12:29:27.1982720Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-08-17T12:29:27.2021604Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-08-17T12:29:27.2113478Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-08-17T12:29:27.2286040Z [gw1] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-08-17T12:29:27.2421287Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-08-17T12:29:27.2464456Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-08-17T12:29:27.2551614Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-08-17T12:29:27.2590479Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-08-17T12:29:27.2863463Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-08-17T12:29:27.2975431Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-08-17T12:29:27.3224468Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-08-17T12:29:27.3317004Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-08-17T12:29:27.3375547Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-08-17T12:29:27.3381849Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-08-17T12:29:27.3404136Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-08-17T12:29:27.3420926Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-08-17T12:29:27.3826574Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-08-17T12:29:27.3832268Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-08-17T12:29:27.3839051Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-08-17T12:29:27.4301719Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-08-17T12:29:27.4310825Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-08-17T12:29:27.4315406Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-08-17T12:29:27.4320811Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-08-17T12:29:27.4740591Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-08-17T12:29:27.4749891Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-08-17T12:29:27.5147970Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-08-17T12:29:27.5155004Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-08-17T12:29:27.5581922Z [gw1] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-08-17T12:29:27.5629140Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-08-17T12:29:27.5797363Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-08-17T12:29:27.5908620Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-08-17T12:29:27.6098932Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-08-17T12:29:27.7134026Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-08-17T12:29:27.7158773Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-08-17T12:29:28.0173539Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-08-17T12:29:28.0198896Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-08-17T12:29:28.0254085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-08-17T12:29:28.0268378Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-08-17T12:29:28.1029767Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-08-17T12:29:28.1055603Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-08-17T12:29:28.3420084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-08-17T12:29:28.3433904Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-08-17T12:29:28.3751286Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-08-17T12:29:28.3976939Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-08-17T12:29:28.5712180Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-08-17T12:29:28.5725873Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-08-17T12:29:28.5828160Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-08-17T12:29:28.6143324Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-08-17T12:29:28.6262314Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-08-17T12:29:28.6659319Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-08-17T12:29:28.6894615Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-08-17T12:29:28.6907602Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-08-17T12:29:28.6924127Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-08-17T12:29:28.7097119Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-08-17T12:29:28.7124527Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-08-17T12:29:28.7486689Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-08-17T12:29:28.7586575Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-08-17T12:29:28.8019420Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-08-17T12:29:28.9128406Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-08-17T12:29:28.9140472Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-08-17T12:29:29.0610979Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-08-17T12:29:29.0692206Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-08-17T12:29:29.1021191Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-08-17T12:29:29.1032644Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-08-17T12:29:29.1521239Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-08-17T12:29:29.1753866Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-08-17T12:29:29.1793860Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:29:29.1953983Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:29:29.1959427Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-08-17T12:29:29.2139146Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-08-17T12:29:29.2225208Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:29:29.2234424Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:29:29.2420538Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-08-17T12:29:29.2613114Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-08-17T12:29:29.2617889Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-08-17T12:29:29.2955980Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-08-17T12:29:29.2969043Z [gw2] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:29:29.3041868Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:29:29.3047186Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-08-17T12:29:29.3498291Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-08-17T12:29:29.3631729Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-08-17T12:29:29.3970584Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-08-17T12:29:29.3974028Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-08-17T12:29:29.4296454Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-08-17T12:29:29.4297081Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-08-17T12:29:29.4380164Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-08-17T12:29:29.4540173Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-08-17T12:29:29.4745425Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-08-17T12:29:29.4821790Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-08-17T12:29:29.5212308Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-08-17T12:29:29.5222534Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-08-17T12:29:29.5250894Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-08-17T12:29:29.5371114Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-08-17T12:29:29.5501185Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-08-17T12:29:29.5659406Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-08-17T12:29:29.5666626Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-08-17T12:29:29.5674923Z [gw1] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-08-17T12:29:29.6170914Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-08-17T12:29:29.6177006Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-08-17T12:29:29.6653551Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-08-17T12:29:29.6662666Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-08-17T12:29:29.7120731Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-08-17T12:29:29.7126142Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-08-17T12:29:29.7656793Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-08-17T12:29:30.0152269Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-08-17T12:29:30.0302872Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-08-17T12:29:30.2007607Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-08-17T12:29:30.2081831Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-08-17T12:29:30.2108244Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-08-17T12:29:30.2138029Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-08-17T12:29:30.6186101Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-08-17T12:29:30.6212142Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-08-17T12:29:30.8615348Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-08-17T12:29:30.8640496Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-08-17T12:29:31.0112302Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-08-17T12:29:31.0145265Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-08-17T12:29:31.1517988Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-08-17T12:29:31.1550746Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-08-17T12:29:31.5707419Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-08-17T12:29:31.5721875Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-08-17T12:29:31.8332319Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-08-17T12:29:31.8422914Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-08-17T12:29:31.8433933Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-08-17T12:29:31.8457577Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-08-17T12:29:32.4987358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-08-17T12:29:32.5012070Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-08-17T12:29:32.5257800Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-08-17T12:29:32.5510172Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-08-17T12:29:32.5632670Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-08-17T12:29:32.5978507Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-08-17T12:29:32.6175171Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-08-17T12:29:32.6385325Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-08-17T12:29:32.6438813Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-08-17T12:29:32.6802190Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-08-17T12:29:32.6863933Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-08-17T12:29:32.7383922Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-08-17T12:29:32.7388505Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-08-17T12:29:32.7739271Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-08-17T12:29:32.9853470Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-08-17T12:29:32.9877967Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-08-17T12:29:32.9933867Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-08-17T12:29:33.0379967Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-08-17T12:29:33.2209438Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-08-17T12:29:33.2350244Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-08-17T12:29:33.4425800Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-08-17T12:29:33.4441689Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-08-17T12:29:33.5359709Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-08-17T12:29:33.5389836Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-08-17T12:29:33.5496613Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-08-17T12:29:33.5940102Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-08-17T12:29:33.6145877Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-08-17T12:29:33.6355065Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-08-17T12:29:33.6630228Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-08-17T12:29:33.6898546Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-08-17T12:29:33.8223911Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-08-17T12:29:33.8355219Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-08-17T12:29:33.8623853Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:29:33.8899151Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:29:33.8937646Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:29:33.9379273Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:29:33.9852603Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-08-17T12:29:33.9862413Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-08-17T12:29:34.0202916Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-08-17T12:29:34.0379523Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-08-17T12:29:34.0457471Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:29:34.0818852Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:29:34.1456477Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:29:34.1487701Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:29:34.1693484Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:29:34.1978337Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:29:34.3641612Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:29:34.3668530Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:29:34.3773675Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:29:34.4145629Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:29:34.4194847Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:29:34.4582712Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:29:34.7598941Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:29:34.7623219Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:29:34.7675319Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:29:34.7689299Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:29:34.7716990Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-08-17T12:29:34.7934559Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-08-17T12:29:34.8062309Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-08-17T12:29:34.8136468Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:29:34.8147514Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:29:34.8157535Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-08-17T12:29:34.8164316Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-08-17T12:29:34.8617139Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-08-17T12:29:34.8620886Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-08-17T12:29:34.9029730Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-08-17T12:29:34.9051872Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:29:34.9089179Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:29:34.9114063Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-08-17T12:29:34.9295554Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-08-17T12:29:34.9496414Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-08-17T12:29:34.9616506Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:29:34.9628378Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-08-17T12:29:35.0058624Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:29:35.0183317Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:29:35.0472346Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:29:35.1137106Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-08-17T12:29:35.1151302Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-08-17T12:29:35.1424409Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-08-17T12:29:35.1581096Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-08-17T12:29:35.3525271Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-08-17T12:29:35.3547517Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-08-17T12:29:35.4216624Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-08-17T12:29:35.4241692Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-08-17T12:29:35.4483215Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-08-17T12:29:35.4740528Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-08-17T12:29:35.6636437Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-08-17T12:29:35.6660487Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-08-17T12:29:35.6772394Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-08-17T12:29:35.7178405Z [gw0] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-08-17T12:29:35.7545280Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-08-17T12:29:35.7617131Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-08-17T12:29:35.8158483Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-08-17T12:29:35.8182326Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-08-17T12:29:35.9391787Z test_ops.py::TestCompositeComplianceCPU::test_backward_inverse_cpu_float32 2022-08-17T12:29:35.9415494Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inverse_cpu_float32 2022-08-17T12:29:36.1943657Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-08-17T12:29:36.1969805Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-08-17T12:29:36.2066048Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-08-17T12:29:36.2418170Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-08-17T12:29:36.2843129Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-08-17T12:29:36.3013438Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-08-17T12:29:36.3345907Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-08-17T12:29:36.3487126Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-08-17T12:29:36.3496291Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-08-17T12:29:36.3979485Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-08-17T12:29:36.4043386Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-08-17T12:29:36.4379912Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-08-17T12:29:36.4406126Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-08-17T12:29:36.4784165Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-08-17T12:29:36.5653092Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-08-17T12:29:36.5679157Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-08-17T12:29:36.5730646Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-08-17T12:29:36.6178438Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-08-17T12:29:36.6187847Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-08-17T12:29:36.6618907Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-08-17T12:29:37.2188379Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-08-17T12:29:37.2387335Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-08-17T12:29:37.2442675Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-08-17T12:29:37.2899224Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-08-17T12:29:37.3047627Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-08-17T12:29:37.3192962Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-08-17T12:29:37.3194223Z [gw0] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-08-17T12:29:37.3262178Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-08-17T12:29:37.3308600Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-08-17T12:29:37.3543928Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-08-17T12:29:37.3796983Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-08-17T12:29:37.3798917Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-08-17T12:29:37.3873757Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-08-17T12:29:37.3980280Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-08-17T12:29:37.4135378Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-08-17T12:29:37.4220664Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-08-17T12:29:37.5465153Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-08-17T12:29:37.5493690Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-08-17T12:29:37.8231349Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-08-17T12:29:37.8257024Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-08-17T12:29:37.8273198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-08-17T12:29:37.8749145Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-08-17T12:29:37.8759692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-08-17T12:29:37.8921754Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-08-17T12:29:37.8947274Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-08-17T12:29:37.9060539Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-08-17T12:29:37.9235194Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-08-17T12:29:37.9238754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-08-17T12:29:37.9499384Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-08-17T12:29:37.9651297Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-08-17T12:29:37.9684277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-08-17T12:29:38.0120513Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-08-17T12:29:38.0129995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-08-17T12:29:38.0596733Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-08-17T12:29:38.0605354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-08-17T12:29:38.1043509Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-08-17T12:29:38.1050252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-08-17T12:29:38.1500962Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-08-17T12:29:38.1501441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-08-17T12:29:38.1924853Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-08-17T12:29:38.1932287Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-08-17T12:29:38.2400615Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-08-17T12:29:38.2401087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-08-17T12:29:38.2899810Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-08-17T12:29:38.3638173Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-08-17T12:29:38.3658715Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-08-17T12:29:38.3701525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-08-17T12:29:38.3973948Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-08-17T12:29:38.4205931Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-08-17T12:29:38.4208434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-08-17T12:29:38.4233234Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-08-17T12:29:38.4638182Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-08-17T12:29:38.4651443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-08-17T12:29:38.5063504Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-08-17T12:29:38.5068690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-08-17T12:29:38.5509509Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-08-17T12:29:38.5514689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-08-17T12:29:38.5992779Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-08-17T12:29:38.5997954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-08-17T12:29:38.6458983Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-08-17T12:29:38.6464404Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-08-17T12:29:38.6907104Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-08-17T12:29:38.6911863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-08-17T12:29:38.7358627Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-08-17T12:29:38.7367340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-08-17T12:29:38.7900859Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-08-17T12:29:38.7935285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-08-17T12:29:38.7956620Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-08-17T12:29:38.8003065Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-08-17T12:29:38.8303001Z [gw1] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-08-17T12:29:38.8333897Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-08-17T12:29:38.8557886Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-08-17T12:29:38.8582100Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-08-17T12:29:38.8782715Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-08-17T12:29:38.8943743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-08-17T12:29:38.9095680Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-08-17T12:29:38.9921574Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-08-17T12:29:38.9943247Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-08-17T12:29:39.0384854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-08-17T12:29:39.0407485Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-08-17T12:29:39.0646355Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-08-17T12:29:39.0660256Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-08-17T12:29:39.0802576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-08-17T12:29:39.1185428Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-08-17T12:29:39.1193869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-08-17T12:29:39.1631091Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-08-17T12:29:39.1640128Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-08-17T12:29:39.2074685Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-08-17T12:29:39.2083376Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-08-17T12:29:39.2513921Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-08-17T12:29:39.2525539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-08-17T12:29:39.2923947Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-08-17T12:29:39.2984860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-08-17T12:29:39.3385367Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-08-17T12:29:39.3437557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-08-17T12:29:39.3825910Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-08-17T12:29:39.3872177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-08-17T12:29:39.4264557Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-08-17T12:29:39.4308296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-08-17T12:29:39.4706300Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-08-17T12:29:39.4767623Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-08-17T12:29:39.5184629Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-08-17T12:29:39.5227332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-08-17T12:29:39.5541414Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-08-17T12:29:39.5569069Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-08-17T12:29:39.5622105Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-08-17T12:29:39.5665144Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-08-17T12:29:39.6103610Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-08-17T12:29:39.6137376Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-08-17T12:29:39.6543125Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-08-17T12:29:39.6617451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-08-17T12:29:39.6983523Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-08-17T12:29:39.7030797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-08-17T12:29:39.7479182Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-08-17T12:29:39.7482241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-08-17T12:29:39.7913174Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-08-17T12:29:39.7964134Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-08-17T12:29:39.8344223Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-08-17T12:29:39.8402007Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-08-17T12:29:39.8839467Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-08-17T12:29:39.8840006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-08-17T12:29:39.9290224Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-08-17T12:29:39.9301777Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-08-17T12:29:39.9737806Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-08-17T12:29:39.9750314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-08-17T12:29:40.0176627Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-08-17T12:29:40.0184308Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-08-17T12:29:40.0660692Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-08-17T12:29:40.0910152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-08-17T12:29:40.0984477Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-08-17T12:29:40.1053167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-08-17T12:29:40.1125373Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-08-17T12:29:40.1161078Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-08-17T12:29:40.1497429Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-08-17T12:29:40.1509032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-08-17T12:29:40.1923109Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-08-17T12:29:40.1934765Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-08-17T12:29:40.2382121Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-08-17T12:29:40.2394385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-08-17T12:29:40.2433507Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-08-17T12:29:40.2465804Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-08-17T12:29:40.2808991Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-08-17T12:29:40.2820236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-08-17T12:29:40.3238612Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-08-17T12:29:40.3248374Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-08-17T12:29:40.3610750Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-08-17T12:29:40.3693241Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-08-17T12:29:40.3704073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eig_cpu_complex128 2022-08-17T12:29:40.3905908Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eig_cpu_complex128 2022-08-17T12:29:40.4030858Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-08-17T12:29:40.4124905Z [gw0] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-08-17T12:29:40.4130539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-08-17T12:29:40.4380552Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-08-17T12:29:40.4531490Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-08-17T12:29:40.4535895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-08-17T12:29:40.4969278Z [gw1] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-08-17T12:29:40.4973949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-08-17T12:29:40.5422295Z [gw1] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-08-17T12:29:40.5427754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-08-17T12:29:40.5864849Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-08-17T12:29:40.5869668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-08-17T12:29:40.6311504Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-08-17T12:29:40.6320660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-08-17T12:29:40.6458954Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-08-17T12:29:40.6470856Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-08-17T12:29:40.6744179Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-08-17T12:29:40.6792468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-08-17T12:29:40.7184562Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-08-17T12:29:40.7237510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-08-17T12:29:40.7663605Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-08-17T12:29:40.8282413Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-08-17T12:29:40.8421908Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-08-17T12:29:40.8880169Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-08-17T12:29:40.8980423Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-08-17T12:29:40.9490733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-08-17T12:29:40.9515704Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-08-17T12:29:40.9617733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-08-17T12:29:40.9727049Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-08-17T12:29:40.9751025Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-08-17T12:29:41.0000996Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-08-17T12:29:41.1206140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-08-17T12:29:41.1223033Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-08-17T12:29:41.1826630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-08-17T12:29:41.1852789Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-08-17T12:29:41.2067821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-08-17T12:29:41.2303646Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-08-17T12:29:41.2360552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-08-17T12:29:41.2793474Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-08-17T12:29:41.2852298Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-08-17T12:29:41.3250811Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-08-17T12:29:41.3251276Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-08-17T12:29:41.3685421Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-08-17T12:29:41.3685913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-08-17T12:29:41.4153797Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-08-17T12:29:41.4160069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-08-17T12:29:41.4579081Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-08-17T12:29:41.4619908Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-08-17T12:29:41.5054697Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-08-17T12:29:41.5061390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-08-17T12:29:41.5433164Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-08-17T12:29:41.5490740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-08-17T12:29:41.5865280Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-08-17T12:29:41.5926050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-08-17T12:29:41.6394226Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-08-17T12:29:41.6403591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-08-17T12:29:41.6835144Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-08-17T12:29:41.6845359Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-08-17T12:29:41.7277731Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-08-17T12:29:41.7287712Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-08-17T12:29:41.7706239Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-08-17T12:29:41.7716296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-08-17T12:29:41.8145396Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-08-17T12:29:41.8223439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-08-17T12:29:41.8620209Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-08-17T12:29:41.8652658Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-08-17T12:29:41.9125720Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-08-17T12:29:41.9135163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-08-17T12:29:41.9551731Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-08-17T12:29:41.9561310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-08-17T12:29:41.9999700Z [gw1] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-08-17T12:29:42.0008343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-08-17T12:29:42.0419436Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-08-17T12:29:42.0444591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-08-17T12:29:42.0879080Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-08-17T12:29:42.0888830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-08-17T12:29:42.1326631Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-08-17T12:29:42.1337986Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-08-17T12:29:42.1722352Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-08-17T12:29:42.1770793Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-08-17T12:29:42.2188107Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-08-17T12:29:42.2209138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-08-17T12:29:42.2626959Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-08-17T12:29:42.2657870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-08-17T12:29:42.3079933Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-08-17T12:29:42.3082756Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-08-17T12:29:42.3503073Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-08-17T12:29:42.3512963Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-08-17T12:29:42.3909173Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-08-17T12:29:42.3970737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-08-17T12:29:42.4402731Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-08-17T12:29:42.4413145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-08-17T12:29:42.4823496Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-08-17T12:29:42.4834265Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-08-17T12:29:42.5296876Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-08-17T12:29:42.5308772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inverse_cpu_complex128 2022-08-17T12:29:42.5722054Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inverse_cpu_complex128 2022-08-17T12:29:42.5733844Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-08-17T12:29:42.6156683Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-08-17T12:29:42.6168341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-08-17T12:29:42.6580299Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-08-17T12:29:42.6588490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-08-17T12:29:42.7059662Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-08-17T12:29:42.7067356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-08-17T12:29:42.7500561Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-08-17T12:29:42.7505579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-08-17T12:29:42.7977387Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-08-17T12:29:42.8054380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-08-17T12:29:42.8414632Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-08-17T12:29:42.8420473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:29:42.8858370Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:29:42.8861888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:29:42.9336093Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:29:42.9342143Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-08-17T12:29:42.9815660Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-08-17T12:29:42.9823689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:29:43.0256396Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:29:43.0261142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-08-17T12:29:43.0724656Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-08-17T12:29:43.0728901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-08-17T12:29:43.1221539Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-08-17T12:29:43.1231162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-08-17T12:29:43.1659589Z [gw1] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-08-17T12:29:43.1668379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-08-17T12:29:43.2100076Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-08-17T12:29:43.2134415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-08-17T12:29:43.2463265Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-08-17T12:29:43.2504407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:29:43.2902849Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:29:43.2947133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-08-17T12:29:43.3343435Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-08-17T12:29:43.3390180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-08-17T12:29:43.3783284Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-08-17T12:29:43.3828847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-08-17T12:29:43.4224620Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-08-17T12:29:43.4396834Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-08-17T12:29:43.4715850Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-08-17T12:29:43.4724633Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-08-17T12:29:43.5158177Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-08-17T12:29:43.5164071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-08-17T12:29:43.5596716Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-08-17T12:29:43.5600917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-08-17T12:29:43.6028710Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-08-17T12:29:43.6032902Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-08-17T12:29:43.6500380Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-08-17T12:29:43.6508936Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-08-17T12:29:43.6953137Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-08-17T12:29:43.6957811Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-08-17T12:29:43.7387244Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-08-17T12:29:43.7391693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-08-17T12:29:43.7858569Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-08-17T12:29:43.8132489Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-08-17T12:29:43.8231133Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-08-17T12:29:43.8754988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:29:43.8900388Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:29:43.9066577Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-08-17T12:29:43.9459846Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-08-17T12:29:43.9625745Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-08-17T12:29:43.9899838Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-08-17T12:29:44.0065647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:29:44.0378800Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:29:44.0384393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-08-17T12:29:44.0754344Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-08-17T12:29:44.0764063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-08-17T12:29:44.1186005Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-08-17T12:29:44.1194133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:29:44.1639681Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:29:44.1647763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-08-17T12:29:44.2070152Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-08-17T12:29:44.2078652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-08-17T12:29:44.2511661Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-08-17T12:29:44.2520795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-08-17T12:29:44.2944835Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-08-17T12:29:44.2953118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-08-17T12:29:44.3386713Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-08-17T12:29:44.3395371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:29:44.3848006Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:29:44.3857044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-08-17T12:29:44.4289241Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-08-17T12:29:44.4300168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-08-17T12:29:44.4749271Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-08-17T12:29:44.4757398Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:29:44.5152997Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:29:44.5207975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-08-17T12:29:44.5676837Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-08-17T12:29:44.5684115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:29:44.6094672Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:29:44.6103129Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-08-17T12:29:44.6656895Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-08-17T12:29:44.7036916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-08-17T12:29:44.7139349Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-08-17T12:29:44.7175025Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-08-17T12:29:44.7640431Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-08-17T12:29:44.7648688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-08-17T12:29:44.8071342Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-08-17T12:29:44.8078029Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-08-17T12:29:44.8519256Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-08-17T12:29:44.8529118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-08-17T12:29:44.8947784Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-08-17T12:29:44.8956054Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-08-17T12:29:44.9382200Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-08-17T12:29:44.9392034Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-08-17T12:29:44.9783165Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-08-17T12:29:44.9848058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-08-17T12:29:45.0222924Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-08-17T12:29:45.0274248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-08-17T12:29:45.0717122Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-08-17T12:29:45.0726371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-08-17T12:29:45.1154958Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-08-17T12:29:45.1163925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-08-17T12:29:45.1591229Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-08-17T12:29:45.1600527Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-08-17T12:29:45.2024599Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-08-17T12:29:45.2033843Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-08-17T12:29:45.2477531Z [gw1] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-08-17T12:29:45.2487074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-08-17T12:29:45.2918752Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-08-17T12:29:45.2928339Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-08-17T12:29:45.3356633Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-08-17T12:29:45.3366048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-08-17T12:29:45.3799236Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-08-17T12:29:45.3808794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-08-17T12:29:45.4204962Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-08-17T12:29:45.4245750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-08-17T12:29:45.4664310Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-08-17T12:29:45.4671872Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-08-17T12:29:45.5102692Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-08-17T12:29:45.5109071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-08-17T12:29:45.5542768Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-08-17T12:29:45.5548923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-08-17T12:29:45.5986107Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-08-17T12:29:45.5992688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-08-17T12:29:45.6423955Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-08-17T12:29:45.6430660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-08-17T12:29:45.6864806Z [gw1] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-08-17T12:29:45.6871190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-08-17T12:29:45.7266156Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-08-17T12:29:45.7313087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-08-17T12:29:45.7704689Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-08-17T12:29:45.8545157Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-08-17T12:29:45.8573605Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-08-17T12:29:45.8863815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-08-17T12:29:45.9029170Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-08-17T12:29:45.9039887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-08-17T12:29:45.9479641Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-08-17T12:29:45.9489353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-08-17T12:29:45.9916916Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-08-17T12:29:45.9926515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-08-17T12:29:46.0376449Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-08-17T12:29:46.0386284Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-08-17T12:29:46.0780964Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-08-17T12:29:46.0823802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-08-17T12:29:46.1260536Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-08-17T12:29:46.1290192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-08-17T12:29:46.1701997Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-08-17T12:29:46.1726879Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-08-17T12:29:46.2123639Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-08-17T12:29:46.2134416Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-08-17T12:29:46.2578055Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-08-17T12:29:46.2588049Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:29:46.2979880Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:29:46.3017716Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:29:46.3457693Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:29:46.3478459Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-08-17T12:29:46.3858969Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-08-17T12:29:46.3883312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-08-17T12:29:46.4315939Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-08-17T12:29:46.4325520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-08-17T12:29:46.4755980Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-08-17T12:29:46.4765221Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-08-17T12:29:46.5234039Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-08-17T12:29:46.5243359Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-08-17T12:29:46.5663518Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-08-17T12:29:46.5672667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-08-17T12:29:46.6155862Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-08-17T12:29:46.6164939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-08-17T12:29:46.6569094Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-08-17T12:29:46.6578372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-08-17T12:29:46.7039187Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-08-17T12:29:46.7048595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-08-17T12:29:46.7470793Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-08-17T12:29:46.7480220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-08-17T12:29:46.7807430Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-08-17T12:29:46.7834078Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-08-17T12:29:46.7909702Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:29:46.7916867Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-08-17T12:29:46.8302645Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-08-17T12:29:46.8372444Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-08-17T12:29:46.8743516Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-08-17T12:29:47.2188000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-08-17T12:29:47.2293828Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-08-17T12:29:47.2504284Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:29:47.2744700Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:29:47.2748177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:29:47.3221651Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:29:47.3230376Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-08-17T12:29:47.3643116Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-08-17T12:29:47.3643635Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-08-17T12:29:47.4078352Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-08-17T12:29:47.4082742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:29:47.4514388Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:29:47.4521153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:29:47.4954557Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:29:47.4960313Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:29:47.5352452Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:29:47.5388511Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:29:47.5837250Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:29:47.5841381Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:29:47.6299044Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:29:47.6343177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:29:47.6818513Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:29:47.6963706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:29:47.7104704Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:29:47.7151919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:29:47.7595534Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:29:47.7601550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:29:47.8034695Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:29:47.8072828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-08-17T12:29:47.8526119Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-08-17T12:29:47.8534735Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:29:47.8952854Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:29:47.8959064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:29:47.9396308Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:29:47.9401529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:29:47.9832546Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:29:47.9838723Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-08-17T12:29:48.0272321Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-08-17T12:29:48.0278232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-08-17T12:29:48.0710879Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-08-17T12:29:48.0720814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-08-17T12:29:48.1149135Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-08-17T12:29:48.1158367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-08-17T12:29:48.1601180Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-08-17T12:29:48.1613121Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-08-17T12:29:48.2031922Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-08-17T12:29:48.2041077Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-08-17T12:29:48.2483318Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-08-17T12:29:48.2491110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-08-17T12:29:48.2938141Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-08-17T12:29:48.3241459Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-08-17T12:29:48.3299948Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-08-17T12:29:48.3351176Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-08-17T12:29:48.3786874Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-08-17T12:29:48.3795765Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-08-17T12:29:48.4219811Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-08-17T12:29:48.4237882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-08-17T12:29:48.4666045Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-08-17T12:29:48.4674859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-08-17T12:29:48.5117505Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-08-17T12:29:48.5122552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-08-17T12:29:48.5551939Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-08-17T12:29:48.5556116Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-08-17T12:29:48.5993225Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-08-17T12:29:48.5997284Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-08-17T12:29:48.6521344Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-08-17T12:29:48.6552544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-08-17T12:29:48.6875472Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-08-17T12:29:48.6883922Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-08-17T12:29:48.7311655Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-08-17T12:29:48.7316653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-08-17T12:29:48.7752112Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-08-17T12:29:48.7756806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-08-17T12:29:48.8184672Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-08-17T12:29:48.8189098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-08-17T12:29:48.8631226Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-08-17T12:29:48.8635676Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-08-17T12:29:48.9075918Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-08-17T12:29:48.9080765Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-08-17T12:29:48.9524322Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-08-17T12:29:48.9527948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-08-17T12:29:48.9952090Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-08-17T12:29:48.9955982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-08-17T12:29:49.0389557Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-08-17T12:29:49.0394719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-08-17T12:29:49.0828554Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-08-17T12:29:49.0836766Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-08-17T12:29:49.1255230Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-08-17T12:29:49.1263666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-08-17T12:29:49.1703720Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-08-17T12:29:49.1711905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-08-17T12:29:49.2114955Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-08-17T12:29:49.2149592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-08-17T12:29:49.2588830Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-08-17T12:29:49.2597804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-08-17T12:29:49.3025182Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-08-17T12:29:49.3033396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-08-17T12:29:49.3468762Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-08-17T12:29:49.3476996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-08-17T12:29:49.3915175Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-08-17T12:29:49.3923806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-08-17T12:29:49.4354493Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-08-17T12:29:49.4364561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-08-17T12:29:49.4817047Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-08-17T12:29:49.4827039Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-08-17T12:29:49.5259557Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-08-17T12:29:49.5264683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-08-17T12:29:49.5670578Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-08-17T12:29:49.5676616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-08-17T12:29:49.6114836Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-08-17T12:29:49.6120320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-08-17T12:29:49.6541024Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-08-17T12:29:49.6546346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-08-17T12:29:49.6991242Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-08-17T12:29:49.6996516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-08-17T12:29:49.7505475Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-08-17T12:29:49.7514747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-08-17T12:29:49.7952824Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-08-17T12:29:49.7958019Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-08-17T12:29:49.8394388Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-08-17T12:29:49.8400806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-08-17T12:29:49.8829745Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-08-17T12:29:49.8835338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-08-17T12:29:49.8865275Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-08-17T12:29:49.8874699Z [gw2] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:29:49.9247886Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:29:49.9254491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:29:49.9707277Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:29:49.9713215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-08-17T12:29:50.0150757Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-08-17T12:29:50.0157202Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-08-17T12:29:50.0590289Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-08-17T12:29:50.0595574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-08-17T12:29:50.1119195Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-08-17T12:29:50.1124888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-08-17T12:29:50.1551076Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-08-17T12:29:50.1556242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-08-17T12:29:50.1992041Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-08-17T12:29:50.1996038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-08-17T12:29:50.2427312Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-08-17T12:29:50.2427798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-08-17T12:29:50.2873178Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-08-17T12:29:50.2878305Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-08-17T12:29:50.3311071Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-08-17T12:29:50.3314988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-08-17T12:29:50.3777778Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-08-17T12:29:50.4884363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-08-17T12:29:50.4910496Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-08-17T12:29:50.4963005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-08-17T12:29:50.5383760Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-08-17T12:29:50.5392394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-08-17T12:29:50.5837345Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-08-17T12:29:50.5837959Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-08-17T12:29:50.6265597Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-08-17T12:29:50.6270403Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-08-17T12:29:50.6710911Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-08-17T12:29:50.6715891Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-08-17T12:29:50.7152721Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-08-17T12:29:50.7157111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-08-17T12:29:50.7598369Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-08-17T12:29:50.7602951Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-08-17T12:29:50.8054069Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-08-17T12:29:50.8054531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-08-17T12:29:50.8451630Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-08-17T12:29:50.8465612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-08-17T12:29:50.8914143Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-08-17T12:29:50.8919516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-08-17T12:29:50.9347537Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-08-17T12:29:50.9352841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-08-17T12:29:50.9794551Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-08-17T12:29:50.9800161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-08-17T12:29:51.0250610Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-08-17T12:29:51.0256241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-08-17T12:29:51.0697738Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-08-17T12:29:51.1641047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-08-17T12:29:51.1662035Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-08-17T12:29:51.1705094Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-08-17T12:29:51.2154925Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-08-17T12:29:51.2160289Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-08-17T12:29:51.2604625Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-08-17T12:29:51.2609669Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-08-17T12:29:51.3053230Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-08-17T12:29:51.3058916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-08-17T12:29:51.3473092Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-08-17T12:29:51.3480599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-08-17T12:29:51.3937860Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-08-17T12:29:51.3975921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-08-17T12:29:51.4377885Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-08-17T12:29:51.4757109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-08-17T12:29:51.4783053Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-08-17T12:29:51.4843318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-08-17T12:29:51.5290482Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-08-17T12:29:51.5297483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-08-17T12:29:51.5716033Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-08-17T12:29:51.5721925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-08-17T12:29:51.6178824Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-08-17T12:29:51.6204022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-08-17T12:29:51.6598300Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-08-17T12:29:51.6605591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-08-17T12:29:51.7033358Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-08-17T12:29:51.7038258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-08-17T12:29:51.7468346Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-08-17T12:29:51.7473103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-08-17T12:29:51.7917614Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-08-17T12:29:51.7923264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-08-17T12:29:51.8350911Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-08-17T12:29:51.8356060Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-08-17T12:29:51.8776967Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-08-17T12:29:51.8784253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-08-17T12:29:51.9220649Z [gw1] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-08-17T12:29:51.9238847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-08-17T12:29:51.9672201Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-08-17T12:29:51.9677175Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-08-17T12:29:52.0111810Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-08-17T12:29:52.0116371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-08-17T12:29:52.0551924Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-08-17T12:29:52.0556613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-08-17T12:29:52.0991960Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-08-17T12:29:52.0996076Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-08-17T12:29:52.1447716Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-08-17T12:29:52.1454833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-08-17T12:29:52.1883240Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-08-17T12:29:52.1888969Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-08-17T12:29:52.2314825Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-08-17T12:29:52.2320595Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-08-17T12:29:52.2778812Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-08-17T12:29:52.3064647Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-08-17T12:29:52.3218581Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-08-17T12:29:52.3264629Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-08-17T12:29:52.3657763Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-08-17T12:29:52.3947032Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-08-17T12:29:52.4021582Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-08-17T12:29:52.4664684Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-08-17T12:29:52.4684585Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-08-17T12:29:52.4943174Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-08-17T12:29:52.5178747Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-08-17T12:29:52.5229666Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-08-17T12:29:52.5619145Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-08-17T12:29:52.5694131Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-08-17T12:29:52.6060420Z [gw1] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-08-17T12:29:52.6112680Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-08-17T12:29:52.6499894Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-08-17T12:29:52.7557396Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-08-17T12:29:52.7582226Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-08-17T12:29:52.8375047Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-08-17T12:29:52.8399985Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-08-17T12:29:52.8589718Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-08-17T12:29:52.8899133Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-08-17T12:29:52.9081751Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-08-17T12:29:52.9338895Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-08-17T12:29:52.9585462Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-08-17T12:29:52.9779029Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-08-17T12:29:52.9984651Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-08-17T12:29:53.0218289Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-08-17T12:29:53.0464803Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-08-17T12:29:53.0659674Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-08-17T12:29:53.0906613Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-08-17T12:29:53.1099089Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-08-17T12:29:53.1827579Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-08-17T12:29:53.1851232Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-08-17T12:29:53.2671246Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-08-17T12:29:53.2695651Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-08-17T12:29:53.3057054Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-08-17T12:29:53.3137931Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-08-17T12:29:53.6780532Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-08-17T12:29:53.6805161Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-08-17T12:29:53.7213534Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-08-17T12:29:53.7240439Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-08-17T12:29:53.8261792Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-08-17T12:29:53.8286429Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-08-17T12:29:53.8478845Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-08-17T12:29:53.8778639Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-08-17T12:29:53.8902162Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-08-17T12:29:53.9219091Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-08-17T12:29:54.0422705Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-08-17T12:29:54.0454195Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-08-17T12:29:54.1204906Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-08-17T12:29:54.1230431Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-08-17T12:29:54.2406840Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-08-17T12:29:54.2431791Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-08-17T12:29:54.2476068Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-08-17T12:29:54.2923731Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-08-17T12:29:54.2934184Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-08-17T12:29:54.3311685Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-08-17T12:29:54.3359116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-08-17T12:29:54.3819097Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-08-17T12:29:54.3943875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-08-17T12:29:54.4219001Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-08-17T12:29:54.4271957Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-08-17T12:29:54.4624401Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-08-17T12:29:54.4680097Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-08-17T12:29:54.5070757Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-08-17T12:29:54.5785978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-08-17T12:29:54.5807410Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-08-17T12:29:54.5901370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-08-17T12:29:54.6222363Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-08-17T12:29:54.6668736Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-08-17T12:29:54.6832139Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-08-17T12:29:54.7127018Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-08-17T12:29:54.7271978Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-08-17T12:29:54.7600559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-08-17T12:29:54.7777264Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-08-17T12:29:54.7785686Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-08-17T12:29:54.8209244Z [gw1] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-08-17T12:29:54.8218873Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-08-17T12:29:54.8678520Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-08-17T12:29:54.8713548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-08-17T12:29:54.9147666Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-08-17T12:29:54.9156447Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-08-17T12:29:54.9619041Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-08-17T12:29:54.9783408Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-08-17T12:29:55.0064390Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-08-17T12:29:55.0069990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-08-17T12:29:55.0507053Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-08-17T12:29:55.0512745Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-08-17T12:29:55.0971192Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-08-17T12:29:55.0980229Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-08-17T12:29:55.1420287Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-08-17T12:29:55.1436737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-08-17T12:29:55.1897988Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-08-17T12:29:55.1952046Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-08-17T12:29:55.2365405Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-08-17T12:29:55.2374646Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-08-17T12:29:55.2818849Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-08-17T12:29:55.2843356Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-08-17T12:29:55.3298983Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-08-17T12:29:55.3327260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-08-17T12:29:55.3702745Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-08-17T12:29:55.3711198Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-08-17T12:29:55.4178988Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-08-17T12:29:55.4235591Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-08-17T12:29:55.4611516Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-08-17T12:29:55.4621744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-08-17T12:29:55.5097748Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-08-17T12:29:55.5107573Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-08-17T12:29:55.5543040Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-08-17T12:29:55.5590457Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-08-17T12:29:55.6027975Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-08-17T12:29:55.6036887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-08-17T12:29:55.6493275Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-08-17T12:29:55.6501368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-08-17T12:29:55.6943987Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-08-17T12:29:55.6952246Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-08-17T12:29:55.7379948Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-08-17T12:29:55.7388690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-08-17T12:29:55.7858507Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-08-17T12:29:55.8263763Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-08-17T12:29:55.8287542Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-08-17T12:29:55.8325926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-08-17T12:29:55.8778362Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-08-17T12:29:55.9305578Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-08-17T12:29:55.9379544Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-08-17T12:29:55.9430912Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-08-17T12:29:55.9822998Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-08-17T12:29:55.9878823Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-08-17T12:29:56.0304190Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-08-17T12:29:56.0383701Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-08-17T12:29:56.0842798Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-08-17T12:29:56.0853366Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-08-17T12:29:56.1299378Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-08-17T12:29:56.2812981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-08-17T12:29:56.2838008Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-08-17T12:29:56.3012688Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:29:56.3338794Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-08-17T12:29:56.3692190Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:29:56.3739006Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-08-17T12:29:56.3818929Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-08-17T12:29:56.4258600Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-08-17T12:29:56.4291282Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-08-17T12:29:56.4686310Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-08-17T12:29:56.4695351Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-08-17T12:29:56.5126676Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-08-17T12:29:56.5135302Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-08-17T12:29:56.5617682Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-08-17T12:29:56.5719592Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-08-17T12:29:56.6027485Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-08-17T12:29:56.6036325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-08-17T12:29:56.6442691Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-08-17T12:29:56.6492162Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-08-17T12:29:56.6929773Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-08-17T12:29:56.6948819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-08-17T12:29:56.7400100Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-08-17T12:29:56.7408831Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-08-17T12:29:56.7789259Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-08-17T12:29:56.7840681Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-08-17T12:29:56.8338733Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-08-17T12:29:56.8378153Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-08-17T12:29:56.8701961Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-08-17T12:29:56.8749035Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-08-17T12:29:56.9218631Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-08-17T12:29:56.9278191Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-08-17T12:29:56.9622643Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-08-17T12:29:56.9714172Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-08-17T12:29:57.0138893Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-08-17T12:29:57.0344622Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-08-17T12:29:57.0538184Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-08-17T12:29:57.0570964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-08-17T12:29:57.1002707Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-08-17T12:29:57.1010102Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-08-17T12:29:57.1421698Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-08-17T12:29:57.1664593Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-08-17T12:29:57.1898504Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-08-17T12:29:57.2695113Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-08-17T12:29:57.2720033Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-08-17T12:29:57.2985665Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-08-17T12:29:57.3142936Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-08-17T12:29:57.5544910Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-08-17T12:29:57.5568994Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-08-17T12:29:57.8090633Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-08-17T12:29:57.8115665Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-08-17T12:29:57.8165435Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-08-17T12:29:57.8716361Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-08-17T12:29:58.0328591Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-08-17T12:29:58.0351199Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-08-17T12:29:58.0453819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-08-17T12:29:58.0857920Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-08-17T12:29:58.2105188Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-08-17T12:29:58.2127024Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-08-17T12:29:58.2248571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-08-17T12:29:58.2617815Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-08-17T12:29:58.3167397Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-08-17T12:29:58.3188711Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-08-17T12:29:58.4405717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-08-17T12:29:58.4427154Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-08-17T12:29:58.6541330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-08-17T12:29:58.6561385Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-08-17T12:29:58.6824531Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-08-17T12:29:58.7098231Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-08-17T12:29:58.7974554Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-08-17T12:29:58.7995047Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-08-17T12:29:58.8183170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-08-17T12:29:58.8488920Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-08-17T12:29:58.8498459Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-08-17T12:29:58.8938629Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-08-17T12:29:58.8977500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-08-17T12:29:58.9384761Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-08-17T12:29:58.9393318Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-08-17T12:29:58.9833886Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-08-17T12:29:58.9842875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-08-17T12:29:59.0049373Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-08-17T12:29:59.0072429Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:29:59.0270863Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-08-17T12:29:59.0428492Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-08-17T12:29:59.0861987Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-08-17T12:29:59.0869899Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-08-17T12:29:59.1377961Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-08-17T12:29:59.2816674Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-08-17T12:29:59.2840976Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-08-17T12:29:59.3002762Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-08-17T12:29:59.3338884Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-08-17T12:29:59.3584060Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-08-17T12:29:59.3778681Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-08-17T12:29:59.3884559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-08-17T12:29:59.4261011Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-08-17T12:29:59.4364814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-08-17T12:29:59.4700089Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-08-17T12:29:59.4812077Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-08-17T12:29:59.5140275Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-08-17T12:29:59.5243583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-08-17T12:29:59.5554427Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-08-17T12:29:59.5978544Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-08-17T12:29:59.6002690Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-08-17T12:29:59.6078192Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-08-17T12:29:59.6433546Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-08-17T12:29:59.6493377Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-08-17T12:29:59.6906189Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-08-17T12:29:59.7207334Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-08-17T12:29:59.7341766Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-08-17T12:29:59.7396846Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-08-17T12:29:59.7900219Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-08-17T12:29:59.8145814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-08-17T12:29:59.8379239Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-08-17T12:29:59.8582169Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-08-17T12:29:59.8859960Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-08-17T12:29:59.9770944Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-08-17T12:29:59.9791489Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-08-17T12:29:59.9848320Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-08-17T12:30:00.0281649Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-08-17T12:30:00.0292479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-08-17T12:30:00.0714024Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-08-17T12:30:00.0723602Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-08-17T12:30:00.1149764Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-08-17T12:30:00.1158886Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-08-17T12:30:00.1630866Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-08-17T12:30:00.1639993Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-08-17T12:30:00.2099324Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-08-17T12:30:00.2345411Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-08-17T12:30:00.2525501Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-08-17T12:30:00.2530860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-08-17T12:30:00.2978724Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-08-17T12:30:00.4604007Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:30:00.4629513Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-08-17T12:30:00.5761000Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-08-17T12:30:00.5777077Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-08-17T12:30:01.2298952Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-08-17T12:30:01.2478781Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-08-17T12:30:01.3127053Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-08-17T12:30:01.3271837Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-08-17T12:30:01.6197007Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:30:01.6223264Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-08-17T12:30:01.7521614Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-08-17T12:30:01.7546590Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-08-17T12:30:01.7586518Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-08-17T12:30:01.8010076Z [gw1] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-08-17T12:30:01.8053064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-08-17T12:30:01.8422928Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-08-17T12:30:01.8466404Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-08-17T12:30:01.8598192Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-08-17T12:30:01.8616127Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-08-17T12:30:01.8946727Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:30:01.8956008Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-08-17T12:30:01.9387215Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-08-17T12:30:01.9396491Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-08-17T12:30:01.9852550Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-08-17T12:30:02.0190845Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-08-17T12:30:02.0273022Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-08-17T12:30:02.0548815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-08-17T12:30:02.0740786Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-08-17T12:30:02.0777435Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-08-17T12:30:02.1260611Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-08-17T12:30:02.1376217Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-08-17T12:30:02.1658320Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-08-17T12:30:02.1904080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-08-17T12:30:02.2139037Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-08-17T12:30:02.2145060Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-08-17T12:30:02.2658469Z [gw1] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-08-17T12:30:02.3389860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-08-17T12:30:02.3416012Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-08-17T12:30:02.3593599Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-08-17T12:30:02.3885638Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-08-17T12:30:02.3895255Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-08-17T12:30:02.4339139Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-08-17T12:30:02.4586225Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-08-17T12:30:02.4778507Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-08-17T12:30:02.5119442Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-08-17T12:30:02.5144620Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-08-17T12:30:02.5388571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:30:02.5660562Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:30:02.5806185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:30:02.5830514Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:30:02.5876097Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-08-17T12:30:02.6099569Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:30:02.6248869Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-08-17T12:30:02.6522907Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-08-17T12:30:02.6528668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-08-17T12:30:02.6979801Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-08-17T12:30:02.7132488Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-08-17T12:30:02.7419420Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-08-17T12:30:02.7639356Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-08-17T12:30:02.7872995Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-08-17T12:30:02.7881799Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-08-17T12:30:02.8339223Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-08-17T12:30:03.0097192Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-08-17T12:30:03.0119243Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-08-17T12:30:03.0586295Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-08-17T12:30:03.0598305Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-08-17T12:30:03.0644073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-08-17T12:30:03.1050815Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-08-17T12:30:03.1060668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-08-17T12:30:03.1517253Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-08-17T12:30:03.1525968Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-08-17T12:30:03.1948351Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-08-17T12:30:03.1957495Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-08-17T12:30:03.2428654Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-08-17T12:30:03.2437610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-08-17T12:30:03.2857505Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-08-17T12:30:03.3145992Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-08-17T12:30:03.3307230Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-08-17T12:30:03.3316129Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-08-17T12:30:03.3728175Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-08-17T12:30:03.3737204Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:30:03.4192242Z [gw1] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-08-17T12:30:03.4200683Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-08-17T12:30:03.4656519Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-08-17T12:30:03.4662358Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:30:03.5098154Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-08-17T12:30:03.5134479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:30:03.5520158Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-08-17T12:30:03.5528579Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:30:03.5978355Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-08-17T12:30:03.7067357Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:30:03.7092216Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:30:03.7226530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:30:03.7614596Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-08-17T12:30:03.7655726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:30:03.8052114Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-08-17T12:30:03.8058710Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:30:03.8497948Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:30:03.9402639Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:30:03.9429135Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:30:03.9478674Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-08-17T12:30:03.9928957Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-08-17T12:30:03.9999622Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:30:04.0380147Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-08-17T12:30:04.0799666Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:30:04.0831334Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-08-17T12:30:04.0891020Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:30:04.1326909Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-08-17T12:30:04.1336849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-08-17T12:30:04.1760117Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-08-17T12:30:04.1773728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-08-17T12:30:04.2328934Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-08-17T12:30:04.2339814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:30:04.2658905Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-08-17T12:30:04.2865111Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:30:04.3102018Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-08-17T12:30:04.3111444Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:30:04.3530158Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:30:04.3539671Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:30:04.3979305Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-08-17T12:30:04.4190618Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-08-17T12:30:04.4547603Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-08-17T12:30:04.4639321Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-08-17T12:30:04.5003566Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-08-17T12:30:04.5042257Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-08-17T12:30:04.5499349Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-08-17T12:30:04.5746093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-08-17T12:30:04.5939143Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-08-17T12:30:04.6924535Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-08-17T12:30:04.6949572Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-08-17T12:30:04.7144828Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-08-17T12:30:04.7391454Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-08-17T12:30:04.7433584Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-08-17T12:30:04.7885725Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-08-17T12:30:04.7894576Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-08-17T12:30:04.8379300Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-08-17T12:30:04.8488564Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-08-17T12:30:04.8859221Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-08-17T12:30:04.8913679Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-08-17T12:30:04.9307239Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-08-17T12:30:04.9364837Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-08-17T12:30:04.9779967Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-08-17T12:30:05.0058873Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-08-17T12:30:05.0222128Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-08-17T12:30:05.0265497Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-08-17T12:30:05.0703934Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-08-17T12:30:05.0766895Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-08-17T12:30:05.1183309Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-08-17T12:30:05.1397192Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-08-17T12:30:05.1722547Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-08-17T12:30:05.1785432Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-08-17T12:30:05.2188744Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-08-17T12:30:05.2193818Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-08-17T12:30:05.2666754Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-08-17T12:30:05.2671029Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-08-17T12:30:05.3103186Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-08-17T12:30:05.3147923Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-08-17T12:30:05.3583620Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-08-17T12:30:05.3631744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-08-17T12:30:05.4099018Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-08-17T12:30:05.4669511Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-08-17T12:30:05.4691538Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-08-17T12:30:05.4741329Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-08-17T12:30:05.5157442Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-08-17T12:30:05.5163451Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-08-17T12:30:05.5619800Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-08-17T12:30:05.5627725Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-08-17T12:30:05.6045356Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-08-17T12:30:05.6052089Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-08-17T12:30:05.6476959Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-08-17T12:30:05.6654454Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-08-17T12:30:05.6951175Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-08-17T12:30:05.6956705Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-08-17T12:30:05.7453184Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-08-17T12:30:05.7458110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-08-17T12:30:05.7898564Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-08-17T12:30:05.7921875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-08-17T12:30:05.8324553Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-08-17T12:30:05.8331542Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-08-17T12:30:05.8779570Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-08-17T12:30:05.9025712Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-08-17T12:30:05.9216673Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-08-17T12:30:05.9456766Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-08-17T12:30:05.9659246Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-08-17T12:30:05.9788660Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-08-17T12:30:06.0060429Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-08-17T12:30:06.0398447Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-08-17T12:30:06.0427074Z [gw2] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:30:06.0666622Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:30:06.0683906Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-08-17T12:30:06.0727178Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-08-17T12:30:06.1190460Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-08-17T12:30:06.1200182Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-08-17T12:30:06.1628825Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-08-17T12:30:06.1637389Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-08-17T12:30:06.2100390Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-08-17T12:30:06.2626706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-08-17T12:30:06.2641764Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-08-17T12:30:06.2796434Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-08-17T12:30:06.3063994Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-08-17T12:30:06.3152035Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-08-17T12:30:06.3579259Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-08-17T12:30:06.3825950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-08-17T12:30:06.4029229Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-08-17T12:30:06.4033856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-08-17T12:30:06.4538569Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-08-17T12:30:06.4556133Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-08-17T12:30:06.4979443Z [gw1] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-08-17T12:30:06.5016253Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-08-17T12:30:06.5458934Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-08-17T12:30:06.5536341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-08-17T12:30:06.5938975Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-08-17T12:30:06.6046594Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-08-17T12:30:06.6418696Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-08-17T12:30:06.6619983Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-08-17T12:30:06.6859168Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-08-17T12:30:06.6880879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-08-17T12:30:06.7302937Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-08-17T12:30:06.7309270Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-08-17T12:30:06.7742976Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-08-17T12:30:06.7748948Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-08-17T12:30:06.8178269Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-08-17T12:30:06.8230139Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-08-17T12:30:06.8582110Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-08-17T12:30:06.8624905Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-08-17T12:30:06.9133357Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-08-17T12:30:06.9139358Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-08-17T12:30:06.9609240Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-08-17T12:30:06.9616075Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-08-17T12:30:07.0058055Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-08-17T12:30:07.0166107Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-08-17T12:30:07.0577058Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-08-17T12:30:07.2200772Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-08-17T12:30:07.2299514Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-08-17T12:30:07.2554435Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-08-17T12:30:07.2661919Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-08-17T12:30:07.3107301Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-08-17T12:30:07.3134760Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-08-17T12:30:07.3222856Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-08-17T12:30:07.3620756Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-08-17T12:30:07.3662972Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-08-17T12:30:07.4027907Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-08-17T12:30:07.4269890Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-08-17T12:30:07.4501581Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-08-17T12:30:07.4576673Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-08-17T12:30:07.4905843Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-08-17T12:30:07.4979192Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-08-17T12:30:07.5346434Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-08-17T12:30:07.5468801Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-08-17T12:30:07.5906487Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-08-17T12:30:07.6423249Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-08-17T12:30:07.6593217Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-08-17T12:30:07.6880450Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-08-17T12:30:07.7024411Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-08-17T12:30:07.7081506Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-08-17T12:30:07.7513254Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-08-17T12:30:07.7520685Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-08-17T12:30:07.7905308Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-08-17T12:30:07.7981564Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-08-17T12:30:07.8346384Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-08-17T12:30:07.8393644Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-08-17T12:30:07.8785461Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-08-17T12:30:07.8862002Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-08-17T12:30:07.9226624Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-08-17T12:30:07.9301517Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-08-17T12:30:07.9666421Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-08-17T12:30:07.9804716Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-08-17T12:30:08.0105424Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-08-17T12:30:08.0433322Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-08-17T12:30:08.0551042Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-08-17T12:30:08.0566832Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-08-17T12:30:08.0983824Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-08-17T12:30:08.1006917Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-08-17T12:30:08.1423475Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-08-17T12:30:08.1478168Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-08-17T12:30:08.1863906Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-08-17T12:30:08.1921456Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-08-17T12:30:08.2303484Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-08-17T12:30:08.2499763Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-08-17T12:30:08.2783225Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-08-17T12:30:08.2836023Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-08-17T12:30:08.3223704Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-08-17T12:30:08.3275988Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-08-17T12:30:08.3703437Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-08-17T12:30:08.3815165Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-08-17T12:30:08.4143129Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-08-17T12:30:08.4255645Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-08-17T12:30:08.4582900Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-08-17T12:30:08.4694511Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-08-17T12:30:08.5023202Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-08-17T12:30:08.7045569Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-08-17T12:30:08.7072620Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-08-17T12:30:08.7217569Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-08-17T12:30:08.7506744Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-08-17T12:30:08.7624438Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-08-17T12:30:08.7946354Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-08-17T12:30:08.8066775Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-08-17T12:30:08.8384688Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-08-17T12:30:08.8538137Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-08-17T12:30:08.8823880Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-08-17T12:30:08.8875835Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-08-17T12:30:08.9263932Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-08-17T12:30:08.9319889Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-08-17T12:30:08.9703585Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-08-17T12:30:08.9843380Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-08-17T12:30:09.0142439Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-08-17T12:30:09.0281432Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-08-17T12:30:09.0583703Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-08-17T12:30:09.0639280Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-08-17T12:30:09.0958125Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-08-17T12:30:09.0965636Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:30:09.1022867Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:30:09.1084837Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-08-17T12:30:09.1464538Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-08-17T12:30:09.1579700Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-08-17T12:30:09.1904357Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-08-17T12:30:09.2612301Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-08-17T12:30:09.2621185Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:30:09.6091743Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:30:09.6108422Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-08-17T12:30:09.6158095Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-08-17T12:30:09.6618357Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-08-17T12:30:09.6661071Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-08-17T12:30:09.7048457Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-08-17T12:30:09.7055169Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-08-17T12:30:09.7480232Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-08-17T12:30:09.8661231Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-08-17T12:30:09.8676118Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-08-17T12:30:10.1792948Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-08-17T12:30:10.1819841Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-08-17T12:30:10.3417828Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-08-17T12:30:10.3442645Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-08-17T12:30:10.3500173Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-08-17T12:30:10.3901000Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-08-17T12:30:10.3946276Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-08-17T12:30:10.4418584Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-08-17T12:30:10.4624265Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-08-17T12:30:10.4857543Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-08-17T12:30:10.4987131Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-08-17T12:30:10.5314004Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-08-17T12:30:10.5322409Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-08-17T12:30:10.5807632Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-08-17T12:30:10.5816662Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-08-17T12:30:10.6237870Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-08-17T12:30:10.6454911Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-08-17T12:30:10.6738932Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-08-17T12:30:10.6945465Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-08-17T12:30:10.7199855Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-08-17T12:30:10.7206659Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-08-17T12:30:10.7630219Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-08-17T12:30:10.7635607Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-08-17T12:30:10.8139566Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-08-17T12:30:10.8473058Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-08-17T12:30:10.8497613Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-08-17T12:30:10.8549578Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-08-17T12:30:10.8979315Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-08-17T12:30:10.9052395Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-08-17T12:30:10.9341639Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-08-17T12:30:10.9439162Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-08-17T12:30:10.9850873Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-08-17T12:30:10.9860188Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-08-17T12:30:11.0258563Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-08-17T12:30:11.0294151Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-08-17T12:30:11.0729265Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-08-17T12:30:11.0735395Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-08-17T12:30:11.1179372Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-08-17T12:30:11.1810608Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-08-17T12:30:11.1832388Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-08-17T12:30:11.1895049Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-08-17T12:30:11.2309646Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-08-17T12:30:11.2315598Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-08-17T12:30:11.2749602Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-08-17T12:30:11.2755418Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-08-17T12:30:11.3178742Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-08-17T12:30:11.5848231Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-08-17T12:30:11.5879124Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-08-17T12:30:11.5998689Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-08-17T12:30:11.6380646Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-08-17T12:30:11.6511230Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-08-17T12:30:11.6823360Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-08-17T12:30:11.6836355Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-08-17T12:30:11.7260837Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-08-17T12:30:11.7413230Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-08-17T12:30:11.7660569Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-08-17T12:30:11.7864873Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-08-17T12:30:11.8140717Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-08-17T12:30:11.8174034Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-08-17T12:30:11.8580649Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-08-17T12:30:11.8741544Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-08-17T12:30:11.9020349Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-08-17T12:30:11.9212111Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-08-17T12:30:11.9460541Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-08-17T12:30:12.0299530Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-08-17T12:30:12.0312814Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-08-17T12:30:12.0364057Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-08-17T12:30:12.0742963Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-08-17T12:30:12.1767422Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-08-17T12:30:12.1794848Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-08-17T12:30:12.1960396Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-08-17T12:30:12.2254233Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-08-17T12:30:12.2401233Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-08-17T12:30:12.2717705Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-08-17T12:30:12.3034852Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-08-17T12:30:12.3159565Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-08-17T12:30:12.3169240Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-08-17T12:30:12.3619151Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-08-17T12:30:12.3655599Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-08-17T12:30:12.4051177Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-08-17T12:30:12.4061538Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-08-17T12:30:12.4505741Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-08-17T12:30:12.4515630Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-08-17T12:30:12.4877554Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-08-17T12:30:12.4927013Z test_ops.py::TestMathBitsCPU::test_neg_view_eig_cpu_float64 2022-08-17T12:30:12.5379600Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eig_cpu_float64 2022-08-17T12:30:12.5572210Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-08-17T12:30:12.5772410Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-08-17T12:30:12.5778269Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-08-17T12:30:12.6182972Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-08-17T12:30:12.6213256Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-08-17T12:30:12.6621095Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-08-17T12:30:12.6682292Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-08-17T12:30:12.7106069Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-08-17T12:30:12.7108439Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-08-17T12:30:12.7554723Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-08-17T12:30:12.7557648Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-08-17T12:30:12.8011964Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-08-17T12:30:12.8017855Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-08-17T12:30:12.8433647Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-08-17T12:30:12.8443711Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-08-17T12:30:12.8927146Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-08-17T12:30:12.8935179Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-08-17T12:30:12.9369448Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-08-17T12:30:12.9377781Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-08-17T12:30:12.9755773Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-08-17T12:30:12.9800404Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-08-17T12:30:13.0258775Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-08-17T12:30:13.0318609Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-08-17T12:30:13.0622326Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-08-17T12:30:13.0663470Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-08-17T12:30:13.1138618Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-08-17T12:30:13.1306349Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-08-17T12:30:13.1578640Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-08-17T12:30:13.1675800Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-08-17T12:30:13.2019568Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-08-17T12:30:13.3186278Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-08-17T12:30:13.3214489Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-08-17T12:30:13.3304645Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-08-17T12:30:13.3698355Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-08-17T12:30:13.3753496Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-08-17T12:30:13.4138927Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-08-17T12:30:13.4484222Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-08-17T12:30:13.4509472Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-08-17T12:30:13.4745151Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-08-17T12:30:13.4995903Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-08-17T12:30:13.5056823Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-08-17T12:30:13.5458433Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-08-17T12:30:13.5559715Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-08-17T12:30:13.5859299Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-08-17T12:30:13.5970584Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-08-17T12:30:13.6265881Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-08-17T12:30:13.6355538Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-08-17T12:30:13.6704742Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-08-17T12:30:13.6830359Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-08-17T12:30:13.7219848Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-08-17T12:30:13.7675626Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-08-17T12:30:13.7704088Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-08-17T12:30:13.8499842Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-08-17T12:30:13.8525364Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-08-17T12:30:13.8827787Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-08-17T12:30:13.8978356Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-08-17T12:30:13.9149217Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-08-17T12:30:13.9458987Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-08-17T12:30:14.0086083Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-08-17T12:30:14.0224014Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-08-17T12:30:14.1579856Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-08-17T12:30:14.1605048Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-08-17T12:30:14.2154061Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-08-17T12:30:14.2179042Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-08-17T12:30:14.2710001Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-08-17T12:30:14.2736638Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-08-17T12:30:14.2804641Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-08-17T12:30:14.3154238Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-08-17T12:30:14.3233723Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-08-17T12:30:14.3659019Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-08-17T12:30:14.3705666Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-08-17T12:30:14.4115216Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-08-17T12:30:14.4125180Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-08-17T12:30:14.4596078Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-08-17T12:30:14.4605476Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-08-17T12:30:14.4996325Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-08-17T12:30:14.5067007Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-08-17T12:30:14.5499400Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-08-17T12:30:14.5750965Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-08-17T12:30:14.5907448Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-08-17T12:30:14.5916521Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-08-17T12:30:14.6383770Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-08-17T12:30:14.6393130Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-08-17T12:30:14.6858909Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-08-17T12:30:14.7065534Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-08-17T12:30:14.7298191Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-08-17T12:30:14.7361870Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-08-17T12:30:14.7779005Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-08-17T12:30:14.8025855Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-08-17T12:30:14.8247587Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-08-17T12:30:14.8256475Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-08-17T12:30:14.8669019Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-08-17T12:30:14.8678131Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-08-17T12:30:14.9066955Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-08-17T12:30:14.9072185Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-08-17T12:30:14.9090380Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-08-17T12:30:14.9120500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-08-17T12:30:14.9504355Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-08-17T12:30:14.9580508Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-08-17T12:30:14.9944362Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-08-17T12:30:14.9998955Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-08-17T12:30:15.0423396Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-08-17T12:30:15.0624640Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-08-17T12:30:15.0864090Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-08-17T12:30:15.0953484Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-08-17T12:30:15.1343597Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-08-17T12:30:15.1397189Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-08-17T12:30:15.1860490Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-08-17T12:30:15.1873746Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-08-17T12:30:15.2350917Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-08-17T12:30:15.2351390Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-08-17T12:30:15.2780657Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-08-17T12:30:15.2993616Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-08-17T12:30:15.3002762Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:30:15.3464141Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:30:15.3580836Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-08-17T12:30:15.5394139Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-08-17T12:30:15.5417457Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-08-17T12:30:16.0848196Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-08-17T12:30:16.0867302Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-08-17T12:30:16.0926693Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-08-17T12:30:16.1366854Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-08-17T12:30:16.1371730Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-08-17T12:30:16.1858962Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-08-17T12:30:16.1950762Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-08-17T12:30:16.2258438Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-08-17T12:30:16.2298779Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-08-17T12:30:16.2664368Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-08-17T12:30:16.2733046Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-08-17T12:30:16.3019334Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-08-17T12:30:16.3028002Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:30:16.3100849Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:30:16.3208339Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-08-17T12:30:16.3542674Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-08-17T12:30:16.3763974Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-08-17T12:30:16.3981330Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-08-17T12:30:16.4091360Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-08-17T12:30:16.4422465Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-08-17T12:30:16.4521992Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-08-17T12:30:16.4862423Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-08-17T12:30:16.4902028Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-08-17T12:30:16.5303402Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-08-17T12:30:16.6378108Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-08-17T12:30:16.6386479Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-08-17T12:30:16.6439427Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-08-17T12:30:16.6824400Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-08-17T12:30:16.6879992Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-08-17T12:30:16.7263657Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-08-17T12:30:16.7303647Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-08-17T12:30:16.7811501Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-08-17T12:30:16.7965142Z test_ops.py::TestMathBitsCPU::test_neg_view_inverse_cpu_float64 2022-08-17T12:30:16.8259087Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inverse_cpu_float64 2022-08-17T12:30:16.8282533Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-08-17T12:30:16.8665734Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-08-17T12:30:16.8670599Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-08-17T12:30:16.9105195Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-08-17T12:30:16.9109100Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-08-17T12:30:16.9542843Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-08-17T12:30:16.9570423Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-08-17T12:30:17.0022885Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-08-17T12:30:17.0051038Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-08-17T12:30:17.0503109Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-08-17T12:30:17.0531453Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-08-17T12:30:17.0942628Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-08-17T12:30:17.0973698Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-08-17T12:30:17.1423991Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-08-17T12:30:17.1462951Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-08-17T12:30:17.1862963Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-08-17T12:30:17.6120927Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-08-17T12:30:17.6152801Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-08-17T12:30:17.6197403Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:30:17.6658907Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:30:17.6665358Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:30:17.7104042Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:30:17.7130220Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-08-17T12:30:17.7544315Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-08-17T12:30:17.7571640Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:30:17.7983162Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:30:17.8021007Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-08-17T12:30:17.8479903Z [gw1] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-08-17T12:30:17.8483678Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-08-17T12:30:17.8884431Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-08-17T12:30:17.8976636Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-08-17T12:30:17.9382261Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-08-17T12:30:17.9386184Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-08-17T12:30:17.9794287Z [gw1] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-08-17T12:30:17.9797948Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-08-17T12:30:18.0260203Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-08-17T12:30:18.0435634Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-08-17T12:30:18.0704276Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-08-17T12:30:18.0709240Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-08-17T12:30:18.1178964Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-08-17T12:30:18.5573119Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-08-17T12:30:18.5594156Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-08-17T12:30:18.5690652Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-08-17T12:30:18.5716799Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-08-17T12:30:18.5738058Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:30:18.6138799Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:30:18.6185459Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-08-17T12:30:18.6501735Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-08-17T12:30:18.6559536Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-08-17T12:30:18.6944645Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-08-17T12:30:18.7098310Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-08-17T12:30:18.7384345Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-08-17T12:30:18.8169662Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-08-17T12:30:18.8196385Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-08-17T12:30:18.8602565Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-08-17T12:30:18.8669451Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-08-17T12:30:18.9099749Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-08-17T12:30:18.9112999Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-08-17T12:30:18.9509816Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-08-17T12:30:18.9539514Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-08-17T12:30:19.0160332Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-08-17T12:30:19.0301006Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-08-17T12:30:19.0581656Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-08-17T12:30:19.0604598Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:30:19.0721349Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-08-17T12:30:19.0962346Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-08-17T12:30:19.0977455Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-08-17T12:30:19.1059579Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-08-17T12:30:19.1134684Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-08-17T12:30:19.1383428Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-08-17T12:30:19.1520967Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-08-17T12:30:19.1708840Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-08-17T12:30:19.1719698Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-08-17T12:30:19.1819153Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:30:19.1860285Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-08-17T12:30:19.2107070Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-08-17T12:30:19.2138539Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:30:19.2261902Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:30:19.2305165Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:30:19.2333670Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:30:19.2581403Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:30:19.2702483Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:30:19.2861855Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-08-17T12:30:19.3143617Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-08-17T12:30:19.3802036Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-08-17T12:30:19.3815281Z [gw2] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:30:19.5057973Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-08-17T12:30:19.5072977Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-08-17T12:30:19.6557721Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:30:19.6571592Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:30:19.6737372Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-08-17T12:30:19.6985490Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-08-17T12:30:19.8225045Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-08-17T12:30:19.8237125Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-08-17T12:30:19.8352073Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:30:19.8666925Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:30:20.9629751Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-08-17T12:30:20.9724109Z [gw1] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-08-17T12:30:21.0214671Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-08-17T12:30:21.0226519Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-08-17T12:30:21.0994983Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-08-17T12:30:21.1019480Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-08-17T12:30:21.2232957Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-08-17T12:30:21.2258768Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-08-17T12:30:21.2316096Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-08-17T12:30:21.2342976Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-08-17T12:30:21.3953667Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-08-17T12:30:21.3979008Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-08-17T12:30:21.5489128Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:30:21.5783970Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-08-17T12:30:21.5951148Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-08-17T12:30:21.6338303Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-08-17T12:30:21.6386304Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:30:21.6406121Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:30:21.6425053Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:30:21.6666671Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:30:21.7006361Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-08-17T12:30:21.7104884Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-08-17T12:30:21.7425856Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-08-17T12:30:21.7546008Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-08-17T12:30:21.7693942Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:30:21.7711753Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:30:21.7818538Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:30:21.7982613Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:30:21.8442267Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-08-17T12:30:21.8454829Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-08-17T12:30:21.8529663Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:30:21.8547258Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:30:21.8610435Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-08-17T12:30:21.8811988Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:30:21.8860529Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-08-17T12:30:21.8885871Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-08-17T12:30:21.8979977Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-08-17T12:30:21.9058943Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:30:21.9300276Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:30:21.9422586Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-08-17T12:30:21.9521594Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:30:21.9654076Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:30:21.9742777Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-08-17T12:30:21.9841146Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-08-17T12:30:21.9903441Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-08-17T12:30:22.0184983Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:30:22.1648159Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-08-17T12:30:22.1671578Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-08-17T12:30:22.1908897Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-08-17T12:30:22.2137925Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-08-17T12:30:23.6446565Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-08-17T12:30:23.6462586Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:30:23.8780145Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-08-17T12:30:23.8819510Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-08-17T12:30:23.8989663Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-08-17T12:30:23.9242120Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-08-17T12:30:23.9252661Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-08-17T12:30:23.9282094Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-08-17T12:30:23.9458040Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-08-17T12:30:23.9537913Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-08-17T12:30:23.9557677Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-08-17T12:30:23.9664637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-08-17T12:30:23.9913549Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-08-17T12:30:24.0104347Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-08-17T12:30:24.0258674Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-08-17T12:30:24.0825279Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-08-17T12:30:24.0932331Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-08-17T12:30:24.1338052Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-08-17T12:30:24.2024704Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:30:24.2048885Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:30:24.2865125Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:30:24.2886548Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:30:24.3117631Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-08-17T12:30:24.3270172Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-08-17T12:30:24.3285250Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-08-17T12:30:24.3311745Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-08-17T12:30:24.3655495Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:30:24.3740084Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:30:24.3847896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-08-17T12:30:24.4079259Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-08-17T12:30:24.4100107Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-08-17T12:30:24.4147333Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-08-17T12:30:24.4179256Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-08-17T12:30:24.4462719Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-08-17T12:30:24.4537138Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-08-17T12:30:24.4595801Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-08-17T12:30:24.4716085Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-08-17T12:30:24.4852594Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-08-17T12:30:24.5099535Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-08-17T12:30:24.5179621Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-08-17T12:30:24.5226519Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:30:24.5425229Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-08-17T12:30:24.5528103Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:30:24.5579246Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-08-17T12:30:24.5786854Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-08-17T12:30:24.5977644Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-08-17T12:30:24.5994937Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-08-17T12:30:24.6049158Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-08-17T12:30:24.7400346Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:30:24.7514070Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-08-17T12:30:24.7555392Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-08-17T12:30:24.7946466Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-08-17T12:30:24.8036697Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-08-17T12:30:24.8384671Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-08-17T12:30:24.8448678Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-08-17T12:30:24.8825719Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-08-17T12:30:24.8921925Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-08-17T12:30:24.9265670Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-08-17T12:30:24.9361055Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-08-17T12:30:24.9705708Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-08-17T12:30:24.9833885Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-08-17T12:30:25.0145245Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-08-17T12:30:25.0272636Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-08-17T12:30:25.0584952Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-08-17T12:30:25.0645504Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-08-17T12:30:25.1024984Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-08-17T12:30:25.1064670Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-08-17T12:30:25.1073948Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:30:25.1091528Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:30:25.1273752Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-08-17T12:30:25.1280262Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-08-17T12:30:25.1465982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-08-17T12:30:25.1516855Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-08-17T12:30:25.1602305Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-08-17T12:30:25.1701386Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-08-17T12:30:25.2261455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-08-17T12:30:25.2615708Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-08-17T12:30:25.2723804Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-08-17T12:30:25.2789108Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-08-17T12:30:25.3190575Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-08-17T12:30:25.3191525Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-08-17T12:30:25.3590649Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-08-17T12:30:25.3655795Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-08-17T12:30:25.4024623Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-08-17T12:30:25.4100718Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-08-17T12:30:25.4581149Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-08-17T12:30:25.4590497Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-08-17T12:30:25.4983414Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-08-17T12:30:25.4996197Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-08-17T12:30:25.5391027Z [gw1] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-08-17T12:30:25.5639351Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-08-17T12:30:25.5864261Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-08-17T12:30:25.5906118Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-08-17T12:30:25.6420709Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-08-17T12:30:25.6429360Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-08-17T12:30:25.6448916Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-08-17T12:30:25.6465282Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:30:25.6856204Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-08-17T12:30:26.1133549Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-08-17T12:30:26.1144208Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-08-17T12:30:26.4735102Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-08-17T12:30:26.4751511Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-08-17T12:30:26.5025626Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-08-17T12:30:26.5259573Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-08-17T12:30:26.5269597Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-08-17T12:30:26.5700338Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-08-17T12:30:26.5741869Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-08-17T12:30:26.6179660Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-08-17T12:30:26.6187890Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-08-17T12:30:26.6617916Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-08-17T12:30:26.6630491Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-08-17T12:30:26.7098291Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-08-17T12:30:26.7122652Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-08-17T12:30:26.7538330Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-08-17T12:30:26.9181327Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-08-17T12:30:26.9191423Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-08-17T12:30:27.5860432Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-08-17T12:30:27.5885367Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-08-17T12:30:27.7185052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-08-17T12:30:27.7205513Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-08-17T12:30:27.8686548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-08-17T12:30:27.8698983Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-08-17T12:30:27.8863889Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-08-17T12:30:27.9204841Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-08-17T12:30:27.9217074Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-08-17T12:30:27.9659957Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-08-17T12:30:27.9930682Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-08-17T12:30:28.0027893Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-08-17T12:30:28.0214292Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-08-17T12:30:28.0541295Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-08-17T12:30:28.0988937Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-08-17T12:30:28.1101371Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-08-17T12:30:28.1117273Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-08-17T12:30:28.1501655Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-08-17T12:30:28.1539444Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:30:28.1941514Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:30:28.1960536Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:30:28.2379283Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:30:28.2665242Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-08-17T12:30:28.2802309Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-08-17T12:30:28.2810221Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-08-17T12:30:28.3254405Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-08-17T12:30:28.3256242Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-08-17T12:30:28.3659099Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-08-17T12:30:28.3790970Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-08-17T12:30:28.4113580Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-08-17T12:30:28.4117672Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-08-17T12:30:28.4546617Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-08-17T12:30:28.4856627Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-08-17T12:30:28.4940753Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-08-17T12:30:28.4988147Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-08-17T12:30:28.5463072Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-08-17T12:30:28.5467781Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-08-17T12:30:28.5898612Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-08-17T12:30:28.5978840Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-08-17T12:30:28.6378817Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-08-17T12:30:28.6399496Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-08-17T12:30:28.6418030Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-08-17T12:30:28.6437808Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-08-17T12:30:28.6619817Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:30:28.6742545Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:30:28.6791414Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-08-17T12:30:28.6862354Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-08-17T12:30:28.7185359Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:30:28.7208970Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:30:28.7300533Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:30:28.7404515Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-08-17T12:30:28.7621343Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:30:28.7786326Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:30:28.8063143Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:30:28.8195197Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:30:28.8503117Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:30:28.8553671Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-08-17T12:30:28.8943739Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-08-17T12:30:28.9237820Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-08-17T12:30:28.9381862Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-08-17T12:30:28.9451798Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-08-17T12:30:28.9593850Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-08-17T12:30:28.9602440Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-08-17T12:30:28.9756812Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-08-17T12:30:28.9819643Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-08-17T12:30:29.0024120Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-08-17T12:30:29.0454363Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-08-17T12:30:29.0467424Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-08-17T12:30:29.0585174Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-08-17T12:30:29.0597464Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-08-17T12:30:29.0686352Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-08-17T12:30:29.0887643Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-08-17T12:30:29.0900164Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-08-17T12:30:29.1023374Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-08-17T12:30:29.1091987Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-08-17T12:30:29.1253646Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-08-17T12:30:29.1341257Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-08-17T12:30:29.1402712Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-08-17T12:30:29.1462812Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-08-17T12:30:29.1596746Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-08-17T12:30:29.1781190Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-08-17T12:30:29.1908267Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-08-17T12:30:29.1908882Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-08-17T12:30:29.1976328Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-08-17T12:30:29.2221258Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-08-17T12:30:29.2236215Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-08-17T12:30:29.2340823Z [gw2] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-08-17T12:30:29.2393214Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-08-17T12:30:29.2661985Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-08-17T12:30:29.2773735Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-08-17T12:30:29.2784364Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-08-17T12:30:29.2808816Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-08-17T12:30:29.3101153Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-08-17T12:30:29.3222829Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-08-17T12:30:29.3284029Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-08-17T12:30:29.3663637Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-08-17T12:30:29.3727262Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-08-17T12:30:29.4103601Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-08-17T12:30:29.4162162Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-08-17T12:30:29.4545039Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-08-17T12:30:29.4644415Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-08-17T12:30:29.4670701Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-08-17T12:30:29.4681878Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-08-17T12:30:29.4984273Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-08-17T12:30:29.5116962Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:30:29.5425170Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:30:29.5610263Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:30:29.5863687Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:30:29.6090731Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:30:29.6303517Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:30:29.6413445Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:30:29.6457220Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:30:29.6466830Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-08-17T12:30:29.6725806Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:30:29.6740828Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:30:29.6902574Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:30:29.7013295Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:30:29.7184621Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:30:29.7189105Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:30:29.7384395Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:30:29.7429086Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:30:29.7622940Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:30:29.7670357Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:30:29.7784238Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:30:29.7821534Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:30:29.8063704Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:30:29.8087992Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:30:29.8197281Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:30:29.8262333Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:30:29.8503879Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:30:29.8521130Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:30:29.8652445Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:30:29.8703069Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:30:29.8775120Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-08-17T12:30:29.8943403Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-08-17T12:30:29.9052836Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-08-17T12:30:29.9065661Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-08-17T12:30:29.9140868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-08-17T12:30:29.9148948Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-08-17T12:30:29.9383710Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-08-17T12:30:29.9950929Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-08-17T12:30:29.9965020Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-08-17T12:30:30.0182173Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:30:30.0383351Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:30:30.0776433Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:30:30.0882185Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:30:30.0951896Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-08-17T12:30:30.0967044Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-08-17T12:30:30.1097309Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-08-17T12:30:30.1101447Z [gw2] [ 83%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-08-17T12:30:30.1302410Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-08-17T12:30:30.1422507Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-08-17T12:30:30.1506051Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-08-17T12:30:30.1741474Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-08-17T12:30:30.2360906Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-08-17T12:30:30.2411322Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-08-17T12:30:30.2573536Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:30:30.2782341Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:30:30.2955819Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:30:30.3220850Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:30:30.3538671Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:30:30.3660595Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:30:30.3790628Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:30:30.4103317Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:30:30.4272587Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:30:30.4542989Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:30:30.4771880Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:30:30.4984399Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:30:30.5413141Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:30:30.5426866Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:30:30.5733184Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-08-17T12:30:30.5762352Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-08-17T12:30:30.5770540Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-08-17T12:30:30.5861787Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-08-17T12:30:30.6238970Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-08-17T12:30:30.6300969Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-08-17T12:30:30.6740169Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-08-17T12:30:30.6748895Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-08-17T12:30:30.6820030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-08-17T12:30:30.7183812Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-08-17T12:30:30.7741720Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:30:30.7761196Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:30:30.7811343Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-08-17T12:30:30.8183815Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-08-17T12:30:30.8367312Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:30:30.8623184Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:30:30.8832187Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:30:30.9063538Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:30:30.9086658Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:30:30.9503138Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:30:30.9525886Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:30:30.9943133Z [gw1] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:30:31.1673608Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:30:31.1684965Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-08-17T12:30:31.1717229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-08-17T12:30:31.2177125Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-08-17T12:30:31.2371876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-08-17T12:30:31.2623102Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-08-17T12:30:31.2733634Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-08-17T12:30:31.3104509Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-08-17T12:30:31.3361217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-08-17T12:30:31.3542976Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-08-17T12:30:31.3691540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-08-17T12:30:31.3982761Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-08-17T12:30:31.4380233Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-08-17T12:30:31.4420979Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-08-17T12:30:31.4802203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-08-17T12:30:31.4810948Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:30:31.4872397Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-08-17T12:30:31.4883131Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-08-17T12:30:31.4902134Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-08-17T12:30:31.5224300Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-08-17T12:30:31.5485143Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-08-17T12:30:31.5508802Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-08-17T12:30:31.5753536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-08-17T12:30:31.5765111Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-08-17T12:30:31.6094763Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-08-17T12:30:31.6116982Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-08-17T12:30:31.6126698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-08-17T12:30:31.6151536Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-08-17T12:30:31.6222927Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-08-17T12:30:31.6315013Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-08-17T12:30:31.6540880Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-08-17T12:30:31.6702781Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-08-17T12:30:31.6770097Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-08-17T12:30:31.7185529Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-08-17T12:30:31.7244911Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:30:31.7256452Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-08-17T12:30:31.7267395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-08-17T12:30:31.7277785Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:30:31.7489080Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-08-17T12:30:31.7500524Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-08-17T12:30:31.7619777Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-08-17T12:30:31.7660783Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-08-17T12:30:31.7672909Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-08-17T12:30:31.7691839Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-08-17T12:30:31.8061398Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-08-17T12:30:31.8102038Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-08-17T12:30:31.8138400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-08-17T12:30:31.8146492Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-08-17T12:30:31.8502005Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-08-17T12:30:31.8542654Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:30:31.8575205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-08-17T12:30:31.8642225Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-08-17T12:30:31.8942386Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:30:31.8981623Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-08-17T12:30:31.9054879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-08-17T12:30:31.9381623Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-08-17T12:30:31.9503009Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-08-17T12:30:31.9515851Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-08-17T12:30:31.9542908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-08-17T12:30:31.9553482Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-08-17T12:30:31.9822481Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-08-17T12:30:31.9943639Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:30:31.9962872Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-08-17T12:30:32.0262716Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:30:32.0388949Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:30:32.0703709Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:30:32.0824744Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:30:32.0866501Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:30:32.0873438Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-08-17T12:30:32.0897230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-08-17T12:30:32.1142391Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-08-17T12:30:32.1257555Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:30:32.1302387Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:30:32.1325430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-08-17T12:30:32.1583885Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-08-17T12:30:32.1714506Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:30:32.1783197Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:30:32.2023497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-08-17T12:30:32.2240207Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:30:32.2462641Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:30:32.2685622Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-08-17T12:30:32.3003574Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-08-17T12:30:32.3023507Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-08-17T12:30:32.3343694Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-08-17T12:30:32.5736629Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-08-17T12:30:32.5761552Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-08-17T12:30:32.5864889Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:30:32.6184447Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:30:32.6388408Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-08-17T12:30:32.6622761Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-08-17T12:30:32.7199172Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:30:32.7260705Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:30:32.7422054Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:30:32.7703768Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:30:32.8129166Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:30:32.8148530Z [gw1] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:30:33.0533870Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:30:33.0550529Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-08-17T12:30:33.1108153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-08-17T12:30:33.1128614Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-08-17T12:30:33.1246213Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-08-17T12:30:33.1659777Z [gw2] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-08-17T12:30:33.1882403Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-08-17T12:30:33.2099161Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-08-17T12:30:33.2120975Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-08-17T12:30:33.2579859Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-08-17T12:30:33.2669798Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-08-17T12:30:33.2983810Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-08-17T12:30:33.3831861Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-08-17T12:30:33.3853645Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-08-17T12:30:33.4435993Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-08-17T12:30:33.4553682Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-08-17T12:30:33.5575518Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-08-17T12:30:33.5603244Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-08-17T12:30:33.6678220Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-08-17T12:30:33.6707650Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-08-17T12:30:33.6970397Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-08-17T12:30:33.7192598Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-08-17T12:30:33.7472496Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-08-17T12:30:33.7600805Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-08-17T12:30:33.7659439Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-08-17T12:30:33.8128820Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-08-17T12:30:33.8138850Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-08-17T12:30:33.8544798Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-08-17T12:30:33.8723312Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-08-17T12:30:33.8737021Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-08-17T12:30:33.9104961Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-08-17T12:30:33.9130184Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-08-17T12:30:33.9999818Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-08-17T12:30:34.0029300Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-08-17T12:30:34.0103766Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-08-17T12:30:34.0527790Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-08-17T12:30:34.0574368Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-08-17T12:30:34.0978940Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-08-17T12:30:34.1005688Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-08-17T12:30:34.1419202Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-08-17T12:30:34.1451156Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-08-17T12:30:34.1859160Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-08-17T12:30:34.2063265Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-08-17T12:30:34.2298494Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-08-17T12:30:34.2990075Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-08-17T12:30:34.3015613Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-08-17T12:30:34.3892968Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-08-17T12:30:34.3918223Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-08-17T12:30:34.5465892Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-08-17T12:30:34.5491152Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-08-17T12:30:34.8566412Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-08-17T12:30:34.8592887Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-08-17T12:30:35.1395315Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-08-17T12:30:35.1422217Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-08-17T12:30:35.6426388Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-08-17T12:30:35.6452758Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:30:35.8468656Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:30:35.8494249Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-08-17T12:30:35.9893035Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-08-17T12:30:35.9918628Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-08-17T12:30:36.0410957Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-08-17T12:30:36.0423230Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-08-17T12:30:36.1600043Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-08-17T12:30:36.1614611Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-08-17T12:30:36.2661073Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:30:36.2673319Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:30:36.4790570Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-08-17T12:30:36.4823136Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-08-17T12:30:36.4969090Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-08-17T12:30:36.5378857Z [gw2] [ 84%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-08-17T12:30:36.9167504Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-08-17T12:30:36.9193622Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-08-17T12:30:37.5522230Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-08-17T12:30:37.5552829Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-08-17T12:30:37.7742902Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:30:37.7904347Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-08-17T12:30:38.1067276Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-08-17T12:30:38.1081297Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:30:38.1101919Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-08-17T12:30:38.1579927Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-08-17T12:30:38.6415701Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-08-17T12:30:38.6443039Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-08-17T12:30:38.6621412Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-08-17T12:30:38.6938575Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-08-17T12:30:38.7296833Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-08-17T12:30:38.7319383Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-08-17T12:30:38.7383535Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-08-17T12:30:38.7818452Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-08-17T12:30:38.7876577Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-08-17T12:30:38.8247791Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-08-17T12:30:38.8257290Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-08-17T12:30:38.8682843Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-08-17T12:30:38.8697222Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-08-17T12:30:38.9140312Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-08-17T12:30:38.9348834Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-08-17T12:30:38.9623435Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-08-17T12:30:38.9642968Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-08-17T12:30:39.0059739Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-08-17T12:30:39.0907829Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-08-17T12:30:39.0928403Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-08-17T12:30:39.1138507Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-08-17T12:30:39.1459325Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-08-17T12:30:39.1826626Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-08-17T12:30:39.1860235Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-08-17T12:30:39.3806043Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-08-17T12:30:39.3830614Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-08-17T12:30:39.3857107Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-08-17T12:30:39.4339695Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-08-17T12:30:39.4385032Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-08-17T12:30:39.4819704Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-08-17T12:30:39.5067625Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-08-17T12:30:39.5259998Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-08-17T12:30:39.5313619Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-08-17T12:30:39.5692948Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-08-17T12:30:39.6004131Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-08-17T12:30:39.6178092Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-08-17T12:30:39.6338451Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-08-17T12:30:39.6617809Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-08-17T12:30:39.6766298Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-08-17T12:30:39.7057672Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-08-17T12:30:39.7303892Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-08-17T12:30:39.7537895Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-08-17T12:30:39.7737337Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-08-17T12:30:39.7977137Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-08-17T12:30:39.8195385Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:30:39.8457970Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:30:39.8821733Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-08-17T12:30:39.8846135Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:30:39.9373433Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:30:39.9394539Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-08-17T12:30:39.9574543Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-08-17T12:30:39.9937760Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-08-17T12:30:40.0264840Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-08-17T12:30:40.0299057Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-08-17T12:30:40.1013092Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-08-17T12:30:40.1036783Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-08-17T12:30:40.1114577Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-08-17T12:30:40.1539609Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-08-17T12:30:40.1585941Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-08-17T12:30:40.1902556Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-08-17T12:30:40.2216012Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-08-17T12:30:40.2341664Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-08-17T12:30:40.2822079Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-08-17T12:30:40.2843449Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-08-17T12:30:40.3259064Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-08-17T12:30:40.3281343Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-08-17T12:30:40.4405933Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-08-17T12:30:40.4427538Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-08-17T12:30:40.8380418Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-08-17T12:30:40.8406971Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-08-17T12:30:40.9271257Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-08-17T12:30:40.9293091Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-08-17T12:30:40.9920834Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-08-17T12:30:40.9930344Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-08-17T12:30:41.0113793Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-08-17T12:30:41.0293444Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-08-17T12:30:41.0313608Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:30:41.0417454Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:30:41.2462628Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-08-17T12:30:41.2471049Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:30:41.4577466Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:30:41.4587345Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:30:41.4782196Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:30:41.4789162Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-08-17T12:30:41.5678035Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-08-17T12:30:41.5693950Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-08-17T12:30:41.8683528Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-08-17T12:30:41.8695724Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-08-17T12:30:42.2895800Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-08-17T12:30:42.2918890Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-08-17T12:30:42.6423930Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-08-17T12:30:42.6444273Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:30:43.7107366Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:30:43.7124063Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:30:44.8678017Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:30:44.8704815Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:30:45.0542119Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:30:45.0569136Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:30:45.0645122Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-08-17T12:30:45.0985366Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-08-17T12:30:45.1084271Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-08-17T12:30:45.1425102Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-08-17T12:30:45.1502368Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:30:45.1866723Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:30:45.1950366Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:30:45.2305882Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:30:45.5005777Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:30:45.5021348Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:30:45.5616189Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-08-17T12:30:45.5635042Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-08-17T12:30:45.5763748Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-08-17T12:30:45.6063578Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-08-17T12:30:45.6293030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-08-17T12:30:45.6507889Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-08-17T12:30:45.7156376Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-08-17T12:30:45.7171632Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-08-17T12:30:45.7785440Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:30:45.7800496Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:30:45.7935598Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:30:45.8225805Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:30:45.8371939Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:30:45.8665468Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:30:45.8813062Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-08-17T12:30:45.9144720Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-08-17T12:30:45.9211664Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:30:45.9583751Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:30:45.9646834Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:30:46.0024652Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:30:46.1779669Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:30:46.1798789Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:30:46.2034473Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-08-17T12:30:46.2225230Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-08-17T12:30:46.2275944Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-08-17T12:30:46.2665179Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-08-17T12:30:46.2731689Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-08-17T12:30:46.3104527Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-08-17T12:30:46.3198546Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-08-17T12:30:46.3542815Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-08-17T12:30:46.3607879Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-08-17T12:30:46.3985301Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-08-17T12:30:46.4046931Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-08-17T12:30:46.4423836Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-08-17T12:30:46.4537265Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:30:46.4864391Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:30:46.4964877Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:30:46.5304000Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:30:46.5392545Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-08-17T12:30:46.5745589Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-08-17T12:30:46.5832408Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:30:46.6185218Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:30:46.6243744Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-08-17T12:30:46.6624504Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-08-17T12:30:46.6697019Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-08-17T12:30:46.7064133Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-08-17T12:30:46.7127847Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-08-17T12:30:46.7503362Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-08-17T12:30:46.7566370Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:30:46.7943532Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:30:46.8016493Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-08-17T12:30:46.8383669Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-08-17T12:30:46.8508132Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:30:46.8823439Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:30:46.9019098Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:30:46.9263869Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:30:47.8890683Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-08-17T12:30:47.8910019Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-08-17T12:30:47.8982899Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:30:47.9460220Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:30:47.9763160Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:30:47.9863667Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:30:47.9943587Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-08-17T12:30:48.0302853Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-08-17T12:30:48.1375870Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-08-17T12:30:48.1391672Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-08-17T12:30:48.1471484Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-08-17T12:30:48.1825367Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-08-17T12:30:48.1922338Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-08-17T12:30:48.2263989Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-08-17T12:30:48.2361802Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-08-17T12:30:48.2704499Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-08-17T12:30:48.2878834Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-08-17T12:30:48.3144908Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-08-17T12:30:48.3212447Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-08-17T12:30:48.3584918Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-08-17T12:30:48.3653009Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-08-17T12:30:48.4024396Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-08-17T12:30:48.4540612Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-08-17T12:30:48.4557450Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-08-17T12:30:48.4835066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-08-17T12:30:48.4858185Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-08-17T12:30:48.4904061Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-08-17T12:30:48.5378171Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-08-17T12:30:49.8374176Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-08-17T12:30:49.8389647Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-08-17T12:30:49.8673933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-08-17T12:30:49.8937741Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-08-17T12:30:49.9156415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-08-17T12:30:49.9417857Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-08-17T12:30:50.3304576Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-08-17T12:30:50.3320183Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-08-17T12:30:50.5238754Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-08-17T12:30:50.5254301Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-08-17T12:30:50.5281083Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-08-17T12:30:50.5342502Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-08-17T12:30:50.5360954Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-08-17T12:30:50.5421645Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-08-17T12:30:50.5661707Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-08-17T12:30:50.5782257Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-08-17T12:30:50.5944100Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-08-17T12:30:50.6223354Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-08-17T12:30:50.6411516Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-08-17T12:30:50.6526461Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-08-17T12:30:50.6538666Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-08-17T12:30:50.6623201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-08-17T12:30:50.6633766Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-08-17T12:30:50.6659934Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-08-17T12:30:50.6787647Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:30:50.7102679Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:30:50.7296743Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:30:50.7466735Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:30:50.7475682Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-08-17T12:30:50.7541168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-08-17T12:30:50.7674886Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:30:50.7984178Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:30:50.8096497Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:30:50.8105230Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-08-17T12:30:50.8171105Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-08-17T12:30:50.8182978Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:30:50.8422440Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-08-17T12:30:50.8540300Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:30:50.8610232Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-08-17T12:30:50.8862107Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:30:50.8916116Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-08-17T12:30:50.8926622Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-08-17T12:30:50.9019873Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-08-17T12:30:50.9302798Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-08-17T12:30:50.9495846Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-08-17T12:30:50.9502966Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-08-17T12:30:50.9526102Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-08-17T12:30:50.9562135Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-08-17T12:30:50.9742595Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-08-17T12:30:50.9941787Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-08-17T12:30:51.0003176Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-08-17T12:30:51.0190231Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-08-17T12:30:51.0202944Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-08-17T12:30:51.0383396Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-08-17T12:30:51.0435790Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-08-17T12:30:51.0623150Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-08-17T12:30:51.0666470Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-08-17T12:30:51.0823159Z [gw2] [ 84%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-08-17T12:30:51.0878754Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-08-17T12:30:51.1101328Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-08-17T12:30:51.1378519Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-08-17T12:30:51.1387040Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-08-17T12:30:51.1982135Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-08-17T12:30:51.1989389Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-08-17T12:30:51.2001207Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-08-17T12:30:51.2085070Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-08-17T12:30:51.2085691Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-08-17T12:30:51.2086321Z [gw2] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-08-17T12:30:51.2423520Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-08-17T12:30:51.2424743Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-08-17T12:30:51.2555994Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-08-17T12:30:51.2800054Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-08-17T12:30:51.2897319Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-08-17T12:30:51.2899760Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-08-17T12:30:51.2937949Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-08-17T12:30:51.3099404Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-08-17T12:30:51.3403326Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-08-17T12:30:51.3406608Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-08-17T12:30:51.3475431Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-08-17T12:30:51.3646179Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-08-17T12:30:51.3785064Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-08-17T12:30:51.3785733Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-08-17T12:30:51.3960438Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-08-17T12:30:51.4223477Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-08-17T12:30:51.4280463Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-08-17T12:30:51.4663876Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-08-17T12:30:51.4761128Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-08-17T12:30:51.4924965Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-08-17T12:30:51.4933170Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-08-17T12:30:51.5105669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-08-17T12:30:51.5197341Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-08-17T12:30:51.5319534Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-08-17T12:30:51.5382344Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-08-17T12:30:51.5544951Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-08-17T12:30:51.5669747Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-08-17T12:30:51.5694843Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-08-17T12:30:51.5706539Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-08-17T12:30:51.5983389Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-08-17T12:30:51.6288243Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-08-17T12:30:51.6422178Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-08-17T12:30:51.6485077Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-08-17T12:30:51.6863495Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-08-17T12:30:51.6930177Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-08-17T12:30:51.7046871Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-08-17T12:30:51.7055678Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-08-17T12:30:51.7303780Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-08-17T12:30:51.7430567Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-08-17T12:30:51.7742969Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-08-17T12:30:51.7775019Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-08-17T12:30:51.8223548Z [gw1] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-08-17T12:30:51.8261387Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-08-17T12:30:51.8663267Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-08-17T12:30:51.8710231Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-08-17T12:30:51.9004874Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-08-17T12:30:51.9013631Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-08-17T12:30:51.9100489Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-08-17T12:30:51.9144367Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-08-17T12:30:51.9154882Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-08-17T12:30:51.9422692Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-08-17T12:30:51.9582575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-08-17T12:30:51.9776977Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-08-17T12:30:51.9810534Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-08-17T12:30:51.9899278Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-08-17T12:30:52.0021613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-08-17T12:30:52.0432484Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-08-17T12:30:52.0501472Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-08-17T12:30:52.0537706Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-08-17T12:30:52.0943548Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-08-17T12:30:52.1002187Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-08-17T12:30:52.1383013Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-08-17T12:30:52.1401416Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-08-17T12:30:52.1480312Z [gw1] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-08-17T12:30:52.1487103Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-08-17T12:30:52.1620613Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-08-17T12:30:52.1822096Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-08-17T12:30:52.1841435Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-08-17T12:30:52.1900715Z [gw1] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-08-17T12:30:52.2041327Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-08-17T12:30:52.2261967Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-08-17T12:30:52.2314974Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-08-17T12:30:52.2379329Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-08-17T12:30:52.2702876Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-08-17T12:30:52.2838154Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-08-17T12:30:52.3143203Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-08-17T12:30:52.3192335Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-08-17T12:30:52.3202600Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-08-17T12:30:52.3246768Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-08-17T12:30:52.3266342Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-08-17T12:30:52.3581384Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-08-17T12:30:52.3596724Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-08-17T12:30:52.3610076Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-08-17T12:30:52.3619503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-08-17T12:30:52.3709038Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-08-17T12:30:52.4022916Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-08-17T12:30:52.4247972Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-08-17T12:30:52.4422409Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-08-17T12:30:52.4428973Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-08-17T12:30:52.4460230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-08-17T12:30:52.4688247Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-08-17T12:30:52.4903047Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-08-17T12:30:52.5092023Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-08-17T12:30:52.5104447Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-08-17T12:30:52.5141100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:30:52.5342144Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-08-17T12:30:52.5625647Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-08-17T12:30:52.5782495Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-08-17T12:30:52.5984275Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-08-17T12:30:52.6076721Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-08-17T12:30:52.6084510Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:30:52.6219914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:30:52.6466715Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-08-17T12:30:52.6477759Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-08-17T12:30:52.6606772Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-08-17T12:30:52.6659753Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-08-17T12:30:52.6755473Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-08-17T12:30:52.6900464Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-08-17T12:30:52.7455713Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-08-17T12:30:52.7463836Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-08-17T12:30:52.7556291Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-08-17T12:30:52.7564168Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-08-17T12:30:52.7763391Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-08-17T12:30:52.7901369Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-08-17T12:30:52.8138409Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-08-17T12:30:52.8343056Z [gw2] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-08-17T12:30:52.8474453Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-08-17T12:30:52.8486047Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-08-17T12:30:52.8586709Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-08-17T12:30:52.8903028Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-08-17T12:30:52.8977499Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-08-17T12:30:52.9127959Z [gw1] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-08-17T12:30:52.9137222Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-08-17T12:30:52.9224696Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-08-17T12:30:52.9340805Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-08-17T12:30:52.9376546Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-08-17T12:30:52.9542330Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-08-17T12:30:52.9589204Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-08-17T12:30:52.9782268Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-08-17T12:30:52.9817344Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-08-17T12:30:52.9981319Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-08-17T12:30:53.0144892Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-08-17T12:30:53.0220953Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-08-17T12:30:53.0274156Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-08-17T12:30:53.0421743Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-08-17T12:30:53.0610935Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-08-17T12:30:53.0702518Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-08-17T12:30:53.0744510Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-08-17T12:30:53.0863343Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-08-17T12:30:53.1143635Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-08-17T12:30:53.1178248Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-08-17T12:30:53.1347401Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-08-17T12:30:53.1356775Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-08-17T12:30:53.1528628Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-08-17T12:30:53.1580290Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-08-17T12:30:53.1619276Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-08-17T12:30:53.1781324Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-08-17T12:30:53.2021417Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-08-17T12:30:53.2074142Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-08-17T12:30:53.2463523Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-08-17T12:30:53.2500605Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-08-17T12:30:53.2696421Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-08-17T12:30:53.2704948Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-08-17T12:30:53.2943163Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-08-17T12:30:53.3127492Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-08-17T12:30:53.3383368Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-08-17T12:30:53.3453084Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-08-17T12:30:53.3823196Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-08-17T12:30:53.3881669Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-08-17T12:30:53.3896101Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-08-17T12:30:53.3905358Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-08-17T12:30:53.3996314Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-08-17T12:30:53.4261996Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-08-17T12:30:53.4341703Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-08-17T12:30:53.4444857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-08-17T12:30:53.4460097Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-08-17T12:30:53.4702133Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-08-17T12:30:53.4720346Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-08-17T12:30:53.4780106Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-08-17T12:30:53.4893068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-08-17T12:30:53.5142144Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-08-17T12:30:53.5171847Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-08-17T12:30:53.5220137Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-08-17T12:30:53.5584314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-08-17T12:30:53.5631880Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-08-17T12:30:53.6024182Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-08-17T12:30:53.6070606Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-08-17T12:30:53.6276259Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-08-17T12:30:53.6282282Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-08-17T12:30:53.6464636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-08-17T12:30:53.6514370Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-08-17T12:30:53.6906197Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-08-17T12:30:53.6952414Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-08-17T12:30:53.7343218Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-08-17T12:30:53.7421569Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:30:53.7782977Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:30:53.7859865Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:30:53.8222997Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:30:53.8246435Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:30:53.8662962Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:30:53.8690272Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:30:53.9103637Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:30:53.9165899Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-08-17T12:30:53.9182561Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-08-17T12:30:53.9190228Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-08-17T12:30:53.9542374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-08-17T12:30:53.9613717Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-08-17T12:30:53.9984454Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-08-17T12:30:54.0065605Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:30:54.0423486Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:30:54.0502792Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:30:54.0863282Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:30:54.0924136Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-08-17T12:30:54.1302946Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-08-17T12:30:54.1376769Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-08-17T12:30:54.1743630Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-08-17T12:30:54.1816684Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-08-17T12:30:54.2183045Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-08-17T12:30:54.2259548Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:30:54.2622492Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:30:54.2647262Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:30:54.3061259Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:30:54.3071202Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-08-17T12:30:54.3071900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-08-17T12:30:54.3124365Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-08-17T12:30:54.3502890Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-08-17T12:30:54.3532344Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-08-17T12:30:54.3942668Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-08-17T12:30:54.3972994Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-08-17T12:30:54.4383622Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-08-17T12:30:54.4417054Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-08-17T12:30:54.4823023Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-08-17T12:30:54.4854889Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-08-17T12:30:54.5263087Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-08-17T12:30:54.5312240Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-08-17T12:30:54.5703761Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-08-17T12:30:54.5752595Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-08-17T12:30:54.6142850Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-08-17T12:30:54.6241288Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:30:54.6583459Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:30:54.6613088Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:30:54.7024179Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:30:54.7063392Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:30:54.7464528Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:30:54.7482033Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:30:54.7903573Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:30:54.7921381Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:30:54.8344254Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:30:54.8375123Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:30:54.8784625Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:30:54.8823240Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:30:54.9224250Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:30:54.9266142Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:30:54.9662905Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:30:54.9840752Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-08-17T12:30:54.9979987Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-08-17T12:30:54.9993624Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-08-17T12:30:55.0104686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-08-17T12:30:55.0189302Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-08-17T12:30:55.0542669Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-08-17T12:30:55.0588861Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-08-17T12:30:55.0984863Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-08-17T12:30:55.1047530Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-08-17T12:30:55.1465432Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-08-17T12:30:55.1540585Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-08-17T12:30:55.1943958Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-08-17T12:30:55.2014138Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-08-17T12:30:55.2424440Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-08-17T12:30:55.2517081Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-08-17T12:30:55.2864144Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-08-17T12:30:55.3012592Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-08-17T12:30:55.3162212Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-08-17T12:30:55.3174791Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:30:55.3301950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-08-17T12:30:55.3371884Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-08-17T12:30:55.3784313Z [gw1] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-08-17T12:30:55.3929271Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-08-17T12:30:55.3984973Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-08-17T12:30:55.4001539Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-08-17T12:30:55.4263125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-08-17T12:30:55.4345948Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-08-17T12:30:55.4743972Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-08-17T12:30:55.6323761Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-08-17T12:30:55.6334937Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-08-17T12:30:55.6493671Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-08-17T12:30:55.6784749Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-08-17T12:30:55.6955224Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-08-17T12:30:55.7224980Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-08-17T12:30:55.7349320Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-08-17T12:30:55.7533812Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-08-17T12:30:55.7546333Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-08-17T12:30:55.7662477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-08-17T12:30:55.7677572Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-08-17T12:30:55.7983287Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-08-17T12:30:55.8263924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-08-17T12:30:55.8422390Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-08-17T12:30:55.9254187Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-08-17T12:30:55.9266390Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-08-17T12:30:56.0268332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-08-17T12:30:56.0288980Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-08-17T12:30:56.2643901Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-08-17T12:30:56.2653216Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-08-17T12:30:56.3069731Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-08-17T12:30:56.3078387Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-08-17T12:30:56.4686109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-08-17T12:30:56.4713288Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-08-17T12:30:56.6582749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-08-17T12:30:56.6591497Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-08-17T12:30:56.6719217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-08-17T12:30:56.7022175Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-08-17T12:30:56.7196137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-08-17T12:30:56.7503581Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-08-17T12:30:56.7803075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-08-17T12:30:56.7816169Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-08-17T12:30:57.0582388Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-08-17T12:30:57.0614649Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-08-17T12:30:57.0730631Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-08-17T12:30:57.1064085Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-08-17T12:30:57.1138648Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-08-17T12:30:57.1503550Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-08-17T12:30:57.1596518Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-08-17T12:30:57.1598365Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-08-17T12:30:57.1606578Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-08-17T12:30:57.1635083Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-08-17T12:30:57.1754433Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-08-17T12:30:57.1762614Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-08-17T12:30:57.1940242Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-08-17T12:30:57.2021156Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-08-17T12:30:57.2036430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-08-17T12:30:57.2383012Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-08-17T12:30:57.2420645Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-08-17T12:30:57.2505757Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-08-17T12:30:57.2513910Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-08-17T12:30:57.2863626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:30:57.2915920Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-08-17T12:30:57.3093569Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-08-17T12:30:57.3107346Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:30:57.3302705Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:30:57.3384541Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-08-17T12:30:57.3680951Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-08-17T12:30:57.3688252Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:30:57.3739963Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:30:57.3786253Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-08-17T12:30:57.4087450Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-08-17T12:30:57.4101287Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-08-17T12:30:57.4180765Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-08-17T12:30:57.4231636Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-08-17T12:30:57.4239948Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:30:57.4256244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-08-17T12:30:57.4486906Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-08-17T12:30:57.4513081Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-08-17T12:30:57.4538720Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-08-17T12:30:57.4619220Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-08-17T12:30:57.4661017Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-08-17T12:30:57.4674066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-08-17T12:30:57.5061905Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-08-17T12:30:57.5129508Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-08-17T12:30:57.5503816Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-08-17T12:30:57.5547771Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-08-17T12:30:57.5569060Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-08-17T12:30:57.5582780Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-08-17T12:30:57.5744184Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-08-17T12:30:57.5943018Z [gw0] [ 85%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-08-17T12:30:57.6024066Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-08-17T12:30:57.6080774Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-08-17T12:30:57.6383106Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-08-17T12:30:57.6611345Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-08-17T12:30:57.6822694Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-08-17T12:30:57.7049169Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-08-17T12:30:57.7261104Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-08-17T12:30:57.7420075Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-08-17T12:30:57.7704437Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-08-17T12:30:57.7832794Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-08-17T12:30:57.7951683Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-08-17T12:30:57.7963738Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-08-17T12:30:57.8142311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-08-17T12:30:57.8273513Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-08-17T12:30:57.8583749Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-08-17T12:30:57.8614274Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-08-17T12:30:57.8625438Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-08-17T12:30:57.8813605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-08-17T12:30:57.9024194Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-08-17T12:30:57.9077598Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-08-17T12:30:57.9463632Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-08-17T12:30:57.9586979Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-08-17T12:30:57.9903246Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-08-17T12:30:58.0153709Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-08-17T12:30:58.0224638Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-08-17T12:30:58.0232985Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-08-17T12:30:58.0342776Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-08-17T12:30:58.0745327Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-08-17T12:30:58.0780088Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-08-17T12:30:58.1664448Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-08-17T12:30:58.1673183Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-08-17T12:30:58.3154289Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-08-17T12:30:58.3162103Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-08-17T12:30:58.3215478Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-08-17T12:30:58.3227103Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-08-17T12:30:58.3266902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-08-17T12:30:58.3583409Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-08-17T12:30:58.3715177Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-08-17T12:30:58.4022770Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-08-17T12:30:58.4099733Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-08-17T12:30:58.4462861Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-08-17T12:30:58.4510968Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-08-17T12:30:58.4903769Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-08-17T12:30:58.4937316Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-08-17T12:30:58.5342961Z [gw1] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-08-17T12:30:58.5419783Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-08-17T12:30:58.5782365Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-08-17T12:30:58.5903378Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-08-17T12:30:58.6223456Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-08-17T12:30:58.6275168Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-08-17T12:30:58.6663448Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-08-17T12:30:58.6731296Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-08-17T12:30:58.7102959Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-08-17T12:30:58.7216303Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-08-17T12:30:58.7543855Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-08-17T12:30:58.7750720Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-08-17T12:30:58.7982703Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-08-17T12:30:58.8063638Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-08-17T12:30:58.8313674Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-08-17T12:30:58.8320578Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-08-17T12:30:58.8420939Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-08-17T12:30:58.8430172Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-08-17T12:30:58.8732396Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-08-17T12:30:58.8741206Z [gw1] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-08-17T12:30:58.8802666Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-08-17T12:30:58.8858886Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-08-17T12:30:58.8881975Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-08-17T12:30:58.9181713Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-08-17T12:30:58.9276671Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-08-17T12:30:58.9299923Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-08-17T12:30:58.9322234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-08-17T12:30:58.9621462Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-08-17T12:30:58.9714253Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-08-17T12:30:58.9740025Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-08-17T12:30:58.9761732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-08-17T12:30:59.0061531Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-08-17T12:30:59.0181507Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-08-17T12:30:59.0214418Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-08-17T12:30:59.0239894Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-08-17T12:30:59.0542667Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-08-17T12:30:59.0622108Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-08-17T12:30:59.0655466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-08-17T12:30:59.0772853Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-08-17T12:30:59.0982606Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-08-17T12:30:59.1062823Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-08-17T12:30:59.1094964Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-08-17T12:30:59.1144957Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-08-17T12:30:59.1463087Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-08-17T12:30:59.1502361Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-08-17T12:30:59.1530364Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-08-17T12:30:59.1622912Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-08-17T12:30:59.1903174Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-08-17T12:30:59.1944838Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-08-17T12:30:59.1977055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-08-17T12:30:59.2348071Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-08-17T12:30:59.2355839Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-08-17T12:30:59.2379602Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-08-17T12:30:59.2410116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-08-17T12:30:59.2823995Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-08-17T12:30:59.2861898Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-08-17T12:30:59.2954743Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-08-17T12:30:59.2965965Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-08-17T12:30:59.3072426Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-08-17T12:30:59.3262491Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-08-17T12:30:59.3290836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-08-17T12:30:59.3380651Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-08-17T12:30:59.3702747Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-08-17T12:30:59.3731222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-08-17T12:30:59.3919166Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-08-17T12:30:59.3928632Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-08-17T12:30:59.4143980Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-08-17T12:30:59.4169279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-08-17T12:30:59.4583972Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-08-17T12:30:59.4613272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-08-17T12:30:59.5022421Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-08-17T12:30:59.5053887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-08-17T12:30:59.5469966Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-08-17T12:30:59.5495358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-08-17T12:30:59.5903618Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-08-17T12:30:59.5932393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-08-17T12:30:59.6344707Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-08-17T12:30:59.6381767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-08-17T12:30:59.6785889Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-08-17T12:30:59.6815818Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-08-17T12:30:59.7223591Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-08-17T12:30:59.7267044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-08-17T12:30:59.7664377Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-08-17T12:30:59.7693592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-08-17T12:30:59.8103607Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-08-17T12:30:59.8132133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-08-17T12:30:59.8542702Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-08-17T12:30:59.8574728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-08-17T12:30:59.8634338Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-08-17T12:30:59.8641152Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-08-17T12:30:59.8663978Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-08-17T12:30:59.8981562Z [gw2] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-08-17T12:30:59.9006012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-08-17T12:30:59.9060245Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-08-17T12:30:59.9087898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-08-17T12:30:59.9421650Z [gw2] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-08-17T12:30:59.9446552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-08-17T12:30:59.9499434Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-08-17T12:30:59.9620435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-08-17T12:30:59.9629553Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-08-17T12:30:59.9862705Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-08-17T12:30:59.9893964Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-08-17T12:31:00.0304658Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-08-17T12:31:00.0338850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-08-17T12:31:00.0744917Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-08-17T12:31:00.0772307Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-08-17T12:31:00.1184889Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-08-17T12:31:00.1213961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-08-17T12:31:00.1623444Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-08-17T12:31:00.1651580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-08-17T12:31:00.2072542Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-08-17T12:31:00.2114168Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-08-17T12:31:00.2504563Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-08-17T12:31:00.2553133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-08-17T12:31:00.2944045Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-08-17T12:31:00.2967836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-08-17T12:31:00.3382784Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-08-17T12:31:00.3410500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-08-17T12:31:00.3419580Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-08-17T12:31:00.3427015Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-08-17T12:31:00.3823211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-08-17T12:31:00.3846770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-08-17T12:31:00.4262704Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-08-17T12:31:00.4283271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-08-17T12:31:00.4703372Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-08-17T12:31:00.4725379Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-08-17T12:31:00.5143227Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-08-17T12:31:00.5166490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-08-17T12:31:00.5390079Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-08-17T12:31:00.5397672Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-08-17T12:31:00.5581286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-08-17T12:31:00.5606389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-08-17T12:31:00.6023259Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-08-17T12:31:00.6046600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-08-17T12:31:00.6462851Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-08-17T12:31:00.6486523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-08-17T12:31:00.6903729Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-08-17T12:31:00.6926904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-08-17T12:31:00.7344656Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-08-17T12:31:00.7375922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-08-17T12:31:00.7784685Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-08-17T12:31:00.7816877Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-08-17T12:31:00.8224157Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-08-17T12:31:00.8250521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-08-17T12:31:00.8664905Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-08-17T12:31:00.8697415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-08-17T12:31:00.9104683Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-08-17T12:31:00.9133785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-08-17T12:31:00.9544655Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-08-17T12:31:00.9578269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-08-17T12:31:00.9586020Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-08-17T12:31:00.9595356Z [gw2] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-08-17T12:31:00.9984218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-08-17T12:31:01.0009369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-08-17T12:31:01.0424034Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-08-17T12:31:01.0464571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-08-17T12:31:01.0864202Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-08-17T12:31:01.0895632Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-08-17T12:31:01.1303382Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-08-17T12:31:01.1332465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-08-17T12:31:01.1743630Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-08-17T12:31:01.1773484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-08-17T12:31:01.2183181Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-08-17T12:31:01.2208328Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-08-17T12:31:01.2623191Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-08-17T12:31:01.2647723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-08-17T12:31:01.3063917Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-08-17T12:31:01.3193892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-08-17T12:31:01.3504112Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-08-17T12:31:01.3530649Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-08-17T12:31:01.3943301Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-08-17T12:31:01.3963899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-08-17T12:31:01.4383067Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-08-17T12:31:01.4407723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-08-17T12:31:01.4823065Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-08-17T12:31:01.4845993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-08-17T12:31:01.5262832Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-08-17T12:31:01.5285398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-08-17T12:31:01.5702370Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-08-17T12:31:01.5726836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-08-17T12:31:01.6144060Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-08-17T12:31:01.6169121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-08-17T12:31:01.6583849Z [gw1] [ 85%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-08-17T12:31:01.6609211Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-08-17T12:31:01.7024970Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-08-17T12:31:01.7050248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-08-17T12:31:01.7463243Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-08-17T12:31:01.7490600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-08-17T12:31:01.7903588Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-08-17T12:31:01.7925834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-08-17T12:31:01.8344618Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-08-17T12:31:01.8369061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-08-17T12:31:01.8783904Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-08-17T12:31:01.8823453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-08-17T12:31:01.9175774Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-08-17T12:31:01.9251377Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-08-17T12:31:01.9252046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-08-17T12:31:01.9257012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-08-17T12:31:01.9664121Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-08-17T12:31:01.9691649Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-08-17T12:31:02.0103724Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-08-17T12:31:02.0137019Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-08-17T12:31:02.0544413Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-08-17T12:31:02.0578385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-08-17T12:31:02.0900893Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-08-17T12:31:02.0909484Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-08-17T12:31:02.0982380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-08-17T12:31:02.1014922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-08-17T12:31:02.1143806Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-08-17T12:31:02.1342615Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-08-17T12:31:02.1370141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-08-17T12:31:02.1421810Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-08-17T12:31:02.1445654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-08-17T12:31:02.1782628Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-08-17T12:31:02.1812899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-08-17T12:31:02.1859271Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-08-17T12:31:02.1882840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-08-17T12:31:02.2222372Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-08-17T12:31:02.2301194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-08-17T12:31:02.2306549Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-08-17T12:31:02.2333027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-08-17T12:31:02.2660970Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-08-17T12:31:02.2690101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-08-17T12:31:02.2739773Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-08-17T12:31:02.2768383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-08-17T12:31:02.3101965Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-08-17T12:31:02.3134634Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-08-17T12:31:02.3180473Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-08-17T12:31:02.3209425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-08-17T12:31:02.3541839Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-08-17T12:31:02.3573356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-08-17T12:31:02.3619731Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-08-17T12:31:02.3649141Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-08-17T12:31:02.3982797Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-08-17T12:31:02.4012629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-08-17T12:31:02.4059868Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-08-17T12:31:02.4170410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-08-17T12:31:02.4422913Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-08-17T12:31:02.4449191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-08-17T12:31:02.4501162Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-08-17T12:31:02.4526603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-08-17T12:31:02.4862734Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-08-17T12:31:02.4941627Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:31:02.4969768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-08-17T12:31:02.5273360Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-08-17T12:31:02.5338729Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:31:02.5404838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:31:02.5408196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-08-17T12:31:02.5837443Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-08-17T12:31:02.5844510Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:31:02.5860451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:31:02.5896416Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-08-17T12:31:02.6302386Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-08-17T12:31:02.6333401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-08-17T12:31:02.6457926Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-08-17T12:31:02.6495070Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:31:02.6766005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:31:02.6772996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-08-17T12:31:02.7172288Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-08-17T12:31:02.7183430Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:31:02.7186867Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-08-17T12:31:02.7217537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:31:02.7622975Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-08-17T12:31:02.7654708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-08-17T12:31:02.8062791Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-08-17T12:31:02.8092868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-08-17T12:31:02.8501799Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-08-17T12:31:02.8530376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-08-17T12:31:02.8730145Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-08-17T12:31:02.8745323Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:31:02.8941994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:31:02.8968680Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-08-17T12:31:02.9422438Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-08-17T12:31:02.9450835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-08-17T12:31:02.9902380Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-08-17T12:31:02.9931475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-08-17T12:31:03.0143383Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-08-17T12:31:03.0160820Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:31:03.0345761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:31:03.0377046Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-08-17T12:31:03.0784369Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-08-17T12:31:03.0812627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-08-17T12:31:03.0882089Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-08-17T12:31:03.0894774Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:31:03.1222921Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:31:03.1254292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-08-17T12:31:03.1275058Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-08-17T12:31:03.1341741Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:31:03.1663003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:31:03.1693439Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-08-17T12:31:03.1779324Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-08-17T12:31:03.1789765Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:31:03.1808950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-08-17T12:31:03.2101409Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-08-17T12:31:03.2123980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-08-17T12:31:03.2219045Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-08-17T12:31:03.2583181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-08-17T12:31:03.2617500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-08-17T12:31:03.3063714Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-08-17T12:31:03.3095422Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-08-17T12:31:03.3543912Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-08-17T12:31:03.3575358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-08-17T12:31:03.4024976Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-08-17T12:31:03.4054971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-08-17T12:31:03.4463717Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-08-17T12:31:03.4492575Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-08-17T12:31:03.4906156Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-08-17T12:31:03.4939974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-08-17T12:31:03.5345879Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-08-17T12:31:03.5379253Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-08-17T12:31:03.5415332Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-08-17T12:31:03.5432111Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-08-17T12:31:03.5785616Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-08-17T12:31:03.5814135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-08-17T12:31:03.6223239Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-08-17T12:31:03.6254986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-08-17T12:31:03.6663557Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-08-17T12:31:03.6703617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-08-17T12:31:03.7103941Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-08-17T12:31:03.7141788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-08-17T12:31:03.7543641Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-08-17T12:31:03.7580431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-08-17T12:31:03.7983756Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-08-17T12:31:03.8017163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-08-17T12:31:03.8143529Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-08-17T12:31:03.8153457Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-08-17T12:31:03.8318055Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-08-17T12:31:03.8422168Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-08-17T12:31:03.8445412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-08-17T12:31:03.8622062Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-08-17T12:31:03.8787494Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-08-17T12:31:03.8862074Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-08-17T12:31:03.8883491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-08-17T12:31:03.9062652Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-08-17T12:31:03.9303824Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-08-17T12:31:03.9331716Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-08-17T12:31:03.9743856Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-08-17T12:31:03.9771550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-08-17T12:31:03.9829382Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-08-17T12:31:03.9837112Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-08-17T12:31:04.0182844Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-08-17T12:31:04.0212773Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-08-17T12:31:04.0623553Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-08-17T12:31:04.0651928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-08-17T12:31:04.0715212Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-08-17T12:31:04.0723749Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-08-17T12:31:04.1065191Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-08-17T12:31:04.1098198Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-08-17T12:31:04.1292724Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-08-17T12:31:04.1302551Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-08-17T12:31:04.1504768Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-08-17T12:31:04.1534624Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-08-17T12:31:04.1943641Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-08-17T12:31:04.1971608Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-08-17T12:31:04.2383604Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-08-17T12:31:04.2412696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-08-17T12:31:04.2825771Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-08-17T12:31:04.2852806Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-08-17T12:31:04.3012996Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-08-17T12:31:04.3021837Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-08-17T12:31:04.3223638Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-08-17T12:31:04.3303138Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-08-17T12:31:04.3326656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-08-17T12:31:04.3462112Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-08-17T12:31:04.3744187Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-08-17T12:31:04.3772541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-08-17T12:31:04.4183277Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-08-17T12:31:04.4211787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-08-17T12:31:04.4620710Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-08-17T12:31:04.4629949Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-08-17T12:31:04.4631326Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-08-17T12:31:04.4659184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-08-17T12:31:04.4733979Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-08-17T12:31:04.5063252Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-08-17T12:31:04.5065874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-08-17T12:31:04.5131029Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-08-17T12:31:04.5223372Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-08-17T12:31:04.5500695Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-08-17T12:31:04.5501464Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-08-17T12:31:04.5529117Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-08-17T12:31:04.5587841Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-08-17T12:31:04.5595724Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-08-17T12:31:04.5943034Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-08-17T12:31:04.5969801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-08-17T12:31:04.6384218Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-08-17T12:31:04.6411741Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-08-17T12:31:04.6784536Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-08-17T12:31:04.6792549Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-08-17T12:31:04.6820194Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-08-17T12:31:04.6847954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-08-17T12:31:04.7262729Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-08-17T12:31:04.7289492Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-08-17T12:31:04.7377470Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-08-17T12:31:04.7388173Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-08-17T12:31:04.7703093Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-08-17T12:31:04.7730335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-08-17T12:31:04.7775336Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-08-17T12:31:04.7818235Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-08-17T12:31:04.8143165Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:31:04.8171350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-08-17T12:31:04.8582896Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-08-17T12:31:04.8608783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-08-17T12:31:04.9023438Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-08-17T12:31:04.9049221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-08-17T12:31:04.9457845Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-08-17T12:31:04.9466604Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:31:04.9500259Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:31:04.9528687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-08-17T12:31:04.9942665Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-08-17T12:31:04.9968760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-08-17T12:31:05.0383107Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-08-17T12:31:05.0408002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-08-17T12:31:05.0824187Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-08-17T12:31:05.0855124Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-08-17T12:31:05.1263685Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-08-17T12:31:05.1291060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-08-17T12:31:05.1704016Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-08-17T12:31:05.1733346Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-08-17T12:31:05.2143672Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-08-17T12:31:05.2171737Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-08-17T12:31:05.2584069Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-08-17T12:31:05.2610445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-08-17T12:31:05.3023249Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-08-17T12:31:05.3050386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-08-17T12:31:05.3463618Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-08-17T12:31:05.3489724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-08-17T12:31:05.3903912Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-08-17T12:31:05.3929662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-08-17T12:31:05.4343132Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-08-17T12:31:05.4370942Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-08-17T12:31:05.4783354Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-08-17T12:31:05.4809726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-08-17T12:31:05.5225022Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-08-17T12:31:05.5258093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-08-17T12:31:05.5665385Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-08-17T12:31:05.5696938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-08-17T12:31:05.6105217Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-08-17T12:31:05.6137120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-08-17T12:31:05.6544477Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-08-17T12:31:05.6579590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-08-17T12:31:05.7022394Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-08-17T12:31:05.7165637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-08-17T12:31:05.7465454Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-08-17T12:31:05.7492985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-08-17T12:31:05.7905285Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-08-17T12:31:05.7933135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-08-17T12:31:05.8344196Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-08-17T12:31:05.8373824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-08-17T12:31:05.8783973Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-08-17T12:31:05.8813593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-08-17T12:31:05.9223865Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-08-17T12:31:05.9252341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-08-17T12:31:05.9663543Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-08-17T12:31:05.9692850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-08-17T12:31:06.0019717Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-08-17T12:31:06.0026278Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:31:06.0101709Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-08-17T12:31:06.0129260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-08-17T12:31:06.0582582Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-08-17T12:31:06.0612339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-08-17T12:31:06.1024826Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-08-17T12:31:06.1052367Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-08-17T12:31:06.1351887Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-08-17T12:31:06.1362639Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-08-17T12:31:06.1461865Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-08-17T12:31:06.1490752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-08-17T12:31:06.1496566Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-08-17T12:31:06.1783319Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-08-17T12:31:06.1904298Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-08-17T12:31:06.1928106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-08-17T12:31:06.1944111Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-08-17T12:31:06.2222270Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-08-17T12:31:06.2344307Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-08-17T12:31:06.2373913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-08-17T12:31:06.2782966Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-08-17T12:31:06.2814173Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-08-17T12:31:06.3222705Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-08-17T12:31:06.3250115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-08-17T12:31:06.3663664Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-08-17T12:31:06.3698663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-08-17T12:31:06.3833956Z [gw1] [ 86%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-08-17T12:31:06.3847048Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-08-17T12:31:06.3968870Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-08-17T12:31:06.4102049Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-08-17T12:31:06.4130827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-08-17T12:31:06.4145035Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-08-17T12:31:06.4157772Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-08-17T12:31:06.4262554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-08-17T12:31:06.4571297Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-08-17T12:31:06.4577888Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-08-17T12:31:06.5050940Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-08-17T12:31:06.5059670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-08-17T12:31:06.5535246Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-08-17T12:31:06.5544021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-08-17T12:31:06.6011204Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-08-17T12:31:06.6016399Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-08-17T12:31:06.6047997Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-08-17T12:31:06.6065483Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-08-17T12:31:06.6168348Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-08-17T12:31:06.6422716Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-08-17T12:31:06.6445876Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-08-17T12:31:06.6501111Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-08-17T12:31:06.6612918Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-08-17T12:31:06.6862802Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-08-17T12:31:06.6886055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-08-17T12:31:06.6940324Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-08-17T12:31:06.7303362Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-08-17T12:31:06.7331948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-08-17T12:31:06.7697851Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-08-17T12:31:06.7712917Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-08-17T12:31:06.7781435Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-08-17T12:31:06.7809851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-08-17T12:31:06.7834392Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-08-17T12:31:06.8143266Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-08-17T12:31:06.8262251Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:31:06.8300428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-08-17T12:31:06.8742525Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-08-17T12:31:06.8763041Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-08-17T12:31:06.8795124Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:31:06.8805341Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-08-17T12:31:06.8943045Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-08-17T12:31:06.9223304Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-08-17T12:31:06.9267020Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-08-17T12:31:06.9271891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-08-17T12:31:06.9345911Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-08-17T12:31:06.9683656Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-08-17T12:31:06.9684132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-08-17T12:31:06.9688486Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-08-17T12:31:06.9789246Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-08-17T12:31:07.0104064Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-08-17T12:31:07.0141711Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-08-17T12:31:07.0153027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-08-17T12:31:07.0171432Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-08-17T12:31:07.0543336Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-08-17T12:31:07.0581441Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-08-17T12:31:07.0608697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-08-17T12:31:07.0617546Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-08-17T12:31:07.0983408Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-08-17T12:31:07.1022616Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-08-17T12:31:07.1054597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-08-17T12:31:07.1086960Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-08-17T12:31:07.1422526Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-08-17T12:31:07.1463994Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-08-17T12:31:07.1499486Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-08-17T12:31:07.1680580Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-08-17T12:31:07.1863839Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-08-17T12:31:07.2103840Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-08-17T12:31:07.2138827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-08-17T12:31:07.2589033Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-08-17T12:31:07.2598643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-08-17T12:31:07.2986268Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-08-17T12:31:07.3026898Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-08-17T12:31:07.3285993Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-08-17T12:31:07.3305855Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-08-17T12:31:07.3380723Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-08-17T12:31:07.3419597Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-08-17T12:31:07.3441982Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-08-17T12:31:07.3743677Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-08-17T12:31:07.3862263Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-08-17T12:31:07.3886976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-08-17T12:31:07.3907357Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-08-17T12:31:07.4221197Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-08-17T12:31:07.4270815Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-08-17T12:31:07.4300639Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-08-17T12:31:07.4326750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-08-17T12:31:07.4662517Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-08-17T12:31:07.8726736Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-08-17T12:31:07.8744852Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-08-17T12:31:07.8754696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-08-17T12:31:07.8769732Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-08-17T12:31:07.8784569Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-08-17T12:31:07.8816269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-08-17T12:31:07.8825786Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-08-17T12:31:07.8836260Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-08-17T12:31:07.8902006Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-08-17T12:31:07.9221575Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-08-17T12:31:07.9249429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-08-17T12:31:07.9300973Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-08-17T12:31:07.9531998Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-08-17T12:31:07.9702309Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-08-17T12:31:07.9728438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-08-17T12:31:07.9782629Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-08-17T12:31:08.0174781Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-08-17T12:31:08.0183500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-08-17T12:31:08.0277061Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-08-17T12:31:08.0361418Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-08-17T12:31:08.0371510Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-08-17T12:31:08.0623691Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-08-17T12:31:08.0647647Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-08-17T12:31:08.0743590Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-08-17T12:31:08.0902671Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-08-17T12:31:08.1063342Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-08-17T12:31:08.1094680Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-08-17T12:31:08.1183168Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-08-17T12:31:08.1309733Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-08-17T12:31:08.1503426Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-08-17T12:31:08.1531634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-08-17T12:31:08.1663340Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-08-17T12:31:08.1803262Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-08-17T12:31:08.1984218Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-08-17T12:31:08.2010169Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-08-17T12:31:08.2142537Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-08-17T12:31:08.2223213Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-08-17T12:31:08.2463976Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-08-17T12:31:08.2492793Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:31:08.2583100Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:31:08.2629590Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-08-17T12:31:08.2943374Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-08-17T12:31:08.2972988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-08-17T12:31:08.3062456Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-08-17T12:31:08.3104925Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-08-17T12:31:08.3384194Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-08-17T12:31:08.3408239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:31:08.3504304Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:31:08.3573741Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-08-17T12:31:08.3863102Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-08-17T12:31:08.3889702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-08-17T12:31:08.3982997Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-08-17T12:31:08.4032032Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-08-17T12:31:08.4343752Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-08-17T12:31:08.4373192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-08-17T12:31:08.4462320Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-08-17T12:31:08.4537442Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-08-17T12:31:08.4650506Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-08-17T12:31:08.4660348Z [gw2] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-08-17T12:31:08.4783415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-08-17T12:31:08.4815435Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-08-17T12:31:08.4943070Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-08-17T12:31:08.4991081Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-08-17T12:31:08.5262974Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-08-17T12:31:08.5288950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-08-17T12:31:08.5421451Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-08-17T12:31:08.5497057Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-08-17T12:31:08.5741207Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-08-17T12:31:08.5768020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-08-17T12:31:08.5859864Z [gw1] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-08-17T12:31:08.5879004Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:31:08.6223586Z [gw0] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:31:08.6252372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-08-17T12:31:08.6300035Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-08-17T12:31:08.6340380Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-08-17T12:31:08.6703862Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-08-17T12:31:08.6730785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-08-17T12:31:08.6744804Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-08-17T12:31:08.6804555Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-08-17T12:31:08.7142821Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-08-17T12:31:08.7164603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-08-17T12:31:08.7214600Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-08-17T12:31:08.7218360Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-08-17T12:31:08.7222002Z [gw2] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-08-17T12:31:08.7247011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-08-17T12:31:08.7581920Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-08-17T12:31:08.7605017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:31:08.7620915Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:31:08.7663403Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-08-17T12:31:08.8022753Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-08-17T12:31:08.8045663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-08-17T12:31:08.8099655Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-08-17T12:31:08.8167547Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-08-17T12:31:08.8502555Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-08-17T12:31:08.8530425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-08-17T12:31:08.8542986Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-08-17T12:31:08.8701271Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-08-17T12:31:08.8985083Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-08-17T12:31:08.8987621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-08-17T12:31:08.9022080Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-08-17T12:31:08.9038804Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-08-17T12:31:08.9464327Z [gw0] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-08-17T12:31:08.9467155Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-08-17T12:31:08.9499065Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-08-17T12:31:08.9555760Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-08-17T12:31:08.9998323Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-08-17T12:31:09.0002075Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-08-17T12:31:09.0005557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-08-17T12:31:09.0022995Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-08-17T12:31:09.0405409Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-08-17T12:31:09.0408209Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-08-17T12:31:09.0576879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-08-17T12:31:09.0908579Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-08-17T12:31:09.0913197Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-08-17T12:31:09.1374934Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-08-17T12:31:09.1376500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-08-17T12:31:09.1853698Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-08-17T12:31:09.1854432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-08-17T12:31:09.2331961Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-08-17T12:31:09.2333017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-08-17T12:31:09.2457671Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-08-17T12:31:09.2473853Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-08-17T12:31:09.2710284Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-08-17T12:31:09.2740073Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-08-17T12:31:09.2766027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-08-17T12:31:09.2901095Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-08-17T12:31:09.3095556Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-08-17T12:31:09.3181405Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-08-17T12:31:09.3208720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-08-17T12:31:09.3341245Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-08-17T12:31:09.3425441Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-08-17T12:31:09.3662781Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-08-17T12:31:09.3688618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-08-17T12:31:09.3781165Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-08-17T12:31:09.4103425Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-08-17T12:31:09.4137790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-08-17T12:31:09.4582937Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-08-17T12:31:09.4612273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-08-17T12:31:09.5024739Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-08-17T12:31:09.5058242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-08-17T12:31:09.5465677Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-08-17T12:31:09.5486839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-08-17T12:31:09.5979956Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-08-17T12:31:09.5986475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-08-17T12:31:09.6458021Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-08-17T12:31:09.6463267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-08-17T12:31:09.6923860Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-08-17T12:31:09.6938849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-08-17T12:31:09.7414117Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-08-17T12:31:09.7419827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-08-17T12:31:09.7866755Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-08-17T12:31:09.7872941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-08-17T12:31:09.8062326Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-08-17T12:31:09.8086555Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-08-17T12:31:09.8193666Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-08-17T12:31:09.8303010Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-08-17T12:31:09.8331983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-08-17T12:31:09.8502643Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-08-17T12:31:09.8570886Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-08-17T12:31:09.8742537Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-08-17T12:31:09.8772907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-08-17T12:31:09.8942046Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-08-17T12:31:09.9060311Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-08-17T12:31:09.9183046Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-08-17T12:31:09.9214729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-08-17T12:31:09.9381996Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-08-17T12:31:09.9525745Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-08-17T12:31:09.9623244Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-08-17T12:31:09.9652734Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-08-17T12:31:09.9863756Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-08-17T12:31:09.9914300Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-08-17T12:31:10.0102984Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-08-17T12:31:10.0133555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-08-17T12:31:10.0342412Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-08-17T12:31:10.0398741Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-08-17T12:31:10.0542558Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-08-17T12:31:10.0574179Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-08-17T12:31:10.0783519Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-08-17T12:31:10.0906556Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-08-17T12:31:10.0983032Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-08-17T12:31:10.1014978Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-08-17T12:31:10.1223393Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-08-17T12:31:10.1278052Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-08-17T12:31:10.1421757Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-08-17T12:31:10.1448879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-08-17T12:31:10.1663018Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-08-17T12:31:10.1864480Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-08-17T12:31:10.1896692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-08-17T12:31:10.2009083Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-08-17T12:31:10.2104793Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-08-17T12:31:10.2157679Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-08-17T12:31:10.2314188Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-08-17T12:31:10.2333104Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-08-17T12:31:10.2543668Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-08-17T12:31:10.2594694Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-08-17T12:31:10.2743588Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-08-17T12:31:10.2772312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-08-17T12:31:10.2982666Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-08-17T12:31:10.3101483Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-08-17T12:31:10.3181135Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-08-17T12:31:10.3209048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-08-17T12:31:10.3422451Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-08-17T12:31:10.3586224Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-08-17T12:31:10.3622550Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-08-17T12:31:10.3651709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-08-17T12:31:10.3863103Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-08-17T12:31:10.4029578Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-08-17T12:31:10.4062529Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-08-17T12:31:10.4095214Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-08-17T12:31:10.4302517Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-08-17T12:31:10.4433173Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-08-17T12:31:10.4542619Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-08-17T12:31:10.4569313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-08-17T12:31:10.4742145Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-08-17T12:31:10.4839483Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-08-17T12:31:10.5022400Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-08-17T12:31:10.5049486Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-08-17T12:31:10.5182297Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-08-17T12:31:10.5278518Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-08-17T12:31:10.5461241Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-08-17T12:31:10.5488991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-08-17T12:31:10.5622465Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-08-17T12:31:10.5788841Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-08-17T12:31:10.5901160Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-08-17T12:31:10.5929137Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-08-17T12:31:10.6061093Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-08-17T12:31:10.6147819Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-08-17T12:31:10.6341753Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-08-17T12:31:10.6369187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-08-17T12:31:10.6501211Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-08-17T12:31:10.6626868Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-08-17T12:31:10.6782549Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-08-17T12:31:10.6809475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-08-17T12:31:10.6941728Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-08-17T12:31:10.7223526Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-08-17T12:31:10.7230208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-08-17T12:31:10.7249792Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-08-17T12:31:10.7382166Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-08-17T12:31:10.7510495Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-08-17T12:31:10.7662354Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-08-17T12:31:10.7689227Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-08-17T12:31:10.7820876Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-08-17T12:31:10.7912959Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-08-17T12:31:10.8101520Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-08-17T12:31:10.8131670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-08-17T12:31:10.8261232Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-08-17T12:31:10.8333583Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-08-17T12:31:10.8542126Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-08-17T12:31:10.8568166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-08-17T12:31:10.8699682Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-08-17T12:31:10.8751846Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-08-17T12:31:10.8981886Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-08-17T12:31:10.9012187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-08-17T12:31:10.9141679Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-08-17T12:31:10.9208953Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-08-17T12:31:10.9422620Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-08-17T12:31:10.9452802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-08-17T12:31:10.9581496Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-08-17T12:31:10.9607527Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-08-17T12:31:10.9863133Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-08-17T12:31:10.9888905Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-08-17T12:31:11.0021058Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-08-17T12:31:11.0121101Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-08-17T12:31:11.0302438Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-08-17T12:31:11.0329853Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-08-17T12:31:11.0461418Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-08-17T12:31:11.0506614Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-08-17T12:31:11.0741515Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-08-17T12:31:11.0768661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-08-17T12:31:11.0900389Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-08-17T12:31:11.0956745Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-08-17T12:31:11.1182850Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-08-17T12:31:11.1208881Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-08-17T12:31:11.1341821Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-08-17T12:31:11.1440096Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-08-17T12:31:11.1623508Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-08-17T12:31:11.1653015Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-08-17T12:31:11.1822741Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-08-17T12:31:11.1888576Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-08-17T12:31:11.2061786Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-08-17T12:31:11.2090376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-08-17T12:31:11.2261949Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-08-17T12:31:11.2308872Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-08-17T12:31:11.2502868Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-08-17T12:31:11.2528419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-08-17T12:31:11.2700162Z [gw1] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-08-17T12:31:11.2735300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-08-17T12:31:11.2942155Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-08-17T12:31:11.2972374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-08-17T12:31:11.3142351Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-08-17T12:31:11.3186794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-08-17T12:31:11.3383997Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-08-17T12:31:11.3463647Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-08-17T12:31:11.3582587Z [gw1] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-08-17T12:31:11.3629921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-08-17T12:31:11.3822597Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-08-17T12:31:11.3871446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-08-17T12:31:11.4019472Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-08-17T12:31:11.4054152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-08-17T12:31:11.4262079Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-08-17T12:31:11.4315873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-08-17T12:31:11.4461733Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-08-17T12:31:11.4498691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-08-17T12:31:11.4702384Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-08-17T12:31:11.4902129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-08-17T12:31:11.4957092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-08-17T12:31:11.5034395Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-08-17T12:31:11.5140882Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-08-17T12:31:11.5285952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-08-17T12:31:11.5341058Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-08-17T12:31:11.5376495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-08-17T12:31:11.5582479Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-08-17T12:31:11.5717557Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-08-17T12:31:11.5781290Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-08-17T12:31:11.5827385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-08-17T12:31:11.6023746Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-08-17T12:31:11.6223490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-08-17T12:31:11.6231917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-08-17T12:31:11.6263804Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-08-17T12:31:11.6463717Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-08-17T12:31:11.6662367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-08-17T12:31:11.6713369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-08-17T12:31:11.6826401Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-08-17T12:31:11.6942542Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-08-17T12:31:11.7102895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-08-17T12:31:11.7123807Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-08-17T12:31:11.7151708Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-08-17T12:31:11.7383686Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-08-17T12:31:11.7541777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-08-17T12:31:11.7552382Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-08-17T12:31:11.7578423Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-08-17T12:31:11.7823220Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-08-17T12:31:11.7965633Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-08-17T12:31:11.8021181Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-08-17T12:31:11.8082217Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-08-17T12:31:11.8263622Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-08-17T12:31:11.8463005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-08-17T12:31:11.8498531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-08-17T12:31:11.8532228Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-08-17T12:31:11.8702844Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-08-17T12:31:11.8860573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-08-17T12:31:11.8900572Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-08-17T12:31:11.8943953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-08-17T12:31:11.9142552Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-08-17T12:31:11.9286947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-08-17T12:31:11.9341672Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-08-17T12:31:11.9375575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-08-17T12:31:11.9583276Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-08-17T12:31:11.9783256Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-08-17T12:31:11.9829213Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-08-17T12:31:12.0223734Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-08-17T12:31:12.0268825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-08-17T12:31:12.0703547Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-08-17T12:31:12.0742812Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-08-17T12:31:12.1144209Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-08-17T12:31:12.1186610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-08-17T12:31:12.1196547Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-08-17T12:31:12.1205931Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-08-17T12:31:12.1584258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-08-17T12:31:12.1625494Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-08-17T12:31:12.2023485Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-08-17T12:31:12.2094258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-08-17T12:31:12.2464400Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-08-17T12:31:12.2500962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-08-17T12:31:12.2769283Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-08-17T12:31:12.2779854Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-08-17T12:31:12.2904335Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-08-17T12:31:12.2953416Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-08-17T12:31:12.3344269Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-08-17T12:31:12.3406032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-08-17T12:31:12.3784587Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-08-17T12:31:12.3853085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-08-17T12:31:12.3928640Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-08-17T12:31:12.3941537Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-08-17T12:31:12.4224519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-08-17T12:31:12.4242463Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-08-17T12:31:12.4663875Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-08-17T12:31:12.4704426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-08-17T12:31:12.5068278Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-08-17T12:31:12.5077375Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-08-17T12:31:12.5102090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-08-17T12:31:12.5141988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-08-17T12:31:12.5314842Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-08-17T12:31:12.5501728Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-08-17T12:31:12.5542105Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-08-17T12:31:12.5598572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-08-17T12:31:12.5730173Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-08-17T12:31:12.5940641Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-08-17T12:31:12.5981476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-08-17T12:31:12.6035421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-08-17T12:31:12.6201177Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-08-17T12:31:12.6382229Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-08-17T12:31:12.6422414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-08-17T12:31:12.6474644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-08-17T12:31:12.6694289Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-08-17T12:31:12.6821068Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-08-17T12:31:12.6862665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-08-17T12:31:12.6911897Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-08-17T12:31:12.7302315Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-08-17T12:31:12.7352469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-08-17T12:31:12.7743454Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-08-17T12:31:12.7820876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:31:12.8184150Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-08-17T12:31:12.8239133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-08-17T12:31:12.8396338Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-08-17T12:31:12.8407130Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-08-17T12:31:12.8623517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-08-17T12:31:12.8673205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-08-17T12:31:12.9063765Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-08-17T12:31:12.9122220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-08-17T12:31:12.9504433Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-08-17T12:31:12.9544385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-08-17T12:31:12.9943631Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-08-17T12:31:12.9998378Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-08-17T12:31:13.0383530Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-08-17T12:31:13.0426358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-08-17T12:31:13.0823734Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-08-17T12:31:13.0869713Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-08-17T12:31:13.1060321Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-08-17T12:31:13.1068750Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-08-17T12:31:13.1262467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-08-17T12:31:13.1308267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:31:13.1471741Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-08-17T12:31:13.1540950Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-08-17T12:31:13.1702014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-08-17T12:31:13.1742984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-08-17T12:31:13.2142697Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-08-17T12:31:13.2195183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-08-17T12:31:13.2584405Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-08-17T12:31:13.2640063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-08-17T12:31:13.3024132Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-08-17T12:31:13.3071020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-08-17T12:31:13.3464546Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-08-17T12:31:13.3526876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:31:13.3904297Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-08-17T12:31:13.3992104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-08-17T12:31:13.4343666Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-08-17T12:31:13.4444285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-08-17T12:31:13.4808190Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-08-17T12:31:13.4832861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-08-17T12:31:13.5225237Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-08-17T12:31:13.5276083Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-08-17T12:31:13.5667737Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-08-17T12:31:13.5752363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-08-17T12:31:13.6104501Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-08-17T12:31:13.6160641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-08-17T12:31:13.6542346Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-08-17T12:31:13.6594799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-08-17T12:31:13.6982588Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-08-17T12:31:13.7260210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-08-17T12:31:13.7462378Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-08-17T12:31:13.7527419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-08-17T12:31:13.7904536Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-08-17T12:31:13.8633941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-08-17T12:31:13.8651253Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-08-17T12:31:13.8685321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-08-17T12:31:13.9063131Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-08-17T12:31:14.0149427Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-08-17T12:31:14.0175910Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-08-17T12:31:14.0655307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-08-17T12:31:14.0671351Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-08-17T12:31:14.0799403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-08-17T12:31:14.0834497Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-08-17T12:31:14.0967988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-08-17T12:31:14.1225632Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-08-17T12:31:14.1473789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-08-17T12:31:14.1584056Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-08-17T12:31:14.1734236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-08-17T12:31:14.1747787Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-08-17T12:31:14.1798215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-08-17T12:31:14.2229237Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-08-17T12:31:14.2960755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-08-17T12:31:14.2977752Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-08-17T12:31:14.3017601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:31:14.3424234Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-08-17T12:31:14.3538597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-08-17T12:31:14.3548314Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-08-17T12:31:14.3809375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-08-17T12:31:14.3849011Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-08-17T12:31:14.3880011Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-08-17T12:31:14.4019892Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-08-17T12:31:14.4287720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-08-17T12:31:14.4302305Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-08-17T12:31:14.4356359Z [gw1] [ 87%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-08-17T12:31:14.4499764Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-08-17T12:31:14.4946211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-08-17T12:31:14.4957272Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-08-17T12:31:14.5020110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-08-17T12:31:14.5384236Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-08-17T12:31:14.5432845Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-08-17T12:31:14.5823444Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-08-17T12:31:14.5871664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-08-17T12:31:14.6262174Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-08-17T12:31:14.6319643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-08-17T12:31:14.6703468Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-08-17T12:31:14.6761740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-08-17T12:31:14.7142869Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-08-17T12:31:14.7200294Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-08-17T12:31:14.7584485Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-08-17T12:31:14.7642534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-08-17T12:31:14.8024217Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-08-17T12:31:14.8077544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-08-17T12:31:14.8464064Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-08-17T12:31:14.8510719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-08-17T12:31:14.8903552Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-08-17T12:31:14.9034782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-08-17T12:31:14.9344184Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-08-17T12:31:14.9390004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-08-17T12:31:14.9783343Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-08-17T12:31:14.9904668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-08-17T12:31:15.0223404Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-08-17T12:31:15.0273920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-08-17T12:31:15.0662744Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-08-17T12:31:15.0741752Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:31:15.1102597Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-08-17T12:31:15.1206174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-08-17T12:31:15.1544992Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-08-17T12:31:15.1601956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-08-17T12:31:15.1984249Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-08-17T12:31:15.2033945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:31:15.2423849Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-08-17T12:31:15.2491839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:31:15.2863406Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-08-17T12:31:15.2903732Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-08-17T12:31:15.3304057Z [gw0] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-08-17T12:31:15.3353042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-08-17T12:31:15.3744363Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-08-17T12:31:15.3791616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-08-17T12:31:15.4183687Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-08-17T12:31:15.4247685Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-08-17T12:31:15.4624358Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-08-17T12:31:15.4669846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-08-17T12:31:15.5063013Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-08-17T12:31:15.5104666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-08-17T12:31:15.5352157Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-08-17T12:31:15.5362293Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-08-17T12:31:15.5503570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-08-17T12:31:15.5556855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-08-17T12:31:15.5943672Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-08-17T12:31:15.5996415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-08-17T12:31:15.6384980Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-08-17T12:31:15.6439460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-08-17T12:31:15.6824749Z [gw0] [ 88%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-08-17T12:31:15.6872119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-08-17T12:31:15.7058189Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-08-17T12:31:15.7070530Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-08-17T12:31:15.7363801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-08-17T12:31:15.7364271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-08-17T12:31:15.7844974Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-08-17T12:31:15.7853999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:31:15.8285054Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:31:15.8293884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:31:15.8663140Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:31:15.8706464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-08-17T12:31:15.9103304Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-08-17T12:31:15.9147980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-08-17T12:31:15.9542448Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-08-17T12:31:15.9593949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-08-17T12:31:15.9982979Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-08-17T12:31:16.0034433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-08-17T12:31:16.0421897Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-08-17T12:31:16.0469697Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-08-17T12:31:16.0902833Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-08-17T12:31:16.0927994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-08-17T12:31:16.1342250Z [gw0] [ 88%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-08-17T12:31:16.1400379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-08-17T12:31:16.1821614Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-08-17T12:31:16.1869324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-08-17T12:31:16.2303589Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-08-17T12:31:16.2357502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-08-17T12:31:16.2782310Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-08-17T12:31:16.2847696Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:31:16.3222266Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:31:16.3282388Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:31:16.3706369Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:31:16.3747286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-08-17T12:31:16.4142013Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-08-17T12:31:16.4189422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-08-17T12:31:16.4581490Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-08-17T12:31:16.4619910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-08-17T12:31:16.5021684Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-08-17T12:31:16.5072340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-08-17T12:31:16.5461892Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-08-17T12:31:16.5515997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-08-17T12:31:16.5913041Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-08-17T12:31:16.6100823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-08-17T12:31:16.6343192Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-08-17T12:31:16.6385435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-08-17T12:31:16.6783363Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-08-17T12:31:16.6830917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-08-17T12:31:16.7222201Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-08-17T12:31:16.7272551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-08-17T12:31:16.7662344Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-08-17T12:31:16.7708363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-08-17T12:31:16.8102868Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-08-17T12:31:16.8145233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-08-17T12:31:16.8541911Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-08-17T12:31:16.8589591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-08-17T12:31:16.8599058Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-08-17T12:31:16.8607678Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-08-17T12:31:16.8631480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-08-17T12:31:16.9023320Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-08-17T12:31:16.9026087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-08-17T12:31:16.9157474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-08-17T12:31:16.9168059Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-08-17T12:31:16.9460896Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-08-17T12:31:16.9500085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-08-17T12:31:16.9520999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-08-17T12:31:16.9571016Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-08-17T12:31:16.9902561Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-08-17T12:31:16.9980595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-08-17T12:31:17.0038868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-08-17T12:31:17.0041339Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-08-17T12:31:17.0381980Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-08-17T12:31:17.0421895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-08-17T12:31:17.0469068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-08-17T12:31:17.0489485Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-08-17T12:31:17.0862358Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-08-17T12:31:17.0901234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-08-17T12:31:17.0949487Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-08-17T12:31:17.1091571Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-08-17T12:31:17.1301510Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-08-17T12:31:17.1341273Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-08-17T12:31:17.1389426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-08-17T12:31:17.1460515Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-08-17T12:31:17.1741079Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-08-17T12:31:17.1780768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-08-17T12:31:17.1800242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-08-17T12:31:17.1826123Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-08-17T12:31:17.2183043Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-08-17T12:31:17.2223247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-08-17T12:31:17.2245369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-08-17T12:31:17.2263996Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-08-17T12:31:17.2622075Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-08-17T12:31:17.2660979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-08-17T12:31:17.2711408Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-08-17T12:31:17.2729675Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-08-17T12:31:17.3061887Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-08-17T12:31:17.3101332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-08-17T12:31:17.3153297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-08-17T12:31:17.3199216Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-08-17T12:31:17.3502696Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-08-17T12:31:17.3541651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-08-17T12:31:17.3590399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-08-17T12:31:17.3603174Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-08-17T12:31:17.3941375Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-08-17T12:31:17.3980555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-08-17T12:31:17.4031326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-08-17T12:31:17.4422856Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-08-17T12:31:17.4467607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-08-17T12:31:17.4863284Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-08-17T12:31:17.4916647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-08-17T12:31:17.5147572Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-08-17T12:31:17.5158934Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-08-17T12:31:17.5303401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-08-17T12:31:17.5356640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-08-17T12:31:17.5742602Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-08-17T12:31:17.5821926Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-08-17T12:31:17.6182718Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-08-17T12:31:17.6218789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-08-17T12:31:17.6473986Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-08-17T12:31:17.6484484Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-08-17T12:31:17.6620638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-08-17T12:31:17.6657401Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-08-17T12:31:17.6693791Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-08-17T12:31:17.6903209Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-08-17T12:31:17.7031238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-08-17T12:31:17.7060321Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-08-17T12:31:17.7099077Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-08-17T12:31:17.7340932Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-08-17T12:31:17.7362950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-08-17T12:31:17.7499595Z [gw1] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-08-17T12:31:17.7531050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-08-17T12:31:17.7822125Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-08-17T12:31:17.7857425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-08-17T12:31:17.7940453Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-08-17T12:31:17.7978529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-08-17T12:31:17.8262481Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-08-17T12:31:17.8369512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-08-17T12:31:17.8382243Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-08-17T12:31:17.8441826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-08-17T12:31:17.8702609Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-08-17T12:31:17.8823389Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-08-17T12:31:17.8866375Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-08-17T12:31:17.8906198Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-08-17T12:31:17.8909029Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-08-17T12:31:17.8911511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-08-17T12:31:17.8913896Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-08-17T12:31:17.9141537Z [gw2] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-08-17T12:31:17.9235819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-08-17T12:31:17.9259825Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-08-17T12:31:17.9298699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-08-17T12:31:17.9336465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-08-17T12:31:17.9622385Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-08-17T12:31:17.9699816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-08-17T12:31:17.9744394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-08-17T12:31:17.9769080Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-08-17T12:31:18.0101295Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-08-17T12:31:18.0349726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-08-17T12:31:18.0354229Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-08-17T12:31:18.0357997Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-08-17T12:31:18.0541629Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-08-17T12:31:18.0714982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-08-17T12:31:18.0793152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-08-17T12:31:18.0877822Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-08-17T12:31:18.1021622Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-08-17T12:31:18.1114087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-08-17T12:31:18.1218072Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-08-17T12:31:18.1237545Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-08-17T12:31:18.1501828Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-08-17T12:31:18.1611035Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-08-17T12:31:18.1660846Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-08-17T12:31:18.1701032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-08-17T12:31:18.1942750Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-08-17T12:31:18.1984489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-08-17T12:31:18.2141899Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-08-17T12:31:18.2188773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-08-17T12:31:18.2380804Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-08-17T12:31:18.2422940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-08-17T12:31:18.2580885Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-08-17T12:31:18.2630334Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-08-17T12:31:18.2821870Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-08-17T12:31:18.2969473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-08-17T12:31:18.3061439Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-08-17T12:31:18.3106125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-08-17T12:31:18.3302298Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-08-17T12:31:18.3347294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-08-17T12:31:18.3541881Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-08-17T12:31:18.3742501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-08-17T12:31:18.3796840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-08-17T12:31:18.3851507Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-08-17T12:31:18.3861751Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-08-17T12:31:18.4297625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-08-17T12:31:18.4327593Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-08-17T12:31:18.4737104Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-08-17T12:31:18.4771612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-08-17T12:31:18.5142284Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-08-17T12:31:18.5219564Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-08-17T12:31:18.5226054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-08-17T12:31:18.5267352Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-08-17T12:31:18.5350774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-08-17T12:31:18.5581629Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-08-17T12:31:18.5623943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-08-17T12:31:18.5699612Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-08-17T12:31:18.5789329Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-08-17T12:31:18.6021174Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-08-17T12:31:18.6062952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-08-17T12:31:18.6139422Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-08-17T12:31:18.6199205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-08-17T12:31:18.6461936Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-08-17T12:31:18.6582492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-08-17T12:31:18.6640000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-08-17T12:31:18.6716684Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-08-17T12:31:18.6900790Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-08-17T12:31:18.7023846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-08-17T12:31:18.7031718Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-08-17T12:31:18.7090822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-08-17T12:31:18.7341424Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-08-17T12:31:18.7453920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-08-17T12:31:18.7499727Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-08-17T12:31:18.7557184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-08-17T12:31:18.7780292Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-08-17T12:31:18.7915884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-08-17T12:31:18.7940197Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-08-17T12:31:18.7978721Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-08-17T12:31:18.8221831Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-08-17T12:31:18.8383536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-08-17T12:31:18.8419660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-08-17T12:31:18.8432097Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-08-17T12:31:18.8457116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-08-17T12:31:18.8561262Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-08-17T12:31:18.8660082Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-08-17T12:31:18.8785349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-08-17T12:31:18.8820242Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-08-17T12:31:18.8869975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-08-17T12:31:18.9101534Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-08-17T12:31:18.9223908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-08-17T12:31:18.9260934Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-08-17T12:31:18.9347207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-08-17T12:31:18.9541719Z [gw0] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-08-17T12:31:18.9656362Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-08-17T12:31:18.9700135Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-08-17T12:31:18.9980650Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-08-17T12:31:19.0038767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-08-17T12:31:19.0140852Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-08-17T12:31:19.0165236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-08-17T12:31:19.0199522Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-08-17T12:31:19.0421324Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-08-17T12:31:19.0541304Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-08-17T12:31:19.0580430Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-08-17T12:31:19.0751577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-08-17T12:31:19.0863262Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-08-17T12:31:19.0982706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-08-17T12:31:19.1020988Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-08-17T12:31:19.1189315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-08-17T12:31:19.1300263Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-08-17T12:31:19.1464389Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-08-17T12:31:19.1575801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-08-17T12:31:19.1904312Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-08-17T12:31:19.2170799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-08-17T12:31:19.2344626Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-08-17T12:31:19.2659372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-08-17T12:31:19.2783625Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-08-17T12:31:19.3056680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-08-17T12:31:19.3069186Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-08-17T12:31:19.4845462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-08-17T12:31:19.4854720Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-08-17T12:31:19.4909793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-08-17T12:31:19.5264636Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-08-17T12:31:19.5841579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-08-17T12:31:19.5853326Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-08-17T12:31:19.6047137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-08-17T12:31:19.6064657Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-08-17T12:31:19.6231102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-08-17T12:31:19.6501821Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-08-17T12:31:19.6670094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-08-17T12:31:19.6940702Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-08-17T12:31:19.7104208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-08-17T12:31:19.7381629Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-08-17T12:31:19.7429135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-08-17T12:31:19.7801154Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-08-17T12:31:19.7814315Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-08-17T12:31:19.7824073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-08-17T12:31:19.7922816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-08-17T12:31:19.8299393Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-08-17T12:31:19.8368804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-08-17T12:31:19.8742474Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-08-17T12:31:19.8826628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-08-17T12:31:19.9181451Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-08-17T12:31:19.9369224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eig_cpu_float32 2022-08-17T12:31:19.9621455Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eig_cpu_float32 2022-08-17T12:31:19.9644692Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-08-17T12:31:19.9659475Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-08-17T12:31:20.0028481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-08-17T12:31:20.0046112Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-08-17T12:31:20.0102876Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-08-17T12:31:20.0103721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-08-17T12:31:20.0192777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-08-17T12:31:20.0287879Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-08-17T12:31:20.0331233Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-08-17T12:31:20.0367704Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:31:20.0540500Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-08-17T12:31:20.0543244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-08-17T12:31:20.0641111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-08-17T12:31:20.0972299Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-08-17T12:31:20.0980394Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-08-17T12:31:20.0981841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-08-17T12:31:20.1142108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-08-17T12:31:20.1298839Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-08-17T12:31:20.1425765Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-08-17T12:31:20.1985942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-08-17T12:31:20.1986667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-08-17T12:31:20.1997575Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-08-17T12:31:20.2037636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-08-17T12:31:20.2423842Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-08-17T12:31:20.2496145Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-08-17T12:31:20.2864723Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-08-17T12:31:20.2917449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-08-17T12:31:20.3344765Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-08-17T12:31:20.3425219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-08-17T12:31:20.3608750Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-08-17T12:31:20.3618882Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-08-17T12:31:20.3782489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-08-17T12:31:20.3857310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-08-17T12:31:20.4223034Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-08-17T12:31:20.4311038Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-08-17T12:31:20.4662227Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-08-17T12:31:20.4829558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-08-17T12:31:20.5102581Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-08-17T12:31:20.5152460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-08-17T12:31:20.5544011Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-08-17T12:31:20.5721857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-08-17T12:31:20.5981428Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-08-17T12:31:20.6124321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-08-17T12:31:20.6422431Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-08-17T12:31:20.6638258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-08-17T12:31:20.6723544Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-08-17T12:31:20.6737586Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:31:20.6860199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:31:20.6935317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-08-17T12:31:20.6988371Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-08-17T12:31:20.6998549Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-08-17T12:31:20.7302581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-08-17T12:31:20.7329580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-08-17T12:31:20.7421709Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-08-17T12:31:20.7453398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-08-17T12:31:20.7741953Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-08-17T12:31:20.7886202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-08-17T12:31:20.8183310Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-08-17T12:31:20.8354188Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-08-17T12:31:20.8622450Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-08-17T12:31:20.8742639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-08-17T12:31:20.9062085Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-08-17T12:31:20.9171227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-08-17T12:31:20.9502558Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-08-17T12:31:20.9647531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-08-17T12:31:20.9942952Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-08-17T12:31:21.0025893Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-08-17T12:31:21.0383553Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-08-17T12:31:21.0504863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-08-17T12:31:21.0822516Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-08-17T12:31:21.0934113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-08-17T12:31:21.1263826Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-08-17T12:31:21.1403708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-08-17T12:31:21.1701942Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-08-17T12:31:21.1822999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-08-17T12:31:21.2141286Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-08-17T12:31:21.2263750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-08-17T12:31:21.2582914Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-08-17T12:31:21.2729723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-08-17T12:31:21.3022495Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-08-17T12:31:21.3117377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-08-17T12:31:21.3464414Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-08-17T12:31:21.3590879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-08-17T12:31:21.3903883Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-08-17T12:31:21.4049714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-08-17T12:31:21.4343583Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-08-17T12:31:21.4401400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-08-17T12:31:21.4783712Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-08-17T12:31:21.4856418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-08-17T12:31:21.5223632Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-08-17T12:31:21.5351952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-08-17T12:31:21.5663321Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-08-17T12:31:21.5706434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-08-17T12:31:21.6103841Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-08-17T12:31:21.6158143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-08-17T12:31:21.6242786Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-08-17T12:31:21.6252368Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-08-17T12:31:21.6543312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-08-17T12:31:21.6616955Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-08-17T12:31:21.6877309Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-08-17T12:31:21.6887796Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-08-17T12:31:21.6983277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-08-17T12:31:21.7201535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-08-17T12:31:21.7422914Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-08-17T12:31:21.7460896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-08-17T12:31:21.7863166Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-08-17T12:31:21.8315664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-08-17T12:31:21.8340616Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-08-17T12:31:21.8464720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-08-17T12:31:21.8645224Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-08-17T12:31:21.8654709Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-08-17T12:31:21.8782144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-08-17T12:31:21.8906136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-08-17T12:31:21.8949806Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-08-17T12:31:21.9060258Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-08-17T12:31:21.9221828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-08-17T12:31:21.9370915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-08-17T12:31:21.9440603Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-08-17T12:31:21.9498885Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-08-17T12:31:21.9662978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-08-17T12:31:21.9747420Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-08-17T12:31:22.0103523Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-08-17T12:31:22.0496834Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-08-17T12:31:22.0542886Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-08-17T12:31:22.0663748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-08-17T12:31:22.0984121Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-08-17T12:31:22.1066850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-08-17T12:31:22.1423179Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-08-17T12:31:22.1542433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-08-17T12:31:22.1863511Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-08-17T12:31:22.2057475Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-08-17T12:31:22.2302499Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-08-17T12:31:22.6921749Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-08-17T12:31:22.6935575Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-08-17T12:31:22.7927454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-08-17T12:31:22.7942183Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-08-17T12:31:22.8127878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-08-17T12:31:22.8383286Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-08-17T12:31:22.8503224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-08-17T12:31:22.8823413Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-08-17T12:31:22.9013318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-08-17T12:31:22.9262055Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-08-17T12:31:23.0504497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-08-17T12:31:23.0514011Z [gw2] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-08-17T12:31:23.1456201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-08-17T12:31:23.1472094Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-08-17T12:31:23.3278279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-08-17T12:31:23.3297531Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-08-17T12:31:23.6768678Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-08-17T12:31:23.6778776Z [gw0] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-08-17T12:31:24.1091677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-08-17T12:31:24.1108450Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:31:24.1414718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-08-17T12:31:24.1544411Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-08-17T12:31:24.5287865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-08-17T12:31:24.5302163Z [gw1] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-08-17T12:31:24.5340034Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-08-17T12:31:24.5781766Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-08-17T12:31:24.5840990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-08-17T12:31:24.6223345Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-08-17T12:31:24.6236175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-08-17T12:31:24.6247091Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-08-17T12:31:24.6305559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-08-17T12:31:24.6664129Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-08-17T12:31:24.6832050Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-08-17T12:31:24.7101550Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-08-17T12:31:24.7318574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-08-17T12:31:24.7541208Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-08-17T12:31:24.7757288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-08-17T12:31:24.7980971Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-08-17T12:31:24.8194803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-08-17T12:31:24.8422193Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-08-17T12:31:24.8560576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-08-17T12:31:24.8861832Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-08-17T12:31:24.9000390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-08-17T12:31:24.9301970Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-08-17T12:31:24.9448329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-08-17T12:31:24.9742270Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-08-17T12:31:24.9884264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-08-17T12:31:25.0181913Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-08-17T12:31:25.0374647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-08-17T12:31:25.0621404Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-08-17T12:31:25.1932637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-08-17T12:31:25.1950205Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-08-17T12:31:25.3793767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-08-17T12:31:25.3899010Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-08-17T12:31:25.4037226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-08-17T12:31:25.4298896Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-08-17T12:31:25.4442783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-08-17T12:31:25.4707738Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-08-17T12:31:25.4708247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-08-17T12:31:25.5212110Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-08-17T12:31:25.5213860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-08-17T12:31:25.5698543Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-08-17T12:31:25.5986249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-08-17T12:31:25.6062092Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-08-17T12:31:25.6339086Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-08-17T12:31:25.6503424Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-08-17T12:31:25.6807171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-08-17T12:31:25.7017974Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-08-17T12:31:25.7223891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-08-17T12:31:25.7457371Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-08-17T12:31:25.7943787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-08-17T12:31:25.7963137Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-08-17T12:31:25.8224727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-08-17T12:31:25.8467305Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-08-17T12:31:25.8644382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-08-17T12:31:25.8939078Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-08-17T12:31:25.9000735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-08-17T12:31:25.9388672Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-08-17T12:31:25.9391284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-08-17T12:31:25.9827513Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-08-17T12:31:25.9829373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-08-17T12:31:26.0299764Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-08-17T12:31:26.0545989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-08-17T12:31:26.0707617Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-08-17T12:31:26.0709433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-08-17T12:31:26.1150497Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-08-17T12:31:26.1153185Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-08-17T12:31:26.1618979Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-08-17T12:31:26.1648219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-08-17T12:31:26.2059181Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-08-17T12:31:26.2088414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-08-17T12:31:26.2534341Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-08-17T12:31:26.2537408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-08-17T12:31:26.2978444Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-08-17T12:31:26.3180324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-08-17T12:31:26.3358664Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-08-17T12:31:26.3411735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-08-17T12:31:26.3857638Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-08-17T12:31:26.3881326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-08-17T12:31:26.4077228Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-08-17T12:31:26.4107951Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-08-17T12:31:26.4338189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-08-17T12:31:26.4520874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-08-17T12:31:26.4702244Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-08-17T12:31:26.4830007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-08-17T12:31:26.5142358Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-08-17T12:31:26.5425477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-08-17T12:31:26.5644607Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-08-17T12:31:26.5654190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-08-17T12:31:26.6099543Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-08-17T12:31:26.6294044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-08-17T12:31:26.6462467Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-08-17T12:31:26.6594992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-08-17T12:31:26.6902426Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-08-17T12:31:26.7028036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-08-17T12:31:26.7343473Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-08-17T12:31:26.7429257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-08-17T12:31:26.7781712Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-08-17T12:31:26.7900251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-08-17T12:31:26.8224876Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-08-17T12:31:26.8343337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-08-17T12:31:26.8730442Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-08-17T12:31:26.8739805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-08-17T12:31:26.9167333Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-08-17T12:31:26.9176147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-08-17T12:31:26.9617478Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-08-17T12:31:26.9683821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-08-17T12:31:27.0037150Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-08-17T12:31:27.2192993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-08-17T12:31:27.2289362Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-08-17T12:31:27.2463029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-08-17T12:31:27.2780565Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-08-17T12:31:27.2810538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-08-17T12:31:27.3220457Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-08-17T12:31:27.3426833Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-08-17T12:31:27.3659648Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-08-17T12:31:27.7552947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-08-17T12:31:27.7577581Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-08-17T12:31:27.7622827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-08-17T12:31:27.7983115Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-08-17T12:31:27.8072419Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-08-17T12:31:27.8422159Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-08-17T12:31:27.8537068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-08-17T12:31:27.8864135Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-08-17T12:31:27.8896850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-08-17T12:31:27.9303772Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-08-17T12:31:27.9340956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-08-17T12:31:27.9783378Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-08-17T12:31:28.1489661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-08-17T12:31:28.1506096Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-08-17T12:31:28.1740772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-08-17T12:31:28.1788793Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-08-17T12:31:28.1800035Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-08-17T12:31:28.1881115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-08-17T12:31:28.1942244Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-08-17T12:31:28.2007157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-08-17T12:31:28.2222674Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-08-17T12:31:28.2289892Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-08-17T12:31:28.2383568Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-08-17T12:31:28.2512352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-08-17T12:31:28.2663513Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-08-17T12:31:28.2788555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-08-17T12:31:28.2821197Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-08-17T12:31:28.2882924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-08-17T12:31:28.3101562Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-08-17T12:31:28.3225422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-08-17T12:31:28.3260380Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-08-17T12:31:28.3387337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-08-17T12:31:28.3540890Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-08-17T12:31:28.3590500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-08-17T12:31:28.3701157Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-08-17T12:31:28.3826634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-08-17T12:31:28.3980675Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-08-17T12:31:28.4046986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-08-17T12:31:28.4140685Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-08-17T12:31:28.4225676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-08-17T12:31:28.4420646Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-08-17T12:31:28.4581540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-08-17T12:31:28.4794451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-08-17T12:31:28.5022223Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-08-17T12:31:28.5123156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-08-17T12:31:28.5187637Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-08-17T12:31:28.5197441Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-08-17T12:31:28.5382192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-08-17T12:31:28.5460157Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-08-17T12:31:28.5548154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-08-17T12:31:28.5619903Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-08-17T12:31:28.5681981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-08-17T12:31:28.5899066Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-08-17T12:31:28.6013772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-08-17T12:31:28.6059149Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-08-17T12:31:28.6102465Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-08-17T12:31:28.6341129Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-08-17T12:31:28.6500327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-08-17T12:31:28.7012761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-08-17T12:31:28.7023956Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-08-17T12:31:28.7055586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-08-17T12:31:28.7064498Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-08-17T12:31:28.7095464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-08-17T12:31:28.7108904Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-08-17T12:31:28.7461911Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-08-17T12:31:28.7501630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-08-17T12:31:28.7536742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-08-17T12:31:28.7684169Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-08-17T12:31:28.7900644Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-08-17T12:31:28.7939609Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-08-17T12:31:28.7985777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-08-17T12:31:28.8342244Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-08-17T12:31:28.8540723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inverse_cpu_float32 2022-08-17T12:31:28.8549494Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-08-17T12:31:28.8552223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-08-17T12:31:28.8556153Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inverse_cpu_float32 2022-08-17T12:31:28.8780621Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-08-17T12:31:28.8859546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-08-17T12:31:28.9071093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-08-17T12:31:28.9083945Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-08-17T12:31:28.9093062Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-08-17T12:31:28.9145013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-08-17T12:31:28.9301076Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-08-17T12:31:28.9500644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-08-17T12:31:28.9562461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-08-17T12:31:28.9575650Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-08-17T12:31:28.9598329Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-08-17T12:31:28.9604604Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-08-17T12:31:28.9696604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-08-17T12:31:28.9740713Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-08-17T12:31:28.9942086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-08-17T12:31:29.0020415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-08-17T12:31:29.0092917Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-08-17T12:31:29.0462548Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-08-17T12:31:29.0514829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-08-17T12:31:29.0943762Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-08-17T12:31:29.1008171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-08-17T12:31:29.1382814Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-08-17T12:31:29.1433738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-08-17T12:31:29.1620971Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-08-17T12:31:29.1630013Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-08-17T12:31:29.1651429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-08-17T12:31:29.1821971Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-08-17T12:31:29.1871347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-08-17T12:31:29.2061165Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-08-17T12:31:29.2130939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-08-17T12:31:29.2261622Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-08-17T12:31:29.2327929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-08-17T12:31:29.2501727Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-08-17T12:31:29.2749644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-08-17T12:31:29.2750357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-08-17T12:31:29.2781368Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-08-17T12:31:29.2942192Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-08-17T12:31:29.3142594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-08-17T12:31:29.3171987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:31:29.3219684Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:31:29.3379750Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-08-17T12:31:29.3436624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-08-17T12:31:29.3451016Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-08-17T12:31:29.3655907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-08-17T12:31:29.3657883Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-08-17T12:31:29.3660083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:31:29.3892854Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:31:29.3894034Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-08-17T12:31:29.4053213Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-08-17T12:31:29.4055083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-08-17T12:31:29.4377849Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-08-17T12:31:29.4462710Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-08-17T12:31:29.4487357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:31:29.4520336Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:31:29.4720279Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-08-17T12:31:29.4901357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float64 2022-08-17T12:31:29.4925321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-08-17T12:31:29.5164245Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-08-17T12:31:29.5300886Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float64 2022-08-17T12:31:29.5383247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-08-17T12:31:29.5444553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-08-17T12:31:29.5899943Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-08-17T12:31:29.6206964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-08-17T12:31:29.6382955Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-08-17T12:31:29.6633150Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-08-17T12:31:29.6857387Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-08-17T12:31:29.6857895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-08-17T12:31:29.6876398Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-08-17T12:31:29.6888560Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-08-17T12:31:29.7040891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-08-17T12:31:29.7300215Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-08-17T12:31:29.7300717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-08-17T12:31:29.7418907Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-08-17T12:31:29.7531722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-08-17T12:31:29.7713408Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-08-17T12:31:29.7859914Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-08-17T12:31:29.7948877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-08-17T12:31:29.8253073Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-08-17T12:31:29.8623108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-08-17T12:31:29.8660226Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-08-17T12:31:29.8866770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-08-17T12:31:29.9026128Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-08-17T12:31:29.9039042Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-08-17T12:31:29.9218744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-08-17T12:31:29.9468351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-08-17T12:31:29.9488350Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-08-17T12:31:29.9830106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-08-17T12:31:29.9978521Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-08-17T12:31:30.0695240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-08-17T12:31:30.0707085Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-08-17T12:31:30.1154698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:31:30.1163872Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-08-17T12:31:30.1425556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-08-17T12:31:30.1549686Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:31:30.2314750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-08-17T12:31:30.2326692Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-08-17T12:31:30.2699655Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-08-17T12:31:30.2731675Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-08-17T12:31:30.2739404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-08-17T12:31:30.2780980Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-08-17T12:31:30.2851763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-08-17T12:31:30.3337363Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-08-17T12:31:30.4847633Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:31:30.5020607Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-08-17T12:31:30.5786907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:31:30.5798327Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:31:30.6223536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:31:30.6296769Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:31:30.6692341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-08-17T12:31:30.6818250Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-08-17T12:31:30.6927132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-08-17T12:31:30.6937519Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:31:30.8419554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:31:30.8430869Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:31:30.8998987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:31:30.9010337Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:31:30.9030645Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:31:30.9100729Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-08-17T12:31:30.9639088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:31:30.9652042Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:31:30.9659281Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:31:30.9679801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-08-17T12:31:31.1266794Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-08-17T12:31:31.1280194Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-08-17T12:31:31.1658300Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-08-17T12:31:31.1689351Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-08-17T12:31:31.2684156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-08-17T12:31:31.2709960Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-08-17T12:31:31.2818817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:31:31.2826604Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-08-17T12:31:31.2849677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-08-17T12:31:31.2976162Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-08-17T12:31:31.3258568Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:31:31.3267036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:31:31.3727715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-08-17T12:31:31.3980111Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-08-17T12:31:31.3989732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:31:31.4007082Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:31:31.4180483Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:31:31.4248158Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-08-17T12:31:31.4496777Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-08-17T12:31:31.4766218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-08-17T12:31:31.4905312Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-08-17T12:31:31.4978301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-08-17T12:31:31.5199427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-08-17T12:31:31.5417141Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-08-17T12:31:31.5595492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:31:31.5816706Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:31:31.5827312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-08-17T12:31:31.6196121Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-08-17T12:31:31.6259508Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-08-17T12:31:31.6269521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:31:31.6342219Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:31:31.6700418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-08-17T12:31:31.6707193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-08-17T12:31:31.7215603Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-08-17T12:31:32.1223855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-08-17T12:31:32.1246396Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-08-17T12:31:32.1382596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-08-17T12:31:32.1539652Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-08-17T12:31:32.1612845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:31:32.1793466Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-08-17T12:31:32.1830556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-08-17T12:31:32.2181939Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-08-17T12:31:32.2296701Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:31:32.2301507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-08-17T12:31:32.2581349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:31:32.2661420Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-08-17T12:31:32.2739347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-08-17T12:31:32.2782376Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:31:32.3480871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:31:32.3701922Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:31:32.4872673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:31:32.4886569Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:31:32.5808175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:31:32.5825212Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:31:32.7654320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:31:32.7781110Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:31:32.7807923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:31:32.8299261Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:31:32.8966619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-08-17T12:31:32.9181746Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-08-17T12:31:32.9559948Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-08-17T12:31:32.9621310Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-08-17T12:31:33.0124733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-08-17T12:31:33.0263937Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-08-17T12:31:33.0330171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-08-17T12:31:33.0779649Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-08-17T12:31:33.0790352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:31:33.1259519Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:31:33.1506987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-08-17T12:31:33.1657607Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-08-17T12:31:33.1999577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:31:33.2097169Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:31:33.2299767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:31:33.2697768Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:31:33.6842352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:31:33.6857260Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:31:34.0690713Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:31:34.0715052Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-08-17T12:31:34.1407320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-08-17T12:31:34.1433263Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:31:34.6477114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:31:34.6502391Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-08-17T12:31:34.6930862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-08-17T12:31:34.6979323Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-08-17T12:31:34.7159445Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-08-17T12:31:34.7455492Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-08-17T12:31:34.7461052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-08-17T12:31:34.7938438Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-08-17T12:31:34.8140003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-08-17T12:31:34.8301666Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-08-17T12:31:34.9320806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-08-17T12:31:34.9341194Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-08-17T12:31:35.1845163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-08-17T12:31:35.1871990Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-08-17T12:31:35.2484598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-08-17T12:31:35.2500268Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-08-17T12:31:35.2578102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-08-17T12:31:35.2966686Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-08-17T12:31:35.2978656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-08-17T12:31:35.3425183Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-08-17T12:31:35.3436465Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-08-17T12:31:35.3863187Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-08-17T12:31:35.3875200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-08-17T12:31:35.4300446Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-08-17T12:31:35.4336678Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-08-17T12:31:35.4783979Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-08-17T12:31:35.4792436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-08-17T12:31:35.4848716Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-08-17T12:31:35.4868840Z [gw2] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-08-17T12:31:35.5104787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-08-17T12:31:35.5151372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-08-17T12:31:35.5585416Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-08-17T12:31:35.5644229Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-08-17T12:31:35.6024685Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-08-17T12:31:35.6778287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-08-17T12:31:35.6797909Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-08-17T12:31:35.7166015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-08-17T12:31:35.7221947Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-08-17T12:31:35.7448715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-08-17T12:31:35.7665465Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-08-17T12:31:35.7732768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-08-17T12:31:35.8104809Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-08-17T12:31:35.8301903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-08-17T12:31:35.8543771Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-08-17T12:31:35.8729131Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-08-17T12:31:35.8984505Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-08-17T12:31:35.9582455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-08-17T12:31:35.9691473Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-08-17T12:31:36.4732596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-08-17T12:31:36.4741335Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-08-17T12:31:36.5021452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-08-17T12:31:36.5183515Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-08-17T12:31:36.5280947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-08-17T12:31:36.5623670Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-08-17T12:31:36.5797661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-08-17T12:31:36.6063060Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-08-17T12:31:36.9378248Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-08-17T12:31:36.9389844Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-08-17T12:31:36.9420806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-08-17T12:31:36.9823246Z [gw1] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-08-17T12:31:37.1959052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-08-17T12:31:37.1979072Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-08-17T12:31:37.2067363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-08-17T12:31:37.2461679Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-08-17T12:31:37.2541911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-08-17T12:31:37.2903174Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-08-17T12:31:37.3034485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-08-17T12:31:37.3342444Z [gw1] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-08-17T12:31:37.3453759Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-08-17T12:31:37.3782620Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-08-17T12:31:37.3881497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-08-17T12:31:37.4221398Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-08-17T12:31:37.5124918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-08-17T12:31:37.5139330Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-08-17T12:31:37.6862850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-08-17T12:31:37.7015566Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-08-17T12:31:37.7169290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-08-17T12:31:37.7422327Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-08-17T12:31:37.7478088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-08-17T12:31:37.7862275Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-08-17T12:31:37.8387328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-08-17T12:31:37.8412546Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-08-17T12:31:37.8615087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-08-17T12:31:37.8821691Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-08-17T12:31:37.9103166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-08-17T12:31:37.9262380Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-08-17T12:31:38.0737012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-08-17T12:31:38.0750163Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-08-17T12:31:38.1118378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:31:38.1185210Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:31:38.1470697Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:31:38.1624477Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:31:38.1778539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-08-17T12:31:38.2141575Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-08-17T12:31:38.2179707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-08-17T12:31:38.2544344Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-08-17T12:31:38.3476909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-08-17T12:31:38.3503847Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-08-17T12:31:38.3656839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-08-17T12:31:38.3943959Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-08-17T12:31:38.4006457Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-08-17T12:31:38.4383385Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-08-17T12:31:38.6535573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-08-17T12:31:38.6549639Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-08-17T12:31:38.6597983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-08-17T12:31:38.6984959Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-08-17T12:31:38.7043869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-08-17T12:31:38.7426177Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-08-17T12:31:38.7609309Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-08-17T12:31:38.7865137Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-08-17T12:31:38.7894716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-08-17T12:31:38.8303970Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-08-17T12:31:38.8365214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-08-17T12:31:38.8745641Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-08-17T12:31:38.8774858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:31:38.9183243Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:31:38.9216288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:31:38.9622766Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:31:38.9654431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:31:39.0103334Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:31:39.0299593Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-08-17T12:31:39.0543476Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-08-17T12:31:39.0576514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-08-17T12:31:39.0985240Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-08-17T12:31:39.1025694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-08-17T12:31:39.1038022Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-08-17T12:31:39.1257590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-08-17T12:31:39.1464712Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-08-17T12:31:39.1497578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-08-17T12:31:39.1643687Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-08-17T12:31:39.1649199Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:31:39.1778696Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-08-17T12:31:39.1943007Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-08-17T12:31:39.2063278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-08-17T12:31:39.2305270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-08-17T12:31:39.2378976Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-08-17T12:31:39.2454581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-08-17T12:31:39.2793258Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-08-17T12:31:39.2808543Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-08-17T12:31:39.2819732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-08-17T12:31:39.4398570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-08-17T12:31:39.4423912Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-08-17T12:31:39.4572538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-08-17T12:31:39.4863379Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-08-17T12:31:39.4908357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-08-17T12:31:39.5304232Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-08-17T12:31:39.5327604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-08-17T12:31:39.5342068Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-08-17T12:31:39.5480289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:31:39.5783361Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-08-17T12:31:39.5981392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-08-17T12:31:39.6223315Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-08-17T12:31:39.6403975Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-08-17T12:31:39.6703472Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-08-17T12:31:39.6898171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-08-17T12:31:39.7183699Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-08-17T12:31:39.7316028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-08-17T12:31:39.7329110Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-08-17T12:31:39.7380033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-08-17T12:31:39.7506986Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-08-17T12:31:39.7622839Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-08-17T12:31:39.7745353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:31:39.7792693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-08-17T12:31:39.7833362Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:31:39.8063555Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-08-17T12:31:39.8183699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:31:39.8253289Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:31:39.8263852Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:31:39.8502717Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:31:39.8621662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:31:39.8724797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-08-17T12:31:39.8742995Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-08-17T12:31:39.8943363Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:31:39.9063492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:31:39.9167152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-08-17T12:31:39.9187327Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-08-17T12:31:39.9383832Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:31:39.9473986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-08-17T12:31:39.9542343Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-08-17T12:31:39.9823653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:31:39.9933506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-08-17T12:31:39.9983340Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-08-17T12:31:40.0021120Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:31:40.0221764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-08-17T12:31:40.0261653Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-08-17T12:31:40.0342003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-08-17T12:31:40.0460830Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-08-17T12:31:40.0704349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-08-17T12:31:40.0890853Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-08-17T12:31:40.1003548Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-08-17T12:31:40.1015355Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-08-17T12:31:40.1143945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:31:40.1195463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-08-17T12:31:40.1293846Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-08-17T12:31:40.1422164Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:31:40.1582353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:31:40.1682319Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-08-17T12:31:40.1685732Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:31:40.1861575Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-08-17T12:31:40.2023641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:31:40.2107529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-08-17T12:31:40.2304212Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:31:40.2547954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:31:40.2745028Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:31:40.3258832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:31:40.3271994Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:31:40.3418775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:31:40.3704346Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:31:40.4073567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-08-17T12:31:40.4143434Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-08-17T12:31:40.4349584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-08-17T12:31:40.4583702Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-08-17T12:31:40.4723634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-08-17T12:31:40.5023498Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-08-17T12:31:40.5153577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:31:40.5504683Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:31:40.5933464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-08-17T12:31:40.5941942Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-08-17T12:31:40.6373174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:31:40.6390820Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:31:40.6480077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:31:40.6823099Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:31:40.7483992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:31:40.7496262Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:31:40.7520393Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:31:40.7901915Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:31:41.5949644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:31:41.5966851Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-08-17T12:31:41.6016996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-08-17T12:31:41.6276200Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-08-17T12:31:41.6290769Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:31:41.6423070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:31:42.4415172Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-08-17T12:31:42.4442964Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-08-17T12:31:43.3588854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-08-17T12:31:43.3596055Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:31:43.6967809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:31:43.6973513Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-08-17T12:31:43.7859035Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-08-17T12:31:43.7874353Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:31:44.3712270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:31:44.3738536Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-08-17T12:31:45.9466792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-08-17T12:31:45.9695011Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-08-17T12:31:47.2269979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-08-17T12:31:47.2290773Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-08-17T12:31:47.2323183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-08-17T12:31:47.2739664Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-08-17T12:31:47.2759585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-08-17T12:31:47.3220160Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-08-17T12:31:47.6412371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-08-17T12:31:47.6459078Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-08-17T12:31:47.7984250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-08-17T12:31:47.8007520Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-08-17T12:31:47.8103358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-08-17T12:31:47.8474231Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-08-17T12:31:47.8497309Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-08-17T12:31:47.8509757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-08-17T12:31:47.8547217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-08-17T12:31:47.8649595Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-08-17T12:31:47.8900369Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-08-17T12:31:47.9059467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-08-17T12:31:47.9081972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-08-17T12:31:47.9424355Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-08-17T12:31:47.9468717Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-08-17T12:31:47.9905254Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-08-17T12:31:47.9905806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-08-17T12:31:47.9978186Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-08-17T12:31:48.0003814Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-08-17T12:31:48.0152179Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:31:48.0337119Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:31:48.0344811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-08-17T12:31:48.0498394Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-08-17T12:31:48.0566551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:31:48.0781665Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:31:48.0791424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-08-17T12:31:48.0879544Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-08-17T12:31:48.1013901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:31:48.1220865Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:31:48.1222050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-08-17T12:31:48.1379394Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-08-17T12:31:48.1447238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:31:48.1661170Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:31:48.1666310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-08-17T12:31:48.1819737Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-08-17T12:31:48.1885043Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:31:48.2228536Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:31:48.2234238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-08-17T12:31:48.2266374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-08-17T12:31:48.2567300Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-08-17T12:31:48.2594831Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-08-17T12:31:48.2699417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-08-17T12:31:48.2906059Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-08-17T12:31:48.3063269Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-08-17T12:31:48.3496500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-08-17T12:31:48.3519456Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-08-17T12:31:48.3914694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-08-17T12:31:48.3942920Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-08-17T12:31:48.5208470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-08-17T12:31:48.5251373Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-08-17T12:31:48.5351150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-08-17T12:31:48.5662335Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-08-17T12:31:48.5771379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-08-17T12:31:48.6220322Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-08-17T12:31:48.8190634Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-08-17T12:31:48.8208926Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-08-17T12:31:48.8279449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-08-17T12:31:48.8623709Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-08-17T12:31:48.8680689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-08-17T12:31:48.9062773Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-08-17T12:31:48.9226869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-08-17T12:31:48.9502861Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-08-17T12:31:48.9838897Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-08-17T12:31:48.9942612Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-08-17T12:31:49.0105860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-08-17T12:31:49.0382410Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-08-17T12:31:49.0577458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-08-17T12:31:49.0821976Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-08-17T12:31:49.0871688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-08-17T12:31:49.1301752Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-08-17T12:31:49.1363921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-08-17T12:31:49.1741253Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-08-17T12:31:49.1887320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-08-17T12:31:49.1928901Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-08-17T12:31:49.1942532Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:31:49.2182248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:31:49.2258832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-08-17T12:31:49.2446171Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-08-17T12:31:49.2461470Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-08-17T12:31:49.2581017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-08-17T12:31:49.2621440Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-08-17T12:31:49.2905273Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-08-17T12:31:49.3000582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-08-17T12:31:49.3045649Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-08-17T12:31:49.3058276Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-08-17T12:31:49.3085691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-08-17T12:31:49.3343015Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-08-17T12:31:49.3502710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-08-17T12:31:49.3614973Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-08-17T12:31:49.3693436Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-08-17T12:31:49.3780903Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-08-17T12:31:49.3941248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-08-17T12:31:49.4096681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-08-17T12:31:49.4383391Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-08-17T12:31:49.4392036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-08-17T12:31:49.4407658Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-08-17T12:31:49.4455274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-08-17T12:31:49.4812287Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-08-17T12:31:49.4825272Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-08-17T12:31:49.4829429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-08-17T12:31:49.4965359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-08-17T12:31:49.5400174Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-08-17T12:31:49.5414979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-08-17T12:31:49.5806278Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-08-17T12:31:49.5815370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-08-17T12:31:49.6260348Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-08-17T12:31:49.6501546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-08-17T12:31:49.6690687Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-08-17T12:31:49.7395400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-08-17T12:31:49.7433155Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-08-17T12:31:49.7502587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-08-17T12:31:49.7939955Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-08-17T12:31:49.7965744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-08-17T12:31:49.8304466Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-08-17T12:31:49.8384152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-08-17T12:31:49.8823357Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-08-17T12:31:49.8830346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-08-17T12:31:49.9183312Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-08-17T12:31:49.9251190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-08-17T12:31:49.9740152Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-08-17T12:31:50.0002995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-08-17T12:31:50.0271425Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-08-17T12:31:50.0343152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-08-17T12:31:50.0700238Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-08-17T12:31:50.0999543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-08-17T12:31:50.1061067Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-08-17T12:31:50.1668010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-08-17T12:31:50.1738397Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-08-17T12:31:50.1991201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-08-17T12:31:50.2219858Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-08-17T12:31:50.2438556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-08-17T12:31:50.2659734Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-08-17T12:31:50.3066697Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-08-17T12:31:50.3085708Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-08-17T12:31:50.3661240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-08-17T12:31:50.3689469Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-08-17T12:31:52.8036431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-08-17T12:31:52.8044179Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-08-17T12:31:52.8196212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-08-17T12:31:52.8538871Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-08-17T12:31:53.3879460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-08-17T12:31:53.3905176Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:31:53.5533932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:31:53.5563614Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-08-17T12:31:53.5674753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-08-17T12:31:53.6100096Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-08-17T12:31:53.6148755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-08-17T12:31:53.6555923Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-08-17T12:31:53.6562763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-08-17T12:31:53.7058810Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-08-17T12:31:53.7082502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-08-17T12:31:53.7531759Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-08-17T12:31:53.7538910Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-08-17T12:31:53.7904555Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-08-17T12:31:53.7949606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-08-17T12:31:53.8393194Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-08-17T12:31:53.8400788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-08-17T12:31:53.8834453Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-08-17T12:31:53.8840127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-08-17T12:31:53.9292955Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-08-17T12:31:53.9298970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-08-17T12:31:53.9761048Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-08-17T12:31:53.9767269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-08-17T12:31:54.0143057Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-08-17T12:31:54.0354149Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-08-17T12:31:54.0660062Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-08-17T12:31:54.0701762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-08-17T12:31:54.1218251Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-08-17T12:31:54.1247883Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-08-17T12:31:54.1619548Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-08-17T12:31:54.2483878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-08-17T12:31:54.2515423Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-08-17T12:31:54.2564292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-08-17T12:31:54.3019853Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-08-17T12:31:54.3040122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-08-17T12:31:54.3490760Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-08-17T12:31:54.3515574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-08-17T12:31:54.3864521Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-08-17T12:31:54.3928889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-08-17T12:31:54.4304528Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-08-17T12:31:54.4362666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-08-17T12:31:54.4375330Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-08-17T12:31:54.4391774Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-08-17T12:31:54.4680116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-08-17T12:31:54.4741133Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-08-17T12:31:54.4798523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-08-17T12:31:54.4820978Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-08-17T12:31:54.4845076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-08-17T12:31:54.5182374Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-08-17T12:31:54.5261315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:54.5318502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-08-17T12:31:54.5622798Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:54.5763396Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:54.6102844Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:54.6123702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:54.6540968Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:54.6558801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:54.6982059Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:54.7034089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-08-17T12:31:54.7421596Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-08-17T12:31:54.7479570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-08-17T12:31:54.7860871Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-08-17T12:31:54.8002022Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:31:54.8301593Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:31:54.8441212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:31:54.8783019Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:31:54.8833635Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-08-17T12:31:54.9221276Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-08-17T12:31:54.9274069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-08-17T12:31:54.9663287Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-08-17T12:31:54.9722507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-08-17T12:31:55.0101739Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-08-17T12:31:55.0251139Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:31:55.0541993Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:31:55.0565723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:31:55.0980462Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:31:55.1044911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-08-17T12:31:55.1461518Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-08-17T12:31:55.1532812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-08-17T12:31:55.1938991Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-08-17T12:31:55.1987467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-08-17T12:31:55.2384432Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-08-17T12:31:55.2409610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-08-17T12:31:55.2424808Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-08-17T12:31:55.2474274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-08-17T12:31:55.2893079Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-08-17T12:31:55.2899078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-08-17T12:31:55.3123481Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-08-17T12:31:55.3137980Z [gw2] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-08-17T12:31:55.3167353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-08-17T12:31:55.3262581Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-08-17T12:31:55.3342342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-08-17T12:31:55.3581706Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-08-17T12:31:55.3608710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-08-17T12:31:55.3701173Z [gw2] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-08-17T12:31:55.3763440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-08-17T12:31:55.4022147Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-08-17T12:31:55.4180786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-08-17T12:31:55.4247145Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-08-17T12:31:55.4621245Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-08-17T12:31:55.4746623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-08-17T12:31:55.5061670Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-08-17T12:31:55.5198368Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-08-17T12:31:55.5501579Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-08-17T12:31:55.5555459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-08-17T12:31:55.5981823Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-08-17T12:31:55.6060525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-08-17T12:31:55.6421837Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-08-17T12:31:55.7272816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-08-17T12:31:55.7284911Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-08-17T12:31:55.7406702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-08-17T12:31:55.7742685Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-08-17T12:31:55.7789616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-08-17T12:31:55.8182696Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-08-17T12:31:55.8219573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-08-17T12:31:55.8622627Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-08-17T12:31:55.9032718Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-08-17T12:31:55.9060122Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-08-17T12:31:55.9100040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-08-17T12:31:55.9502078Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-08-17T12:31:55.9613358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-08-17T12:31:55.9942419Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-08-17T12:31:56.0673342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-08-17T12:31:56.0688671Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-08-17T12:31:56.0745963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-08-17T12:31:56.1141305Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-08-17T12:31:56.1189550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-08-17T12:31:56.1220918Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-08-17T12:31:56.1232475Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:31:56.1583253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:31:56.3174191Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-08-17T12:31:56.3202387Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-08-17T12:31:56.3239347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-08-17T12:31:56.3661147Z [gw1] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-08-17T12:31:56.3726035Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-08-17T12:31:56.3788905Z [gw1] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-08-17T12:31:56.3799543Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:31:56.3923236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:31:56.3932071Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-08-17T12:31:56.4100578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-08-17T12:31:56.4271959Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-08-17T12:31:56.4339593Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-08-17T12:31:56.4355133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-08-17T12:31:56.4367351Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-08-17T12:31:56.4540421Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-08-17T12:31:56.4780611Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-08-17T12:31:56.4792735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-08-17T12:31:56.4810469Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-08-17T12:31:56.4979751Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-08-17T12:31:56.5084406Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-08-17T12:31:56.5221265Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-08-17T12:31:56.5420945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-08-17T12:31:56.5476110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-08-17T12:31:56.5861122Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-08-17T12:31:56.6080236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-08-17T12:31:56.6301049Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-08-17T12:31:56.6351988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-08-17T12:31:56.6742132Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-08-17T12:31:56.6858409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-08-17T12:31:56.7181993Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-08-17T12:31:56.7310773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-08-17T12:31:56.7586485Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-08-17T12:31:56.7597702Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:31:56.7620038Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:31:56.7716100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-08-17T12:31:56.8063730Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-08-17T12:31:56.8192072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-08-17T12:31:56.8503463Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-08-17T12:31:56.8666369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-08-17T12:31:56.8943861Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-08-17T12:31:56.9579455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-08-17T12:31:56.9593589Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-08-17T12:31:57.0012432Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-08-17T12:31:57.0025711Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-08-17T12:31:57.0057848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-08-17T12:31:57.0431089Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-08-17T12:31:57.0439433Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-08-17T12:31:57.0461314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-08-17T12:31:57.0480466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-08-17T12:31:57.0565799Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-08-17T12:31:57.0863486Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-08-17T12:31:57.0900995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-08-17T12:31:57.0939096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-08-17T12:31:57.1350378Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-08-17T12:31:57.1355404Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-08-17T12:31:57.1368315Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-08-17T12:31:57.1387316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-08-17T12:31:57.1499866Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-08-17T12:31:57.1811179Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-08-17T12:31:57.1811999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-08-17T12:31:57.1815190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-08-17T12:31:57.1901914Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-08-17T12:31:57.2223203Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-08-17T12:31:57.2226199Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-08-17T12:31:57.2377419Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-08-17T12:31:57.2708568Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-08-17T12:31:57.2712374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-08-17T12:31:57.3104157Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-08-17T12:31:57.3201418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-08-17T12:31:57.3544230Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-08-17T12:31:57.3618279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-08-17T12:31:57.4059928Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-08-17T12:31:57.4234479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-08-17T12:31:57.4540899Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-08-17T12:31:57.4595055Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eig_cpu_float32 2022-08-17T12:31:57.4981311Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eig_cpu_float32 2022-08-17T12:31:57.5146701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-08-17T12:31:57.5371368Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-08-17T12:31:57.5411023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-08-17T12:31:57.5847229Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-08-17T12:31:57.5854078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-08-17T12:31:57.6219743Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-08-17T12:31:57.6316480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-08-17T12:31:57.6405201Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-08-17T12:31:57.6425839Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-08-17T12:31:57.6624215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-08-17T12:31:57.7323594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-08-17T12:31:57.7337309Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-08-17T12:31:57.7378038Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-08-17T12:31:57.7743948Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-08-17T12:31:57.7796976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-08-17T12:31:57.8183657Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-08-17T12:31:57.8220800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-08-17T12:31:57.8625069Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-08-17T12:31:57.8679556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-08-17T12:31:57.9064146Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-08-17T12:31:57.9119672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-08-17T12:31:57.9504160Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-08-17T12:31:57.9564140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-08-17T12:31:57.9944255Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-08-17T12:31:58.0053169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-08-17T12:31:58.0385160Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-08-17T12:31:58.0426865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-08-17T12:31:58.0653525Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-08-17T12:31:58.0663727Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:31:58.0823638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:31:58.1756208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-08-17T12:31:58.1774219Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-08-17T12:31:58.2707511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-08-17T12:31:58.2723874Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-08-17T12:31:58.3246731Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-08-17T12:31:58.3270210Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-08-17T12:31:58.3349049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-08-17T12:31:58.3735316Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-08-17T12:31:58.3964485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-08-17T12:31:58.4144264Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-08-17T12:31:58.5803074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-08-17T12:31:58.5822786Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-08-17T12:31:58.8705785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-08-17T12:31:58.8735133Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-08-17T12:31:58.9136382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-08-17T12:31:58.9309753Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-08-17T12:31:58.9457849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-08-17T12:31:58.9818742Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-08-17T12:31:59.0347314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-08-17T12:31:59.0373389Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-08-17T12:31:59.0456734Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-08-17T12:31:59.0899640Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-08-17T12:31:59.1058836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-08-17T12:31:59.1349405Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-08-17T12:31:59.1439819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-08-17T12:31:59.1744523Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-08-17T12:31:59.2066406Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-08-17T12:31:59.2181847Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-08-17T12:31:59.2311741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-08-17T12:31:59.2625184Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-08-17T12:31:59.3322856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-08-17T12:31:59.3336164Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-08-17T12:31:59.5926060Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-08-17T12:31:59.5942755Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-08-17T12:31:59.6791433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-08-17T12:31:59.6808125Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-08-17T12:31:59.7142087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-08-17T12:31:59.7223691Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-08-17T12:31:59.9054651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-08-17T12:31:59.9305755Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-08-17T12:31:59.9379156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-08-17T12:31:59.9848592Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-08-17T12:31:59.9849562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-08-17T12:32:00.0339397Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-08-17T12:32:00.0385920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-08-17T12:32:00.0714013Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-08-17T12:32:00.0763603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-08-17T12:32:00.1237044Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-08-17T12:32:00.1244108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-08-17T12:32:00.1715107Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-08-17T12:32:00.1739150Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-08-17T12:32:00.2157731Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-08-17T12:32:00.2291182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-08-17T12:32:00.2587123Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-08-17T12:32:00.2590632Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-08-17T12:32:00.2988514Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-08-17T12:32:00.3518963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-08-17T12:32:00.3539561Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-08-17T12:32:00.3652809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-08-17T12:32:00.4098868Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-08-17T12:32:00.4142186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-08-17T12:32:00.4579377Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-08-17T12:32:00.4623431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-08-17T12:32:00.4998396Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-08-17T12:32:00.4998874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-08-17T12:32:00.5497491Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-08-17T12:32:00.5701796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-08-17T12:32:00.5898757Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-08-17T12:32:00.5924426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-08-17T12:32:00.6338424Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-08-17T12:32:00.6384143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-08-17T12:32:00.6858227Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-08-17T12:32:00.6888654Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-08-17T12:32:00.7323109Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-08-17T12:32:00.7382524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-08-17T12:32:00.7858747Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-08-17T12:32:01.0856589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-08-17T12:32:01.0879486Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-08-17T12:32:01.1424652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-08-17T12:32:01.1439572Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-08-17T12:32:01.1537336Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-08-17T12:32:01.1553168Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-08-17T12:32:01.2107744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-08-17T12:32:01.2119817Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:32:01.3156702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:01.3170741Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-08-17T12:32:01.3327947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-08-17T12:32:01.3585507Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-08-17T12:32:01.3666680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-08-17T12:32:01.4025197Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-08-17T12:32:01.4142620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-08-17T12:32:01.4464962Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-08-17T12:32:01.5784253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-08-17T12:32:01.5796933Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:32:01.5832776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:01.6196048Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:01.6208502Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:01.6222736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:01.7368109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:01.7386307Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:01.8580725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:01.8599586Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:01.9860779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-08-17T12:32:01.9861641Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-08-17T12:32:02.0058842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-08-17T12:32:02.0069907Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-08-17T12:32:02.0215372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-08-17T12:32:02.0462260Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-08-17T12:32:02.0492157Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:02.0902924Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:02.1337721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-08-17T12:32:02.1351967Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-08-17T12:32:02.2044593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:02.2057094Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:02.2826937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:02.2842571Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:02.3047462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:02.3065409Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-08-17T12:32:02.5442957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-08-17T12:32:02.5474570Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-08-17T12:32:02.7622226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-08-17T12:32:02.7649395Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:03.0220797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:03.0246293Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:03.0305903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-08-17T12:32:03.0739416Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-08-17T12:32:03.0846585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:03.0879786Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:03.0899840Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-08-17T12:32:03.1091158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-08-17T12:32:03.1141647Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-08-17T12:32:03.1303207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:03.1570789Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-08-17T12:32:03.1622509Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:03.1679968Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:03.1742193Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-08-17T12:32:03.1987087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-08-17T12:32:03.2059775Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:03.2251859Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:03.2501498Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:03.2526844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:03.2983081Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:03.3157217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-08-17T12:32:03.3352837Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-08-17T12:32:03.3361638Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:03.3462374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:03.3491717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:03.3903598Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:03.4189790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:03.4382582Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:03.5132052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:03.5151557Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:03.5185478Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:03.5200898Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-08-17T12:32:03.5797456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-08-17T12:32:03.5816607Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:03.6466374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:03.6489765Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:03.6744209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:03.6903179Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:03.8059096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-08-17T12:32:03.8069418Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-08-17T12:32:03.8137644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:03.8309928Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:03.8319866Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-08-17T12:32:03.8544338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-08-17T12:32:03.9125313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:03.9145823Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:03.9197433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:03.9207471Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-08-17T12:32:03.9325578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-08-17T12:32:03.9621422Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-08-17T12:32:03.9698620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-08-17T12:32:04.0061720Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-08-17T12:32:04.0099624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-08-17T12:32:04.0112599Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:04.0574687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:04.0589552Z [gw3] [ 91%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:04.1971249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-08-17T12:32:04.2008916Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:04.2479292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-08-17T12:32:04.2510090Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-08-17T12:32:04.2632250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-08-17T12:32:04.2890358Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-08-17T12:32:04.2918758Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-08-17T12:32:04.3019096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-08-17T12:32:04.3224399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-08-17T12:32:04.3367124Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-08-17T12:32:04.3585168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-08-17T12:32:04.3859498Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-08-17T12:32:04.3881953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:04.3899707Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-08-17T12:32:04.4174381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-08-17T12:32:04.4261913Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:04.4325117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-08-17T12:32:04.4704167Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-08-17T12:32:04.4767638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:04.5183335Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:04.5261286Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-08-17T12:32:04.5662664Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-08-17T12:32:04.5846848Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:04.6103553Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:04.6251627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:04.6543732Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:04.6682502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-08-17T12:32:04.6758888Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-08-17T12:32:04.6767069Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-08-17T12:32:04.6982185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-08-17T12:32:04.7164550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:04.7463113Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:04.7541356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-08-17T12:32:04.7655332Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-08-17T12:32:04.7667920Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-08-17T12:32:04.7709804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:04.7713925Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-08-17T12:32:04.7733864Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:04.7880058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-08-17T12:32:04.7899900Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-08-17T12:32:04.7970342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:04.8101434Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:04.8267220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:04.8314250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-08-17T12:32:04.8380281Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-08-17T12:32:04.8463334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-08-17T12:32:04.8656004Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-08-17T12:32:04.8659826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-08-17T12:32:04.8935302Z [gw2] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-08-17T12:32:04.8939115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:04.9177554Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:04.9422111Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-08-17T12:32:04.9424627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-08-17T12:32:04.9668974Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-08-17T12:32:04.9681069Z [gw2] [ 91%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-08-17T12:32:04.9822491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-08-17T12:32:05.0097669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:05.0341660Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:05.0729061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:05.0780094Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:05.0831960Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-08-17T12:32:05.0840084Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-08-17T12:32:05.1024573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-08-17T12:32:05.1263089Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-08-17T12:32:05.1457728Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-08-17T12:32:05.1702656Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-08-17T12:32:05.3158416Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-08-17T12:32:05.3175579Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-08-17T12:32:05.3411403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-08-17T12:32:05.3585042Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-08-17T12:32:05.3842996Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-08-17T12:32:05.3851546Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-08-17T12:32:05.3904540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-08-17T12:32:05.4303519Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-08-17T12:32:05.4369540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-08-17T12:32:05.4743175Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-08-17T12:32:05.4847310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-08-17T12:32:05.5183429Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-08-17T12:32:05.5226832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-08-17T12:32:05.5625300Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-08-17T12:32:05.5784894Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-08-17T12:32:05.6063820Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-08-17T12:32:05.6191551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-08-17T12:32:05.6505652Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-08-17T12:32:05.6566929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-08-17T12:32:05.6944792Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-08-17T12:32:05.7084834Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-08-17T12:32:05.7383575Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-08-17T12:32:05.7539937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-08-17T12:32:05.7893524Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-08-17T12:32:05.7899000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-08-17T12:32:05.8293483Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-08-17T12:32:05.8347795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-08-17T12:32:05.8610198Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-08-17T12:32:05.8626576Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-08-17T12:32:05.8744228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-08-17T12:32:05.8784032Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-08-17T12:32:05.9139845Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-08-17T12:32:05.9411703Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-08-17T12:32:05.9422378Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-08-17T12:32:05.9472671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-08-17T12:32:05.9789536Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-08-17T12:32:05.9807872Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-08-17T12:32:05.9868413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-08-17T12:32:05.9935991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-08-17T12:32:06.0418522Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-08-17T12:32:06.0438778Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-08-17T12:32:06.0591038Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-08-17T12:32:06.0607363Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-08-17T12:32:06.0858424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-08-17T12:32:06.0914262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inverse_cpu_float32 2022-08-17T12:32:06.0930260Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-08-17T12:32:06.1099035Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inverse_cpu_float32 2022-08-17T12:32:06.1298438Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-08-17T12:32:06.1990277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-08-17T12:32:06.2010766Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-08-17T12:32:06.2170477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-08-17T12:32:06.2187671Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-08-17T12:32:06.2287685Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-08-17T12:32:06.2698034Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-08-17T12:32:06.2703361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-08-17T12:32:06.3122713Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-08-17T12:32:06.3127367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-08-17T12:32:06.3532511Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-08-17T12:32:06.3556451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-08-17T12:32:06.3999586Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-08-17T12:32:06.4011962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-08-17T12:32:06.4486288Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-08-17T12:32:06.4495772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-08-17T12:32:06.4929186Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-08-17T12:32:06.4938963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-08-17T12:32:06.5345168Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-08-17T12:32:06.5353271Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-08-17T12:32:06.5779514Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-08-17T12:32:06.5787332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:32:06.6217925Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:32:06.6228521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:32:06.6660628Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:32:06.6661255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-08-17T12:32:06.7090553Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-08-17T12:32:06.7102285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:32:06.7543283Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:32:06.7555438Z [gw2] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-08-17T12:32:06.7561942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-08-17T12:32:06.7616377Z [gw1] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-08-17T12:32:06.8025114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-08-17T12:32:06.8045138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-08-17T12:32:06.8537593Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-08-17T12:32:06.9494799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-08-17T12:32:06.9519273Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-08-17T12:32:06.9678464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-08-17T12:32:06.9995998Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-08-17T12:32:07.0153087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-08-17T12:32:07.0477759Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-08-17T12:32:07.0542802Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-08-17T12:32:07.0931817Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-08-17T12:32:07.1147454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-08-17T12:32:07.1167140Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-08-17T12:32:07.1246881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:07.1291484Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:07.1339861Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-08-17T12:32:07.1381089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-08-17T12:32:07.1581109Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-08-17T12:32:07.1782245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:07.1931196Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-08-17T12:32:07.1972405Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-08-17T12:32:07.2060133Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:07.2221120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-08-17T12:32:07.2266558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-08-17T12:32:07.2655878Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-08-17T12:32:07.2972123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-08-17T12:32:07.2988086Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-08-17T12:32:07.3046185Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-08-17T12:32:07.3187244Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-08-17T12:32:07.3197694Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-08-17T12:32:07.3287708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-08-17T12:32:07.3421294Z [gw1] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-08-17T12:32:07.3565006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:07.3661702Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:07.3728686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-08-17T12:32:07.3861210Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-08-17T12:32:07.3920228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:07.4102192Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:07.4313056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-08-17T12:32:07.4313960Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-08-17T12:32:07.4428951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:07.4542918Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:07.4769615Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float64 2022-08-17T12:32:07.4777645Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:07.5209549Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:07.5215586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:07.5649680Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:07.5655868Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:07.5994433Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:07.6003488Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float64 2022-08-17T12:32:07.6063677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-08-17T12:32:07.6085743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:07.6506800Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:07.6606530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:07.6689318Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:07.6702340Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-08-17T12:32:07.6826728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-08-17T12:32:07.6942087Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-08-17T12:32:07.7142266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-08-17T12:32:07.7170269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-08-17T12:32:07.7182005Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-08-17T12:32:07.7382994Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-08-17T12:32:07.7582169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-08-17T12:32:07.7611666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-08-17T12:32:07.7618924Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-08-17T12:32:07.7821562Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-08-17T12:32:07.7892431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-08-17T12:32:07.8022147Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-08-17T12:32:07.8263725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-08-17T12:32:07.8368079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-08-17T12:32:07.8622273Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-08-17T12:32:07.8631215Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-08-17T12:32:07.8703449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-08-17T12:32:07.8749036Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-08-17T12:32:07.8795626Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-08-17T12:32:07.9062011Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-08-17T12:32:07.9143581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-08-17T12:32:07.9172467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-08-17T12:32:07.9189356Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-08-17T12:32:07.9501833Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-08-17T12:32:07.9565988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-08-17T12:32:07.9579506Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-08-17T12:32:07.9642371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-08-17T12:32:07.9942585Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-08-17T12:32:08.0011760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:32:08.0021246Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:32:08.0124437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-08-17T12:32:08.0382172Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-08-17T12:32:08.0462508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-08-17T12:32:08.0554087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-08-17T12:32:08.0641788Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-08-17T12:32:08.0823435Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-08-17T12:32:08.0905613Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-08-17T12:32:08.1057363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-08-17T12:32:08.1139645Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-08-17T12:32:08.1262643Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-08-17T12:32:08.1344575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:32:08.1534984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-08-17T12:32:08.1567870Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-08-17T12:32:08.1702308Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:32:08.1784390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-08-17T12:32:08.1910969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-08-17T12:32:08.2135243Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-08-17T12:32:08.2215258Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-08-17T12:32:08.2225655Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-08-17T12:32:08.2412370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-08-17T12:32:08.2448594Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-08-17T12:32:08.2582744Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-08-17T12:32:08.2661950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:32:08.2860523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-08-17T12:32:08.2868253Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-08-17T12:32:08.3022716Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:32:08.3101910Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-08-17T12:32:08.3184413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-08-17T12:32:08.3583368Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-08-17T12:32:08.4160200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-08-17T12:32:08.4168616Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-08-17T12:32:08.4910255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:08.4919701Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:08.4947080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-08-17T12:32:08.5343487Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-08-17T12:32:08.5559651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-08-17T12:32:08.5783026Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-08-17T12:32:08.5804668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:32:08.6223076Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:32:08.6332089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-08-17T12:32:08.6777636Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-08-17T12:32:08.6969719Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-08-17T12:32:08.7102093Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-08-17T12:32:08.7143480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:32:08.7156458Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-08-17T12:32:08.7372675Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-08-17T12:32:08.7542645Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:32:08.7863171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-08-17T12:32:08.8023405Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-08-17T12:32:08.8050197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:32:08.8463268Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:32:08.8490930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-08-17T12:32:08.8903209Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-08-17T12:32:08.9808021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-08-17T12:32:08.9820132Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-08-17T12:32:08.9941813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-08-17T12:32:09.0262281Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-08-17T12:32:09.0293519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-08-17T12:32:09.0705764Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-08-17T12:32:09.0950836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-08-17T12:32:09.1143383Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-08-17T12:32:09.1699157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-08-17T12:32:09.1709456Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:09.2109079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:09.2142674Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:09.2336215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:09.2610731Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:09.2986480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:09.3051532Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:09.3526674Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:09.3538995Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:10.0146440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:10.0159642Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:10.1883095Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:10.1892645Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-08-17T12:32:10.3769082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-08-17T12:32:10.3782977Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:10.4121702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:10.4137176Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-08-17T12:32:10.4425311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-08-17T12:32:10.4541260Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-08-17T12:32:10.4624108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-08-17T12:32:10.4981783Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-08-17T12:32:10.5013158Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-08-17T12:32:10.5423394Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-08-17T12:32:10.5639537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-08-17T12:32:10.5862520Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-08-17T12:32:10.6558145Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-08-17T12:32:10.6571661Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-08-17T12:32:10.8170603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-08-17T12:32:10.8196179Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-08-17T12:32:10.8513185Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-08-17T12:32:10.8658546Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-08-17T12:32:10.8677879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-08-17T12:32:10.9063505Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-08-17T12:32:10.9106713Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-08-17T12:32:10.9557190Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-08-17T12:32:10.9566203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-08-17T12:32:11.0023085Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-08-17T12:32:11.0034497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-08-17T12:32:11.0385950Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-08-17T12:32:11.0494339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-08-17T12:32:11.0841110Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-08-17T12:32:11.0987295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-08-17T12:32:11.1267982Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-08-17T12:32:11.1321178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-08-17T12:32:11.1704684Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-08-17T12:32:11.1760395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-08-17T12:32:11.2144665Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-08-17T12:32:11.2836923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-08-17T12:32:11.2846726Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-08-17T12:32:11.3555604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-08-17T12:32:11.3569700Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-08-17T12:32:11.3961608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-08-17T12:32:11.4073117Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-08-17T12:32:11.4150249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-08-17T12:32:11.4506147Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-08-17T12:32:11.4651875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-08-17T12:32:11.4943463Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-08-17T12:32:11.5070758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-08-17T12:32:11.5383703Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-08-17T12:32:11.6029958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-08-17T12:32:11.6048833Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-08-17T12:32:11.9539021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-08-17T12:32:11.9551920Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-08-17T12:32:12.3439532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-08-17T12:32:12.3451006Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-08-17T12:32:12.3554354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-08-17T12:32:12.3865902Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-08-17T12:32:12.4040000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-08-17T12:32:12.4304482Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-08-17T12:32:12.5298589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-08-17T12:32:12.5306360Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-08-17T12:32:12.5310952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-08-17T12:32:12.5662419Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-08-17T12:32:12.6033107Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-08-17T12:32:12.6140261Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-08-17T12:32:12.6211879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-08-17T12:32:12.6583226Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-08-17T12:32:12.6656233Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-08-17T12:32:12.7024242Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-08-17T12:32:12.7153965Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-08-17T12:32:12.7461432Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-08-17T12:32:12.7536566Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-08-17T12:32:12.7983879Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-08-17T12:32:12.7992597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-08-17T12:32:12.8417846Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-08-17T12:32:12.8569469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-08-17T12:32:12.8781989Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-08-17T12:32:13.0364594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-08-17T12:32:13.0384261Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-08-17T12:32:13.0506454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-08-17T12:32:13.0825616Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-08-17T12:32:13.0865333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-08-17T12:32:13.1663680Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-08-17T12:32:13.2218471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-08-17T12:32:13.2242968Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-08-17T12:32:13.2384628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-08-17T12:32:13.2702654Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-08-17T12:32:13.2873361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-08-17T12:32:13.3182589Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-08-17T12:32:13.4325415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-08-17T12:32:13.4351296Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-08-17T12:32:13.4586989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:13.4860107Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:13.5050124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:13.5301835Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:13.5402221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-08-17T12:32:13.5672646Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-08-17T12:32:13.5683686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-08-17T12:32:13.5697654Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-08-17T12:32:13.5735854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-08-17T12:32:13.6106604Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-08-17T12:32:13.6743318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-08-17T12:32:13.6776932Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-08-17T12:32:13.6888957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-08-17T12:32:13.7091557Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-08-17T12:32:13.7107229Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-08-17T12:32:13.7163579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-08-17T12:32:13.7181268Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-08-17T12:32:13.7220328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-08-17T12:32:13.7545196Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-08-17T12:32:13.7625395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-08-17T12:32:13.7745504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-08-17T12:32:13.8060315Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-08-17T12:32:13.8627385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-08-17T12:32:13.8639887Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-08-17T12:32:13.8686537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-08-17T12:32:13.8756091Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-08-17T12:32:13.8768545Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-08-17T12:32:13.8805063Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-08-17T12:32:13.9062818Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-08-17T12:32:13.9124334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-08-17T12:32:13.9182103Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-08-17T12:32:13.9224572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-08-17T12:32:13.9501117Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-08-17T12:32:13.9619046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-08-17T12:32:13.9650763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-08-17T12:32:13.9657867Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-08-17T12:32:13.9942056Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-08-17T12:32:13.9973508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-08-17T12:32:14.0059931Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-08-17T12:32:14.0164081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-08-17T12:32:14.0381976Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-08-17T12:32:14.0426015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-08-17T12:32:14.0500563Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-08-17T12:32:14.0822264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-08-17T12:32:14.0860265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:32:14.1058170Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:32:14.1069687Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-08-17T12:32:14.1096828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-08-17T12:32:14.1261985Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-08-17T12:32:14.1298359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:32:14.1503867Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:32:14.1703459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-08-17T12:32:14.1747276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:32:14.1750279Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-08-17T12:32:14.1942700Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:32:14.1986133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-08-17T12:32:14.2181543Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-08-17T12:32:14.2314312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-08-17T12:32:14.2381648Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-08-17T12:32:14.2509124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-08-17T12:32:14.2622338Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-08-17T12:32:14.2651314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-08-17T12:32:14.2822710Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-08-17T12:32:14.3063909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-08-17T12:32:14.3129282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-08-17T12:32:14.3194110Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-08-17T12:32:14.3260436Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-08-17T12:32:14.3500877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-08-17T12:32:14.3537909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-08-17T12:32:14.3558241Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-08-17T12:32:14.3700673Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-08-17T12:32:14.3941527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-08-17T12:32:14.4566860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-08-17T12:32:14.4586068Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-08-17T12:32:14.4592921Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-08-17T12:32:14.4643608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-08-17T12:32:14.4664928Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-08-17T12:32:14.5139013Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-08-17T12:32:14.6082930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-08-17T12:32:14.6104486Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-08-17T12:32:14.6492798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-08-17T12:32:14.6540069Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-08-17T12:32:14.6769515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-08-17T12:32:14.6818118Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-08-17T12:32:14.6827927Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-08-17T12:32:14.6929864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-08-17T12:32:14.6980137Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-08-17T12:32:14.7023080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-08-17T12:32:14.7262081Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-08-17T12:32:14.7294171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-08-17T12:32:14.7420747Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-08-17T12:32:14.7552703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-08-17T12:32:14.7703580Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-08-17T12:32:14.7863448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:14.8002743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-08-17T12:32:14.8307805Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-08-17T12:32:14.8729011Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-08-17T12:32:14.8744769Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-08-17T12:32:15.0938678Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-08-17T12:32:15.0962550Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-08-17T12:32:15.4938557Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-08-17T12:32:15.4964696Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:15.5149395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:15.5170119Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-08-17T12:32:15.5323403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-08-17T12:32:15.5660711Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-08-17T12:32:15.5730093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-08-17T12:32:15.6085874Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-08-17T12:32:15.6241812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-08-17T12:32:15.6524879Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-08-17T12:32:15.6525418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-08-17T12:32:15.6956123Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-08-17T12:32:15.6961200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-08-17T12:32:15.7416509Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-08-17T12:32:15.7423316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-08-17T12:32:15.7831013Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-08-17T12:32:15.7877291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-08-17T12:32:15.8379494Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-08-17T12:32:15.8413285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-08-17T12:32:15.8815196Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-08-17T12:32:15.8815738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-08-17T12:32:15.9262778Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-08-17T12:32:15.9271934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-08-17T12:32:15.9698886Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-08-17T12:32:15.9752771Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-08-17T12:32:16.0141094Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-08-17T12:32:16.0229254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-08-17T12:32:16.0569746Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-08-17T12:32:16.0581050Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-08-17T12:32:16.1019078Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-08-17T12:32:16.1058670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-08-17T12:32:16.1424028Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-08-17T12:32:16.2191160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-08-17T12:32:16.2211886Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-08-17T12:32:16.2304463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-08-17T12:32:16.2665698Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-08-17T12:32:16.2708388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-08-17T12:32:16.3179809Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-08-17T12:32:16.3220096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-08-17T12:32:16.3619071Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-08-17T12:32:16.3660415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-08-17T12:32:16.4059070Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-08-17T12:32:16.4099566Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-08-17T12:32:16.4430646Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-08-17T12:32:16.4469029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-08-17T12:32:16.4903863Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-08-17T12:32:16.5002277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-08-17T12:32:16.5343517Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-08-17T12:32:16.5459726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-08-17T12:32:16.5783274Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-08-17T12:32:16.5896630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-08-17T12:32:16.6223320Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-08-17T12:32:16.6309332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-08-17T12:32:16.6897847Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-08-17T12:32:16.7013168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-08-17T12:32:16.7102402Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-08-17T12:32:16.7180103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-08-17T12:32:16.7583272Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-08-17T12:32:16.7583814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-08-17T12:32:16.8040688Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-08-17T12:32:16.8043513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-08-17T12:32:16.8502977Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-08-17T12:32:16.8503961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-08-17T12:32:16.8911132Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-08-17T12:32:17.0735189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-08-17T12:32:17.0751462Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-08-17T12:32:17.0824692Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-08-17T12:32:17.1258452Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-08-17T12:32:17.1272535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-08-17T12:32:17.1659260Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-08-17T12:32:17.1740577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-08-17T12:32:17.2139022Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-08-17T12:32:17.5194239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-08-17T12:32:17.5211430Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-08-17T12:32:17.5249602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-08-17T12:32:17.5701089Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-08-17T12:32:17.5708182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-08-17T12:32:17.6141631Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-08-17T12:32:17.6157128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-08-17T12:32:17.6540627Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-08-17T12:32:17.6547495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-08-17T12:32:17.6981285Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-08-17T12:32:17.6986836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-08-17T12:32:17.7537992Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-08-17T12:32:17.8864554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-08-17T12:32:17.8887952Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:17.9832576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:17.9858061Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-08-17T12:32:17.9956705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-08-17T12:32:18.0340517Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-08-17T12:32:18.0386941Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-08-17T12:32:18.0779493Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-08-17T12:32:18.0810711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-08-17T12:32:18.1219111Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-08-17T12:32:18.1241537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-08-17T12:32:18.1382373Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-08-17T12:32:18.1394920Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:18.1437549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-08-17T12:32:18.1581491Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-08-17T12:32:18.1704310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-08-17T12:32:18.1821058Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-08-17T12:32:18.1929865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:18.2020795Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:18.2176484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:32:18.2261851Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:32:18.2462872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:18.2646183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:32:18.2698651Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:18.3245302Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:18.3381545Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:18.4060450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:18.4089866Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:18.4131943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:18.4541202Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:18.4693088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-08-17T12:32:18.4980922Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-08-17T12:32:18.5010994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:18.5040549Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:18.5072781Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:32:18.5245426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:32:18.5422879Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:32:18.5502146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:18.5928608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:32:18.5940844Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:18.6381679Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:18.6394285Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:18.7127280Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:18.7142257Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:32:18.7344222Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:32:18.7461332Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:18.7744090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:18.8018039Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:18.8067553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:18.8497199Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:18.8509044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-08-17T12:32:18.8519340Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:32:18.9591699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:32:18.9619884Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-08-17T12:32:18.9673723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:19.0216434Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:19.0431488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:19.0531485Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:32:19.0563026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:32:19.0581445Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:19.0963411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:19.0979979Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:32:19.2205961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:32:19.2325050Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:32:19.2371003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:32:19.2390455Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:19.2727398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-08-17T12:32:19.2821346Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-08-17T12:32:19.2871158Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-08-17T12:32:19.2912808Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-08-17T12:32:19.2924270Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:32:19.3341539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-08-17T12:32:19.3347573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-08-17T12:32:19.3817509Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-08-17T12:32:19.4056832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:19.4232294Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:19.4235610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-08-17T12:32:19.4664532Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-08-17T12:32:19.4720607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:19.5139733Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:19.5150486Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-08-17T12:32:19.5541930Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-08-17T12:32:19.5556079Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-08-17T12:32:19.5582724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-08-17T12:32:19.5697840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:19.6139508Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:19.6149119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:19.6501404Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:19.6572116Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-08-17T12:32:19.6982769Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-08-17T12:32:19.7083795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:19.7495458Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:19.7507987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-08-17T12:32:19.7637571Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-08-17T12:32:19.7656692Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-08-17T12:32:19.7837950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:32:19.7901227Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:32:19.7961308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:19.8102288Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:19.8344409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:32:19.8412211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-08-17T12:32:19.8446355Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-08-17T12:32:19.8539305Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:32:19.8594601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-08-17T12:32:19.8779183Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-08-17T12:32:19.8831784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:19.8979834Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:19.9220068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-08-17T12:32:19.9285370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-08-17T12:32:19.9664324Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-08-17T12:32:20.0035511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:20.0212341Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:20.0591294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:20.0615891Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:20.1059843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-08-17T12:32:20.1089581Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-08-17T12:32:20.2634297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-08-17T12:32:20.2658905Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-08-17T12:32:20.2836923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:32:20.3099312Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:32:20.3272942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:32:20.3541934Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:32:20.3840804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:32:20.4020052Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:32:20.4416839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:32:20.4499532Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:32:20.4828507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:32:20.4939730Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:32:20.6114312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:32:20.6134150Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:32:20.6165963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:20.6540246Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:20.6771835Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:20.6978617Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:20.7232047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:20.7459451Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:20.7788217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-08-17T12:32:20.7954401Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-08-17T12:32:20.7993177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-08-17T12:32:20.8422470Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-08-17T12:32:20.8454764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:20.8938780Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:20.9133056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-08-17T12:32:20.9377616Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-08-17T12:32:20.9657737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:20.9781588Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:20.9932009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:21.0222103Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:21.4886849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:21.4903139Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:21.8816088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:21.8829259Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:22.6056971Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:22.6081546Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-08-17T12:32:22.6545446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-08-17T12:32:22.6618270Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-08-17T12:32:22.8290924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-08-17T12:32:22.8310138Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-08-17T12:32:22.8344531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:22.8703817Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:22.9087217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:22.9142816Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:22.9318712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-08-17T12:32:22.9584672Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-08-17T12:32:22.9976370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-08-17T12:32:23.0022117Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-08-17T12:32:23.0088526Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-08-17T12:32:23.0464055Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-08-17T12:32:23.0540436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-08-17T12:32:23.0904014Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-08-17T12:32:23.0972334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-08-17T12:32:23.1344878Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-08-17T12:32:23.1473383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-08-17T12:32:23.1784082Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-08-17T12:32:23.1832468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-08-17T12:32:23.2224208Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-08-17T12:32:23.2326403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-08-17T12:32:23.2664527Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-08-17T12:32:24.3790305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-08-17T12:32:24.3800244Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-08-17T12:32:24.3830858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-08-17T12:32:24.4222722Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-08-17T12:32:27.0297381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-08-17T12:32:27.0329466Z [gw2] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-08-17T12:32:27.0375462Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-08-17T12:32:27.0788226Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-08-17T12:32:27.0800139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-08-17T12:32:27.1227086Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-08-17T12:32:27.1239208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-08-17T12:32:27.1708399Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-08-17T12:32:27.1721910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-08-17T12:32:27.2146309Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-08-17T12:32:27.2158628Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-08-17T12:32:27.2544007Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-08-17T12:32:27.2569741Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-08-17T12:32:27.2982220Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-08-17T12:32:27.3013690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-08-17T12:32:27.3495881Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-08-17T12:32:27.3505749Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-08-17T12:32:27.3946036Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-08-17T12:32:27.3957581Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-08-17T12:32:27.4383437Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-08-17T12:32:27.4392577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-08-17T12:32:27.4784331Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-08-17T12:32:27.4815033Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-08-17T12:32:27.5224644Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-08-17T12:32:27.5266505Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-08-17T12:32:27.5673226Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-08-17T12:32:27.5716268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-08-17T12:32:27.6120258Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-08-17T12:32:27.6128476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-08-17T12:32:27.6161492Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:27.6173988Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-08-17T12:32:27.6576445Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-08-17T12:32:27.6582198Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-08-17T12:32:27.7060499Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-08-17T12:32:27.7064103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-08-17T12:32:27.7204184Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-08-17T12:32:27.7222042Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-08-17T12:32:27.7495951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-08-17T12:32:27.7497218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-08-17T12:32:27.7679207Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-08-17T12:32:27.7691737Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-08-17T12:32:27.7935623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:27.7942346Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-08-17T12:32:27.8376530Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-08-17T12:32:27.8381155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-08-17T12:32:27.8816911Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-08-17T12:32:27.8821651Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-08-17T12:32:27.9296233Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-08-17T12:32:27.9299866Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-08-17T12:32:27.9736381Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-08-17T12:32:27.9741802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-08-17T12:32:28.0175247Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-08-17T12:32:28.0176300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-08-17T12:32:28.0614541Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-08-17T12:32:28.0615616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-08-17T12:32:28.1095083Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-08-17T12:32:28.1095864Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-08-17T12:32:28.1584334Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-08-17T12:32:28.1585497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-08-17T12:32:28.2059139Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-08-17T12:32:28.2059674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-08-17T12:32:28.2360304Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-08-17T12:32:28.2377866Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:28.2494315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:28.2499491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-08-17T12:32:28.2602846Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-08-17T12:32:28.2805082Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:28.2859990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:28.2901805Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:28.2930553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-08-17T12:32:28.3223711Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-08-17T12:32:28.3286383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:28.3340675Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:28.3369536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-08-17T12:32:28.3663516Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-08-17T12:32:28.3743255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:28.3780066Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:28.3803594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-08-17T12:32:28.4104067Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-08-17T12:32:28.4174723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:28.4220798Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:28.4253145Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-08-17T12:32:28.4581356Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-08-17T12:32:28.4661188Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:28.4685049Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-08-17T12:32:28.4959153Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-08-17T12:32:28.5020020Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:28.5099981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:28.5133524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-08-17T12:32:28.5241875Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-08-17T12:32:28.5503104Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:28.5665234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:28.5669674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-08-17T12:32:28.6022193Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-08-17T12:32:28.6046174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-08-17T12:32:28.6394851Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-08-17T12:32:28.6409085Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:28.6506117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:28.6510639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-08-17T12:32:28.6610877Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-08-17T12:32:28.6822271Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:28.6941617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:28.6963937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-08-17T12:32:28.6983450Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-08-17T12:32:28.7301192Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:28.7382272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:28.7410444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-08-17T12:32:28.7471636Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-08-17T12:32:28.7782402Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:28.7820379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:28.7853440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-08-17T12:32:28.7951819Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-08-17T12:32:28.8259099Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:28.8293954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:28.8306801Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-08-17T12:32:28.8315539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-08-17T12:32:28.8328035Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-08-17T12:32:28.8376238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-08-17T12:32:28.8705017Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-08-17T12:32:28.8713074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-08-17T12:32:28.8720914Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:28.8730556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:28.8740654Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-08-17T12:32:28.8893551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-08-17T12:32:28.8947301Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:28.9140709Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-08-17T12:32:28.9143785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:28.9168472Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-08-17T12:32:28.9180758Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-08-17T12:32:28.9319420Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-08-17T12:32:28.9582309Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:28.9588151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:28.9620417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-08-17T12:32:28.9699480Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-08-17T12:32:28.9971541Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:28.9976223Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-08-17T12:32:29.0021324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:32:29.0027920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:29.0161919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-08-17T12:32:29.0166730Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-08-17T12:32:29.0171342Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:32:29.0381076Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:29.0487962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:32:29.0488486Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:29.0488983Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:32:29.0493615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-08-17T12:32:29.0553457Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-08-17T12:32:29.0821977Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:29.0901387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:32:29.0954636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-08-17T12:32:29.0955457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-08-17T12:32:29.0959964Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:32:29.1154451Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-08-17T12:32:29.1260949Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-08-17T12:32:29.1366968Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:32:29.1384363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:29.1410146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-08-17T12:32:29.1491129Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-08-17T12:32:29.1762719Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:32:29.1826351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:32:29.1832118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-08-17T12:32:29.1890885Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-08-17T12:32:29.2011282Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:32:29.2051002Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:29.2115157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:29.2220120Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:29.2258518Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-08-17T12:32:29.2267233Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-08-17T12:32:29.2290827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-08-17T12:32:29.2459270Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-08-17T12:32:29.2662103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:29.2720772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-08-17T12:32:29.2734393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-08-17T12:32:29.2774608Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-08-17T12:32:29.2887221Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-08-17T12:32:29.2938405Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:29.2957629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:29.3142469Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:29.3142975Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-08-17T12:32:29.3169237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-08-17T12:32:29.3380562Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-08-17T12:32:29.3518498Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:32:29.3650926Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-08-17T12:32:29.3655565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-08-17T12:32:29.3694221Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-08-17T12:32:29.3971255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-08-17T12:32:29.4090760Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-08-17T12:32:29.4094217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-08-17T12:32:29.4218796Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-08-17T12:32:29.4541395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-08-17T12:32:29.4544351Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-08-17T12:32:29.4973774Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-08-17T12:32:29.4977910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-08-17T12:32:29.5422816Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-08-17T12:32:29.5427904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-08-17T12:32:29.5857967Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-08-17T12:32:29.5864666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-08-17T12:32:29.6300973Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-08-17T12:32:29.6311994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-08-17T12:32:29.6392378Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-08-17T12:32:29.6409342Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-08-17T12:32:29.6461502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-08-17T12:32:29.6740037Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-08-17T12:32:29.6749648Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-08-17T12:32:29.6891619Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-08-17T12:32:29.6901305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-08-17T12:32:29.7174590Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-08-17T12:32:29.7182799Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-08-17T12:32:29.7337034Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-08-17T12:32:29.7419459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-08-17T12:32:29.7613803Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-08-17T12:32:29.7619807Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-08-17T12:32:29.7776662Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-08-17T12:32:29.7982038Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-08-17T12:32:29.8051191Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-08-17T12:32:29.8056931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-08-17T12:32:29.8176908Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-08-17T12:32:29.8292822Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-08-17T12:32:29.8530924Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-08-17T12:32:29.8536005Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-08-17T12:32:29.8695021Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-08-17T12:32:29.8789205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-08-17T12:32:29.9011731Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-08-17T12:32:29.9016586Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-08-17T12:32:29.9139705Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-08-17T12:32:29.9147093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-08-17T12:32:29.9453797Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-08-17T12:32:29.9459383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-08-17T12:32:29.9549804Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-08-17T12:32:29.9584666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-08-17T12:32:29.9891156Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-08-17T12:32:29.9895894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-08-17T12:32:29.9978621Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-08-17T12:32:30.0087663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-08-17T12:32:30.0380801Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-08-17T12:32:30.0387139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-08-17T12:32:30.0494588Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-08-17T12:32:30.0499514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-08-17T12:32:30.0822455Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-08-17T12:32:30.0828596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-08-17T12:32:30.0976643Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-08-17T12:32:30.1192183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-08-17T12:32:30.1256320Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-08-17T12:32:30.1262191Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-08-17T12:32:30.1370834Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-08-17T12:32:30.1377321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-08-17T12:32:30.1695389Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-08-17T12:32:30.1701263Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-08-17T12:32:30.1854228Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-08-17T12:32:30.1860875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-08-17T12:32:30.2138033Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-08-17T12:32:30.2143991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-08-17T12:32:30.2342036Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-08-17T12:32:30.2348671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-08-17T12:32:30.2575561Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-08-17T12:32:30.2582221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-08-17T12:32:30.2720696Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-08-17T12:32:30.2727493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-08-17T12:32:30.3017328Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-08-17T12:32:30.3019726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-08-17T12:32:30.3159777Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-08-17T12:32:30.3161597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-08-17T12:32:30.3455837Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-08-17T12:32:30.3458578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-08-17T12:32:30.3578539Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-08-17T12:32:30.3580182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-08-17T12:32:30.3894380Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-08-17T12:32:30.3895823Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-08-17T12:32:30.4021151Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-08-17T12:32:30.4023403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-08-17T12:32:30.4373296Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-08-17T12:32:30.4374555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-08-17T12:32:30.4420341Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-08-17T12:32:30.4570365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-08-17T12:32:30.4775095Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-08-17T12:32:30.4778132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-08-17T12:32:30.4937833Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-08-17T12:32:30.5149407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-08-17T12:32:30.5251140Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-08-17T12:32:30.5253569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-08-17T12:32:30.5335389Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-08-17T12:32:30.5337291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-08-17T12:32:30.5692933Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-08-17T12:32:30.5695161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-08-17T12:32:30.5793830Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-08-17T12:32:30.5795219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-08-17T12:32:30.6135261Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-08-17T12:32:30.6136973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-08-17T12:32:30.6234956Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-08-17T12:32:30.6236854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-08-17T12:32:30.6575064Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-08-17T12:32:30.6579249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-08-17T12:32:30.6673089Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-08-17T12:32:30.6676213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-08-17T12:32:30.6828101Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-08-17T12:32:30.6845741Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:30.7014758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:30.7015971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-08-17T12:32:30.7112363Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-08-17T12:32:30.7113301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-08-17T12:32:30.7457626Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-08-17T12:32:30.7459765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-08-17T12:32:30.7549094Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-08-17T12:32:30.7566335Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:30.7614826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:30.7671900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-08-17T12:32:30.7861357Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-08-17T12:32:30.7885284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-08-17T12:32:30.7939997Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-08-17T12:32:30.8040413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-08-17T12:32:30.8137466Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-08-17T12:32:30.8148876Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:30.8300553Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:30.8329048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-08-17T12:32:30.8378965Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-08-17T12:32:30.8592576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-08-17T12:32:30.8740868Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-08-17T12:32:30.8768620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-08-17T12:32:30.8772910Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:30.8781028Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-08-17T12:32:30.8818843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:30.8975354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-08-17T12:32:30.9180060Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-08-17T12:32:30.9205107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-08-17T12:32:30.9259161Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-08-17T12:32:30.9367309Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-08-17T12:32:30.9379576Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:30.9418066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:30.9619651Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-08-17T12:32:30.9649247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-08-17T12:32:30.9699519Z [gw2] [ 93%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-08-17T12:32:30.9878507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-08-17T12:32:30.9953582Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-08-17T12:32:30.9962813Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:31.0061086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:31.0091843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-08-17T12:32:31.0139810Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-08-17T12:32:31.0324580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-08-17T12:32:31.0502815Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-08-17T12:32:31.0537023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-08-17T12:32:31.0582734Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-08-17T12:32:31.0600884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-08-17T12:32:31.0615311Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:31.0771774Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:31.0941244Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-08-17T12:32:31.0968986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-08-17T12:32:31.1020814Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-08-17T12:32:31.1415019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-08-17T12:32:31.1420866Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-08-17T12:32:31.1857249Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-08-17T12:32:31.1866459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-08-17T12:32:31.2298070Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-08-17T12:32:31.2307417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-08-17T12:32:31.2737525Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-08-17T12:32:31.2748799Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:32:31.3221139Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-08-17T12:32:31.3230764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-08-17T12:32:31.3626292Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-08-17T12:32:31.3685007Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:32:31.4106752Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-08-17T12:32:31.4165191Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-08-17T12:32:31.4544635Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-08-17T12:32:31.4573468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-08-17T12:32:31.4975802Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-08-17T12:32:31.4984920Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:32:31.4992339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:32:31.5070027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-08-17T12:32:31.5423460Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-08-17T12:32:31.5462374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-08-17T12:32:31.5865173Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-08-17T12:32:31.5892830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-08-17T12:32:31.6305608Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-08-17T12:32:31.6341389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-08-17T12:32:31.6745281Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-08-17T12:32:31.6770420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-08-17T12:32:31.7183149Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-08-17T12:32:31.7209616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-08-17T12:32:31.7624547Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-08-17T12:32:31.7661257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:32:31.8063087Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-08-17T12:32:31.8096332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-08-17T12:32:31.8502835Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-08-17T12:32:31.8537618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-08-17T12:32:31.8942140Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-08-17T12:32:31.8978229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-08-17T12:32:31.9042986Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-08-17T12:32:31.9051726Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:31.9381721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:31.9414275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-08-17T12:32:31.9822624Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-08-17T12:32:31.9860240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-08-17T12:32:32.0263035Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-08-17T12:32:32.0296932Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-08-17T12:32:32.0703318Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-08-17T12:32:32.0731220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-08-17T12:32:32.1144663Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-08-17T12:32:32.1173327Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-08-17T12:32:32.1583839Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-08-17T12:32:32.1616234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-08-17T12:32:32.1827807Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-08-17T12:32:32.1837221Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:32.2022296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:32.2055996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-08-17T12:32:32.2462361Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-08-17T12:32:32.2497193Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-08-17T12:32:32.2903817Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-08-17T12:32:32.2934561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-08-17T12:32:32.3344607Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-08-17T12:32:32.3372816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-08-17T12:32:32.3784045Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-08-17T12:32:32.3815819Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-08-17T12:32:32.4370717Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-08-17T12:32:32.4395294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-08-17T12:32:32.4741044Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-08-17T12:32:32.4749476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-08-17T12:32:32.5223025Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-08-17T12:32:32.5228313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-08-17T12:32:32.5656622Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-08-17T12:32:32.5659660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-08-17T12:32:32.6094045Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-08-17T12:32:32.6096865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-08-17T12:32:32.6534708Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-08-17T12:32:32.6542763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-08-17T12:32:32.6973224Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-08-17T12:32:32.6980877Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-08-17T12:32:32.7410661Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-08-17T12:32:32.7418137Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-08-17T12:32:32.7894215Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-08-17T12:32:32.7902017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-08-17T12:32:32.8313454Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-08-17T12:32:32.8353630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-08-17T12:32:32.8773432Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-08-17T12:32:32.8781259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-08-17T12:32:32.9209169Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-08-17T12:32:32.9222852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-08-17T12:32:32.9654031Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-08-17T12:32:32.9662334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-08-17T12:32:32.9878058Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-08-17T12:32:32.9900640Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-08-17T12:32:32.9937163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-08-17T12:32:33.0097920Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-08-17T12:32:33.0107528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-08-17T12:32:33.0418074Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-08-17T12:32:33.0502883Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-08-17T12:32:33.0544887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-08-17T12:32:33.0979907Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-08-17T12:32:33.0980404Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-08-17T12:32:33.1418776Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-08-17T12:32:33.1419216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-08-17T12:32:33.1859654Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-08-17T12:32:33.1860534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-08-17T12:32:33.2299647Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-08-17T12:32:33.2300093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-08-17T12:32:33.2744705Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-08-17T12:32:33.2772730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-08-17T12:32:33.3183782Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-08-17T12:32:33.3218021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-08-17T12:32:33.3662863Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-08-17T12:32:33.3695022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-08-17T12:32:33.4102963Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-08-17T12:32:33.4138531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-08-17T12:32:33.4543334Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-08-17T12:32:33.4581493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-08-17T12:32:33.4985031Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-08-17T12:32:33.5018056Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-08-17T12:32:33.5423226Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-08-17T12:32:33.5461482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-08-17T12:32:33.5866295Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-08-17T12:32:33.5919524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-08-17T12:32:33.6306160Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-08-17T12:32:33.6361189Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-08-17T12:32:33.6744841Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-08-17T12:32:33.6790617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-08-17T12:32:33.7140961Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-08-17T12:32:33.7156425Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-08-17T12:32:33.7225254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-08-17T12:32:33.7238007Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-08-17T12:32:33.7270860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-08-17T12:32:33.7584626Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-08-17T12:32:33.7663637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-08-17T12:32:33.7693578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-08-17T12:32:33.7700800Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-08-17T12:32:33.8024431Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-08-17T12:32:33.8064999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-08-17T12:32:33.8101458Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-08-17T12:32:33.8146451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-08-17T12:32:33.8463653Z [gw2] [ 94%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-08-17T12:32:33.8537569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-08-17T12:32:33.8547082Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-08-17T12:32:33.8720808Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-08-17T12:32:33.8902345Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-08-17T12:32:33.8959104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-08-17T12:32:33.8978726Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-08-17T12:32:33.9341731Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-08-17T12:32:33.9387742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-08-17T12:32:33.9449061Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-08-17T12:32:33.9461902Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-08-17T12:32:33.9781023Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-08-17T12:32:33.9817706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-08-17T12:32:34.0034458Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-08-17T12:32:34.0049045Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-08-17T12:32:34.0220559Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-08-17T12:32:34.0257021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-08-17T12:32:34.0576694Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-08-17T12:32:34.0587497Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-08-17T12:32:34.0661674Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-08-17T12:32:34.0720606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-08-17T12:32:34.0994453Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-08-17T12:32:34.1021272Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-08-17T12:32:34.1143964Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-08-17T12:32:34.1196098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-08-17T12:32:34.1412576Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-08-17T12:32:34.1463013Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-08-17T12:32:34.1492354Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-08-17T12:32:34.1582807Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-08-17T12:32:34.1767484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-08-17T12:32:34.1901740Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-08-17T12:32:34.2016930Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-08-17T12:32:34.2025506Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-08-17T12:32:34.2114137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-08-17T12:32:34.2341959Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-08-17T12:32:34.2391096Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-08-17T12:32:34.2500634Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-08-17T12:32:34.2627402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-08-17T12:32:34.2781974Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-08-17T12:32:34.2832109Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-08-17T12:32:34.2941449Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-08-17T12:32:34.3220903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-08-17T12:32:34.3440689Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-08-17T12:32:34.3626467Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-08-17T12:32:34.3641072Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-08-17T12:32:34.3669908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-08-17T12:32:34.3673022Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-08-17T12:32:34.3712746Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-08-17T12:32:34.4026221Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-08-17T12:32:34.4032562Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:34.4100807Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:34.4103516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-08-17T12:32:34.4166762Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-08-17T12:32:34.4170410Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-08-17T12:32:34.4479653Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-08-17T12:32:34.4491249Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:34.4541412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-08-17T12:32:34.4542954Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-08-17T12:32:34.4606280Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-08-17T12:32:34.4657318Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-08-17T12:32:34.4985463Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-08-17T12:32:34.4985930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-08-17T12:32:34.5042747Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-08-17T12:32:34.5096715Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-08-17T12:32:34.5423997Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-08-17T12:32:34.5430879Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-08-17T12:32:34.5482109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-08-17T12:32:34.5542038Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-08-17T12:32:34.5863720Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-08-17T12:32:34.5870398Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-08-17T12:32:34.5919263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-08-17T12:32:34.6077395Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-08-17T12:32:34.6304179Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-08-17T12:32:34.6311195Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:32:34.6421195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:34.6520943Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:34.6817022Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-08-17T12:32:34.6823197Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-08-17T12:32:34.6866215Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:34.6886785Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-08-17T12:32:34.7183345Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:34.7191729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:34.7219451Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-08-17T12:32:34.7470520Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:34.7625498Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-08-17T12:32:34.7634121Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-08-17T12:32:34.7673104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:34.7851366Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:34.8064801Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-08-17T12:32:34.8069849Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-08-17T12:32:34.8090257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-08-17T12:32:34.8119907Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-08-17T12:32:34.8502840Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-08-17T12:32:34.8541475Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-08-17T12:32:34.8560350Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-08-17T12:32:34.8609219Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-08-17T12:32:34.8942661Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-08-17T12:32:34.8981438Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-08-17T12:32:34.9089846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:32:34.9145617Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-08-17T12:32:34.9383149Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:32:34.9415448Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-08-17T12:32:34.9427017Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-08-17T12:32:34.9669174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-08-17T12:32:34.9821941Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-08-17T12:32:34.9867259Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-08-17T12:32:34.9872824Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-08-17T12:32:35.0264319Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-08-17T12:32:35.0374590Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-08-17T12:32:35.0703678Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-08-17T12:32:35.0787316Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-08-17T12:32:35.1144274Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-08-17T12:32:35.1199320Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-08-17T12:32:35.1215755Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-08-17T12:32:35.1324094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-08-17T12:32:35.1580955Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-08-17T12:32:35.1741470Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-08-17T12:32:35.2021320Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-08-17T12:32:35.2085141Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-08-17T12:32:35.2461083Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-08-17T12:32:35.2497031Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-08-17T12:32:35.2901878Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-08-17T12:32:35.2971622Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-08-17T12:32:35.3340865Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-08-17T12:32:35.3386011Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-08-17T12:32:35.3781278Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-08-17T12:32:35.3806009Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-08-17T12:32:35.4220911Z [gw2] [ 94%] SKIPPED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-08-17T12:32:35.4276154Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-08-17T12:32:35.4660584Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-08-17T12:32:35.4676185Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-08-17T12:32:35.4690524Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-08-17T12:32:35.4804529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-08-17T12:32:35.4990989Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-08-17T12:32:35.5103414Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-08-17T12:32:35.5104618Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-08-17T12:32:35.5189474Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-08-17T12:32:35.5207745Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-08-17T12:32:35.5542722Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-08-17T12:32:35.5543344Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-08-17T12:32:35.5621751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-08-17T12:32:35.5731883Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-08-17T12:32:35.5985915Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-08-17T12:32:35.5990682Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-08-17T12:32:35.6038983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-08-17T12:32:35.6245498Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-08-17T12:32:35.6424275Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-08-17T12:32:35.6456295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-08-17T12:32:35.6467249Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-08-17T12:32:35.6543347Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-08-17T12:32:35.6864735Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-08-17T12:32:35.6866736Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-08-17T12:32:35.6952661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-08-17T12:32:35.7304799Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-08-17T12:32:35.7348177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-08-17T12:32:35.7743067Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-08-17T12:32:35.7819051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-08-17T12:32:35.7895398Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-08-17T12:32:35.7897561Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-08-17T12:32:35.8060027Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:32:35.8181811Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-08-17T12:32:35.8241281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-08-17T12:32:35.8260149Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-08-17T12:32:35.8602694Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:32:35.8658542Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-08-17T12:32:35.8686012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-08-17T12:32:35.8701640Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-08-17T12:32:35.8809724Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-08-17T12:32:35.9063362Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-08-17T12:32:35.9141663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-08-17T12:32:35.9167308Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-08-17T12:32:35.9184038Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-08-17T12:32:35.9501524Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-08-17T12:32:35.9580695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-08-17T12:32:35.9611673Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-08-17T12:32:35.9617753Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-08-17T12:32:35.9942152Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-08-17T12:32:35.9991212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-08-17T12:32:36.0061161Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-08-17T12:32:36.0223085Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-08-17T12:32:36.0382221Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-08-17T12:32:36.0503622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-08-17T12:32:36.0578760Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-08-17T12:32:36.0822354Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-08-17T12:32:36.0858384Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-08-17T12:32:36.0889646Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-08-17T12:32:36.0944127Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-08-17T12:32:36.1007893Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-08-17T12:32:36.1262910Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-08-17T12:32:36.1316578Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-08-17T12:32:36.1420698Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-08-17T12:32:36.1524077Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-08-17T12:32:36.1702533Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-08-17T12:32:36.1771429Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-08-17T12:32:36.1862236Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-08-17T12:32:36.1920008Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-08-17T12:32:36.2142108Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-08-17T12:32:36.2307823Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-08-17T12:32:36.2339880Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-08-17T12:32:36.2438551Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-08-17T12:32:36.2580982Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-08-17T12:32:36.2733295Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-08-17T12:32:36.2821061Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-08-17T12:32:36.2919170Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-08-17T12:32:36.3021487Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-08-17T12:32:36.3191747Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-08-17T12:32:36.3300975Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-08-17T12:32:36.3460358Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-08-17T12:32:36.3544490Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-08-17T12:32:36.3838014Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-08-17T12:32:36.3849768Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-08-17T12:32:36.3900228Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-08-17T12:32:36.3913010Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-08-17T12:32:36.4057803Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-08-17T12:32:36.4262412Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-08-17T12:32:36.4307051Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-08-17T12:32:36.4416706Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-08-17T12:32:36.4592999Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-08-17T12:32:36.4702212Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-08-17T12:32:36.4857788Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-08-17T12:32:36.5157725Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-08-17T12:32:36.5259785Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-08-17T12:32:36.5431624Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-08-17T12:32:36.5819439Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-08-17T12:32:36.6064927Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-08-17T12:32:36.6219505Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-08-17T12:32:36.6228610Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-08-17T12:32:36.6257547Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-08-17T12:32:36.6436463Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-08-17T12:32:36.6698454Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-08-17T12:32:36.7526107Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-08-17T12:32:36.7543975Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-08-17T12:32:36.7702623Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-08-17T12:32:36.7973700Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-08-17T12:32:36.7984699Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-08-17T12:32:36.7993057Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-08-17T12:32:36.9231298Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-08-17T12:32:36.9252935Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-08-17T12:32:36.9274706Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-08-17T12:32:36.9294778Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-08-17T12:32:36.9416697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:36.9701698Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-08-17T12:32:37.0548500Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-08-17T12:32:37.0704173Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-08-17T12:32:37.0931231Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-08-17T12:32:37.1143350Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-08-17T12:32:37.1544073Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-08-17T12:32:37.1563175Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-08-17T12:32:37.1572108Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:32:37.1576735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:32:37.2285441Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-08-17T12:32:37.2288931Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-08-17T12:32:37.2464277Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-08-17T12:32:37.2586349Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-08-17T12:32:37.2595451Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-08-17T12:32:37.2606688Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:37.2609485Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-08-17T12:32:37.2777692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:37.2804979Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-08-17T12:32:37.2847286Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-08-17T12:32:37.3047414Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-08-17T12:32:37.3061936Z [gw3] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:37.3062721Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-08-17T12:32:37.3139826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:37.3239816Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-08-17T12:32:37.3254791Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-08-17T12:32:37.3501458Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-08-17T12:32:37.3580800Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-08-17T12:32:37.4184262Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-08-17T12:32:37.4256768Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-08-17T12:32:37.4581220Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-08-17T12:32:37.4618510Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-08-17T12:32:37.5935703Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-08-17T12:32:37.6056492Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-08-17T12:32:37.6143803Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-08-17T12:32:37.6164024Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-08-17T12:32:37.7017472Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-08-17T12:32:37.7030512Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-08-17T12:32:37.7781401Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-08-17T12:32:37.7788981Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-08-17T12:32:37.7978983Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-08-17T12:32:37.7995916Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-08-17T12:32:37.8049478Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-08-17T12:32:37.8104778Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-08-17T12:32:37.8219480Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-08-17T12:32:37.8422732Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-08-17T12:32:38.0087698Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-08-17T12:32:38.0151551Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-08-17T12:32:38.2423315Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-08-17T12:32:38.2448276Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-08-17T12:32:38.2494285Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-08-17T12:32:38.2863956Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-08-17T12:32:38.4544923Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-08-17T12:32:38.4566285Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-08-17T12:32:38.4952577Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-08-17T12:32:38.4962095Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-08-17T12:32:38.5430875Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-08-17T12:32:38.5440345Z [gw1] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-08-17T12:32:38.5613712Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-08-17T12:32:38.5640155Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-08-17T12:32:38.5752735Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-08-17T12:32:38.6064835Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-08-17T12:32:38.6189341Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-08-17T12:32:38.6503882Z [gw2] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-08-17T12:32:38.6707603Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-08-17T12:32:38.6906380Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-08-17T12:32:38.6920512Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-08-17T12:32:38.6942576Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-08-17T12:32:38.7005867Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-08-17T12:32:38.7183262Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-08-17T12:32:38.7341654Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-08-17T12:32:38.7380858Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-08-17T12:32:38.7453207Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-08-17T12:32:38.7622405Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-08-17T12:32:38.7782421Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-08-17T12:32:38.7820718Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-08-17T12:32:38.8071933Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-08-17T12:32:38.8305644Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-08-17T12:32:38.8353528Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-08-17T12:32:38.8741520Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-08-17T12:32:38.8989415Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-08-17T12:32:38.8997278Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:32:38.9914299Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:32:38.9926958Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-08-17T12:32:39.0155531Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-08-17T12:32:39.0343077Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-08-17T12:32:39.0566071Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-08-17T12:32:39.0668597Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-08-17T12:32:39.0675143Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:32:39.0781809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:32:39.1012707Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-08-17T12:32:39.1222719Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-08-17T12:32:39.1345540Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-08-17T12:32:39.1660942Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-08-17T12:32:39.1891052Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-08-17T12:32:39.2100983Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-08-17T12:32:39.2178229Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-08-17T12:32:39.2194553Z [gw3] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:39.2373867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:39.2558922Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-08-17T12:32:39.2562115Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-08-17T12:32:39.2568532Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-08-17T12:32:39.2874670Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-08-17T12:32:39.3097206Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-08-17T12:32:39.3444882Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-08-17T12:32:39.3581245Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-08-17T12:32:39.3661303Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-08-17T12:32:39.3987486Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-08-17T12:32:39.4003963Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-08-17T12:32:39.4020233Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-08-17T12:32:39.4061432Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-08-17T12:32:39.4462668Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-08-17T12:32:39.4693936Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-08-17T12:32:39.4973262Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-08-17T12:32:39.4974620Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-08-17T12:32:39.5417609Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-08-17T12:32:39.5603293Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-08-17T12:32:39.5857271Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-08-17T12:32:39.6054908Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-08-17T12:32:39.6263335Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-08-17T12:32:39.6427309Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-08-17T12:32:39.6692794Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-08-17T12:32:39.7020034Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-08-17T12:32:39.7104544Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-08-17T12:32:39.7282912Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-08-17T12:32:39.7618382Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-08-17T12:32:39.7625206Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-08-17T12:32:39.7628695Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-08-17T12:32:39.7634434Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-08-17T12:32:39.8049479Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:32:39.8100543Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-08-17T12:32:39.8246997Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-08-17T12:32:39.8271583Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-08-17T12:32:39.8388844Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-08-17T12:32:39.8542773Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-08-17T12:32:39.8547380Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-08-17T12:32:39.8721955Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-08-17T12:32:39.8793928Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:32:39.9059025Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-08-17T12:32:39.9193788Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-08-17T12:32:39.9200193Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:39.9244387Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-08-17T12:32:39.9498036Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:39.9620826Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-08-17T12:32:39.9648070Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:39.9656612Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-08-17T12:32:39.9982894Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:39.9983577Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-08-17T12:32:40.0177740Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-08-17T12:32:40.0418205Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:40.0527964Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-08-17T12:32:40.0621380Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:40.0968966Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:40.1097389Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:40.1111514Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:40.1215269Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:40.1227956Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-08-17T12:32:40.1304116Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-08-17T12:32:40.1556301Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-08-17T12:32:40.1556711Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:40.1721947Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:40.1723781Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-08-17T12:32:40.2017284Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-08-17T12:32:40.2138284Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:40.2147884Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-08-17T12:32:40.2581025Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-08-17T12:32:40.2627653Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-08-17T12:32:40.2858502Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-08-17T12:32:40.2873304Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:40.2947389Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-08-17T12:32:40.3055296Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-08-17T12:32:40.3108124Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-08-17T12:32:40.3378037Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-08-17T12:32:40.3616321Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:40.3687360Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-08-17T12:32:40.3740390Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:40.3784316Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:32:40.4058483Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-08-17T12:32:40.4232666Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-08-17T12:32:40.4317294Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-08-17T12:32:40.4326235Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-08-17T12:32:40.4360917Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:32:40.4495591Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-08-17T12:32:40.4519094Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-08-17T12:32:40.4788391Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-08-17T12:32:40.4794496Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-08-17T12:32:40.4936316Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-08-17T12:32:40.5260223Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:40.5263768Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-08-17T12:32:40.5700508Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-08-17T12:32:40.5704365Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:32:40.5962784Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-08-17T12:32:40.5980684Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:40.6136582Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-08-17T12:32:40.6178938Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:40.6449147Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:40.6465584Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-08-17T12:32:40.6499806Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-08-17T12:32:40.6592395Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:40.6980280Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:40.7074278Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:32:40.7592468Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-08-17T12:32:40.8617610Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-08-17T12:32:40.8647266Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-08-17T12:32:40.8779045Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-08-17T12:32:40.8795702Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-08-17T12:32:40.8810217Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-08-17T12:32:40.8985375Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-08-17T12:32:40.9081232Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-08-17T12:32:40.9133477Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-08-17T12:32:40.9296089Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-08-17T12:32:40.9578296Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:32:40.9731164Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-08-17T12:32:40.9979863Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-08-17T12:32:41.0691411Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-08-17T12:32:41.0740406Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-08-17T12:32:41.0969610Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-08-17T12:32:41.1183716Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-08-17T12:32:41.1277610Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-08-17T12:32:41.1430150Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-08-17T12:32:41.1451909Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-08-17T12:32:41.1488161Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-08-17T12:32:41.1683368Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-08-17T12:32:41.1740268Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-08-17T12:32:41.1936883Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-08-17T12:32:41.1951925Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-08-17T12:32:41.2086366Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-08-17T12:32:41.2352728Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-08-17T12:32:41.2362097Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-08-17T12:32:41.2375438Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-08-17T12:32:41.2578091Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-08-17T12:32:41.2783571Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-08-17T12:32:41.2790187Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-08-17T12:32:41.2822850Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-08-17T12:32:41.2978788Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-08-17T12:32:41.3258226Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-08-17T12:32:41.3277177Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-08-17T12:32:41.3609038Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-08-17T12:32:41.3698339Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-08-17T12:32:41.3701350Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-08-17T12:32:41.3919603Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-08-17T12:32:41.4171818Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-08-17T12:32:41.4313111Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-08-17T12:32:41.4335200Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-08-17T12:32:41.4353282Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-08-17T12:32:41.4399380Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-08-17T12:32:41.4576722Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-08-17T12:32:41.4628721Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-08-17T12:32:41.4861048Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-08-17T12:32:41.4871336Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-08-17T12:32:41.5057953Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-08-17T12:32:41.5222985Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-08-17T12:32:41.5252036Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-08-17T12:32:41.5479955Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-08-17T12:32:41.5532028Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-08-17T12:32:41.5660238Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-08-17T12:32:41.5677343Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-08-17T12:32:41.5793052Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-08-17T12:32:41.5917647Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-08-17T12:32:41.5921422Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-08-17T12:32:41.6161146Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-08-17T12:32:41.6166340Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-08-17T12:32:41.6380054Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-08-17T12:32:41.6600921Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-08-17T12:32:41.6605435Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-08-17T12:32:41.7037054Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-08-17T12:32:41.7037724Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-08-17T12:32:41.7038819Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-08-17T12:32:41.7041229Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-08-17T12:32:41.7241022Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-08-17T12:32:41.7458441Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-08-17T12:32:41.7473714Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-08-17T12:32:41.7535832Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-08-17T12:32:41.7743900Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-08-17T12:32:41.7899172Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-08-17T12:32:41.7977718Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-08-17T12:32:41.8121000Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-08-17T12:32:41.8134935Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-08-17T12:32:41.8344318Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-08-17T12:32:41.8351655Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-08-17T12:32:41.8456090Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-08-17T12:32:41.8784458Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-08-17T12:32:41.8791200Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-08-17T12:32:41.8859746Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-08-17T12:32:41.8876652Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-08-17T12:32:41.8913705Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:41.9228854Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:41.9229911Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-08-17T12:32:41.9377620Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-08-17T12:32:41.9537693Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:41.9698402Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:41.9818533Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-08-17T12:32:41.9825563Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-08-17T12:32:41.9984278Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-08-17T12:32:42.0138182Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-08-17T12:32:42.0175868Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-08-17T12:32:42.0245673Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-08-17T12:32:42.0247018Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-08-17T12:32:42.0564133Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-08-17T12:32:42.0564923Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-08-17T12:32:42.0737181Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-08-17T12:32:42.0879138Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-08-17T12:32:42.1017235Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-08-17T12:32:42.1034849Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-08-17T12:32:42.1176727Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-08-17T12:32:42.1310002Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-08-17T12:32:42.1456273Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-08-17T12:32:42.1532877Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-08-17T12:32:42.1552495Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-08-17T12:32:42.1652020Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-08-17T12:32:42.1855407Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-08-17T12:32:42.1856451Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-08-17T12:32:42.2056886Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-08-17T12:32:42.2262955Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-08-17T12:32:42.2454907Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-08-17T12:32:42.2588091Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-08-17T12:32:42.2605442Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-08-17T12:32:42.2817127Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-08-17T12:32:42.2822637Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-08-17T12:32:42.2961999Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-08-17T12:32:42.3070042Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-08-17T12:32:42.3072483Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-08-17T12:32:42.3256499Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-08-17T12:32:42.3399503Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-08-17T12:32:42.3537197Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-08-17T12:32:42.3579417Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-08-17T12:32:42.3734841Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-08-17T12:32:42.3977741Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-08-17T12:32:42.3991080Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-08-17T12:32:42.4018429Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-08-17T12:32:42.4183361Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-08-17T12:32:42.4195189Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-08-17T12:32:42.4417040Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-08-17T12:32:42.4512071Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-08-17T12:32:42.4512912Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-08-17T12:32:42.4622419Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-08-17T12:32:42.4817317Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-08-17T12:32:42.4818435Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-08-17T12:32:42.4956673Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-08-17T12:32:42.4958332Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-08-17T12:32:42.5268963Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-08-17T12:32:42.5271184Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-08-17T12:32:42.5383520Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-08-17T12:32:42.5386192Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-08-17T12:32:42.5402207Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:32:42.5594432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:32:42.5722031Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:32:42.5732605Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-08-17T12:32:42.5772350Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-08-17T12:32:42.5823062Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-08-17T12:32:42.5823594Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-08-17T12:32:42.5866544Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-08-17T12:32:42.5880427Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-08-17T12:32:42.6142723Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-08-17T12:32:42.6180322Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-08-17T12:32:42.6262266Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-08-17T12:32:42.6268516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-08-17T12:32:42.6311901Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-08-17T12:32:42.6436362Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-08-17T12:32:42.6582697Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-08-17T12:32:42.6647185Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-08-17T12:32:42.6704702Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-08-17T12:32:42.6705358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-08-17T12:32:42.6744499Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-08-17T12:32:42.6936477Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-08-17T12:32:42.7020180Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-08-17T12:32:42.7060262Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-08-17T12:32:42.7142366Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-08-17T12:32:42.7143444Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-08-17T12:32:42.7189455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:32:42.7271438Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-08-17T12:32:42.7461710Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:32:42.7504610Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-08-17T12:32:42.7582408Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-08-17T12:32:42.7586030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:32:42.7601117Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-08-17T12:32:42.7704480Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:32:42.7902539Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-08-17T12:32:42.7945756Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-08-17T12:32:42.8050723Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-08-17T12:32:42.8070726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-08-17T12:32:42.8078787Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-08-17T12:32:42.8228014Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-08-17T12:32:42.8339900Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-08-17T12:32:42.8364623Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-08-17T12:32:42.8461224Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-08-17T12:32:42.8461950Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-08-17T12:32:42.8521940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-08-17T12:32:42.8635922Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-08-17T12:32:42.8780712Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-08-17T12:32:42.8816970Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-08-17T12:32:42.8902508Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-08-17T12:32:42.8902888Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-08-17T12:32:42.8967220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-08-17T12:32:42.9080202Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-08-17T12:32:42.9221999Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-08-17T12:32:42.9248461Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-08-17T12:32:42.9341848Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-08-17T12:32:42.9344282Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-08-17T12:32:42.9408840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-08-17T12:32:42.9598528Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-08-17T12:32:42.9663152Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-08-17T12:32:42.9699643Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-08-17T12:32:42.9784409Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-08-17T12:32:42.9786548Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-08-17T12:32:42.9854426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-08-17T12:32:42.9942772Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-08-17T12:32:43.0101200Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-08-17T12:32:43.0137419Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-08-17T12:32:43.0221568Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-08-17T12:32:43.0223235Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-08-17T12:32:43.0295884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-08-17T12:32:43.0316527Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-08-17T12:32:43.0542284Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-08-17T12:32:43.0602241Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-08-17T12:32:43.0662003Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-08-17T12:32:43.0663662Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-08-17T12:32:43.0689225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-08-17T12:32:43.0723003Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-08-17T12:32:43.0983064Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-08-17T12:32:43.1026262Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-08-17T12:32:43.1129188Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-08-17T12:32:43.1140189Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-08-17T12:32:43.1243517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:43.1272255Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-08-17T12:32:43.1422137Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:43.1454069Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-08-17T12:32:43.1543108Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-08-17T12:32:43.1544163Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-08-17T12:32:43.1574624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:43.1595321Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-08-17T12:32:43.1862743Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:43.1896566Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-08-17T12:32:43.1982761Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-08-17T12:32:43.1983186Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-08-17T12:32:43.2015351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:43.2031291Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-08-17T12:32:43.2300566Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:43.2324922Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-08-17T12:32:43.2423072Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-08-17T12:32:43.2423579Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-08-17T12:32:43.2446612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:43.2456398Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:43.2742017Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-08-17T12:32:43.2768962Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-08-17T12:32:43.2863428Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-08-17T12:32:43.2863819Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-08-17T12:32:43.2882119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:43.2917052Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:43.3183261Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-08-17T12:32:43.3224722Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-08-17T12:32:43.3302273Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-08-17T12:32:43.3305147Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-08-17T12:32:43.3328640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:43.3344917Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:43.3622408Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-08-17T12:32:43.3647284Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-08-17T12:32:43.3742305Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-08-17T12:32:43.3764989Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-08-17T12:32:43.3765675Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:43.3800351Z [gw0] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:43.4061220Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-08-17T12:32:43.4087358Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-08-17T12:32:43.4181453Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-08-17T12:32:43.4181861Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-08-17T12:32:43.4235988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:43.4246807Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:43.4502200Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-08-17T12:32:43.4537085Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-08-17T12:32:43.4623120Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-08-17T12:32:43.4626225Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-08-17T12:32:43.4654629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-08-17T12:32:43.4749025Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-08-17T12:32:43.4942326Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-08-17T12:32:43.4976070Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-08-17T12:32:43.5062351Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-08-17T12:32:43.5063345Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-08-17T12:32:43.5162668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-08-17T12:32:43.5187262Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-08-17T12:32:43.5380248Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-08-17T12:32:43.5413886Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-08-17T12:32:43.5501174Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-08-17T12:32:43.5503508Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-08-17T12:32:43.5527690Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-08-17T12:32:43.5550772Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-08-17T12:32:43.5820301Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-08-17T12:32:43.5867014Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-08-17T12:32:43.5967053Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-08-17T12:32:43.5975661Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-08-17T12:32:43.5977619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-08-17T12:32:43.6048355Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-08-17T12:32:43.6263933Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-08-17T12:32:43.6313694Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-08-17T12:32:43.6384681Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-08-17T12:32:43.6385124Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-08-17T12:32:43.6418858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-08-17T12:32:43.6496866Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-08-17T12:32:43.6703587Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-08-17T12:32:43.6839542Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-08-17T12:32:43.6850140Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-08-17T12:32:43.6854446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-08-17T12:32:43.6896777Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-08-17T12:32:43.6952437Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-08-17T12:32:43.7143041Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-08-17T12:32:43.7184498Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-08-17T12:32:43.7294229Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-08-17T12:32:43.7294763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-08-17T12:32:43.7325789Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-08-17T12:32:43.7404746Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-08-17T12:32:43.7582831Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-08-17T12:32:43.7617283Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-08-17T12:32:43.7718588Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-08-17T12:32:43.7719416Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-08-17T12:32:43.7746533Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-08-17T12:32:43.7791323Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-08-17T12:32:43.8022898Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-08-17T12:32:43.8056048Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-08-17T12:32:43.8142881Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-08-17T12:32:43.8144421Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-08-17T12:32:43.8177982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-08-17T12:32:43.8257338Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-08-17T12:32:43.8460957Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-08-17T12:32:43.8488634Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-08-17T12:32:43.8580946Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-08-17T12:32:43.8586588Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-08-17T12:32:43.8679802Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-08-17T12:32:43.8975173Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-08-17T12:32:43.8977147Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-08-17T12:32:43.8987821Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-08-17T12:32:43.9018191Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-08-17T12:32:43.9020342Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-08-17T12:32:43.9044137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-08-17T12:32:43.9191116Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-08-17T12:32:43.9342987Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-08-17T12:32:43.9374938Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-08-17T12:32:43.9461533Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-08-17T12:32:43.9465581Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-08-17T12:32:43.9616729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-08-17T12:32:43.9690278Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-08-17T12:32:43.9788950Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-08-17T12:32:43.9814044Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-08-17T12:32:43.9902004Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-08-17T12:32:43.9903957Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-08-17T12:32:43.9999785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-08-17T12:32:44.0043939Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-08-17T12:32:44.0222080Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-08-17T12:32:44.0257713Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-08-17T12:32:44.0342199Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-08-17T12:32:44.0345011Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-08-17T12:32:44.0500345Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-08-17T12:32:44.0547236Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-08-17T12:32:44.0662437Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-08-17T12:32:44.0717012Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-08-17T12:32:44.0784129Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-08-17T12:32:44.0790665Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-08-17T12:32:44.0861513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-08-17T12:32:44.0956062Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-08-17T12:32:44.1103659Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-08-17T12:32:44.1141308Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-08-17T12:32:44.1223449Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-08-17T12:32:44.1224975Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-08-17T12:32:44.1590845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-08-17T12:32:44.1594936Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-08-17T12:32:44.2048849Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-08-17T12:32:44.2053978Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-08-17T12:32:44.2207843Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-08-17T12:32:44.2220969Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-08-17T12:32:44.2258778Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-08-17T12:32:44.2422633Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-08-17T12:32:44.2457450Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-08-17T12:32:44.2661751Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-08-17T12:32:44.2692276Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-08-17T12:32:44.2862977Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-08-17T12:32:44.2919040Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-08-17T12:32:44.3101350Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-08-17T12:32:44.3146980Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-08-17T12:32:44.3302697Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-08-17T12:32:44.3340642Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-08-17T12:32:44.3542073Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-08-17T12:32:44.3589716Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-08-17T12:32:44.3741519Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-08-17T12:32:44.3787845Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-08-17T12:32:44.3981308Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-08-17T12:32:44.4022625Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-08-17T12:32:44.4236235Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-08-17T12:32:44.4238707Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-08-17T12:32:44.4346251Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-08-17T12:32:44.4358099Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-08-17T12:32:44.4458732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-08-17T12:32:44.4488132Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-08-17T12:32:44.4619434Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-08-17T12:32:44.4655096Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-08-17T12:32:44.4900063Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-08-17T12:32:44.5041900Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-08-17T12:32:44.5059439Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-08-17T12:32:44.5105463Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-08-17T12:32:44.5422401Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-08-17T12:32:44.5471609Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-08-17T12:32:44.5509037Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-08-17T12:32:44.5584421Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-08-17T12:32:44.5900102Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-08-17T12:32:44.5904333Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-08-17T12:32:44.5955785Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-08-17T12:32:44.6259493Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-08-17T12:32:44.6341120Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-08-17T12:32:44.6373609Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-08-17T12:32:44.6383870Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-08-17T12:32:44.6463151Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-08-17T12:32:44.6897953Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-08-17T12:32:44.6899833Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-08-17T12:32:44.6913021Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-08-17T12:32:44.7104068Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-08-17T12:32:44.7260914Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-08-17T12:32:44.7301235Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-08-17T12:32:44.7317772Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-08-17T12:32:44.7334064Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-08-17T12:32:44.7715484Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-08-17T12:32:44.7770228Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-08-17T12:32:44.7770697Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-08-17T12:32:44.7787205Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-08-17T12:32:44.8142927Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-08-17T12:32:44.8183385Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-08-17T12:32:44.8291804Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-08-17T12:32:44.8298986Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-08-17T12:32:44.8582005Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-08-17T12:32:44.8609772Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-08-17T12:32:44.8625891Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-08-17T12:32:44.8659556Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-08-17T12:32:44.9022407Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-08-17T12:32:44.9069515Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-08-17T12:32:44.9103979Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-08-17T12:32:44.9126859Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-08-17T12:32:44.9461948Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-08-17T12:32:44.9493088Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-08-17T12:32:44.9501254Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-08-17T12:32:44.9559019Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-08-17T12:32:44.9902467Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-08-17T12:32:44.9933318Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-08-17T12:32:44.9945703Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-08-17T12:32:45.0211586Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-08-17T12:32:45.0342188Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-08-17T12:32:45.0375588Z test_ops.py::TestTagsCPU::test_tags_eig_cpu_float32 2022-08-17T12:32:45.0385397Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eig_cpu_float32 2022-08-17T12:32:45.0417702Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-08-17T12:32:45.0783738Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-08-17T12:32:45.0829879Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-08-17T12:32:45.0834533Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-08-17T12:32:45.0873398Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-08-17T12:32:45.1223406Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-08-17T12:32:45.1248806Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-08-17T12:32:45.1261253Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-08-17T12:32:45.1306475Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-08-17T12:32:45.1662929Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-08-17T12:32:45.1696528Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-08-17T12:32:45.1740066Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-08-17T12:32:45.1769025Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-08-17T12:32:45.2102704Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-08-17T12:32:45.2148706Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-08-17T12:32:45.2220799Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-08-17T12:32:45.2543143Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-08-17T12:32:45.2582196Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-08-17T12:32:45.2982219Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-08-17T12:32:45.3013373Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-08-17T12:32:45.3424138Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-08-17T12:32:45.3457514Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-08-17T12:32:45.3716517Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-08-17T12:32:45.3738321Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-08-17T12:32:45.3861275Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-08-17T12:32:45.3904515Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-08-17T12:32:45.3919581Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-08-17T12:32:45.4222331Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-08-17T12:32:45.4351281Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-08-17T12:32:45.4356629Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-08-17T12:32:45.4793981Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-08-17T12:32:45.4799806Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-08-17T12:32:45.5235356Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-08-17T12:32:45.5240530Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-08-17T12:32:45.5254709Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-08-17T12:32:45.5270780Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-08-17T12:32:45.5372244Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-08-17T12:32:45.5623571Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-08-17T12:32:45.5661708Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-08-17T12:32:45.5742726Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-08-17T12:32:45.6063027Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-08-17T12:32:45.6155350Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-08-17T12:32:45.6625195Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-08-17T12:32:45.6634804Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-08-17T12:32:45.6703670Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-08-17T12:32:45.6735601Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-08-17T12:32:45.6944385Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-08-17T12:32:45.6989106Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-08-17T12:32:45.7059838Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-08-17T12:32:45.7142658Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-08-17T12:32:45.7333853Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-08-17T12:32:45.7492488Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-08-17T12:32:45.7496234Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-08-17T12:32:45.7674070Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-08-17T12:32:45.7677720Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-08-17T12:32:45.7879351Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-08-17T12:32:45.7882818Z test_ops.py::TestTagsCPU::test_tags_inverse_cpu_float32 2022-08-17T12:32:45.8062602Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_inverse_cpu_float32 2022-08-17T12:32:45.8218541Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-08-17T12:32:45.8264535Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-08-17T12:32:45.8387515Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-08-17T12:32:45.8504092Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-08-17T12:32:45.8703165Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-08-17T12:32:45.8765598Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-08-17T12:32:45.9180358Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-08-17T12:32:45.9183884Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-08-17T12:32:45.9617214Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-08-17T12:32:45.9620149Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-08-17T12:32:46.0066145Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-08-17T12:32:46.0066630Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-08-17T12:32:46.0258994Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-08-17T12:32:46.0272425Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-08-17T12:32:46.0400665Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-08-17T12:32:46.0463517Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-08-17T12:32:46.0493053Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-08-17T12:32:46.0703159Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-08-17T12:32:46.0939399Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-08-17T12:32:46.0944829Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-08-17T12:32:46.1379774Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-08-17T12:32:46.1387778Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-08-17T12:32:46.1833088Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-08-17T12:32:46.1935998Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-08-17T12:32:46.2101138Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-08-17T12:32:46.2242035Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-08-17T12:32:46.2618861Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-08-17T12:32:46.2894212Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-08-17T12:32:46.2905817Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-08-17T12:32:46.2964540Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-08-17T12:32:46.2994374Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:32:46.3036473Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:32:46.3192903Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-08-17T12:32:46.3382529Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-08-17T12:32:46.3420978Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:32:46.3480708Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:32:46.3865616Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-08-17T12:32:46.3870783Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-08-17T12:32:46.4306675Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-08-17T12:32:46.4307155Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:32:46.4475289Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:32:46.4495882Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-08-17T12:32:46.4597955Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-08-17T12:32:46.4716211Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-08-17T12:32:46.4739079Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-08-17T12:32:46.4976906Z [gw1] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-08-17T12:32:46.5075133Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-08-17T12:32:46.5181972Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-08-17T12:32:46.5186391Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-08-17T12:32:46.5342068Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-08-17T12:32:46.5641779Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-08-17T12:32:46.5651274Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-08-17T12:32:46.6123877Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-08-17T12:32:46.6128632Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-08-17T12:32:46.6576350Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-08-17T12:32:46.6581981Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-08-17T12:32:46.6744519Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-08-17T12:32:46.6757351Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-08-17T12:32:46.6876339Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-08-17T12:32:46.7003694Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-08-17T12:32:46.7006841Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-08-17T12:32:46.7182767Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-08-17T12:32:46.7221447Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-08-17T12:32:46.7382011Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-08-17T12:32:46.7425974Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-08-17T12:32:46.7719350Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-08-17T12:32:46.7775906Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-08-17T12:32:46.7820292Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-08-17T12:32:46.7849274Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-08-17T12:32:46.8143318Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-08-17T12:32:46.8182525Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-08-17T12:32:46.8300283Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-08-17T12:32:46.8352649Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-08-17T12:32:46.8581387Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-08-17T12:32:46.8611491Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-08-17T12:32:46.8741176Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-08-17T12:32:46.8801994Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-08-17T12:32:46.9022122Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-08-17T12:32:46.9060294Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-08-17T12:32:46.9225187Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-08-17T12:32:46.9230155Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-08-17T12:32:46.9463689Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-08-17T12:32:46.9559470Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-08-17T12:32:46.9621608Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-08-17T12:32:46.9658642Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-08-17T12:32:46.9903106Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-08-17T12:32:46.9961888Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-08-17T12:32:47.0063786Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-08-17T12:32:47.0459648Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-08-17T12:32:47.0613563Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-08-17T12:32:47.0823276Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-08-17T12:32:47.1223849Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:32:47.1231096Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-08-17T12:32:47.1302594Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:32:47.1310224Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-08-17T12:32:47.1358275Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float64 2022-08-17T12:32:47.1709483Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-08-17T12:32:47.1817843Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float64 2022-08-17T12:32:47.1818292Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-08-17T12:32:47.1824750Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-08-17T12:32:47.1982804Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-08-17T12:32:47.2228215Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-08-17T12:32:47.2231995Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:32:47.2294489Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:32:47.2418412Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-08-17T12:32:47.2622709Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-08-17T12:32:47.2724021Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-08-17T12:32:47.2732260Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-08-17T12:32:47.2938731Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-08-17T12:32:47.3101547Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-08-17T12:32:47.3255611Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:32:47.3687225Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-08-17T12:32:47.3712845Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:32:47.3750268Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-08-17T12:32:47.3937251Z [gw2] [ 96%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-08-17T12:32:47.4006810Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-08-17T12:32:47.4051981Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-08-17T12:32:47.4248267Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-08-17T12:32:47.4537893Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-08-17T12:32:47.4538624Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-08-17T12:32:47.4976860Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-08-17T12:32:47.4984806Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-08-17T12:32:47.5376448Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-08-17T12:32:47.5384190Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-08-17T12:32:47.5780993Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-08-17T12:32:47.5788982Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:32:47.5900164Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:32:47.5968341Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-08-17T12:32:47.5984040Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-08-17T12:32:47.6042157Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-08-17T12:32:47.6057355Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-08-17T12:32:47.6184739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-08-17T12:32:47.6445270Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-08-17T12:32:47.6532758Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-08-17T12:32:47.7017687Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-08-17T12:32:47.7092431Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-08-17T12:32:47.7118964Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-08-17T12:32:47.7134224Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-08-17T12:32:47.7171500Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-08-17T12:32:47.7188541Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-08-17T12:32:47.7259809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-08-17T12:32:47.7420265Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-08-17T12:32:47.7699670Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-08-17T12:32:47.7731532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-08-17T12:32:47.7811805Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-08-17T12:32:47.7830939Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-08-17T12:32:47.7856225Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:32:47.7866454Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-08-17T12:32:47.8177719Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-08-17T12:32:47.8804370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-08-17T12:32:47.8819489Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:32:47.8985434Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-08-17T12:32:47.9228381Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-08-17T12:32:47.9239877Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-08-17T12:32:47.9335859Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-08-17T12:32:47.9468487Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-08-17T12:32:47.9484406Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-08-17T12:32:47.9657849Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-08-17T12:32:47.9670821Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-08-17T12:32:47.9707683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-08-17T12:32:47.9717830Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-08-17T12:32:47.9722912Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:32:47.9775716Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-08-17T12:32:47.9785459Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:32:48.0099319Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-08-17T12:32:48.0123083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-08-17T12:32:48.0139345Z [gw0] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-08-17T12:32:48.0142548Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-08-17T12:32:48.0294516Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-08-17T12:32:48.0298391Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-08-17T12:32:48.0538423Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-08-17T12:32:48.0580047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-08-17T12:32:48.0584950Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-08-17T12:32:48.0616381Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:48.0678332Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-08-17T12:32:48.0746743Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-08-17T12:32:48.0983229Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-08-17T12:32:48.1027165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-08-17T12:32:48.1027808Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-08-17T12:32:48.1086913Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-08-17T12:32:48.1377842Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-08-17T12:32:48.1451906Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-08-17T12:32:48.1454355Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-08-17T12:32:48.1466049Z [gw0] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-08-17T12:32:48.1556646Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-08-17T12:32:48.1564225Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-08-17T12:32:48.1574947Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-08-17T12:32:48.1593595Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-08-17T12:32:48.1860871Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-08-17T12:32:48.1900803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-08-17T12:32:48.1980220Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-08-17T12:32:48.2016011Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-08-17T12:32:48.2056713Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-08-17T12:32:48.2082343Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-08-17T12:32:48.2302509Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-08-17T12:32:48.2343817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-08-17T12:32:48.2347851Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-08-17T12:32:48.2371629Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-08-17T12:32:48.2420432Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-08-17T12:32:48.2456654Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-08-17T12:32:48.2743784Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-08-17T12:32:48.2781082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-08-17T12:32:48.2813745Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-08-17T12:32:48.2831582Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-08-17T12:32:48.2859125Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-08-17T12:32:48.2894397Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-08-17T12:32:48.3181963Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-08-17T12:32:48.3261025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-08-17T12:32:48.3290255Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-08-17T12:32:48.3301360Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-08-17T12:32:48.3334366Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-08-17T12:32:48.3449871Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-08-17T12:32:48.3620782Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-08-17T12:32:48.3701368Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-08-17T12:32:48.3741932Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-08-17T12:32:48.3752786Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-08-17T12:32:48.3787737Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-08-17T12:32:48.3888103Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-08-17T12:32:48.4060941Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-08-17T12:32:48.4172519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-08-17T12:32:48.4175479Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-08-17T12:32:48.4266205Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-08-17T12:32:48.4274884Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-08-17T12:32:48.4308566Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-08-17T12:32:48.4503210Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-08-17T12:32:48.4573210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-08-17T12:32:48.4705592Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-08-17T12:32:48.4707293Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-08-17T12:32:48.4857763Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-08-17T12:32:48.4961932Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-08-17T12:32:48.5097492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-08-17T12:32:48.5276276Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-08-17T12:32:48.5416262Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-08-17T12:32:48.5425626Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-08-17T12:32:48.5460781Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-08-17T12:32:48.5466305Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-08-17T12:32:48.5491067Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-08-17T12:32:48.5497964Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-08-17T12:32:48.5541691Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-08-17T12:32:48.5648187Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-08-17T12:32:48.5861465Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-08-17T12:32:48.5886880Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-08-17T12:32:48.5901450Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-08-17T12:32:48.5928665Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-08-17T12:32:48.5979240Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-08-17T12:32:48.6023859Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-08-17T12:32:48.6301926Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-08-17T12:32:48.6342146Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-08-17T12:32:48.6352874Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-08-17T12:32:48.6414690Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-08-17T12:32:48.6437505Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-08-17T12:32:48.6539404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-08-17T12:32:48.6782946Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-08-17T12:32:48.6785075Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-08-17T12:32:48.6826364Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-08-17T12:32:48.6832948Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-08-17T12:32:48.6859008Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-08-17T12:32:48.7017629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-08-17T12:32:48.7223522Z [gw0] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-08-17T12:32:48.7225648Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-08-17T12:32:48.7302245Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-08-17T12:32:48.7305028Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-08-17T12:32:48.7338701Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-08-17T12:32:48.7370883Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-08-17T12:32:48.7660534Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-08-17T12:32:48.7664803Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-08-17T12:32:48.7695604Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-08-17T12:32:48.7710532Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-08-17T12:32:48.7778833Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-08-17T12:32:48.7826022Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-08-17T12:32:48.8103528Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-08-17T12:32:48.8104413Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:48.8138863Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-08-17T12:32:48.8153439Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:32:48.8219032Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-08-17T12:32:48.8260746Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-08-17T12:32:48.8544340Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-08-17T12:32:48.8546140Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-08-17T12:32:48.8597464Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:48.8642752Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:32:48.8699281Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-08-17T12:32:48.8738067Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-08-17T12:32:48.8983441Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-08-17T12:32:48.8984268Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-08-17T12:32:48.9034074Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-08-17T12:32:48.9038463Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-08-17T12:32:48.9139728Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-08-17T12:32:48.9187303Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-08-17T12:32:48.9422109Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-08-17T12:32:48.9426474Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-08-17T12:32:48.9450235Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-08-17T12:32:48.9580806Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-08-17T12:32:48.9775355Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-08-17T12:32:48.9871297Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-08-17T12:32:48.9974777Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-08-17T12:32:49.0066222Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-08-17T12:32:49.0070430Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-08-17T12:32:49.0164858Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-08-17T12:32:49.0177745Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-08-17T12:32:49.0284174Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-08-17T12:32:49.0299135Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-08-17T12:32:49.0338958Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-08-17T12:32:49.0459699Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-08-17T12:32:49.0493893Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-08-17T12:32:49.0620278Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-08-17T12:32:49.0686562Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-08-17T12:32:49.0771719Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-08-17T12:32:49.0790356Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-08-17T12:32:49.0901805Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-08-17T12:32:49.0941694Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-08-17T12:32:49.1062539Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-08-17T12:32:49.1097363Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-08-17T12:32:49.1180600Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-08-17T12:32:49.1246570Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-08-17T12:32:49.1346821Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-08-17T12:32:49.1386019Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-08-17T12:32:49.1499629Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-08-17T12:32:49.1534916Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-08-17T12:32:49.1619655Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-08-17T12:32:49.1659005Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-08-17T12:32:49.1779110Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-08-17T12:32:49.1836712Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-08-17T12:32:49.1938997Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-08-17T12:32:49.1977294Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-08-17T12:32:49.2059041Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-08-17T12:32:49.2106599Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-08-17T12:32:49.2220706Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-08-17T12:32:49.2454888Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-08-17T12:32:49.2459097Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-08-17T12:32:49.2477543Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-08-17T12:32:49.2500273Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-08-17T12:32:49.2561718Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-08-17T12:32:49.2661019Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-08-17T12:32:49.2820274Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-08-17T12:32:49.2890985Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-08-17T12:32:49.2904662Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-08-17T12:32:49.2939579Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-08-17T12:32:49.3221074Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:32:49.3259530Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-08-17T12:32:49.3288457Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-08-17T12:32:49.3300326Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-08-17T12:32:49.3701096Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-08-17T12:32:49.3705396Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:32:49.3751490Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-08-17T12:32:49.3768161Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:32:49.3784548Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:32:49.3793295Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-08-17T12:32:49.4099879Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:32:49.4139501Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-08-17T12:32:49.4164187Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:32:49.4186767Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-08-17T12:32:49.4201904Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:32:49.4257432Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:32:49.4462773Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:32:49.4569870Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:32:49.4578893Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-08-17T12:32:49.4615855Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:32:49.4646888Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:32:49.4698300Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-08-17T12:32:49.4840672Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:32:49.4979653Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:32:49.5019344Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-08-17T12:32:49.5050913Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-08-17T12:32:49.5140315Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-08-17T12:32:49.5358520Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:32:49.5419095Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-08-17T12:32:49.5459922Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-08-17T12:32:49.5554208Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-08-17T12:32:49.5898592Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-08-17T12:32:49.5935921Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-08-17T12:32:49.6457716Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-08-17T12:32:49.7071700Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-08-17T12:32:49.7090837Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-08-17T12:32:49.7146967Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-08-17T12:32:49.7438499Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-08-17T12:32:49.7453316Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-08-17T12:32:49.7492711Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-08-17T12:32:49.7509715Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-08-17T12:32:49.7555866Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-08-17T12:32:49.7652249Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-08-17T12:32:49.7676481Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:32:49.7937757Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:32:49.7949435Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-08-17T12:32:49.7962035Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-08-17T12:32:49.8025364Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-08-17T12:32:49.8291282Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-08-17T12:32:49.8310435Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:32:49.8420971Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:32:49.8423096Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-08-17T12:32:49.8432525Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-08-17T12:32:49.8434481Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-08-17T12:32:49.8478115Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-08-17T12:32:49.8742359Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:32:49.8815531Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:32:49.8832608Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-08-17T12:32:49.8836426Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-08-17T12:32:49.8841149Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:32:49.8873033Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-08-17T12:32:49.9179822Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-08-17T12:32:49.9218943Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:32:49.9226072Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:32:49.9301096Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-08-17T12:32:49.9306020Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-08-17T12:32:49.9310458Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-08-17T12:32:49.9620280Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-08-17T12:32:49.9682364Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-08-17T12:32:49.9718165Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-08-17T12:32:49.9721793Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-08-17T12:32:49.9786073Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-08-17T12:32:49.9791784Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-08-17T12:32:50.0059669Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-08-17T12:32:50.0139904Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-08-17T12:32:50.0141974Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-08-17T12:32:50.0180185Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-08-17T12:32:50.0182823Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-08-17T12:32:50.0256921Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-08-17T12:32:50.0501143Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-08-17T12:32:50.0580348Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:32:50.0586657Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-08-17T12:32:50.0623122Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-08-17T12:32:50.0632544Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-08-17T12:32:50.0677729Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-08-17T12:32:50.0688837Z [gw3] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:50.0697059Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:32:50.0942829Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:32:50.1039356Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:32:50.1040196Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-08-17T12:32:50.1040891Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-08-17T12:32:50.1098129Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:32:50.1143067Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-08-17T12:32:50.1382495Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-08-17T12:32:50.1453742Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-08-17T12:32:50.1465902Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-08-17T12:32:50.1469107Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-08-17T12:32:50.1528242Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:32:50.1543047Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:32:50.1821203Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-08-17T12:32:50.1890392Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-08-17T12:32:50.1901297Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-08-17T12:32:50.2006503Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:50.2296172Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:32:50.3501455Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-08-17T12:32:50.3590388Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-08-17T12:32:50.3655954Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:50.3748758Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:32:50.3817447Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-08-17T12:32:50.3974438Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:32:50.4059413Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:32:50.4063223Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:50.4383413Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-08-17T12:32:50.4388776Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:32:50.4536248Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:32:50.4541105Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:50.4818046Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:32:50.4937712Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:32:50.4940153Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:50.5145138Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-08-17T12:32:50.5236317Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-08-17T12:32:50.5302467Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:32:50.5340634Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:32:50.5381380Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:50.5585062Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-08-17T12:32:50.5597819Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:32:50.5843428Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:50.5843923Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:50.5907030Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:50.5992462Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:32:50.6068707Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:32:50.6088368Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:32:50.6179337Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:50.6259551Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:50.6359235Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:50.6387523Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-08-17T12:32:50.6431546Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-08-17T12:32:50.6498379Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-08-17T12:32:50.6619599Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:50.6698305Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:50.6769201Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:50.6804984Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-08-17T12:32:50.6938944Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-08-17T12:32:50.7177970Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-08-17T12:32:50.7300826Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:50.7313401Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-08-17T12:32:50.7321331Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-08-17T12:32:50.7471717Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:50.7487564Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-08-17T12:32:50.7558235Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-08-17T12:32:50.7579616Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-08-17T12:32:50.7583958Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:50.7633072Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:32:50.7779452Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:32:50.7899382Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:50.8054678Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:50.8060062Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:32:50.8063405Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-08-17T12:32:50.8335423Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-08-17T12:32:50.8456558Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:50.8469315Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:32:50.8855400Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:50.8945638Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:50.8956619Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:32:50.8985412Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:50.9095055Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:32:50.9178080Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:32:50.9325665Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:50.9341535Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:32:50.9369006Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-08-17T12:32:50.9379815Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:32:50.9526039Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:50.9621322Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-08-17T12:32:50.9781735Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:50.9949725Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:51.0062654Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:32:51.0218287Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:32:51.0237921Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:51.0254612Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:32:51.0421225Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:51.0776897Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:32:51.0782836Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:32:51.0853562Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:51.0860043Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:32:51.3263221Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:51.3274959Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:32:51.4038550Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:51.4053277Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:32:51.4223278Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-08-17T12:32:51.4536981Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-08-17T12:32:51.4743593Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:51.4976547Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-08-17T12:32:51.5007071Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:51.5694198Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:32:51.5694956Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:51.5783311Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:32:51.6171965Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:51.6223333Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:32:51.6833667Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:51.6860551Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:32:51.9621911Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:51.9636640Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-08-17T12:32:51.9845438Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-08-17T12:32:52.0126535Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-08-17T12:32:52.0199305Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:52.0618510Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-08-17T12:32:52.0748683Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:52.0838060Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:32:52.0866104Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-08-17T12:32:52.1016184Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:32:52.1114178Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:52.1538587Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-08-17T12:32:52.1679774Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:52.1977002Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:32:52.2365156Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:52.2376333Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:32:52.2587068Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:52.2877665Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:32:52.2878175Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-08-17T12:32:52.3337117Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-08-17T12:32:52.3381297Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-08-17T12:32:52.3640130Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-08-17T12:32:52.3656364Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:32:52.3740111Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:32:52.3772205Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-08-17T12:32:52.4074513Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-08-17T12:32:52.4087971Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:32:52.4213219Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:52.4223658Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:32:52.4262207Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-08-17T12:32:52.4576990Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-08-17T12:32:52.4656483Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-08-17T12:32:52.4671463Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-08-17T12:32:52.4703112Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-08-17T12:32:52.5085057Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-08-17T12:32:52.5103579Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:52.5122640Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-08-17T12:32:52.5171410Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:32:52.5381684Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-08-17T12:32:52.5579909Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:52.5580315Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-08-17T12:32:52.5887929Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-08-17T12:32:52.5964224Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:32:52.6018520Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:52.6022572Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-08-17T12:32:52.6472430Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-08-17T12:32:52.6710080Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-08-17T12:32:52.6935999Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-08-17T12:32:52.6941294Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-08-17T12:32:52.7223162Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-08-17T12:32:52.7238424Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:32:52.7457570Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-08-17T12:32:52.7594496Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-08-17T12:32:52.7659158Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-08-17T12:32:52.7690450Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-08-17T12:32:52.8181608Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-08-17T12:32:52.8190008Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-08-17T12:32:52.8650057Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-08-17T12:32:52.8705787Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:52.9140285Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-08-17T12:32:52.9147950Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-08-17T12:32:52.9550054Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-08-17T12:32:52.9596225Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:52.9611787Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:32:52.9612265Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:32:52.9982722Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:32:53.0059689Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-08-17T12:32:53.0494497Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-08-17T12:32:53.0572787Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:53.0929710Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:32:53.0930879Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-08-17T12:32:53.1143896Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-08-17T12:32:53.1156316Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:32:53.1299693Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:32:53.1358401Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-08-17T12:32:53.1741232Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-08-17T12:32:53.2023394Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-08-17T12:32:53.2257743Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-08-17T12:32:53.3123335Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-08-17T12:32:53.3135122Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-08-17T12:32:53.3186744Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-08-17T12:32:53.3613240Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-08-17T12:32:53.3613868Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-08-17T12:32:53.4057180Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-08-17T12:32:53.4076384Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-08-17T12:32:53.4488995Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-08-17T12:32:53.4492719Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-08-17T12:32:53.4976685Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-08-17T12:32:53.4978125Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-08-17T12:32:53.5301491Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-08-17T12:32:53.5331155Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-08-17T12:32:53.5782120Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-08-17T12:32:53.5819011Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-08-17T12:32:53.5861475Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-08-17T12:32:53.5873371Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-08-17T12:32:53.5902351Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-08-17T12:32:53.6290669Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-08-17T12:32:53.6295132Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-08-17T12:32:53.6372867Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-08-17T12:32:53.6378419Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-08-17T12:32:53.6710148Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-08-17T12:32:53.6714669Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-08-17T12:32:53.6772143Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-08-17T12:32:53.6779960Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:32:53.6782655Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:53.6830218Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-08-17T12:32:53.7178438Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-08-17T12:32:53.7194107Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-08-17T12:32:53.7268589Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-08-17T12:32:53.7272281Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:32:53.7598581Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:32:53.7600527Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-08-17T12:32:53.7744393Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-08-17T12:32:53.7747170Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:32:53.7964458Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:32:53.7974142Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:32:53.8054125Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:53.8058452Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-08-17T12:32:53.8120892Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-08-17T12:32:53.8155855Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:32:53.8192826Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:32:53.8382573Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:32:53.8522928Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-08-17T12:32:53.8525757Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-08-17T12:32:53.8529557Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-08-17T12:32:53.8621520Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-08-17T12:32:53.8668926Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:32:53.8863803Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:32:53.8901519Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:53.8947275Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-08-17T12:32:53.8978521Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-08-17T12:32:53.9060077Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:32:53.9107594Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:32:53.9300556Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:32:53.9369079Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-08-17T12:32:53.9370341Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-08-17T12:32:53.9382234Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-08-17T12:32:53.9500250Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-08-17T12:32:53.9533790Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-08-17T12:32:53.9740622Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-08-17T12:32:53.9779028Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:53.9788380Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-08-17T12:32:53.9812083Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-08-17T12:32:53.9939285Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-08-17T12:32:53.9993237Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-08-17T12:32:54.0180675Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-08-17T12:32:54.0220019Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-08-17T12:32:54.0248365Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-08-17T12:32:54.0270453Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-08-17T12:32:54.0381148Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-08-17T12:32:54.0440175Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-08-17T12:32:54.0621762Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-08-17T12:32:54.0660934Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:54.0689623Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-08-17T12:32:54.0712023Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:32:54.0820205Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-08-17T12:32:54.0874042Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-08-17T12:32:54.1059888Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-08-17T12:32:54.1100568Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-08-17T12:32:54.1143729Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-08-17T12:32:54.1180323Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-08-17T12:32:54.1263411Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-08-17T12:32:54.1333459Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-08-17T12:32:54.1503507Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-08-17T12:32:54.1564601Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:54.1577176Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-08-17T12:32:54.1670858Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-08-17T12:32:54.1702064Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:32:54.1776929Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-08-17T12:32:54.1941525Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-08-17T12:32:54.1980436Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:54.2018482Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-08-17T12:32:54.2094281Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-08-17T12:32:54.2139656Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:32:54.2216758Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-08-17T12:32:54.2381805Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-08-17T12:32:54.2420582Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-08-17T12:32:54.2457158Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-08-17T12:32:54.2661187Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-08-17T12:32:54.2740536Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-08-17T12:32:54.2835803Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-08-17T12:32:54.2848967Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-08-17T12:32:54.2909293Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:54.2910637Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-08-17T12:32:54.2944938Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-08-17T12:32:54.3101402Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:32:54.3164865Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-08-17T12:32:54.3260446Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-08-17T12:32:54.3350815Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-08-17T12:32:54.3357897Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-08-17T12:32:54.3500457Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-08-17T12:32:54.3538502Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-08-17T12:32:54.3600841Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-08-17T12:32:54.3698037Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-08-17T12:32:54.3739324Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-08-17T12:32:54.3765434Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-08-17T12:32:54.3835681Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-08-17T12:32:54.3978764Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-08-17T12:32:54.4011917Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-08-17T12:32:54.4138134Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-08-17T12:32:54.4179052Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-08-17T12:32:54.4207524Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-08-17T12:32:54.4281062Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-08-17T12:32:54.4421898Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-08-17T12:32:54.4499010Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-08-17T12:32:54.4579946Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-08-17T12:32:54.4612062Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-08-17T12:32:54.4623266Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-08-17T12:32:54.4652649Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-08-17T12:32:54.4859503Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-08-17T12:32:54.4877431Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-08-17T12:32:54.5019608Z [gw1] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-08-17T12:32:54.5054745Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-08-17T12:32:54.5065246Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-08-17T12:32:54.5096696Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-08-17T12:32:54.5301588Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-08-17T12:32:54.5368846Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-08-17T12:32:54.5459969Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-08-17T12:32:54.5489396Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-08-17T12:32:54.5499481Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-08-17T12:32:54.5527573Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-08-17T12:32:54.5741152Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-08-17T12:32:54.5809824Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-08-17T12:32:54.5900003Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-08-17T12:32:54.5939361Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-08-17T12:32:54.5995887Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-08-17T12:32:54.6009659Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-08-17T12:32:54.6180787Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-08-17T12:32:54.6247256Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-08-17T12:32:54.6339020Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-08-17T12:32:54.6368376Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-08-17T12:32:54.6379046Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-08-17T12:32:54.6411796Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-08-17T12:32:54.6620045Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-08-17T12:32:54.6686742Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-08-17T12:32:54.6779740Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-08-17T12:32:54.6819665Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-08-17T12:32:54.6849258Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-08-17T12:32:54.6859819Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-08-17T12:32:54.7061820Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-08-17T12:32:54.7226733Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:32:54.7228761Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:54.7260232Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:32:54.7380889Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:32:54.7430569Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:54.7499774Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:32:54.7515787Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:32:54.7660394Z [gw1] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:32:54.7699839Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:54.7817603Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:32:54.7859430Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:54.7939658Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:32:54.7970798Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-08-17T12:32:54.8101313Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-08-17T12:32:54.8119745Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:54.8139793Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:54.8165340Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-08-17T12:32:54.8381121Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-08-17T12:32:54.8446886Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-08-17T12:32:54.8539640Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-08-17T12:32:54.8558708Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:54.8578426Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:54.8603325Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-08-17T12:32:54.8819314Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-08-17T12:32:54.8885071Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-08-17T12:32:54.8978989Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-08-17T12:32:54.9012444Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-08-17T12:32:54.9028708Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-08-17T12:32:54.9061508Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-08-17T12:32:54.9261782Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-08-17T12:32:54.9330866Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-08-17T12:32:54.9421194Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-08-17T12:32:54.9460176Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-08-17T12:32:54.9513854Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:54.9534975Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-08-17T12:32:54.9700714Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:32:54.9769704Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:54.9860878Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:32:54.9900138Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-08-17T12:32:54.9906409Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:54.9922512Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-08-17T12:32:55.0141143Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:32:55.0184434Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-08-17T12:32:55.0341488Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-08-17T12:32:55.0342127Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:55.0368468Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-08-17T12:32:55.0384670Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:32:55.0581788Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-08-17T12:32:55.0627064Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-08-17T12:32:55.0799922Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-08-17T12:32:55.0800401Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:55.0804509Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:55.0996927Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:32:55.1019233Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:32:55.1048990Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-08-17T12:32:55.1225239Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-08-17T12:32:55.1226705Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:55.1249624Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:55.1318386Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:32:55.1463361Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:32:55.1496625Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-08-17T12:32:55.1688275Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-08-17T12:32:55.1688717Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-08-17T12:32:55.1697617Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-08-17T12:32:55.1707317Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-08-17T12:32:55.1901686Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-08-17T12:32:55.1950731Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-08-17T12:32:55.2101879Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-08-17T12:32:55.2104250Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-08-17T12:32:55.2130980Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-08-17T12:32:55.2144225Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-08-17T12:32:55.2339306Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-08-17T12:32:55.2380624Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-08-17T12:32:55.2542082Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-08-17T12:32:55.2545915Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-08-17T12:32:55.2571369Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-08-17T12:32:55.2584321Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-08-17T12:32:55.2781501Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-08-17T12:32:55.2813911Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-08-17T12:32:55.2980375Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-08-17T12:32:55.2984338Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-08-17T12:32:55.3041756Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-08-17T12:32:55.3113078Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-08-17T12:32:55.3224700Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-08-17T12:32:55.3421100Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-08-17T12:32:55.3423875Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-08-17T12:32:55.3469406Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-08-17T12:32:55.4056677Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-08-17T12:32:55.4077504Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-08-17T12:32:55.4467301Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-08-17T12:32:55.4473608Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-08-17T12:32:55.4895927Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-08-17T12:32:55.4902526Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-08-17T12:32:55.5370374Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-08-17T12:32:55.5376382Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-08-17T12:32:55.5766040Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-08-17T12:32:55.5784185Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-08-17T12:32:55.6231612Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-08-17T12:32:55.6233176Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-08-17T12:32:55.6631459Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-08-17T12:32:55.6695892Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-08-17T12:32:55.6859697Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-08-17T12:32:55.6979988Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-08-17T12:32:55.7033176Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-08-17T12:32:55.7129212Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-08-17T12:32:55.7183931Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-08-17T12:32:55.7423033Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-08-17T12:32:55.7456940Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-08-17T12:32:55.7581793Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-08-17T12:32:55.7938444Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-08-17T12:32:55.7978462Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-08-17T12:32:55.8028748Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-08-17T12:32:55.8047176Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-08-17T12:32:55.8416887Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-08-17T12:32:55.8418662Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-08-17T12:32:55.8514936Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-08-17T12:32:55.8533502Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-08-17T12:32:55.8562383Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-08-17T12:32:55.8740826Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-08-17T12:32:55.8782469Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-08-17T12:32:55.8940200Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-08-17T12:32:55.8974329Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-08-17T12:32:55.9228291Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-08-17T12:32:55.9269669Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-08-17T12:32:55.9428832Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-08-17T12:32:55.9433040Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-08-17T12:32:55.9663019Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-08-17T12:32:55.9938553Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-08-17T12:32:55.9964048Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-08-17T12:32:56.0230430Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-08-17T12:32:56.0237182Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-08-17T12:32:56.0674673Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-08-17T12:32:56.0680049Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-08-17T12:32:56.1103135Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-08-17T12:32:56.1107500Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-08-17T12:32:56.1585255Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-08-17T12:32:56.1590451Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-08-17T12:32:56.2018814Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-08-17T12:32:56.2023419Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-08-17T12:32:56.2457079Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-08-17T12:32:56.2461138Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-08-17T12:32:56.2923208Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-08-17T12:32:56.2941825Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-08-17T12:32:56.3342596Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-08-17T12:32:56.3378381Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-08-17T12:32:56.3856959Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-08-17T12:32:56.3869430Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-08-17T12:32:56.4304659Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-08-17T12:32:56.4310025Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-08-17T12:32:56.4787368Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-08-17T12:32:56.4793438Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-08-17T12:32:56.5257538Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-08-17T12:32:56.5262387Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-08-17T12:32:56.5743373Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-08-17T12:32:56.5749994Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-08-17T12:32:56.7323463Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-08-17T12:32:56.7340614Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-08-17T12:32:56.7423633Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-08-17T12:32:56.8076768Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-08-17T12:32:56.8093897Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-08-17T12:32:56.8146987Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-08-17T12:32:56.8500685Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-08-17T12:32:56.8525456Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-08-17T12:32:56.8980943Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-08-17T12:32:56.9036836Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-08-17T12:33:02.4557684Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-08-17T12:33:02.4565724Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:33:06.3176486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:33:06.3185461Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:33:06.3534373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:33:06.3619560Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:33:06.7120888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:33:06.7130135Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:33:06.7378250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:33:06.7538479Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:33:07.0693048Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:33:07.0700923Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:33:07.0748880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:33:07.1141245Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:33:07.3048527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:33:07.3057035Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:33:07.3263868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-08-17T12:33:07.3459843Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-08-17T12:33:07.5586072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-08-17T12:33:07.5594734Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-08-17T12:33:07.5614231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:33:07.6020164Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:33:07.6042274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:33:07.6461924Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:33:07.9563050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:33:07.9570685Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:33:09.0233571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-08-17T12:33:09.0241971Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-08-17T12:33:09.1086059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-08-17T12:33:09.1092936Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-08-17T12:33:09.2172818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-08-17T12:33:09.2181769Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-08-17T12:33:09.4150655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-08-17T12:33:09.4160613Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-08-17T12:33:09.4654984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:33:09.4665017Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:33:09.5163204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:33:09.5172209Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:33:09.9651049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:33:09.9661185Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:33:09.9682470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-08-17T12:33:10.0102026Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-08-17T12:33:10.0230049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:33:10.0541971Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:33:10.0675776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:33:10.0981203Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:33:15.0509259Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:33:15.0516233Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:33:15.8637411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-08-17T12:33:15.8644448Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-08-17T12:33:15.8785379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-08-17T12:33:15.9058607Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-08-17T12:33:15.9229191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-08-17T12:33:15.9499656Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-08-17T12:33:15.9749305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-08-17T12:33:15.9941272Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-08-17T12:33:16.0085481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-08-17T12:33:16.0380667Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-08-17T12:33:16.0584821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-08-17T12:33:16.0821955Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-08-17T12:33:16.3752935Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:33:16.3761895Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:33:16.4540137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:33:16.4549184Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:33:16.4985233Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-08-17T12:33:16.4993454Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-08-17T12:33:16.5491173Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:33:16.5497467Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:33:16.5650705Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-08-17T12:33:16.5939547Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-08-17T12:33:16.6152423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-08-17T12:33:16.6378825Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-08-17T12:33:16.6623333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-08-17T12:33:16.6820239Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-08-17T12:33:16.6987308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:33:16.7259333Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:33:16.7444160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-08-17T12:33:16.7699130Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-08-17T12:33:20.8886165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:33:20.8893246Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:33:25.3867784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:33:25.3874865Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:33:26.4571167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-08-17T12:33:26.4580257Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-08-17T12:33:26.4812483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:33:26.5019358Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:33:26.5540381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:33:26.5551965Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:33:26.5573848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-08-17T12:33:26.5980587Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-08-17T12:33:26.8432334Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-08-17T12:33:26.8439728Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-08-17T12:33:26.8641908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-08-17T12:33:26.8858416Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-08-17T12:33:26.9173137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-08-17T12:33:26.9297932Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-08-17T12:33:26.9750903Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-08-17T12:33:26.9756263Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-08-17T12:33:26.9777214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-08-17T12:33:27.0180641Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-08-17T12:33:27.0205791Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-08-17T12:33:27.0622814Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-08-17T12:33:27.0646847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-08-17T12:33:27.1060850Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-08-17T12:33:27.1080727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-08-17T12:33:27.1501494Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-08-17T12:33:27.1894892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-08-17T12:33:27.1939310Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-08-17T12:33:27.1954456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-08-17T12:33:27.2380248Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-08-17T12:33:27.2579456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-08-17T12:33:27.2819770Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-08-17T12:33:27.4393577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-08-17T12:33:27.4401847Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-08-17T12:33:27.9656691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-08-17T12:33:27.9666198Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-08-17T12:33:28.0160871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:33:28.0168748Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:33:28.0649645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:33:28.0658867Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:33:28.1154159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:33:28.1164791Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:33:28.1366836Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-08-17T12:33:28.1581861Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-08-17T12:33:28.1769400Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-08-17T12:33:28.2020912Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-08-17T12:33:28.2206700Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-08-17T12:33:28.2460989Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-08-17T12:33:28.2515921Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-08-17T12:33:28.2900592Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-08-17T12:33:28.2963418Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-08-17T12:33:28.3340225Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-08-17T12:33:28.3437319Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-08-17T12:33:28.3780964Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-08-17T12:33:28.3887606Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-08-17T12:33:28.4219983Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-08-17T12:33:28.4367698Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-08-17T12:33:28.4659526Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-08-17T12:33:28.5254406Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-08-17T12:33:28.5264037Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-08-17T12:33:28.7388977Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-08-17T12:33:28.7398760Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-08-17T12:33:28.7541573Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-08-17T12:33:28.7820406Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-08-17T12:33:28.7901917Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-08-17T12:33:28.8260234Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-08-17T12:33:28.8434041Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-08-17T12:33:28.8700015Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-08-17T12:33:28.9707458Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-08-17T12:33:28.9717124Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-08-17T12:33:29.4991066Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-08-17T12:33:29.4999321Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-08-17T12:33:30.0687720Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-08-17T12:33:30.0697866Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-08-17T12:33:30.0768746Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-08-17T12:33:30.1141651Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-08-17T12:33:30.1190322Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-08-17T12:33:30.1580917Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-08-17T12:33:30.1756867Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-08-17T12:33:30.2020160Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-08-17T12:33:30.2060345Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-08-17T12:33:30.2461391Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-08-17T12:33:30.2644595Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-08-17T12:33:30.2899863Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-08-17T12:33:30.3077193Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-08-17T12:33:30.3340526Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-08-17T12:33:30.3636771Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-08-17T12:33:30.3781387Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-08-17T12:33:30.3904059Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-08-17T12:33:30.4222292Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-08-17T12:33:30.4310696Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-08-17T12:33:30.4661739Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-08-17T12:33:30.4841864Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-08-17T12:33:30.5100391Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-08-17T12:33:30.6273141Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-08-17T12:33:30.6283966Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-08-17T12:33:30.6349186Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-08-17T12:33:30.6698187Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-08-17T12:33:30.6776417Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-08-17T12:33:30.7139264Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-08-17T12:33:30.7203815Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-08-17T12:33:30.7578753Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-08-17T12:33:30.7695254Z test_ops.py::TestCompositeComplianceCPU::test_operator_inverse_cpu_float32 2022-08-17T12:33:30.8019943Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inverse_cpu_float32 2022-08-17T12:33:30.9003197Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-08-17T12:33:30.9009526Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-08-17T12:33:30.9070032Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-08-17T12:33:30.9419657Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-08-17T12:33:30.9476546Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-08-17T12:33:30.9862188Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-08-17T12:33:30.9895656Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-08-17T12:33:31.0300616Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-08-17T12:33:31.0334837Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-08-17T12:33:31.0742087Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-08-17T12:33:31.0776465Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-08-17T12:33:31.1181562Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-08-17T12:33:31.1217439Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-08-17T12:33:31.1620581Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-08-17T12:33:31.1669974Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-08-17T12:33:31.2061031Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-08-17T12:33:31.2901681Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-08-17T12:33:31.2910412Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-08-17T12:33:31.2927438Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:33:31.3340280Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:33:31.3353224Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:33:31.3780389Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:33:31.3795253Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-08-17T12:33:31.4220543Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-08-17T12:33:31.4233410Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:33:31.4660724Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:33:31.4675278Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-08-17T12:33:31.5099928Z [gw3] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-08-17T12:33:31.5170768Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-08-17T12:33:31.5540852Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-08-17T12:33:31.5709452Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-08-17T12:33:31.5980627Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-08-17T12:33:31.6213064Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-08-17T12:33:31.6420913Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-08-17T12:33:31.6592564Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-08-17T12:33:31.6862327Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-08-17T12:33:31.7250750Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-08-17T12:33:31.7300935Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-08-17T12:33:31.7360999Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-08-17T12:33:31.7740601Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-08-17T12:33:31.8042295Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-08-17T12:33:31.8179237Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-08-17T12:33:31.8436142Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-08-17T12:33:31.8622017Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-08-17T12:33:31.8741565Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-08-17T12:33:31.9061220Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-08-17T12:33:31.9148635Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-08-17T12:33:31.9500026Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-08-17T12:33:31.9680257Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-08-17T12:33:31.9941572Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-08-17T12:33:32.0153809Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-08-17T12:33:32.0381746Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-08-17T12:33:32.0547930Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-08-17T12:33:32.0820543Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-08-17T12:33:32.0883652Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-08-17T12:33:32.1260900Z [gw3] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-08-17T12:33:32.1411303Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-08-17T12:33:32.1700850Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-08-17T12:33:32.1875776Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-08-17T12:33:32.2141934Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-08-17T12:33:32.2324999Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-08-17T12:33:32.2589219Z [gw3] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-08-17T12:33:32.2779705Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-08-17T12:33:32.3021876Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-08-17T12:33:32.3118305Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-08-17T12:33:32.3460321Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-08-17T12:33:32.3554807Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:33:32.3901280Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:33:32.4419083Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-08-17T12:33:32.4428708Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-08-17T12:33:32.5928499Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-08-17T12:33:32.5939410Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-08-17T12:33:32.6964296Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:33:32.6974371Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:33:32.7297263Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-08-17T12:33:32.7379358Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-08-17T12:33:32.7682842Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-08-17T12:33:32.7819559Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-08-17T12:33:32.8080054Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:33:32.8259465Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:33:33.1486165Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-08-17T12:33:33.1492182Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-08-17T12:33:33.2578137Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-08-17T12:33:33.2586683Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-08-17T12:33:33.3262301Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-08-17T12:33:33.3269063Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-08-17T12:33:33.3458762Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-08-17T12:33:33.3701253Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-08-17T12:33:33.3914631Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:33:33.4140386Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:33:33.4291303Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-08-17T12:33:33.4580277Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-08-17T12:33:33.4844777Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-08-17T12:33:33.5019667Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-08-17T12:33:33.5254956Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:33:33.5460007Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:33:33.5872850Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-08-17T12:33:33.5898020Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-08-17T12:33:33.6033427Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:33:33.6341518Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:33:33.6366509Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-08-17T12:33:33.6780741Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-08-17T12:33:33.7358306Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-08-17T12:33:33.7365611Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-08-17T12:33:33.7547722Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-08-17T12:33:33.7781331Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-08-17T12:33:33.8301687Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-08-17T12:33:33.8313338Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-08-17T12:33:33.8827976Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-08-17T12:33:33.8835330Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-08-17T12:33:34.1510386Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-08-17T12:33:34.1519972Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-08-17T12:33:34.5691464Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-08-17T12:33:34.5700408Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-08-17T12:33:34.6134036Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-08-17T12:33:34.6144044Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-08-17T12:33:34.6220942Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-08-17T12:33:34.6580770Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-08-17T12:33:34.6805419Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-08-17T12:33:34.7021906Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-08-17T12:33:34.7265143Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-08-17T12:33:34.7459899Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-08-17T12:33:34.8505805Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-08-17T12:33:34.8514827Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-08-17T12:33:35.0534715Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-08-17T12:33:35.0541841Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-08-17T12:33:35.0880863Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-08-17T12:33:35.0980385Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-08-17T12:33:35.1034640Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-08-17T12:33:35.1420947Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-08-17T12:33:35.1457427Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-08-17T12:33:35.1859368Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-08-17T12:33:35.1910771Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-08-17T12:33:35.2299694Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-08-17T12:33:35.2355422Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-08-17T12:33:35.2739241Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-08-17T12:33:35.2826183Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-08-17T12:33:35.3179275Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-08-17T12:33:35.3281922Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-08-17T12:33:35.3619901Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-08-17T12:33:35.3663403Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-08-17T12:33:35.4059791Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-08-17T12:33:35.4099916Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-08-17T12:33:35.4500202Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-08-17T12:33:35.4583938Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-08-17T12:33:35.4940699Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-08-17T12:33:35.5169862Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-08-17T12:33:35.5380538Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-08-17T12:33:35.5650188Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-08-17T12:33:35.5817529Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-08-17T12:33:35.5862642Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-08-17T12:33:35.6260768Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-08-17T12:33:35.6414676Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-08-17T12:33:35.6702137Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-08-17T12:33:35.6858700Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-08-17T12:33:35.7140160Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-08-17T12:33:35.7214723Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-08-17T12:33:35.7581572Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-08-17T12:33:35.9961964Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-08-17T12:33:35.9970583Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-08-17T12:33:36.0167753Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-08-17T12:33:36.0379999Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-08-17T12:33:36.0443212Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-08-17T12:33:36.0819959Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-08-17T12:33:36.0962764Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-08-17T12:33:36.1260001Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-08-17T12:33:36.1931566Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-08-17T12:33:36.1942374Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-08-17T12:33:36.2824183Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-08-17T12:33:36.2831039Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-08-17T12:33:36.3335633Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-08-17T12:33:36.3343907Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-08-17T12:33:36.3424758Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-08-17T12:33:36.3779777Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-08-17T12:33:36.3873466Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-08-17T12:33:36.4219418Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-08-17T12:33:36.4429767Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-08-17T12:33:36.4660195Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-08-17T12:33:36.4819850Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-08-17T12:33:36.5099729Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-08-17T12:33:36.5256273Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-08-17T12:33:36.5539555Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-08-17T12:33:36.6046122Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-08-17T12:33:36.6054715Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-08-17T12:33:36.6136588Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-08-17T12:33:36.6461079Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-08-17T12:33:36.6636111Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-08-17T12:33:36.6900986Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-08-17T12:33:36.6941661Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-08-17T12:33:36.7340719Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-08-17T12:33:36.7414015Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-08-17T12:33:36.7780500Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-08-17T12:33:36.7950609Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-08-17T12:33:36.8220013Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-08-17T12:33:36.8450438Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-08-17T12:33:36.8658644Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-08-17T12:33:36.8830843Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-08-17T12:33:36.9099908Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-08-17T12:33:36.9381178Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:33:36.9538802Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:33:37.0281644Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:33:37.0288708Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:33:37.0457100Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-08-17T12:33:37.0698973Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-08-17T12:33:37.0743574Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-08-17T12:33:37.1139565Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-08-17T12:33:37.1221620Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-08-17T12:33:37.1579800Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-08-17T12:33:37.1752495Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-08-17T12:33:37.2020464Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-08-17T12:33:37.2062755Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-08-17T12:33:37.2460579Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-08-17T12:33:37.2593658Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-08-17T12:33:37.2899832Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-08-17T12:33:37.2947349Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-08-17T12:33:37.3339414Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-08-17T12:33:37.3418821Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-08-17T12:33:37.3777998Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-08-17T12:33:37.3947467Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-08-17T12:33:37.4219732Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-08-17T12:33:37.4424635Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-08-17T12:33:37.4658631Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-08-17T12:33:37.4695780Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-08-17T12:33:37.5099911Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-08-17T12:33:37.5235926Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:33:37.5540391Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:33:37.5678061Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:33:37.5980780Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:33:37.6113761Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:33:37.6420897Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:33:37.6470586Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-08-17T12:33:37.6861139Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-08-17T12:33:37.7796283Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-08-17T12:33:37.7803676Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-08-17T12:33:37.7998228Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-08-17T12:33:37.8220722Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-08-17T12:33:38.4244005Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-08-17T12:33:38.4254923Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-08-17T12:33:38.4644974Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-08-17T12:33:38.4658265Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-08-17T12:33:38.4740708Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-08-17T12:33:38.5100231Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-08-17T12:33:38.5831203Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-08-17T12:33:38.5840827Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-08-17T12:33:38.5981568Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-08-17T12:33:38.6260825Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-08-17T12:33:38.6293754Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-08-17T12:33:38.6700923Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-08-17T12:33:38.6716932Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-08-17T12:33:38.7141942Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-08-17T12:33:38.7247298Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-08-17T12:33:38.7580889Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-08-17T12:33:38.7680374Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-08-17T12:33:38.8021019Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-08-17T12:33:38.8118322Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-08-17T12:33:38.8459510Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-08-17T12:33:38.8633833Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-08-17T12:33:38.8899579Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-08-17T12:33:38.9021501Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:33:38.9339517Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:33:38.9477769Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:33:38.9782037Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:33:38.9966443Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:33:39.0221010Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:33:39.0408581Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:33:39.0662426Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:33:39.1002434Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:33:39.1140969Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:33:39.1439178Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:33:39.1579475Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:33:39.1755614Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:33:39.2020005Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:33:39.2131952Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:33:39.2459981Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:33:39.2591501Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:33:39.2900607Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:33:39.4286246Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-08-17T12:33:39.4294027Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-08-17T12:33:39.6347973Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-08-17T12:33:39.6356847Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-08-17T12:33:39.6671500Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:33:39.6780915Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:33:39.7745483Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:33:39.7753976Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:33:39.7803942Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-08-17T12:33:39.8181424Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-08-17T12:33:39.8947638Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-08-17T12:33:39.8955398Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-08-17T12:33:40.0979598Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-08-17T12:33:40.0988520Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-08-17T12:33:40.1508333Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:33:40.1517289Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:33:40.2079565Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:33:40.2087960Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:33:40.2835499Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:33:40.2845680Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:33:40.4118047Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:33:40.4126144Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:33:40.4820005Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:33:40.4827690Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:33:40.5717055Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:33:40.5725065Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:33:40.5808760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:33:40.6141519Z [gw3] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:33:40.6539569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-08-17T12:33:40.6580341Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-08-17T12:33:40.7019091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-08-17T12:33:40.7028256Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-08-17T12:33:40.7546133Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-08-17T12:33:40.7554047Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-08-17T12:33:40.7602556Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-08-17T12:33:40.7980019Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-08-17T12:33:40.7997904Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:33:40.8420237Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:33:40.8438917Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-08-17T12:33:40.8859608Z [gw3] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-08-17T12:33:40.9116654Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:33:40.9299453Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:33:40.9555633Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:33:40.9740882Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:33:41.0922161Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:33:41.0929629Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:33:41.2500052Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:33:41.2509475Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:33:41.2540857Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:33:41.2940517Z [gw3] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:33:41.3062132Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-08-17T12:33:41.3380279Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-08-17T12:33:41.3910789Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-08-17T12:33:41.3917691Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-08-17T12:33:41.4530967Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-08-17T12:33:41.4539427Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-08-17T12:33:41.4724325Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-08-17T12:33:41.4980140Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-08-17T12:33:41.5057673Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-08-17T12:33:41.5419150Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-08-17T12:33:41.5467024Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:33:41.5859301Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:33:41.5922997Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-08-17T12:33:41.6299744Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-08-17T12:33:41.6380878Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-08-17T12:33:41.6738914Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-08-17T12:33:41.7294480Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:33:41.7304172Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:33:41.7508867Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-08-17T12:33:41.7741328Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-08-17T12:33:42.2149494Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-08-17T12:33:42.2157656Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-08-17T12:33:42.2363479Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:33:42.2581302Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:33:42.2759177Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:33:42.3021266Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:33:42.3201203Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:33:42.3461364Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:33:42.3630033Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:33:42.3901601Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:33:42.4093334Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:33:42.4341044Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:33:42.4529205Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:33:42.4781712Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:33:42.5152471Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-08-17T12:33:42.5218418Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-08-17T12:33:42.5389717Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-08-17T12:33:42.5658893Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-08-17T12:33:42.5878951Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-08-17T12:33:42.6099714Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-08-17T12:33:42.6208928Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:33:42.6539609Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:33:42.7141452Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-08-17T12:33:42.7150187Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-08-17T12:33:42.7506874Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:33:42.7578364Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:33:42.7633101Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:33:42.8020704Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:33:42.9543793Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:33:42.9549972Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:33:42.9656036Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:33:42.9981292Z [gw3] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:33:45.1398286Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:33:45.1405935Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:33:46.0463652Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:33:46.0472386Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:33:46.5572447Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:33:46.5579662Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:33:46.6556619Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:33:46.6563816Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:33:47.3089520Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:33:47.3099912Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:33:47.4150576Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:33:47.4158159Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:33:47.6676554Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:33:47.6683900Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:33:47.7637124Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:33:47.7644897Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:33:47.7706803Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-08-17T12:33:47.8061666Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-08-17T12:33:47.8198333Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-08-17T12:33:47.8500623Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-08-17T12:33:47.8606486Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:33:47.8940394Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:33:47.9015521Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:33:47.9380039Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:33:47.9793923Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:33:47.9859656Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:33:48.1675941Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-08-17T12:33:48.1684652Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-08-17T12:33:48.1884364Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-08-17T12:33:48.2098302Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-08-17T12:33:48.2416961Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-08-17T12:33:48.2537309Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-08-17T12:33:48.3100596Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-08-17T12:33:48.3108087Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-08-17T12:33:48.3274672Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:33:48.3539376Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:33:48.3704364Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:33:48.3979516Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:33:48.4182032Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:33:48.4420481Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:33:48.4531538Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-08-17T12:33:48.4858829Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-08-17T12:33:48.4902375Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:33:48.5299568Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:33:48.5344539Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:33:48.5738724Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:33:48.9084171Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:33:48.9094565Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:33:48.9483262Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-08-17T12:33:48.9497742Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-08-17T12:33:48.9551344Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-08-17T12:33:48.9940898Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-08-17T12:33:49.0004067Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-08-17T12:33:49.0381291Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-08-17T12:33:49.0491197Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-08-17T12:33:49.0820587Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-08-17T12:33:49.0871997Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-08-17T12:33:49.1262540Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-08-17T12:33:49.1322604Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-08-17T12:33:49.1700759Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-08-17T12:33:49.1874187Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:33:49.2140772Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:33:49.2278913Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:33:49.2579764Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:33:49.2670171Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-08-17T12:33:49.3019830Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-08-17T12:33:49.3131419Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:33:49.3459888Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:33:49.3513116Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-08-17T12:33:49.3901057Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-08-17T12:33:49.3968758Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-08-17T12:33:49.4339572Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-08-17T12:33:49.4405760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-08-17T12:33:49.4779575Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-08-17T12:33:49.4838834Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:33:49.5219973Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:33:49.5284031Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-08-17T12:33:49.5661045Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-08-17T12:33:49.6451514Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:33:49.6462770Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:33:49.7263262Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:33:49.7270399Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:33:50.0917879Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-08-17T12:33:50.0924999Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-08-17T12:33:50.1000405Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:33:50.1340874Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:33:50.1512878Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:33:50.1779687Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:33:50.2048880Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-08-17T12:33:50.2220155Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-08-17T12:33:50.2699819Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-08-17T12:33:50.2705590Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-08-17T12:33:50.2760460Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-08-17T12:33:50.3141079Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-08-17T12:33:50.3211976Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-08-17T12:33:50.3581052Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-08-17T12:33:50.3647943Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-08-17T12:33:50.4020030Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-08-17T12:33:50.4232552Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-08-17T12:33:50.4459966Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-08-17T12:33:50.4513716Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-08-17T12:33:50.4899831Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-08-17T12:33:50.4989540Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-08-17T12:33:50.5340063Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-08-17T12:33:50.9794502Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-08-17T12:33:50.9803931Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-08-17T12:33:50.9848294Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-08-17T12:33:51.0222020Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-08-17T12:33:55.5529356Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-08-17T12:33:55.5540588Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-08-17T12:33:55.5609149Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-08-17T12:33:55.5980334Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-08-17T12:33:55.6139926Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-08-17T12:33:55.6420645Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-08-17T12:33:55.6619140Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-08-17T12:33:55.6861585Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-08-17T12:33:55.6986338Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:33:55.7301215Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:33:55.7426864Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:33:55.7741194Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:33:55.7868572Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:33:55.8180914Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:33:55.8313143Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:33:55.8620201Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:33:55.8752515Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:33:55.9060661Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:33:55.9103089Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-08-17T12:33:55.9499434Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-08-17T12:33:55.9688715Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-08-17T12:33:55.9939202Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-08-17T12:33:56.0336554Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-08-17T12:33:56.0376986Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-08-17T12:33:56.1089694Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-08-17T12:33:56.1098828Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-08-17T12:33:56.1760623Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-08-17T12:33:56.1770217Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-08-17T12:33:56.7330372Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-08-17T12:33:56.7337905Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-08-17T12:33:56.7391885Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-08-17T12:33:56.7780278Z [gw3] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-08-17T12:33:56.8044937Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-08-17T12:33:58.4095987Z [gw3] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-08-17T12:33:58.4097610Z 2022-08-17T12:33:58.4098376Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops.xml - 2022-08-17T12:33:58.4159416Z = 16747 passed, 5920 skipped, 188 xfailed, 292 warnings in 1299.12s (0:21:39) == 2022-08-17T12:33:58.7110295Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-08-17T12:34:00.6279253Z Running test_prims ... [2022-08-17 12:34:00.627450] 2022-08-17T12:34:00.6279817Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:34:00.627537] 2022-08-17T12:34:02.0869970Z Test results will be stored in test-reports/python-unittest/test_prims 2022-08-17T12:34:02.0893041Z 2022-08-17T12:34:02.0897871Z Running tests... 2022-08-17T12:34:02.0899026Z ---------------------------------------------------------------------- 2022-08-17T12:34:02.0925854Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.004s) 2022-08-17T12:34:02.0965164Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.004s) 2022-08-17T12:34:02.1177765Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.021s) 2022-08-17T12:34:02.1206047Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:34:02.1222212Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:34:02.1355919Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.013s) 2022-08-17T12:34:02.1480613Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.012s) 2022-08-17T12:34:02.1713835Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.023s) 2022-08-17T12:34:02.1966052Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.025s) 2022-08-17T12:34:02.1979487Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.1994937Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2007876Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2018173Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2053817Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-08-17T12:34:02.2066541Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2092443Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.002s) 2022-08-17T12:34:02.2104972Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2117340Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:34:02.2155449Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.004s) 2022-08-17T12:34:02.2155791Z 2022-08-17T12:34:02.2156139Z ---------------------------------------------------------------------- 2022-08-17T12:34:02.2156406Z Ran 19 tests in 0.127s 2022-08-17T12:34:02.2156529Z 2022-08-17T12:34:02.2156606Z OK (skipped=9) 2022-08-17T12:34:02.2156724Z 2022-08-17T12:34:02.2156813Z Generating XML reports... 2022-08-17T12:34:02.2189574Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220817123402.xml 2022-08-17T12:34:02.2205365Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220817123402.xml 2022-08-17T12:34:02.2208155Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220817123402.xml 2022-08-17T12:34:02.5762338Z Running test_quantization ... [2022-08-17 12:34:02.575866] 2022-08-17T12:34:02.5762899Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:34:02.575953] 2022-08-17T12:34:04.4549858Z /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:34:04.4550429Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T12:34:04.5276650Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-08-17T12:34:04.6124787Z 2022-08-17T12:34:04.6125553Z Running tests... 2022-08-17T12:34:04.6126221Z ---------------------------------------------------------------------- 2022-08-17T12:34:04.6233959Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.011s) 2022-08-17T12:34:04.6242967Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6251637Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6262286Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6272501Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6279134Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6289339Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6298400Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6306256Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6312979Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6322921Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6329311Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6335624Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6342066Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6348370Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6354415Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6360332Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6366471Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6372742Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6378835Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6384712Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6390824Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-08-17T12:34:04.6400909Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6408874Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6419956Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6427130Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6434990Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6443082Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6451427Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6460018Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6467378Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6476521Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6485775Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6493818Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6499867Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6506142Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6512371Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6518403Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6525252Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6531276Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6538191Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6544674Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6551424Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6558070Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6564480Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6571287Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-08-17T12:34:04.6615235Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-08-17T12:34:04.6632525Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-08-17T12:34:04.6643853Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6668782Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-08-17T12:34:04.6684147Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6718057Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-08-17T12:34:04.6729302Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6741314Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6752328Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6762690Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6775091Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6786993Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6798114Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6808733Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6819435Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6829776Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6840266Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6850906Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6861611Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6883558Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-08-17T12:34:04.6894502Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:04.6907459Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-08-17T12:34:05.2282264Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.537s) 2022-08-17T12:34:05.3457054Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.117s) 2022-08-17T12:34:06.0048659Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.659s) 2022-08-17T12:34:06.3048753Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.300s) 2022-08-17T12:34:06.3207959Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.016s) 2022-08-17T12:34:06.4304529Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.110s) 2022-08-17T12:34:06.4354532Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-08-17T12:34:06.4355296Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-08-17T12:34:06.4356194Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-08-17T12:34:06.4356836Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.4357724Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTMCell instead. 2022-08-17T12:34:06.4358697Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.4823968Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRUCell instead. 2022-08-17T12:34:06.4824628Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.5239077Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-08-17T12:34:06.5240109Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.5686223Z ok (0.138s) 2022-08-17T12:34:06.5739432Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-08-17T12:34:06.5740170Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-08-17T12:34:06.5741014Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic instead. 2022-08-17T12:34:06.5741624Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.5743168Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTM instead. 2022-08-17T12:34:06.5744281Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.6308769Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRU instead. 2022-08-17T12:34:06.6309702Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-08-17T12:34:06.6634908Z ok (0.095s) 2022-08-17T12:34:06.6641859Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:34:06.6653720Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-08-17T12:34:06.6682853Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-08-17T12:34:06.6693554Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-08-17T12:34:06.6796367Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.011s) 2022-08-17T12:34:06.6807046Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-08-17T12:34:06.6840708Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-08-17T12:34:06.6841386Z reduce_range will be deprecated in a future release of PyTorch." 2022-08-17T12:34:06.6872120Z ok (0.008s) 2022-08-17T12:34:06.6890710Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-08-17T12:34:06.6892054Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-08-17T12:34:06.6898018Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-08-17T12:34:06.6911053Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-08-17T12:34:06.6971731Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.7077025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.7337857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.7625056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.8410689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.8631282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.8988040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.9264261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.9717588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:06.9933267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.0653519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.0784600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.1225906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.1357536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.2001637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.2132436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.2532184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.2845782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.3243684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.3585919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.4177691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.4312121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.4656781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.5025376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.5640021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.5770427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.6068704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.6344281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.6609821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.6865848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.7573954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.7705636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.8066135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.8341453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.9066488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.9172417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.9587724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:07.9824246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:08.0126932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:08.0393345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:08.1767935Z ok (1.485s) 2022-08-17T12:34:08.1786331Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:08.1787287Z self._get_name() 2022-08-17T12:34:08.4017039Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.4719915Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-08-17T12:34:08.4720575Z return callable(*args, **kwargs) 2022-08-17T12:34:08.4883138Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.5644059Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.5964568Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.6935883Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.7541107Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.8197803Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:08.9134590Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.1429216Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.2212467Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.3039761Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.3584372Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.4337159Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.5142506Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.5920386Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.6611616Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:09.9312609Z ok (1.754s) 2022-08-17T12:34:09.9328905Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:09.9329581Z self._get_name() 2022-08-17T12:34:10.1040574Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.1899015Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.2851386Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.3363554Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.4184894Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.5194357Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.5961926Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.6548314Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:10.9304844Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.0257220Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.1078673Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.1638466Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.2214923Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.2980836Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.3761361Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.4741772Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:11.7232382Z ok (1.792s) 2022-08-17T12:34:11.7254171Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:11.7254842Z self._get_name() 2022-08-17T12:34:11.9523687Z ok (0.229s) 2022-08-17T12:34:11.9541363Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:11.9542307Z self._get_name() 2022-08-17T12:34:12.1611090Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.2545709Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.3354031Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.3797935Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.4663409Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.5462683Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.6515320Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.7236491Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:12.9933446Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.0635149Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.1558266Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.1798299Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.2455493Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.3342017Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.4272807Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.4876332Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:13.7322726Z ok (1.780s) 2022-08-17T12:34:13.7342600Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:13.7343305Z self._get_name() 2022-08-17T12:34:13.9507371Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.0421473Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.1126338Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.1690835Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.2136964Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.3031187Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.3916865Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.4660551Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.6700151Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.7557462Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.8235789Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.8673209Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:14.9529091Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:15.0143904Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:15.0879139Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:15.1758313Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-08-17T12:34:15.3968102Z ok (1.664s) 2022-08-17T12:34:15.3985022Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-08-17T12:34:15.3986025Z self._get_name() 2022-08-17T12:34:15.5823247Z ok (0.185s) 2022-08-17T12:34:15.5838767Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.5972984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.6225789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.6505417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.6915792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.7265025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.7716624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.7986150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.8267361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.8668355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.9017990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.9150354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.9426536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.9706510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:15.9985701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.0265967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.0530339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.0848845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.1107128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.1415584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2229257Z ok (0.640s) 2022-08-17T12:34:16.2261873Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2267176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2268380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2301740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2427008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2441505Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-08-17T12:34:16.2442147Z return callable(*args, **kwargs) 2022-08-17T12:34:16.2487754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2566262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2629573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2640848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2653049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2691592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2706857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.2714146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3529668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3533671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3534343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3566625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3651832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3695385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3770209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3832660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3844564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3856308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3893740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3908612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.3915950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.4772880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.4977418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.5109579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.5836718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.6380584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.6889072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.7625447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.8072161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.8590112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.9155516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:16.9753217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.0579005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.0859628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2358873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2361796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2362600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2395265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2481654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2524880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2600371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2664294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2676524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2689390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2730343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2745789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.2753102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.3612098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.3694552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.3827203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.4513200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.5043231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.5358541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.5868328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.6157006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.6630066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.7316323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.7950059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.8721564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:17.9073599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0447788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0452312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0453175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0487269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0581696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0631330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0716930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0793703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0808047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0822529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0864151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0883818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.0892744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1731447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1734397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1735098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1765031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1855582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1899685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.1975143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2038909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2051568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2064028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2103799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2119710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2127738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2979054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2981492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.2982386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3012741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3100222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3145528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3226315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3290172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3302117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3314020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3353036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3367962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.3375180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.4212205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.4620636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.4622178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.5310569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.5826707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.6413119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.7074408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.7304099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.7838220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.8405778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.9136859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:18.9738805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.0258756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.1593873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.2035083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.2167683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.2716450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.3256215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.3768421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.4439793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.4662919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.5151487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.5715421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.6313742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.7058765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.7339058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8705550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8709503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8710165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8746755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8835183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8881718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.8958376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9022795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9037020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9049747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9090283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9107304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:19.9115518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.0011534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.0180321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.0314065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.1036867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.1599114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.1951651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.2521862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.2827338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.3428197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.3995043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.4592588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.5177525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.5457956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.6796281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.7056433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.7189269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.7639007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.8002985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.8405248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.9027649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.9395241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:20.9933363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.0542914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.1123495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.1938830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.2535716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.3918754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.4359952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.4626162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.5256679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.5750431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.6083071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.6637742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.6919753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.7350013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.7914824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.8511061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.9338722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:21.9618757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.1006391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.1447972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.1576624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.2173200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.2388167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.2800422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.3380863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.3875814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.4301519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.5020518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.5468563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.6267660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.6819050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.8103721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.8548680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.8681107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.9114249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.9470458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:22.9900886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.0510728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.1026519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.1732763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.2333971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.2894197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.3580167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.3859307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.5137894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.5577346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.5711558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.6433227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.6958591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.7282713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.7941109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.8320168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.8709842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.9276058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:23.9872882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.0579255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.0899221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.2344021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.2785916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.2919462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.3637298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.4211845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.4578358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.5168258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.5452746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.5910275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.6476553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.7023382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.7699560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.8099823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.9560223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.9817480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:24.9950781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.0396337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.0748410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.1318924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.1826861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.2165013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.2719058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.3194471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.3748990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.4611943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.5094422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.6462959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.6781025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.7034824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.7642611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.7886300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.8401311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.9136849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.9432915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:25.9909489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.0515297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.1108958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.1817967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.2217818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.3739548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.4183320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.4315921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.5035988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.5510754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.6017612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.7075683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.7398414Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.7936895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.8673514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:26.9356959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.0288547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.0697165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.1882261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.2176719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.2324002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.2871786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.3399999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.3719859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.4339251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.4779471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.5188902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.6071288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.6666347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.7219405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.7740494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.9348047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.9791828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:27.9931119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.0398130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.0755011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.1135218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.1752748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.2108259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.2537151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.3186335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.3829984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.4896815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.5174128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.6808415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.6937783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.7069603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.7800075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.8339907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.8930464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.9656715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:28.9948155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.0429073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.1076525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.1630987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.2379484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.2811676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.4250040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.4536025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.4668128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.5234101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.5466180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.5920845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.6713732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.7030575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.7510466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.8117702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.8713663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.9659086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:29.9960111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1497342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1502759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1503349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1541625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1637245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1685569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1774337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1854901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1867388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1880471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1922333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1942544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.1951122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.2859469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.2862843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.2863645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.2895916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.2988963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3037660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3119344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3186686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3198860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3210904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3250991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3268921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.3276773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4128012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4132459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4133387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4165347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4259159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4306155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4394672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4474821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4489290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4502755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4544153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4561494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.4568567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.5492473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.5863573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.6014356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.6603091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.7027829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.7526733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.8120528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.8356815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.8830912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:30.9703880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.0338907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.1420721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.1739619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.3193113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.3640770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.3771805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.4354497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.4991695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.5446777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.5965739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.6246756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.6710036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.7477612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.8076438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.8951475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:31.9512124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1010299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1016103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1017210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1060014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1160355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1212028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1300236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1371019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1384461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1398439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1441016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1460459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.1470655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2418151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2422928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2423807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2458929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2552138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2602150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2688226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2765280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2778370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2792853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2836518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2858827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.2869209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3802522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3806692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3807364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3845875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3938467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.3986677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4068600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4136601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4149804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4162784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4203877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4222709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.4232374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5102569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5105756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5106386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5144890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5235684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5282679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5360628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5430655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5443056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5456291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5497400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5515457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.5524810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.6452176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.6842601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.6973923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.7438368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.7974586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.8596355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.9386722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:32.9881158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.0375096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.0955538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.1549738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.2378479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.2859056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.4075397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.4522046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.4654915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.5195500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.5547729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.6027327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.6918352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.7215981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.7894435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.8433486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.9176645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:33.9914677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.0458908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.1858502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.2301168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.2434036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.3157227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.3699716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.4038856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.4634494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.4911517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.5386945Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.6035191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.6879100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.7590393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.8139412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.9528927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:34.9975994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.0134704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.0713826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.1245238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.1557978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.2136263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.2425555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.2908190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.3474219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.4048525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.4711770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.4977889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.6280418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.6537495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.6671372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.7392785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.7925627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.8359193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.8952663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.9238654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:35.9747909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.0315685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.1151644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.1948668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.2511680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.3951969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.3956461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.3957135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.3995046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4089157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4137801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4224567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4292888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4306106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4319419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4360919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4377726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.4386435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5238799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5243011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5244041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5280662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5371575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5418913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5499965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5567288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5580553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5593541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5634704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5651384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.5660214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.6550250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.6977101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.7109429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.7749447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.8106344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.8757464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.9531503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:36.9869119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.0385755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.0943156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.1549173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.2378727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.2899542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.4205152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.4652113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.4787196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.5356926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.5911217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.6246858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.7034670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.7328760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.7872190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.8537148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:37.9151900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.0099513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.0619357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.2084874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.2222946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.2357132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.3075766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.3695963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.4174961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.4703958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.5020569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.5630903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.6156171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.6738758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.7539050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.7978858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.9235890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.9498199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:38.9840106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.0155128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.0507870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.0941968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.1554802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.1833545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.2388308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.3074711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.3788313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.4418430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.4713284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.5851601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.5980805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.6114549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.6836584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.7362916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.7871086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.8631370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.8917718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.9309988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:39.9874751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.0512716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.1299777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.1899502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.3249761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.3379852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.3511199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.3874889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.4227752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.4719849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.5228472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.5574835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.5989366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.6623376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.7355044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.8099431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.8480647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:40.9991587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.0432750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.0566257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.1319372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.1874821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.2320047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.2817492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.3377804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.3818051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.4811212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.5326044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.6149558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.6657858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.8158048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.8599870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.8733850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:41.9477161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.0008598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.0321206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.1184415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.1444411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.1868801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.2433743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.3029094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.3817789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.4351252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.5741961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.6181606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.6313905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.7035817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.7265629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.7678316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.8267239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.8619273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.9160150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:42.9914303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.0467327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.1298841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.1858511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.3258799Z ok (27.103s) 2022-08-17T12:34:43.3294160Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.3453960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.3707440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.3946153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.4226261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.4639006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.4865563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.5145822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.5425808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.5705689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.6031094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.6426632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.6828948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.7187009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.7334422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.7654771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.8131460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.8386504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.8628150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.8895163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.9218394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.9488024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:43.9787710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.0068220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.0349528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.0627931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.0986809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.1387994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.1523454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.1816939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.2083687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.2467180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.2866732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.3147273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.3587702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.3894553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.4030935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.4389752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.4614295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.5102004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.5500652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.5784867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.6212118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.6466117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.6746085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.7026202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.7305934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.7586011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.7984810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.8302508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.8547914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.8825761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.9106655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.9386746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.9665348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:44.9945995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.0227028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.0504967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.0785378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.1066932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.1347991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.1628124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.1907042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.2506144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.2669908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.3037499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.3465588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.3807758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.4066247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.4356288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.4573634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.4875663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.5266260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.5529634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.5786691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.6066955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.6345847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.6626638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.6907288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.7214554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.7482454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.7688695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.7946354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.8345971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.8586068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.8894559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.9788016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:45.9931676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.0187467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.0455398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.0827726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.1108872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.1386395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.1652929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.1948122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.2227642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.2655528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.2907008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.3107313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.3379321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.3666867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.3947730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.4356371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.4757586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.5145159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.5409470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.5669347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.6065656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.6333431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.6600302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.6893486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.7386919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.7690435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.7946639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.8306483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.8586002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.8902985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.9183485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.9505765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:46.9785765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.0074563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.0345245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.0702979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.0985894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.1384095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.1666196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.1861611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.2246137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.2598800Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.2933751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.3240991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.3413928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.3734986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.3985847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.4253597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.4542722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.4814648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.5294243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.5612932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.5933831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.6093083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.6413081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.6784335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.7053002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.7373552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.7693300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.8013526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.8333610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.8654001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.8972831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.9293832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.9613490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:47.9813786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.0093691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.0413553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.0862434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.1012849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.1333147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.1837583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.2106329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.2386143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.2630517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.2918061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.3187138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.3616612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.3986687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.4455460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.4775021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.5177478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.5546558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.5832626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.6106893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.6387792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.6668374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.6946780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.7226173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.7624659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.7889725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.8146742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.8427807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.8717809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.8987655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.9265351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.9546897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:48.9826409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.0105289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.0386802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.0706229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.1105286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.1505148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.1878006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.2238595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.2676610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.2986244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.3386735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.3775691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.4102978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.4253904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.4573944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.4894304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.5334521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.5494067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.5814680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.6135519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.6386387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.6654230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.6934708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.7254506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.7574135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.7716857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.8053818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.8266715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.8494397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.8814641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.9185127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.9453605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:49.9852802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.0094207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.0559535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.0828296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.1108955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.1347079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.1627467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.1907910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.2175205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.2467320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.2746247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.3015347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.3307431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.3588386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.4056431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.4468581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.4707874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.4975303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.5380624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.5803163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.6149388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.6495291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.6766742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.7036103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.7437509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.7706279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.8107266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.8387101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.8745266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.9145242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.9505953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:50.9907122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.0215635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.0376347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.0616539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.1038563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.1311171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.1587142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.1867434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.2295943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.2771881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.3075061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:34:51.4461489Z ok (8.120s) 2022-08-17T12:34:51.5236443Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.077s) 2022-08-17T12:34:51.6146503Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.091s) 2022-08-17T12:34:51.7083272Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.093s) 2022-08-17T12:34:51.8015210Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.092s) 2022-08-17T12:34:51.8958567Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.094s) 2022-08-17T12:34:51.9000583Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-08-17T12:34:51.9086176Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9092802Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9153607Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9160732Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9169762Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9179440Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9188609Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9196325Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9205658Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9212191Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9223828Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9282684Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9289541Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9297442Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9339747Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9346435Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9362464Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9428310Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9435043Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-08-17T12:34:51.9475848Z ok (0.047s) 2022-08-17T12:34:54.4763594Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.529s) 2022-08-17T12:34:54.4997972Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.023s) 2022-08-17T12:34:54.7472238Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.247s) 2022-08-17T12:35:06.3348150Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (11.587s) 2022-08-17T12:35:06.3384330Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.3515801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.4024129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.4315638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.4906084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.5171411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.5702743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.5837527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.6632460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.6636259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.7342092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.7472985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.8137688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.8399268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.9018434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:06.9134293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.0015902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.0294023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.0901640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.1148644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.1787505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.1921303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.2502427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.2614599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.3368004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.3501006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.4211533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.4345092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.5054138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.5174696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.5741342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.5855040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.6732985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.6853453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.7340151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.7471341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.8142659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.8273280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.9023968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.9153923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.9862405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:07.9863171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.0613474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.0714167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.1392855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.1525232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.2230387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.2360793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.3224984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.3355132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.4071423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.4202296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.4911433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.5042361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.5750680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.5881563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.6775162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.6907488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.7619525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.7751455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.8461549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.8612064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.9308474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:08.9440959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.0266281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.0267110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.0981199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.1094793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.1562105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.1693777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.2420923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.2570157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.3440617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.3574253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.4142547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.4254599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.4979783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.5130287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.5826185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.5980964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.6814200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.6933685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.7388587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.7526448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.8258663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.8373917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.9101226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:09.9273643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.0138742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.0142464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.0852445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.0986064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.1719383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.1815303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.2528574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.2661726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.3337357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.3475738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.4057936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.4174792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.4756161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.5019212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.5462000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.5596346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.6483660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.6614150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.7323496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.7454226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.7940903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.7943334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.8658693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.8790801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.9536709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.9538902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:10.9944748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.0077128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.0615000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.0732775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.1420366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.1573739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.2486949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.2618471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.3344077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.3477933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.4055841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.4174351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.4901907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.5014452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.5637453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.5642437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.6221522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.6335649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.6660963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.6793528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.7502401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.7523722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.8162301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.8162982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.8744027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.8853717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.9340327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:11.9454487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.0144190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.0274842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.1065445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.1197788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.1914871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.2054613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.2619990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.2806061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.3461340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.3591370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.4383186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.4526775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.5100725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.5213967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.5797772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.5929065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.6524449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.6690431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.7496486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.7653961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.8221122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.8334217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.9060168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.9191059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:12.9898132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.0013942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.0768845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.0907116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.1622784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.1796860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.2513158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.2648377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.3260293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.3397398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.4302988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.4434808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.4983362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.5254311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.5865760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.5996801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.6618674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.6734212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.7618469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.7748297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.8459189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.8574365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.9298011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:13.9413984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.0057395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.0214356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.1054496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.1187428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.1902430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.2034075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.2771447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.2884441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.3591443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.3723293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.4635453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.4773798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.5339723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.5453587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.6178459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.6293705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.6871818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.6876121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.7643125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.7773427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.8338762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.8476145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.9059850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.9196373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.9778236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:14.9892986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.0758700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.0891330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.1591730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.1724272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.2337992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.2452902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.2741307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.2877118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.3603638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.3604663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.3744590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.3882482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.4422147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.4554890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.5057745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.5173134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.5927359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.6052643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.6497776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.6612561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.7340272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.7472849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.8056561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.8173153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.8937714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.9093204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.9661097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:15.9811595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.0462772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.0596226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.1324962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.1493970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.2230736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.2361125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.2937655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.3053022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.3786929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.3925404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.4538247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.4653595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.5531114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.5653901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.6106467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.6214413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.6939832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.7053604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.7780368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.7893916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.8783849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.8785922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.9386398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:16.9388720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.0097103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.0212368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.0940287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.1072644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.1814339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.1973851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.2699296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.2751768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.3302120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.3414355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.4001528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.4171627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.4927905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.5073102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.5701438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.5814010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.6538810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.6652753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.7013398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.7133852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.8030656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.8173518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.8858880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.8973447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.9700139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:17.9814088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.0540557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.0677329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.1499819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.1501270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.2220672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.2371343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.3069026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.3202475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.3910969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.4042105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.4722485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.4727442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.4865666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.4997733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.5699456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.5973920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.6541352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.6693822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.7328660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.7459675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.8180676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.8299571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.9020632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.9151587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.9738891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:18.9853433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.0723994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.0728715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.1460773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.1724699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.2344387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.2476376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.3102637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.3235818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.3982109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.4113755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.4833462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.4972759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.5672179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.5676314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.5941441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.6079150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.6831778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.6932690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.7418673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.7533828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.8258402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.8373891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.9100410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.9231753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:19.9991651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.0122656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.0700851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.0814348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.1396179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.1528061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.2219642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.2352128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.3143387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.3281150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.3898965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.4013474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.4726423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.4870052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.5628829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.5733161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.6250622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.6251270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.6540857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.6673074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.7378210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.7493704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.8071114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.8203491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.9065261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.9196522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:20.9899004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.0031520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.0750479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.0931139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.1620356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.1733913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.2484107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.2614953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.3339778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.3454326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.4179796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.4311407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.4723995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.4853784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.5871376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.6008588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.6618974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.6734461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.7447104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.7591928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.8297268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.8413127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.9143821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.9287286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:21.9858573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.0119317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.0739374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.0853016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.1105909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.1241491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:35:22.2084532Z ok (15.874s) 2022-08-17T12:35:22.2097691Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-08-17T12:35:22.2110677Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-08-17T12:35:22.2116908Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-08-17T12:35:22.2134770Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-08-17T12:35:22.2147832Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-08-17T12:35:22.2257317Z First checks to see if _equalize.equalize can handle multiple ... ok (0.012s) 2022-08-17T12:35:22.2276872Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-08-17T12:35:22.2493253Z Checks to see if eager mode equalization supports fused ... ok (0.023s) 2022-08-17T12:35:22.2511753Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-08-17T12:35:22.2691099Z Checks to see if eager mode equalization supports fused ... ok (0.020s) 2022-08-17T12:35:22.4828600Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.214s) 2022-08-17T12:35:22.4845917Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:22.4913836Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1467: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-08-17T12:35:22.4915010Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-08-17T12:35:22.4916358Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1473: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-08-17T12:35:22.4917328Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-08-17T12:35:22.5379593Z ok (0.055s) 2022-08-17T12:35:22.5396098Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:22.5501737Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:717: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-08-17T12:35:22.5502200Z f"Cannot equalize {node} because it is part of a branch." 2022-08-17T12:35:22.5509286Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:717: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-08-17T12:35:22.5509680Z f"Cannot equalize {node} because it is part of a branch." 2022-08-17T12:35:22.5634477Z ok (0.025s) 2022-08-17T12:35:22.5647600Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:22.7015893Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:22.7017365Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:22.7504369Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:22.7505176Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:23.0363398Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:23.0364193Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:23.6303033Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:23.6303787Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:23.7633779Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:23.7634568Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:24.5457420Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:24.5458216Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:24.7451291Z ok (2.181s) 2022-08-17T12:35:24.7461343Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:24.8014475Z After applying the equalization functions, check if the equalization ... ok (0.056s) 2022-08-17T12:35:24.8063128Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:24.8185377Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:277: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-08-17T12:35:24.8186248Z "must run observer before calling calculate_qparams. " + 2022-08-17T12:35:24.8187352Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:180: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-08-17T12:35:24.8188129Z "Must run observer before calling calculate_equalization_scale. " + 2022-08-17T12:35:24.8189270Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:95: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-08-17T12:35:24.8190168Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-08-17T12:35:24.9126618Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:285: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-08-17T12:35:24.9127359Z "must run observer before calling calculate_qparams. " + 2022-08-17T12:35:25.3169682Z ok (0.515s) 2022-08-17T12:35:25.3185350Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:25.5122839Z Tests that graphs created after prepare_fx is as expected ... ok (0.195s) 2022-08-17T12:35:25.5132101Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:25.8282527Z Tests that for small models, the results of quantized models that ... ok (0.316s) 2022-08-17T12:35:25.8294163Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:25.8847388Z After applying the equalization functions check if the weights and ... ok (0.056s) 2022-08-17T12:35:25.8867315Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-08-17T12:35:26.0249079Z Tests that we are able to run numeric suite on the equalized model ... ok (0.140s) 2022-08-17T12:35:26.2151659Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.190s) 2022-08-17T12:35:26.2671052Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.052s) 2022-08-17T12:35:26.3028882Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.036s) 2022-08-17T12:35:26.3038610Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-08-17T12:35:26.3555096Z Verify that graph matching works on methods ... ok (0.053s) 2022-08-17T12:35:26.5317568Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.176s) 2022-08-17T12:35:26.5523426Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1173: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-08-17T12:35:26.5524386Z Returning default scale and zero point " 2022-08-17T12:35:26.6592977Z ok (0.127s) 2022-08-17T12:35:26.6622815Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-08-17T12:35:26.6686983Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-08-17T12:35:26.8351768Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.166s) 2022-08-17T12:35:26.8565947Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:26.8567185Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:26.9212110Z ok (0.086s) 2022-08-17T12:35:27.0079986Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.087s) 2022-08-17T12:35:27.1643772Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.156s) 2022-08-17T12:35:27.2491232Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.085s) 2022-08-17T12:35:27.3505565Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.101s) 2022-08-17T12:35:27.3517720Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-08-17T12:35:27.3970764Z Verify that graph matching works on user defined functions ... ok (0.046s) 2022-08-17T12:35:27.3987970Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-08-17T12:35:27.3989107Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-08-17T12:35:27.3990261Z /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-17T12:35:27.3991014Z warnings.warn(msg) 2022-08-17T12:35:31.0676552Z ok (3.670s) 2022-08-17T12:35:35.6419919Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.574s) 2022-08-17T12:35:35.6428979Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:35:37.7891540Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.146s) 2022-08-17T12:35:37.7901722Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:35:37.9965713Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:37.9966771Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:38.4242483Z ok (0.634s) 2022-08-17T12:35:38.8783667Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.454s) 2022-08-17T12:35:38.8790689Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:38.9301183Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-08-17T12:35:38.9302007Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-08-17T12:35:38.9785104Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-08-17T12:35:39.0040091Z ok (0.126s) 2022-08-17T12:35:39.7230962Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.719s) 2022-08-17T12:35:40.2069174Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.484s) 2022-08-17T12:35:40.2896576Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.083s) 2022-08-17T12:35:40.3479579Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:40.3480924Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:40.3482211Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:40.3483235Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:40.3484452Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:40.3485488Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:40.3488209Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1258: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-08-17T12:35:40.3488935Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-08-17T12:35:41.2607940Z ok (0.971s) 2022-08-17T12:35:42.2487260Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.988s) 2022-08-17T12:35:42.2494847Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:35:42.4871700Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.237s) 2022-08-17T12:35:42.5721936Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.085s) 2022-08-17T12:35:43.0737880Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.501s) 2022-08-17T12:35:43.5077888Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.434s) 2022-08-17T12:35:44.6116266Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.104s) 2022-08-17T12:35:45.7924908Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.181s) 2022-08-17T12:35:45.9495474Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.157s) 2022-08-17T12:35:46.1216311Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-08-17T12:35:46.1217653Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-08-17T12:35:46.1257689Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-08-17T12:35:46.1258284Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-08-17T12:35:46.1280745Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-08-17T12:35:46.1282653Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-08-17T12:35:46.1332425Z ok (0.184s) 2022-08-17T12:35:46.2358864Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.102s) 2022-08-17T12:35:46.4422953Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.206s) 2022-08-17T12:35:46.5323532Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.090s) 2022-08-17T12:35:46.8971947Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.365s) 2022-08-17T12:35:47.3204943Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.423s) 2022-08-17T12:35:47.7273790Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.407s) 2022-08-17T12:35:47.7859024Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.058s) 2022-08-17T12:35:48.0568660Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.271s) 2022-08-17T12:35:48.1133938Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.056s) 2022-08-17T12:35:48.2113139Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.098s) 2022-08-17T12:35:48.2120905Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:48.8633015Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:49.0222878Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:49.1472758Z ok (0.936s) 2022-08-17T12:35:49.2338898Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.086s) 2022-08-17T12:35:49.8181601Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.584s) 2022-08-17T12:35:50.1350850Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.317s) 2022-08-17T12:35:50.1356625Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:50.3784452Z Verify that add_loggers works on methods ... ok (0.243s) 2022-08-17T12:35:50.8670457Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.488s) 2022-08-17T12:35:51.2737190Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.406s) 2022-08-17T12:35:52.1710791Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-08-17T12:35:52.1711742Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-08-17T12:35:52.1712597Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-08-17T12:35:52.1713262Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-08-17T12:35:52.1713880Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-08-17T12:35:52.1714338Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-08-17T12:35:52.1714915Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:35:52.1715453Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:35:52.1715989Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:52.1716497Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-08-17T12:35:52.3938989Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-08-17T12:35:52.3940075Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-08-17T12:35:52.3940900Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-08-17T12:35:52.3941378Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:35:52.3941870Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:52.3942378Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-08-17T12:35:52.5144854Z ok (1.241s) 2022-08-17T12:35:52.5180020Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:52.5243183Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-08-17T12:35:52.5249883Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:52.9057326Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-08-17T12:35:52.9058907Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-08-17T12:35:52.9061746Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-08-17T12:35:52.9064270Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-08-17T12:35:52.9657223Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-08-17T12:35:52.9658325Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-08-17T12:35:53.0218028Z ok (0.497s) 2022-08-17T12:35:53.1929785Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:53.1930836Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-08-17T12:35:53.3487167Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:35:53.3487679Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-08-17T12:35:53.3900136Z ok (0.368s) 2022-08-17T12:35:53.3906547Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:53.7181538Z Verifies that we can match pairs of ops which have the same aten ... ok (0.328s) 2022-08-17T12:35:53.8065999Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.088s) 2022-08-17T12:35:54.0002361Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.194s) 2022-08-17T12:35:54.0007997Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:54.1895772Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-08-17T12:35:54.1896655Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-08-17T12:35:54.2590987Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-08-17T12:35:54.3177478Z ok (0.317s) 2022-08-17T12:35:54.3204865Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:54.5822593Z Verify that NS APIs work on user defined functions ... /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:35:54.5823214Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-08-17T12:35:54.6431753Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-08-17T12:35:54.6432436Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-08-17T12:35:54.6449807Z ok (0.327s) 2022-08-17T12:35:54.6466818Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-08-17T12:35:54.6476849Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-08-17T12:35:54.6477699Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-08-17T12:35:54.9335079Z ok (0.288s) 2022-08-17T12:35:55.0138727Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.080s) 2022-08-17T12:35:56.1452987Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.131s) 2022-08-17T12:35:56.6336634Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.488s) 2022-08-17T12:35:56.6493402Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:308: 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:35:56.6494153Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-08-17T12:35:56.6494923Z /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:311: 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:35:56.6495469Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-08-17T12:35:56.8702632Z ok (0.237s) 2022-08-17T12:35:57.9469272Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.076s) 2022-08-17T12:35:58.5540907Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.607s) 2022-08-17T12:35:58.6955798Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.141s) 2022-08-17T12:35:59.5606933Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.865s) 2022-08-17T12:35:59.9979098Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.437s) 2022-08-17T12:36:00.3420824Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.344s) 2022-08-17T12:36:02.1708569Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1709382Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1777340Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1778043Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1812531Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1813284Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1882545Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1883073Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1918515Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1919369Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1954306Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.1954885Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2041538Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2042128Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2076983Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2077537Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2147648Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2148195Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2184319Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2184855Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:02.2233665Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-08-17T12:36:02.2236405Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-08-17T12:36:03.3842644Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3873640Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3891980Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3924577Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3942239Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3958841Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.3991284Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.4007816Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.4040805Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.4057528Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:03.4081233Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-08-17T12:36:07.9914211Z ok (7.649s) 2022-08-17T12:36:09.1463139Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1463857Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1484289Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1485521Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1518107Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1519081Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1540355Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1541305Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1572992Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1573783Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1595754Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1596914Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1628338Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1628893Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1652526Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.1653129Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7116375Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7126683Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7145545Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7156878Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7173820Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7185211Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7202767Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7214215Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-08-17T12:36:09.7217100Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-08-17T12:36:09.7226221Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-08-17T12:36:11.5393648Z ok (3.548s) 2022-08-17T12:36:15.7712374Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (4.232s) 2022-08-17T12:36:17.1926526Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:17.1927307Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:17.1938004Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:36:17.3153445Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:17.3162114Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:36:19.6043854Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:19.6044554Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:19.6052166Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:36:19.7283988Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-08-17T12:36:19.7291617Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-08-17T12:36:20.0111764Z ok (4.240s) 2022-08-17T12:36:20.2184181Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.207s) 2022-08-17T12:36:20.2224377Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-08-17T12:36:20.2240357Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-08-17T12:36:20.2243980Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-08-17T12:36:20.3303803Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.106s) 2022-08-17T12:36:20.3441672Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-08-17T12:36:20.3445518Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-08-17T12:36:20.3448247Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-08-17T12:36:20.3504604Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2022-08-17T12:36:20.3605913Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-08-17T12:36:20.3610845Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-08-17T12:36:20.3698930Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-08-17T12:36:20.7727531Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.403s) 2022-08-17T12:36:20.7783318Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-08-17T12:36:20.8995144Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.121s) 2022-08-17T12:36:20.9045205Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-08-17T12:36:20.9045875Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-08-17T12:36:20.9063364Z ok (0.007s) 2022-08-17T12:36:20.9075106Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-08-17T12:36:21.0481322Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.142s) 2022-08-17T12:36:21.0599126Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-08-17T12:36:21.0603807Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-08-17T12:36:21.0707120Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-08-17T12:36:21.0718007Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-08-17T12:36:21.1824262Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.112s) 2022-08-17T12:36:21.1938541Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-08-17T12:36:21.1943672Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-08-17T12:36:21.1996790Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-08-17T12:36:21.3800051Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.180s) 2022-08-17T12:36:21.3889049Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-08-17T12:36:21.3942776Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-08-17T12:36:21.3992979Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-08-17T12:36:21.6866307Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.287s) 2022-08-17T12:36:21.6907869Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-08-17T12:36:21.8422649Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.151s) 2022-08-17T12:36:21.8466228Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-08-17T12:36:21.8504720Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-08-17T12:36:21.8544832Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-08-17T12:36:21.9286919Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.074s) 2022-08-17T12:36:21.9557015Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.027s) 2022-08-17T12:36:21.9577710Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-08-17T12:36:21.9715756Z Test case that checks whether forward pre hooks of the first module and ... ok (0.016s) 2022-08-17T12:36:22.0206201Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.049s) 2022-08-17T12:36:22.3493345Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.329s) 2022-08-17T12:36:22.3960108Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.047s) 2022-08-17T12:36:22.4009022Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.005s) 2022-08-17T12:36:22.4036681Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-08-17T12:36:23.2183913Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.814s) 2022-08-17T12:36:23.4999658Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.282s) 2022-08-17T12:36:23.5020328Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-08-17T12:36:23.5378068Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.036s) 2022-08-17T12:36:23.5453729Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-08-17T12:36:23.5552507Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-08-17T12:36:23.5608825Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-08-17T12:36:23.5688987Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-08-17T12:36:23.5707097Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-08-17T12:36:23.5750569Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-08-17T12:36:23.5770506Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-08-17T12:36:23.5814552Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-08-17T12:36:23.7053451Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.124s) 2022-08-17T12:36:23.7065947Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-08-17T12:36:23.7484477Z TODO: add test for all fused modules ... ok (0.043s) 2022-08-17T12:36:23.7549516Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:36:23.7550336Z warnings.warn(msg, FutureWarning) 2022-08-17T12:36:23.7557016Z ok (0.007s) 2022-08-17T12:36:23.7629301Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.007s) 2022-08-17T12:36:23.7651101Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-08-17T12:36:23.7780768Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.015s) 2022-08-17T12:36:23.7803749Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-08-17T12:36:23.8149003Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.037s) 2022-08-17T12:36:23.8261496Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.011s) 2022-08-17T12:36:23.8429852Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.017s) 2022-08-17T12:36:23.8633121Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.020s) 2022-08-17T12:36:23.9018014Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.038s) 2022-08-17T12:36:23.9303905Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.028s) 2022-08-17T12:36:23.9317736Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-08-17T12:36:23.9377169Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.006s) 2022-08-17T12:36:23.9470145Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-08-17T12:36:23.9661300Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.019s) 2022-08-17T12:36:24.0232953Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.057s) 2022-08-17T12:36:24.0697450Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.046s) 2022-08-17T12:36:24.0835327Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.014s) 2022-08-17T12:36:24.1061019Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.022s) 2022-08-17T12:36:24.1995271Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.093s) 2022-08-17T12:36:24.2225873Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.023s) 2022-08-17T12:36:24.2550440Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.032s) 2022-08-17T12:36:24.2561980Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.2714600Z Tests the constructor of the ModelReport class. ... ok (0.016s) 2022-08-17T12:36:24.2716722Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.2723819Z Tests for generation of qconfigs by ModelReport API ... ok (0.001s) 2022-08-17T12:36:24.2741670Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.3190534Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1057: 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:36:24.3191174Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-08-17T12:36:24.4033428Z ok (0.131s) 2022-08-17T12:36:24.4044458Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.4354917Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.032s) 2022-08-17T12:36:24.4373067Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.4611785Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.026s) 2022-08-17T12:36:24.4614255Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-08-17T12:36:24.4621005Z Tests for generation of qconfigs by ModelReport API ... ok (0.001s) 2022-08-17T12:36:24.5048458Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.042s) 2022-08-17T12:36:24.5261446Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-08-17T12:36:24.5479346Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.022s) 2022-08-17T12:36:24.5641994Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-08-17T12:36:24.5851624Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-08-17T12:36:24.5972061Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.012s) 2022-08-17T12:36:24.6191661Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.022s) 2022-08-17T12:36:24.6320324Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2022-08-17T12:36:24.6509041Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.019s) 2022-08-17T12:36:24.7516973Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.101s) 2022-08-17T12:36:24.7557663Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.004s) 2022-08-17T12:36:24.7680015Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.012s) 2022-08-17T12:36:24.7688824Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-08-17T12:36:24.8007165Z Tests the generate_table_view() ... ok (0.033s) 2022-08-17T12:36:24.8014559Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-08-17T12:36:24.8334019Z Tests the generate_table_view() ... ok (0.033s) 2022-08-17T12:36:24.8340357Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-08-17T12:36:24.8639838Z Tests the generate_table_view() ... ok (0.030s) 2022-08-17T12:36:24.8651250Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-08-17T12:36:24.8965617Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.032s) 2022-08-17T12:36:41.3256450Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (16.429s) 2022-08-17T12:36:45.2413901Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (3.916s) 2022-08-17T12:36:45.5074879Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.266s) 2022-08-17T12:36:46.0115568Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.504s) 2022-08-17T12:36:46.5220923Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.510s) 2022-08-17T12:36:46.6432801Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.121s) 2022-08-17T12:36:46.6682535Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.025s) 2022-08-17T12:36:46.8498934Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.182s) 2022-08-17T12:36:47.0075329Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.157s) 2022-08-17T12:36:47.1807593Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.173s) 2022-08-17T12:36:47.2977795Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.117s) 2022-08-17T12:36:47.3005374Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:47.3481027Z ok (0.050s) 2022-08-17T12:36:47.7956626Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.447s) 2022-08-17T12:36:47.7998466Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:47.8131194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:47.8606479Z ok (0.065s) 2022-08-17T12:36:48.1397300Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.279s) 2022-08-17T12:36:48.2570122Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.117s) 2022-08-17T12:36:48.2595492Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:48.3058264Z ok (0.049s) 2022-08-17T12:36:48.7243194Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.418s) 2022-08-17T12:36:48.7279483Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:48.7515075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T12:36:48.8271325Z ok (0.103s) 2022-08-17T12:36:49.2719151Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.445s) 2022-08-17T12:36:49.3342170Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.062s) 2022-08-17T12:36:49.4307673Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.097s) 2022-08-17T12:36:49.4360692Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-08-17T12:36:49.8205044Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.384s) 2022-08-17T12:36:49.8281686Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-08-17T12:36:49.8296700Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-08-17T12:36:49.8297817Z warnings.warn(msg) 2022-08-17T12:36:49.8841933Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-08-17T12:36:50.0574673Z 2022-08-17T12:36:50.1601955Z 0%| | 0.00/13.6M [00:00_f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-08-17T12:58:14.8440500Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-08-17T12:58:14.8477095Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-08-17T12:58:14.8525014Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-08-17T12:58:14.8575700Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-08-17T12:58:14.8612472Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-08-17T12:58:14.8655402Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-08-17T12:58:14.8703135Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-08-17T12:58:14.8757630Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.8821145Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.012s) 2022-08-17T12:58:14.8830951Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.8887102Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-08-17T12:58:14.8900680Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.8933260Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-08-17T12:58:14.8944163Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.8995546Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-08-17T12:58:14.9005939Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9057620Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-08-17T12:58:14.9067790Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9090706Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-08-17T12:58:14.9099579Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9146628Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-08-17T12:58:14.9157798Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9209248Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-08-17T12:58:14.9266255Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-08-17T12:58:14.9328774Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-08-17T12:58:14.9340500Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9412301Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-08-17T12:58:14.9420322Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9447614Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-08-17T12:58:14.9458564Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9508377Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-08-17T12:58:14.9620772Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.011s) 2022-08-17T12:58:14.9675555Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-08-17T12:58:14.9734625Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-08-17T12:58:14.9742129Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9787196Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-08-17T12:58:14.9801133Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-08-17T12:58:14.9848573Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-08-17T12:58:14.9906688Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-08-17T12:58:14.9957944Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-08-17T12:58:14.9974077Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /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:14.9975068Z warnings.warn(msg, FutureWarning) 2022-08-17T12:58:15.0016668Z ok (0.006s) 2022-08-17T12:58:15.0067644Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-08-17T12:58:15.0117815Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-08-17T12:58:15.0167366Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-08-17T12:58:15.0217673Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-08-17T12:58:15.0266584Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-08-17T12:58:15.0273587Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0295859Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-08-17T12:58:15.0296259Z %x : [#users=2] = placeholder[target=x] 2022-08-17T12:58:15.0296565Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-08-17T12:58:15.0296895Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-08-17T12:58:15.0297166Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-08-17T12:58:15.0297460Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-08-17T12:58:15.0297720Z return add_1 2022-08-17T12:58:15.0301896Z ok (0.003s) 2022-08-17T12:58:15.0307814Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0331326Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-08-17T12:58:15.0331800Z %x : [#users=2] = placeholder[target=x] 2022-08-17T12:58:15.0332246Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-08-17T12:58:15.0332610Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-08-17T12:58:15.0332909Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-08-17T12:58:15.0333230Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-08-17T12:58:15.0333481Z return add_1 2022-08-17T12:58:15.0337474Z ok (0.003s) 2022-08-17T12:58:15.0342146Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0360803Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-08-17T12:58:15.0361330Z %x : [#users=1] = placeholder[target=x] 2022-08-17T12:58:15.0361671Z %y : [#users=0] = placeholder[target=y] 2022-08-17T12:58:15.0361938Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-08-17T12:58:15.0362183Z return add 2022-08-17T12:58:15.0365936Z ok (0.003s) 2022-08-17T12:58:15.0371344Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0390681Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-08-17T12:58:15.0391037Z %x : [#users=1] = placeholder[target=x] 2022-08-17T12:58:15.0391278Z %y : [#users=1] = placeholder[target=y] 2022-08-17T12:58:15.0391546Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-08-17T12:58:15.0391874Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-08-17T12:58:15.0392120Z return add_1 2022-08-17T12:58:15.0396039Z ok (0.003s) 2022-08-17T12:58:15.0402510Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0423251Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-08-17T12:58:15.0423825Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-08-17T12:58:15.0424158Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-08-17T12:58:15.0424820Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-08-17T12:58:15.0425064Z return mul 2022-08-17T12:58:15.0428891Z ok (0.003s) 2022-08-17T12:58:15.0434214Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0456902Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-08-17T12:58:15.0457460Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-08-17T12:58:15.0457916Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-08-17T12:58:15.0458396Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-08-17T12:58:15.0458744Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-08-17T12:58:15.0458989Z return mul 2022-08-17T12:58:15.0462963Z ok (0.003s) 2022-08-17T12:58:15.0468512Z test_simple (fx.test_dce_pass.TestDCE) 2022-08-17T12:58:15.0490117Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-08-17T12:58:15.0490466Z %x : [#users=2] = placeholder[target=x] 2022-08-17T12:58:15.0490735Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-08-17T12:58:15.0491021Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-08-17T12:58:15.0491317Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-08-17T12:58:15.0491557Z return add_1 2022-08-17T12:58:15.0495579Z ok (0.003s) 2022-08-17T12:58:15.0528426Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.0621824Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-08-17T12:58:15.0875576Z test_annotations_empty_tuple (__main__.TestFX) ... ok (0.025s) 2022-08-17T12:58:15.0913458Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.0947727Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.0989353Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1025033Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.1057551Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.1073249Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.1110793Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1158367Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.1206470Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.1251714Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1290668Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1330182Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1375583Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1416984Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.1470300Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.2127352Z test_autowrap_functions (__main__.TestFX) ... ok (0.066s) 2022-08-17T12:58:15.2173532Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.2204466Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.2219639Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:15.2256328Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.2289429Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.2469101Z test_custom_codegen (__main__.TestFX) ... ok (0.018s) 2022-08-17T12:58:15.2520058Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.2541534Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.2584761Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.2623338Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.2662311Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.2704126Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.2799785Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.009s) 2022-08-17T12:58:15.2848048Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.2862804Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:15.2915591Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.4666107Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.175s) 2022-08-17T12:58:15.4704956Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.4755134Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.4798048Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /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:15.4798716Z warnings.warn(msg, FutureWarning) 2022-08-17T12:58:15.4798927Z ok (0.004s) 2022-08-17T12:58:15.4834992Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.4869140Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.4931093Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:15.4964362Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.4978394Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:15.5010932Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.5060562Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.5081496Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.5227849Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.015s) 2022-08-17T12:58:15.5462258Z test_fn_type_annotations (__main__.TestFX) ... ok (0.023s) 2022-08-17T12:58:15.5498639Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.5544348Z test_fx_create_arg (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.5576199Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.5618573Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.6968981Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.135s) 2022-08-17T12:58:15.6973135Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-08-17T12:58:15.7262539Z test_getitem_subproc (__main__.TestFX) ... ok (0.029s) 2022-08-17T12:58:15.7326312Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:15.7357933Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.7734502Z test_graph_module (__main__.TestFX) ... ok (0.037s) 2022-08-17T12:58:15.7777186Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.7816180Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.7854350Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.7889293Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:15.7908502Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.7921274Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:15.7933888Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:15.7952258Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.7990217Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:15.8013485Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.8073049Z test_inline_graph (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:15.8096170Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:15.8144066Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:15.8174934Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.1062807Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.288s) 2022-08-17T12:58:16.4123856Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.306s) 2022-08-17T12:58:16.4163916Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4205914Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4250757Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4352471Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.010s) 2022-08-17T12:58:16.4391133Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4434668Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4474067Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4510423Z test_leaf_module (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4563288Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:16.4608923Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.4633167Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:16.4657345Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:16.4724439Z test_multiple_default_args (__main__.TestFX) ... ok (0.007s) 2022-08-17T12:58:16.4774480Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:16.4808433Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.4839045Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.5071882Z test_native_callable (__main__.TestFX) ... ok (0.023s) 2022-08-17T12:58:16.5084168Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:16.5118338Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.5150557Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.5204074Z test_partial_trace (__main__.TestFX) ... 2022-08-17T12:58:16.5204312Z 2022-08-17T12:58:16.5204330Z 2022-08-17T12:58:16.5204475Z def forward(self, x, y_1): 2022-08-17T12:58:16.5204842Z eq = y_1 == True; y_1 = None 2022-08-17T12:58:16.5205588Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-08-17T12:58:16.5205887Z mul = 2 * x; x = None 2022-08-17T12:58:16.5206067Z return mul 2022-08-17T12:58:16.5206223Z 2022-08-17T12:58:16.5210861Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:502: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-08-17T12:58:16.5211385Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-08-17T12:58:16.5225912Z ok (0.007s) 2022-08-17T12:58:16.5273496Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:16.5337195Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:16.5409670Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-08-17T12:58:16.5485170Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-08-17T12:58:16.5501982Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-08-17T12:58:16.5502567Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-08-17T12:58:16.5503051Z ok (0.002s) 2022-08-17T12:58:16.5534339Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.5566053Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.5606735Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.5653268Z test_pretty_print_targets (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:16.5674254Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:16.6822965Z test_pytree (__main__.TestFX) ... ok (0.115s) 2022-08-17T12:58:16.6879893Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:16.6900243Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:16.6944334Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:16.6958264Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:16.6971996Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:16.6993402Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:16.8451194Z test_replace_uses (__main__.TestFX) ... ok (0.146s) 2022-08-17T12:58:16.8456037Z test_reserved_getattr (__main__.TestFX) 2022-08-17T12:58:16.8484036Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-08-17T12:58:16.8517840Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.8661912Z test_return_type_exists (__main__.TestFX) ... ok (0.014s) 2022-08-17T12:58:16.8751004Z test_script_method_trace (__main__.TestFX) ... ok (0.009s) 2022-08-17T12:58:16.8893008Z test_script_tensor_constant (__main__.TestFX) ... ok (0.014s) 2022-08-17T12:58:16.8926901Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.8962183Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:16.9407465Z test_shape_prop_layout (__main__.TestFX) ... ok (0.044s) 2022-08-17T12:58:17.4642056Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.523s) 2022-08-17T12:58:17.4694236Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.4739839Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.4821951Z test_sqrt (__main__.TestFX) ... ok (0.008s) 2022-08-17T12:58:17.4853884Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.4891914Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.4917345Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5101140Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.018s) 2022-08-17T12:58:17.5205837Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.010s) 2022-08-17T12:58:17.5253614Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.5312706Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2022-08-17T12:58:17.5367623Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.5400518Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5432633Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5478415Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.5512375Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5746586Z test_torch_fx_len (__main__.TestFX) ... ok (0.023s) 2022-08-17T12:58:17.5784863Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.5814696Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5848927Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5862835Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-08-17T12:58:17.5892193Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5921099Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5951151Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.5983604Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6001383Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+gitce6a3c6 2022-08-17T12:58:17.6056617Z ok (0.007s) 2022-08-17T12:58:17.6219588Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-08-17T12:58:17.6266124Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.6315427Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.6362848Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-08-17T12:58:17.6396476Z test_tuple_no_subscript (__main__.TestFX) ... /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:17.6397065Z warnings.warn(msg, FutureWarning) 2022-08-17T12:58:17.6422617Z ok (0.006s) 2022-08-17T12:58:17.6436655Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:17.6470977Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6501062Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6526831Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6555144Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6585782Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6614026Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6751806Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.014s) 2022-08-17T12:58:17.6881135Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.013s) 2022-08-17T12:58:17.6918522Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.6951563Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.6990090Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.7027165Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.7070397Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.7099104Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-08-17T12:58:17.7136715Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-08-17T12:58:17.7148412Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-08-17T12:58:17.7167426Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-08-17T12:58:17.7175122Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-08-17T12:58:17.7187181Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-08-17T12:58:17.7192697Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-08-17T12:58:17.7277395Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-08-17T12:58:17.7302064Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-08-17T12:58:17.7313970Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7345795Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7369793Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7395592Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7420862Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7443957Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7467979Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7492856Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7516586Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7542131Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7566071Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7577437Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7588344Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7599146Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7625914Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7636691Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7661506Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7685598Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7709025Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7719786Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7731073Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7741826Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7752577Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7763283Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7774360Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7785008Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7795611Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7806451Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7835482Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7846184Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.7872033Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7897759Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.7921530Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7945854Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7970855Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.7994876Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8018151Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8029169Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8054385Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8082394Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.8106574Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8131783Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8155000Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8179848Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8204097Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8228797Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8253727Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8264193Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8287329Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8311369Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8341385Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.8365097Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8376325Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8398387Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8421037Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8443681Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8454798Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8482717Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.8507292Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8531408Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8555988Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8579688Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8605240Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8629347Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8652047Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8663056Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8673757Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8698783Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8728255Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.8739144Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.8765096Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.8789364Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8813187Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8836059Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8861001Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8885075Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8909708Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8932712Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8957030Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.8981582Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9006984Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9039229Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9053539Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9078047Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9109264Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.9133750Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9156690Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9180475Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9191362Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9215717Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9257306Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-08-17T12:58:17.9268133Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9278959Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9289711Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9300661Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9311307Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9321983Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9348952Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.9359752Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9384861Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9407441Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9418346Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9442411Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9453542Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9476569Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9487165Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9510553Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9537643Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.9560800Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9589833Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.9619142Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-08-17T12:58:17.9629736Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9640432Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9665412Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9676081Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-08-17T12:58:17.9701293Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9726945Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9751693Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-08-17T12:58:17.9773715Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-08-17T12:58:17.9774255Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:58:17.9778223Z ok (0.003s) 2022-08-17T12:58:17.9799034Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /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:58:17.9799622Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:58:17.9804304Z ok (0.003s) 2022-08-17T12:58:17.9824549Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /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:58:17.9825129Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:58:17.9829373Z ok (0.002s) 2022-08-17T12:58:17.9840594Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9850473Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9860140Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9869745Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9879165Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9888722Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9898485Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9907999Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9917397Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9926721Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9936522Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9945957Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9955589Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9964965Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9975458Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9984865Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:17.9994310Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0004043Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0013986Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0023802Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0033561Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0043763Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0053446Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0062976Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0072497Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0082047Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0091629Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0101219Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0111021Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0126142Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.0143645Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0160017Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0196234Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.0224369Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.0271428Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.0316798Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.0336711Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0355718Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0381387Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.0404150Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0428866Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0476335Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.0500477Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0523595Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0549387Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:18.0550372Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.0550608Z ok (0.003s) 2022-08-17T12:58:18.0564458Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.0589701Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0616440Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.0637612Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0658460Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0702909Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.0722079Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0733304Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0743866Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0759234Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.0775537Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0804316Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.0820112Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.0835897Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0847572Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0858057Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0867785Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0893505Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.0904157Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0914569Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0924732Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0939493Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.0950210Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0960695Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0971255Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.0988891Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1037213Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.1049053Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1061012Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1084841Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1097427Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1111594Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.1122462Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1133142Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1154930Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T12:58:18.1155824Z L = torch.cholesky(A) 2022-08-17T12:58:18.1156082Z should be replaced with 2022-08-17T12:58:18.1156339Z L = torch.linalg.cholesky(A) 2022-08-17T12:58:18.1156559Z and 2022-08-17T12:58:18.1156786Z U = torch.cholesky(A, upper=True) 2022-08-17T12:58:18.1157044Z should be replaced with 2022-08-17T12:58:18.1157292Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T12:58:18.1157882Z 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:58:18.1158363Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.1159038Z ok (0.003s) 2022-08-17T12:58:18.1186475Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1219888Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1235717Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1254799Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1281624Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1308761Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1325019Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1342541Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1371062Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1398257Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1412787Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.1426114Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.1484082Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:18.1494939Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.1523303Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1541525Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1557399Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1573661Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1598724Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1653592Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.1671127Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1688093Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1704669Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1729689Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1747490Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1772405Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1787515Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.1806434Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1833725Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1849205Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.1875208Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.1912186Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.2012146Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-08-17T12:58:18.2027116Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2108206Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-08-17T12:58:18.2148162Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.2185283Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.2223038Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.2236467Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2246861Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.2261315Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2277541Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2296454Z test_get_torch_func_signature_exhaustive_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T12:58:18.2297112Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T12:58:18.2297413Z L, _ = torch.eig(A) 2022-08-17T12:58:18.2297592Z should be replaced with 2022-08-17T12:58:18.2297813Z L_complex = torch.linalg.eigvals(A) 2022-08-17T12:58:18.2298019Z and 2022-08-17T12:58:18.2298197Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T12:58:18.2298415Z should be replaced with 2022-08-17T12:58:18.2298773Z 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:58:18.2299107Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.2299506Z ok (0.002s) 2022-08-17T12:58:18.2307847Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.2326603Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-08-17T12:58:18.2345448Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2380574Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.2400386Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2414771Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2429882Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2442756Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2457206Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2472731Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2482820Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.2492215Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.2505451Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.2529261Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2551640Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2575181Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2592653Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2616358Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2638198Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2662723Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2685770Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2707934Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2731715Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2749592Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2771798Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2793486Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2817229Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2838930Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2860183Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2883425Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2904830Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2926191Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2949145Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.2960125Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.2980142Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3002174Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3015824Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.3030224Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.3041508Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.3070725Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3084947Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.3118206Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3144042Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3169726Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3209713Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.3224788Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.3241141Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3264591Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3286387Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.3315246Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3398417Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-08-17T12:58:18.3437349Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.3468140Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3479604Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.3506803Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.3598941Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-08-17T12:58:18.3819219Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-08-17T12:58:18.4084206Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-08-17T12:58:18.4100953Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4117804Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4144817Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4158715Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4185863Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4211996Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4240474Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4259991Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4281295Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4304089Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4320162Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:18.4320770Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.4375590Z ok (0.007s) 2022-08-17T12:58:18.4392985Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4408375Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4419108Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.4448830Z test_get_torch_func_signature_exhaustive_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4494744Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.4511177Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4532075Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4546331Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4560170Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4573793Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4586747Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4600933Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4619956Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:18.4620730Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.4648754Z ok (0.005s) 2022-08-17T12:58:18.4659534Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:18.4670920Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:18.4682523Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:18.4693379Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:18.4704035Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:18.4718040Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.4742257Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4769472Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4798820Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4834039Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.4850077Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4873553Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4896280Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4917254Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4935536Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.4970525Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5010600Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.5045535Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5078876Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5111905Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5136368Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.5166561Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5197309Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5215491Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.5232698Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.5260869Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5390843Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-08-17T12:58:18.5401897Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.5436971Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5495001Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:18.5523255Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.5646925Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-08-17T12:58:18.5736318Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-08-17T12:58:18.5781202Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.5821740Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.5861950Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.5886738Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.5923897Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.5948410Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.6009342Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:18.6050225Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.6062431Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:18.6147320Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-08-17T12:58:18.6185558Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.6247387Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:18.6309261Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:18.6563610Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.025s) 2022-08-17T12:58:18.6990741Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.043s) 2022-08-17T12:58:18.7039157Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:18.7060826Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7082893Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7106115Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7179198Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-08-17T12:58:18.7260726Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-08-17T12:58:18.7289201Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7306165Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7320951Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.7336735Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7356316Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7375663Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7394396Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7408130Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.7422140Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.7440960Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7482266Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.7509259Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7524409Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.7550501Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7576598Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7592719Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.7730280Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-08-17T12:58:18.7760585Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7771594Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.7800593Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.7811148Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.7828780Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-08-17T12:58:18.7829388Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T12:58:18.7829648Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T12:58:18.7829847Z should be replaced with 2022-08-17T12:58:18.7830387Z 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:58:18.7830740Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.7901064Z ok (0.009s) 2022-08-17T12:58:18.7940281Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.7951362Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.7961449Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.7986357Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8007468Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8027977Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8061096Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8082235Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8125252Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.8143074Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8163158Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8189196Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8219658Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8243545Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8254725Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8264145Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:18.8304974Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.8322638Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8343277Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8368794Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8385083Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8407729Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8423132Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.8444340Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8476910Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8487718Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8502205Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.8528554Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8554523Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8580411Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8598527Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8633719Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8658313Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8756156Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-08-17T12:58:18.8784549Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8802890Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8842578Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.8877577Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8892135Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:18.8903554Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8913997Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8925077Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8936185Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.8961977Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:18.8981569Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.8992484Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9002932Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9013694Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9023961Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9034099Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9056812Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.9079339Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.9103054Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:18.9114981Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9183060Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-08-17T12:58:18.9194117Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9204500Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9214771Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:18.9294621Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-08-17T12:58:18.9343826Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:18.9344615Z return self.op(*args, **kwargs) 2022-08-17T12:58:18.9864738Z ok (0.057s) 2022-08-17T12:58:18.9903004Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.9942651Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:18.9990943Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:19.0002176Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0031713Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.0043648Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0056207Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0067603Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0078531Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0088760Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0099276Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0109543Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0119923Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0130221Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0140738Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0150672Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0160556Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0171358Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0193658Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0204110Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0214830Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0225106Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0243967Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0254898Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0264847Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0275535Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0285934Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0296758Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0307280Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0317356Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0327521Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0337998Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0348209Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0358222Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0368472Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0379279Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0389651Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0399971Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0410392Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0449662Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.0460452Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0476575Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0487707Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0499226Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0510667Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0522564Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0533238Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0543741Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0554022Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0563959Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0575681Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0587329Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0598869Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0609358Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0619928Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0630002Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0640193Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0650309Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0660484Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0682921Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0737732Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:19.0761292Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0784481Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0807393Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0827730Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.0842620Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.0857922Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.0868842Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0904987Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.0916315Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0926686Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0937318Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0947970Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0958459Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0968897Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0979675Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.0989888Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1000269Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1018335Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1035888Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1046617Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1057260Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1067485Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1077915Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1088051Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1098191Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1108291Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1118047Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1128822Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-08-17T12:58:19.1139574Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1149501Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1159380Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1169461Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1179797Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1189634Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1210608Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1479393Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.027s) 2022-08-17T12:58:19.1494537Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1507175Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1524149Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1559850Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.1588322Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.1599389Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1609620Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1620318Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1630864Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1641440Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1656951Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.1688652Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.1737177Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:19.1768485Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.1786550Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T12:58:19.1787333Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T12:58:19.1787808Z Q, R = torch.qr(A, some) 2022-08-17T12:58:19.1788059Z should be replaced with 2022-08-17T12:58:19.1788667Z 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:58:19.1789084Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.1856378Z ok (0.009s) 2022-08-17T12:58:19.1947721Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-08-17T12:58:19.1963958Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.1975402Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1985638Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.1995500Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.2010454Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.2026974Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2042297Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.2079383Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2097086Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2107796Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.2127085Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2138761Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.2160428Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2171170Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.2181846Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.2195247Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.2208878Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.2236588Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.2279386Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2294830Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2311948Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2329366Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2346780Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.2361479Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.2392250Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.2422454Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.2468847Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:19.2491648Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:19.2492260Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.2511529Z ok (0.004s) 2022-08-17T12:58:19.2552872Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2596506Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2637478Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2678257Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.2797026Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:19.2797986Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.2799233Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:58:19.2800019Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.2835722Z ok (0.016s) 2022-08-17T12:58:19.2958253Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-08-17T12:58:19.3087491Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-08-17T12:58:19.3107366Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3128693Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3142964Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3154132Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.3169134Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3182993Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3196766Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3212125Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3228699Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3244004Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3280729Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-08-17T12:58:19.3300662Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3320243Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3378362Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-08-17T12:58:19.3390859Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:1225: 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:58:19.3391617Z torch.eye(m, n, device=device, dtype=dtype) 2022-08-17T12:58:19.3414870Z ok (0.004s) 2022-08-17T12:58:19.3432313Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.3447619Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3463100Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3477813Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3493663Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3521553Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3549929Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3559883Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3569387Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3583525Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3598720Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3627195Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3655301Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3669158Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3682381Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3696038Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3723878Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3733235Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3747227Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3761788Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3776489Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3790774Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3805179Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3820703Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3835050Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3845274Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.3859715Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3874158Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3883472Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3892673Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3902302Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3911367Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:19.3925308Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.3953401Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3982071Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.3992100Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4001970Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4017849Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4031890Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4046249Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4064794Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4083292Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4110704Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.4134695Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4144763Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4178694Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.4208302Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.4218897Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4647706Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.043s) 2022-08-17T12:58:19.4661059Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4679539Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T12:58:19.4680316Z 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:58:19.4680721Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T12:58:19.4680979Z should be replaced with 2022-08-17T12:58:19.4681345Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T12:58:19.4681615Z and 2022-08-17T12:58:19.4682021Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T12:58:19.4682280Z should be replaced with 2022-08-17T12:58:19.4682879Z 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:58:19.4683739Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.4700024Z ok (0.004s) 2022-08-17T12:58:19.4715030Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4737680Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4759494Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4775030Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4790185Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4814040Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4823924Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:19.4873167Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-08-17T12:58:19.4883445Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.4908966Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4921892Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.4944558Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4969790Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.4995656Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5015067Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T12:58:19.5015742Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T12:58:19.5016053Z X = torch.triangular_solve(B, A).solution 2022-08-17T12:58:19.5016278Z should be replaced with 2022-08-17T12:58:19.5016640Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T12:58:19.5016987Z return self.op(*args, **kwargs) 2022-08-17T12:58:19.5046696Z ok (0.005s) 2022-08-17T12:58:19.5065550Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5083219Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5117903Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.5132002Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.5151219Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5173532Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5184206Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5194228Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5204184Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5222658Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5249579Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.5273301Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5286815Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.5299419Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.5310019Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5319588Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5333943Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-08-17T12:58:19.5350427Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5360849Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5388536Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-08-17T12:58:19.5398753Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-08-17T12:58:19.5417728Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-08-17T12:58:19.5425991Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-08-17T12:58:19.5464975Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-08-17T12:58:19.5468165Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-08-17T12:58:19.5473421Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-08-17T12:58:19.5479145Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-08-17T12:58:19.5502468Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-08-17T12:58:19.5506855Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-08-17T12:58:19.5511579Z Tests the construction of constraints ... ok (0.001s) 2022-08-17T12:58:19.5525852Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-08-17T12:58:19.5538284Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-08-17T12:58:19.5595824Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-08-17T12:58:19.5684865Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.5767152Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-08-17T12:58:19.5853821Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.5959314Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-08-17T12:58:19.6046476Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6133219Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6145767Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-08-17T12:58:19.6223342Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-08-17T12:58:19.6317470Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6409561Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6500973Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6632214Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-08-17T12:58:19.6718494Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:19.6806731Z test_subgraph_writer_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-08-17T12:58:20.1916119Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.511s) 2022-08-17T12:58:22.5759697Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.384s) 2022-08-17T12:58:26.6287961Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (4.053s) 2022-08-17T12:58:28.1509649Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.522s) 2022-08-17T12:58:28.9922176Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.841s) 2022-08-17T12:58:30.8499121Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.858s) 2022-08-17T12:58:33.8424586Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.992s) 2022-08-17T12:58:36.4045876Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.562s) 2022-08-17T12:58:39.7833329Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (3.379s) 2022-08-17T12:58:39.7882216Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and will be removed in 0.15, please use 'weights_backbone' instead. 2022-08-17T12:58:39.7884825Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-08-17T12:58:39.7885838Z /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_backbone' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights_backbone=None`. 2022-08-17T12:58:39.7886322Z warnings.warn(msg) 2022-08-17T12:58:39.9760453Z ok (0.193s) 2022-08-17T12:58:40.1673358Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.191s) 2022-08-17T12:58:40.5853798Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.418s) 2022-08-17T12:58:41.0326808Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.447s) 2022-08-17T12:58:41.4353915Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.403s) 2022-08-17T12:58:42.0519038Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.616s) 2022-08-17T12:58:42.5036950Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.452s) 2022-08-17T12:58:42.9840129Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.480s) 2022-08-17T12:58:43.3889084Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.405s) 2022-08-17T12:58:43.8343410Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.445s) 2022-08-17T12:58:45.8361470Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (2.002s) 2022-08-17T12:58:45.9609289Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.125s) 2022-08-17T12:58:47.1774432Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.216s) 2022-08-17T12:58:48.8126289Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.635s) 2022-08-17T12:58:50.3773011Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.565s) 2022-08-17T12:58:52.2181953Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.841s) 2022-08-17T12:58:54.6769600Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.459s) 2022-08-17T12:58:58.0226703Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (3.346s) 2022-08-17T12:59:01.9576119Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.935s) 2022-08-17T12:59:07.1871823Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (5.229s) 2022-08-17T12:59:14.5561298Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (7.369s) 2022-08-17T12:59:19.5815851Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (5.025s) 2022-08-17T12:59:22.8856427Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (3.304s) 2022-08-17T12:59:22.8904606Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /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-17T12:59:22.8905494Z FutureWarning, 2022-08-17T12:59:23.9547102Z ok (1.069s) 2022-08-17T12:59:23.9566193Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 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-17T12:59:23.9566831Z FutureWarning, 2022-08-17T12:59:25.5569352Z ok (1.602s) 2022-08-17T12:59:26.3440304Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.787s) 2022-08-17T12:59:27.2140458Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.870s) 2022-08-17T12:59:28.1495995Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.935s) 2022-08-17T12:59:29.0386977Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.889s) 2022-08-17T12:59:29.8958267Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.857s) 2022-08-17T12:59:30.9617580Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.066s) 2022-08-17T12:59:31.7956084Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.834s) 2022-08-17T12:59:34.0567319Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.261s) 2022-08-17T12:59:35.5062940Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.449s) 2022-08-17T12:59:38.8763208Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.370s) 2022-08-17T12:59:40.6489125Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.772s) 2022-08-17T12:59:42.1343602Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.485s) 2022-08-17T12:59:43.2855116Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.151s) 2022-08-17T12:59:45.6195210Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (2.334s) 2022-08-17T12:59:59.2142436Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (13.595s) 2022-08-17T13:00:02.2810256Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (3.067s) 2022-08-17T13:00:05.2749520Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.994s) 2022-08-17T13:00:09.6600350Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (4.385s) 2022-08-17T13:00:12.1630747Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.503s) 2022-08-17T13:00:14.0067321Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.844s) 2022-08-17T13:00:15.8593844Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.852s) 2022-08-17T13:00:18.3660936Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.507s) 2022-08-17T13:00:20.5499604Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (2.184s) 2022-08-17T13:00:23.5353729Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.985s) 2022-08-17T13:00:24.0625386Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.527s) 2022-08-17T13:00:24.9325930Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.870s) 2022-08-17T13:00:26.1740836Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.241s) 2022-08-17T13:00:29.0356600Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.861s) 2022-08-17T13:00:31.7692503Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.733s) 2022-08-17T13:00:32.8979322Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.129s) 2022-08-17T13:00:34.3033886Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.405s) 2022-08-17T13:00:36.7438998Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.440s) 2022-08-17T13:00:38.0533173Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.309s) 2022-08-17T13:00:40.1818360Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.128s) 2022-08-17T13:00:41.3470500Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.165s) 2022-08-17T13:00:42.4970988Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.150s) 2022-08-17T13:00:43.4871137Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.990s) 2022-08-17T13:00:44.6186601Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.131s) 2022-08-17T13:00:45.7413773Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.123s) 2022-08-17T13:00:47.0495832Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.308s) 2022-08-17T13:00:47.4128672Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.363s) 2022-08-17T13:00:47.7354477Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.322s) 2022-08-17T13:00:51.2490784Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.514s) 2022-08-17T13:00:53.9177637Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.668s) 2022-08-17T13:00:55.3311737Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.413s) 2022-08-17T13:00:59.4016047Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (4.070s) 2022-08-17T13:01:02.7116153Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (3.310s) 2022-08-17T13:01:04.6604448Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.949s) 2022-08-17T13:01:06.3595939Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.699s) 2022-08-17T13:01:08.3163110Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.957s) 2022-08-17T13:01:10.2520610Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.936s) 2022-08-17T13:01:12.1036441Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.851s) 2022-08-17T13:01:14.1379847Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (2.034s) 2022-08-17T13:01:16.2657141Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.128s) 2022-08-17T13:01:18.2583356Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (1.993s) 2022-08-17T13:01:20.5096931Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.251s) 2022-08-17T13:01:21.4536978Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.944s) 2022-08-17T13:01:26.3041014Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.850s) 2022-08-17T13:01:32.5754574Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (6.271s) 2022-08-17T13:01:34.0626356Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.487s) 2022-08-17T13:01:35.1959199Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.133s) 2022-08-17T13:01:37.6270781Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.431s) 2022-08-17T13:01:39.8700627Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (2.243s) 2022-08-17T13:01:52.8342829Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (12.964s) 2022-08-17T13:01:59.9894881Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (7.155s) 2022-08-17T13:02:07.1416684Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (7.152s) 2022-08-17T13:02:10.7404763Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.599s) 2022-08-17T13:02:12.8918770Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (2.151s) 2022-08-17T13:02:12.9078036Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-08-17T13:02:14.1851878Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.277s) 2022-08-17T13:02:14.1901241Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-08-17T13:02:14.1941035Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.1975121Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.2010769Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.2047053Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.2079506Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.2129339Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-08-17T13:02:14.2206502Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-08-17T13:02:14.2247632Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.2307204Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-08-17T13:02:14.2351987Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.2438239Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-08-17T13:02:14.2768011Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.033s) 2022-08-17T13:02:14.2847860Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-08-17T13:02:14.2948631Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-08-17T13:02:14.2987754Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.3022830Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3055772Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3085993Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3116416Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3146210Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3176295Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3207972Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-08-17T13:02:14.3393638Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.018s) 2022-08-17T13:02:14.3432080Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.3468531Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.3754990Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.028s) 2022-08-17T13:02:14.3793728Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-08-17T13:02:14.3872570Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-08-17T13:02:14.3873486Z 2022-08-17T13:02:14.3874076Z ---------------------------------------------------------------------- 2022-08-17T13:02:14.3874404Z Ran 1102 tests in 239.743s 2022-08-17T13:02:14.3876157Z 2022-08-17T13:02:14.3876439Z OK (skipped=194, expected failures=2) 2022-08-17T13:02:14.3876679Z 2022-08-17T13:02:14.3892200Z Generating XML reports... 2022-08-17T13:02:14.3913611Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220817125814.xml 2022-08-17T13:02:14.3927706Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220817125814.xml 2022-08-17T13:02:14.3937469Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220817125814.xml 2022-08-17T13:02:14.3956785Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220817125814.xml 2022-08-17T13:02:14.3973725Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220817125814.xml 2022-08-17T13:02:14.3982328Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220817125814.xml 2022-08-17T13:02:14.4109004Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220817125814.xml 2022-08-17T13:02:14.4112769Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220817125814.xml 2022-08-17T13:02:14.4211268Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220817125814.xml 2022-08-17T13:02:14.4685278Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220817125814.xml 2022-08-17T13:02:14.4692261Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220817125814.xml 2022-08-17T13:02:14.4706300Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220817125814.xml 2022-08-17T13:02:14.4784217Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220817125814.xml 2022-08-17T13:02:14.4810279Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220817125814.xml 2022-08-17T13:02:18.0988740Z Running test_unary_ufuncs ... [2022-08-17 13:02:18.098354] 2022-08-17T13:02:18.0989499Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:02:18.098442] 2022-08-17T13:02:20.7316333Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-08-17T13:02:20.7994014Z 2022-08-17T13:02:20.7994398Z Running tests... 2022-08-17T13:02:20.7995176Z ---------------------------------------------------------------------- 2022-08-17T13:02:20.8224529Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:689: 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:02:20.8225434Z float_out = torch.empty_like(t).float() 2022-08-17T13:02:20.8227733Z test_unary_ufuncs.py:698: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:02:20.8228755Z torch_fn(t, out=float_out) 2022-08-17T13:02:20.8300228Z ok (0.031s) 2022-08-17T13:02:20.8402163Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:20.8412982Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:20.8427040Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:20.8439282Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:20.8448141Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:20.8457091Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:20.8653984Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:20.8980379Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:20.9273357Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:02:20.9274331Z result = torch.complex(real, imag) 2022-08-17T13:02:20.9599088Z ok (0.062s) 2022-08-17T13:02:20.9814682Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:21.0097214Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:21.0281079Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:21.0487213Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:21.0622002Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:21.0762687Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:21.0904151Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:21.1032780Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:21.1164155Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:21.1345758Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:21.1550547Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:21.2670436Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-08-17T13:02:21.3798203Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-08-17T13:02:21.3963890Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:21.4144994Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:21.4341949Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:21.4543892Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:21.4789112Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:21.4978752Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:21.5203632Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:21.5450176Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:21.5698477Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:21.6545648Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-08-17T13:02:21.7682240Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-08-17T13:02:21.7937423Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:21.8270406Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:21.8540150Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:21.8800269Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:21.9117567Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:21.9379005Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:21.9656264Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:21.9851994Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.0089731Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:22.0449239Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:22.0714858Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:22.1007278Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:22.1149980Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:22.1339295Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.1577029Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:22.1767677Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.2007648Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:22.2233851Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:22.2415369Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:22.2565104Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:22.2766267Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:22.3922760Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-08-17T13:02:22.4946018Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:02:22.5085186Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:22.5264425Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:22.5459900Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.5659936Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:22.5856733Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:22.6047497Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.6236681Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:22.6499479Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:22.6785356Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:22.7622261Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-08-17T13:02:22.8748554Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-08-17T13:02:22.8985726Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:22.9252276Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:22.9521579Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:22.9821024Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:23.0100252Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:23.0383817Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:23.0662768Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:23.0833719Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:23.1044197Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:23.2125539Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:02:23.2865794Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:02:23.3008518Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:23.3209222Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:23.3404332Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:23.3594680Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:23.3793878Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:23.3983755Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:23.4171780Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:23.4501079Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:23.4749520Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:23.5975602Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-08-17T13:02:23.6766051Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:02:23.7075313Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:23.7409066Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:23.7668569Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:23.7925620Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:23.8191822Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:23.8434929Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:23.8642130Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:23.8889230Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:23.9061299Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:23.9277741Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:23.9656859Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:02:23.9822926Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:24.0072494Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:24.0213627Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.0372006Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.0532767Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.0700970Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:24.0875219Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:24.1037411Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.1197386Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.1351403Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:24.1477451Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.1609488Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.1763503Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:24.1883019Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:24.2002332Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:24.2114239Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:24.2219825Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:24.2489620Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:24.2851938Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:24.2992664Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.3199283Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:24.3303475Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:24.3445867Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.3578497Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.3712302Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.3850780Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.3978401Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.4113028Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.4244048Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.4372336Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.4604211Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:24.4769010Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.4990819Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:24.5094916Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:24.5240257Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.5388989Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:24.5529103Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.5668321Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:24.5796508Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:24.5895498Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:24.6059505Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.6225156Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:24.6417426Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:24.6617484Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:24.6913301Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:24.7181560Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:24.7551582Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:24.7762544Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:24.8105863Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:24.8316263Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:24.8563246Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:24.8771491Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:24.9053909Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:24.9424772Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:24.9644712Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:24.9844055Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:24.9974879Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:25.0099360Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:25.0334769Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:25.0697796Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:25.0841266Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:25.1050697Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:25.1154906Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.1293346Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:25.1423865Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:25.1552926Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:25.1685381Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:25.1783520Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.1905900Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:25.2043706Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:25.2146159Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.2459375Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:25.2937832Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:25.3166783Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:25.3376706Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:25.3480902Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.3601599Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:25.3704500Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.3809092Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.3915327Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:25.4014024Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.4113306Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.4224326Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:25.4324056Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.4603851Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:25.5055421Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:02:25.5322825Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:25.5536547Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:25.5645805Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:25.5771503Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:25.5875593Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.5983319Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:25.6095002Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:25.6195605Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.6296395Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:25.6457261Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:25.6655615Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:25.7396762Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:02:25.8244267Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-08-17T13:02:25.8392926Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:25.8569779Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:25.8766899Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:25.8968734Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:25.9170579Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:25.9364488Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:25.9564582Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:25.9799287Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:26.0010331Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.0774066Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:02:26.1573587Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-08-17T13:02:26.1727976Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:26.1917496Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:26.2120854Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:26.2318695Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:26.2531002Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.2729336Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:26.2926622Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:26.3099329Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:26.3314193Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.3598982Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:26.3766289Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:26.3937038Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:26.4149616Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.4363661Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.4579692Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:26.4794005Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:26.5014911Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:27.4829897Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.981s) 2022-08-17T13:02:27.5067047Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:27.5530920Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:02:27.6021011Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:27.6289065Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:27.6556814Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:27.6824482Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:27.7087205Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:27.7374188Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:27.8728480Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-08-17T13:02:27.8902808Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:27.9125778Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:27.9513533Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:02:27.9694783Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:27.9953269Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:28.0104974Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:28.0236253Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:28.0490394Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:28.0665696Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.0838212Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.1007953Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.1180332Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.1368888Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.1565380Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.1710172Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:28.1881673Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.2074949Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.2274004Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.2483603Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.2681932Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.2884146Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.3155844Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:28.3357909Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.3510942Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:28.3682900Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.3878728Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.4076686Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.4278524Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:28.4471655Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.4664360Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.5175985Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:28.5501024Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:28.5640817Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:28.5812057Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:28.6127426Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:28.6449087Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:28.6776698Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:28.7091056Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:28.7278036Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.7465962Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.7683951Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:28.8003255Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:28.8165732Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:28.8356478Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:28.8567770Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.8778412Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.8988288Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.9197491Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.9410145Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:28.9560957Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:28.9765733Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.0132358Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:29.0407326Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:29.0569686Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:29.0743751Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.1005866Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:29.1203566Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.1404746Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.1599254Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.1791144Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.1947973Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:29.2150287Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.2298780Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:29.2490711Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.2699815Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:29.2900154Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.3104816Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:29.3299573Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.3494513Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.3718990Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:29.3907620Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:29.4275836Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:29.4873476Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:02:29.5175758Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:29.5531338Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:29.5756679Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:29.6009047Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:29.6228564Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:29.6451840Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:29.6684980Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:29.6892138Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:29.7103257Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:29.7257142Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:29.7423462Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.7658594Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:29.8048434Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:02:29.8232928Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:29.8477389Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:29.8586295Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:29.8762364Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.8935675Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.9105368Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.9277067Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:29.9442554Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:29.9606777Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:29.9745874Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:29.9874326Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:30.0030750Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:30.0174526Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:30.0438726Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:30.0570179Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:30.0722535Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:30.0730842Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:02:30.0738526Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:02:30.0744699Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:02:30.0752167Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:02:30.0905859Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:30.1132646Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:30.1420871Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:30.1596864Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.1806596Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:30.1943594Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:30.2107623Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:30.2275591Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.2442692Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.2632305Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:30.2807326Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.2978695Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.3459165Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:30.3981594Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:30.4448879Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:30.4967362Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:30.5497146Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:02:30.6030587Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:02:30.6556419Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:30.7074131Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:30.7593541Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:30.7812950Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:30.8192919Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:02:30.8363781Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:30.8493919Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:30.8631207Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:30.8824890Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:30.8972719Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:30.9194369Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:30.9306204Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:30.9446454Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:30.9587037Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:30.9692101Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:30.9843424Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:30.9989308Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:31.0134572Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:31.0363820Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:31.0493009Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:31.0936917Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:31.1740387Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-08-17T13:02:31.2179774Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:31.2535041Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:31.2729166Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:31.2917220Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:31.3040530Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.3161423Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.3284384Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.3404109Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.3532834Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.3687861Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:31.3803786Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.4090338Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:31.4699118Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-08-17T13:02:31.4983646Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:31.5273255Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:31.5422079Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:31.5569322Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:31.5684229Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.5798167Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:31.5914224Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.6028920Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:31.6142986Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:31.6256888Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:31.6377650Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.6557516Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:31.6693135Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:31.6917485Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:31.7015519Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:31.7133797Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.7254883Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.7377069Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.7511221Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:31.7644972Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:31.7770122Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:31.7878973Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:31.7999114Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.8212270Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:31.8306536Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:31.8429827Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.8554296Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.8676864Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.8800734Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.8921553Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9040594Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9157592Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9278199Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9491581Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:31.9590475Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:31.9710940Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9834608Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:31.9958888Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.0094653Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:32.0224918Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:32.0352204Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:32.0461313Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:32.0582895Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.0828011Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:32.1261271Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:02:32.1459161Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:32.1663479Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:32.1761049Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:32.1958868Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:32.2084214Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.2208738Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.2332364Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.2451575Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:32.2579966Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:32.2594088Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2605022Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2616933Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2628484Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2638794Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2649334Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2660273Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2670682Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2681202Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2692556Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2703508Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2715099Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:32.2956079Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:32.3239230Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.3471053Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:32.3867177Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:02:32.4149027Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.4427138Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.4710164Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.4990761Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.5270644Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:32.5428222Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:32.5779218Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:32.6383114Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:02:32.7077078Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:02:32.7238858Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:32.7403310Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:32.7647782Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:32.7904073Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:32.8155224Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:32.8398281Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:32.8640426Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:32.8795227Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:32.8994658Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:32.9139608Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:32.9303330Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:32.9530062Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:32.9762007Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:32.9996947Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.0226415Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.0431672Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:33.0589283Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:33.0931599Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:33.1556897Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:02:33.2276190Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:02:33.2499368Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:33.2666391Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:33.2899261Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.3134124Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.3371408Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:33.3602808Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.3833713Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.3984096Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:33.4328983Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:33.4959138Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-08-17T13:02:33.5645933Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:02:33.5795209Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:33.5961520Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:33.6199952Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:33.6440188Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:33.6686958Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:33.6922861Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:33.7161273Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:33.7300790Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:33.7433670Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.7628015Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:33.7775338Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:33.8006518Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:33.8107448Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:33.8232470Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:33.8362066Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.8493699Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.8625374Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.8751937Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.8878166Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:33.9057508Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:33.9549363Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:33.9711981Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:33.9910757Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:34.0626873Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:02:34.1341457Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-08-17T13:02:34.2062272Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:02:34.2839314Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:02:34.3553949Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-08-17T13:02:34.3689295Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:34.3830976Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:34.4029042Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:34.4402168Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:34.4551185Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:34.4785810Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:34.4900791Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:34.5047224Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:34.5199110Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:34.5344290Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:34.5448517Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:34.5590396Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:34.5732410Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:34.6159041Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:02:34.6566223Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:02:34.7068702Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:34.7551873Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:34.8035829Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:34.8525730Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:34.9005595Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:34.9485401Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:35.0301547Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:35.1004899Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:02:35.2055494Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-08-17T13:02:35.2834817Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:02:35.3648641Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:02:35.4431591Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:02:35.5209541Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:02:35.5988230Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:02:35.6896415Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-08-17T13:02:35.7643131Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:02:35.8864208Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-08-17T13:02:35.9682721Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:36.0504499Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:36.1331419Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-08-17T13:02:36.2145989Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:02:36.2966465Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:36.3122328Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.3258337Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.3627409Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:36.3789316Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:36.3952438Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:36.4091013Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.4231785Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.4379262Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.4508347Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.4639195Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.4776213Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.5042627Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:36.5480151Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:36.5683553Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:36.5934356Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:36.6063557Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.6214104Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.6339207Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:36.6466473Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.6602801Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.6722130Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:36.6840565Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:36.6995901Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.7146188Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.7327094Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:36.7497043Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:36.7651661Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.7830765Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:36.7968580Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.8096911Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.8251076Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.8400471Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.8534178Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:36.8688776Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.8845555Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:36.8997348Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.9168901Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:36.9319449Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.9471119Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:36.9632518Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:36.9774093Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:36.9961315Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:37.0148630Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:37.0372606Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:37.0567219Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:37.0860219Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:37.1023232Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:37.1162915Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.1327816Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:37.1481971Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:37.1631571Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:37.1802671Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:37.1944838Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.2095431Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:37.2254840Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:37.2393553Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.2537112Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.2687071Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:37.2823104Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.2983653Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:37.3120344Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.3259428Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.3405453Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.3533211Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:37.3660574Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:37.3667146Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:02:37.3674359Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:02:37.3680141Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:02:37.3903008Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:37.4151597Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:37.4328548Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:37.4694064Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:37.4954891Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:37.5124548Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:37.5272901Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:37.5447130Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:37.5623086Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:37.5785187Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:37.6006673Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:37.6148771Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:37.6282300Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:37.6438611Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:37.6684063Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:37.7118290Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:02:37.7487719Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:37.7898780Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:02:37.8132934Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:37.8399084Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:37.8700035Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:37.9000259Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:37.9290668Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:37.9583495Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:37.9873930Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:38.0070782Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:38.0891230Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:38.1715370Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:38.1878311Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:38.2086867Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:38.2336638Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:38.2580126Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:38.2844977Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:38.3096438Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:38.3341818Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:38.3508893Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:38.3663122Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:38.3842576Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:38.3991819Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:38.4148102Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:38.4425189Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:38.4589691Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:38.4761314Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:39.4603874Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.984s) 2022-08-17T13:02:39.4977478Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:39.5447605Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:39.5941430Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:39.6213654Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:39.6483642Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:39.6757334Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:39.7022320Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:39.7308164Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.7593491Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.7863103Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:39.8099169Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:39.8392436Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:39.8674633Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.8955955Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.9237972Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.9516738Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:39.9760017Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:40.2307615Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-08-17T13:02:40.3585967Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:02:40.6240859Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-08-17T13:02:40.8852002Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-08-17T13:02:41.0151345Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-08-17T13:02:41.1457715Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-08-17T13:02:41.2731539Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-08-17T13:02:41.4002766Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-08-17T13:02:41.6015782Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-08-17T13:02:41.8535741Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.252s) 2022-08-17T13:02:41.9813095Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:02:42.2328662Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-08-17T13:02:42.4865858Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-08-17T13:02:42.6169104Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-08-17T13:02:42.7463831Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-08-17T13:02:42.8739051Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-08-17T13:02:43.0006655Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-08-17T13:02:43.2008211Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-08-17T13:02:43.4510350Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-08-17T13:02:43.5790926Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:02:43.8388923Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-08-17T13:02:44.0877483Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-08-17T13:02:44.2163289Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:02:44.3453476Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-08-17T13:02:44.4718905Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-08-17T13:02:44.5981558Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-08-17T13:02:44.7997520Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-08-17T13:02:44.8111898Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:44.8314955Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:44.8711100Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:02:44.8870713Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:44.9100553Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:44.9207235Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:44.9330511Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:44.9434227Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:44.9539078Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:44.9643587Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:44.9743041Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:44.9844765Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.0029154Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.0250438Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:45.0540372Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:45.0710179Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:45.0880055Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:45.1096889Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:45.1316773Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:45.1536006Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:45.1749358Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:45.1963063Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:45.2077534Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:45.2181221Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.2395767Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:45.2779017Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:02:45.2950217Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:45.3157737Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:45.3264251Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:45.3383821Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:45.3488913Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.3594765Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:45.3698966Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.3799589Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.3901968Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:45.4037588Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:45.4217919Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.4486830Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:45.4685714Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:45.4940884Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:45.5081609Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:45.5244481Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:45.5424671Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.5605862Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.5790375Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.5970945Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.6154340Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.6297186Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:45.6428367Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:45.6581911Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:45.6735570Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:45.6877164Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:45.7132003Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:45.7326062Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:45.7477558Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:45.7653655Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:45.7859120Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:45.8006550Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:45.8175700Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:45.8315301Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:45.8494091Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.8893163Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:02:45.9359959Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:45.9489272Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:45.9642765Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:45.9821002Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:45.9999466Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.0187645Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:46.0374062Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.0555503Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.0696857Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.0823607Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.1075485Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:46.1725316Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:02:46.1916596Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:46.2269234Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:46.2393958Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.2545604Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:46.2672904Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.2812981Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.2958384Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.3078444Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.3227212Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:46.3344704Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.3476165Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.3665946Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:46.3804616Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.4016870Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:46.4125056Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:46.4256300Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.4357761Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:02:46.4492671Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.4635945Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.4777818Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.4919366Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.5060633Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.5250329Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:46.5596307Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:46.5832475Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:46.5965877Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.6128325Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:46.6311699Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.6495244Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.6684749Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:46.6868093Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.7052483Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:46.7201919Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:46.7336146Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.7707832Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:46.7838779Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.7992616Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:46.8123267Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.8255509Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:46.8392085Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:46.8513219Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.8661575Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:46.8770198Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:46.8891502Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.9098676Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:46.9190238Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:46.9303428Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:02:46.9421346Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.9541943Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:46.9664601Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:02:47.0944685Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:02:47.1071095Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:47.1220998Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:47.1420993Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:47.2150870Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:02:47.2960443Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:02:47.3103459Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:47.3273617Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:47.3467788Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:47.3667233Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:47.3871791Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:47.4064593Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:47.4257026Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:47.4516690Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:47.4756425Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:47.5524199Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-08-17T13:02:47.6348131Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-08-17T13:02:47.6557561Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:47.6852922Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:47.7079114Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:47.7302347Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:47.7538091Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:47.7779569Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:47.8098309Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:47.8257043Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:47.8462508Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:47.9193336Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:02:47.9959519Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-08-17T13:02:48.0138298Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:48.0342573Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:48.0543150Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:48.0742630Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:48.0952739Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:48.1148703Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:48.1346781Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:48.1687757Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:48.2340452Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:02:48.3366401Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:02:48.4060886Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:02:48.4764360Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:02:48.5455658Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:02:48.6137466Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:02:48.7011597Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-08-17T13:02:48.7230424Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:48.7473325Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:48.7800759Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:48.8097706Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:48.8463282Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:48.8753955Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:48.9032373Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:48.9287820Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:48.9493455Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:48.9744484Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:49.0071054Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:49.0374085Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:49.0676153Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:49.0988785Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:49.1284866Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:49.1552353Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:49.1795989Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:49.2001546Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:49.2266659Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.2529193Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.2789723Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.3055651Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.3308682Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:49.3600280Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:49.3842783Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:49.4047572Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:49.4304714Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.4564179Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.4837203Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:49.5111605Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:49.5371245Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.5671363Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:49.5888064Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:49.6119414Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:49.6305032Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:49.6523446Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:49.6765571Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:49.7011330Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:49.7256847Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:49.7511161Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:49.7738332Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:49.7996297Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:49.8311529Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:49.8675801Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:49.9024195Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:49.9372563Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:49.9723084Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:50.0075269Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:50.0378943Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:50.0822351Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:50.1320636Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:50.1764091Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:50.2225895Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:02:50.2730737Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:50.3235948Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:50.3739157Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:50.4230310Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:50.4718524Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:50.5029368Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:50.5300627Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:50.5819947Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:50.6141885Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:50.6462448Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:50.6776119Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:50.7082704Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:50.7385811Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:50.7657106Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:50.7885314Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:50.8354771Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:50.8635201Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:50.8921166Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:50.9224139Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:02:50.9493104Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:50.9753707Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:51.0079548Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:51.0493722Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:02:51.0908137Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:02:51.1357246Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:02:51.1804743Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:02:51.2245990Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:51.2688692Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:51.3156687Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:51.3672947Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:51.4141196Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:51.4639203Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:51.5155201Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:51.5682360Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:02:51.6202922Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:51.6715984Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:51.7239543Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:51.7754016Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:51.8228009Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:51.8737975Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:51.9272391Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:02:51.9915718Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:02:52.0441714Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:02:52.0962060Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:02:52.1461883Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:52.1892150Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:02:52.2209740Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:52.2563797Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:52.2938374Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:52.3311459Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:52.3679868Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:52.4040890Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:52.4527842Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:52.4949738Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:02:52.5275332Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:52.5630857Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:52.5997226Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:52.6366954Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:02:52.6729121Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:52.7086287Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:52.7568911Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:52.7892776Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:52.8234239Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:52.8529249Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:52.8813624Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:52.9147723Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:52.9487295Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:52.9877241Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:02:53.0216807Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:53.0550539Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:02:53.0768059Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:02:53.1009872Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:53.1266549Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:53.1449196Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:53.1637127Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:53.1824688Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:53.2006805Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:53.2189339Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:54.2012958Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.982s) 2022-08-17T13:02:54.2253261Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:54.2719498Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:02:54.3220949Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:02:54.3495273Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:54.3766244Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:54.4043247Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:54.4308831Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:02:54.4590783Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:02:54.5051131Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:02:54.5362411Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:54.5710629Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:54.6069548Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:54.6423876Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:54.6779930Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:02:54.7124487Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:54.7586214Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:02:54.8044075Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:02:54.8354708Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:02:54.8698030Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:02:54.9047924Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:54.9398097Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:54.9745765Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:55.0096653Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:02:55.0585565Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:02:55.0827631Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:02:55.1036623Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:55.1332381Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:02:55.1589055Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:55.1844173Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:02:55.2107511Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:55.2363775Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:55.2622174Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:02:55.2759543Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:55.2986123Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:02:55.3408380Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:02:55.3885361Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:02:55.4052479Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:55.4214930Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:55.4414402Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:55.4611188Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:55.4819464Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:55.5027174Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:55.5234124Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:55.5379261Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:55.5551574Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:55.5872931Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:02:55.6087186Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:55.6523677Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:02:55.6663184Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:55.6830064Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:55.6978611Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:55.7127748Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:55.7278428Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:55.7424824Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:55.7574157Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:55.7747446Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:55.7944847Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:55.8757571Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:02:55.9559548Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-08-17T13:02:55.9731991Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:02:55.9897376Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:56.0098568Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:56.0298721Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:56.0505738Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:56.0703021Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:56.0903170Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:56.1068799Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:56.1263061Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:56.2070154Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:02:56.2857137Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:02:56.3021090Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:56.3203863Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:02:56.3399595Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:56.3599003Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:02:56.3810705Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:02:56.4001338Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:56.4193559Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:02:56.4330203Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:56.4467776Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:02:56.4632903Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:56.4651345Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4669533Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4685118Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4701230Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4716779Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4732120Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4747172Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4762341Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4776845Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4790635Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4804213Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4818062Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4831654Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4846342Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4861017Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4876670Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4892555Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4908237Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4923186Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4938230Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4953132Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4967806Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.4983467Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.4998316Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5013601Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5028030Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5043601Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5059704Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5074406Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5090249Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5106719Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5122999Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5140250Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5155265Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5171851Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5189220Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5205823Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5223560Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5240506Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5258601Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5276190Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5294367Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5311203Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5327618Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5344959Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5362375Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5379887Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5397805Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5415206Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5433045Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5450261Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5466610Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5483011Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5498912Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5522636Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5530621Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5545728Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5560760Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5576576Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5591196Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5607448Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5624328Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5640040Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5655619Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5670040Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5685256Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5700433Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5715830Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5731549Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5747147Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5762672Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5779365Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5795193Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5810722Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5826157Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5841285Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5856790Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5872669Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5887465Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5902448Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5917628Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5932582Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5948477Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5964344Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.5979043Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.5993750Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6008421Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6023395Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6037754Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6052658Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6067048Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6081586Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6095884Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6111247Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6126699Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6141976Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6157591Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6174375Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6190754Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6205465Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6219992Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6234272Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6248523Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6262823Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6276372Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6290333Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6304119Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6317534Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6331303Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6345090Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6359335Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6373958Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6389265Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6405019Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6421050Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6436869Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6452641Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.6467114Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6480809Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6494740Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6507999Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6521403Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6535095Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6549063Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6562429Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6577051Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6591167Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6605171Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6619085Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6632878Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6646224Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6660055Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6674202Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6689228Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6704031Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6719702Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6734580Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6748928Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6763858Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6778414Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6793653Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6809099Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6824511Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6839429Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6854357Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6868938Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6883279Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6897809Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6912219Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6927097Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6941804Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6955693Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6969174Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6983937Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.6998759Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7013556Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7027525Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7041625Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7055814Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7069221Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7082783Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7096938Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7110268Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7123898Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7138743Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7152229Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7167845Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7183863Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7199284Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7214235Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7228796Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7243253Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7257588Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7271057Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7284536Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7298582Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7312247Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7326962Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7340826Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7356138Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7372047Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7387351Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7402059Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7416833Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7431395Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7445344Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7459085Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7472724Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7486467Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7500604Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7515342Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7530137Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7546241Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7561735Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7576789Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7591848Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7606565Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7621219Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7635633Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7650587Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.7667952Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7685459Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7703927Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7721121Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7740139Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7757902Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7775746Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7791605Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7808420Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7826236Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7843602Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7861226Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7877969Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7895641Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7914210Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7933106Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7950987Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7967669Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7984003Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.7999372Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8015122Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8030226Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8047071Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8062247Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8077697Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8093625Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8108370Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8123063Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8138096Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8152716Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8167393Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8183480Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8198788Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8216131Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8231927Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8247381Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8263033Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8278269Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8293933Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8308982Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8324010Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8339282Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8354283Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8369336Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8385708Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8401166Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8417539Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8433394Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8448735Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8464483Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8479355Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8495352Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8510416Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8526124Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8541088Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8556406Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8572199Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8587308Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8602151Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8617466Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8632172Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8647073Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8664022Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8679369Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8695066Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8710721Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8725912Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8741075Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8755961Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8771058Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8785905Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8801011Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8815973Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8831330Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8846473Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8861711Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8876505Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8891335Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8906289Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8921000Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8936182Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8951778Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8965962Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.8982300Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.8998419Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9014523Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9030825Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9046003Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9061379Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9076027Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9090647Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9105451Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9120091Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9134533Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9149002Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9163464Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9177787Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9191933Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9206261Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9220644Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9235090Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9250654Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9264623Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9280197Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9296407Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9311783Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9326675Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9341601Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9356364Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9370549Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9384449Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9398257Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9412310Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9426119Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9440601Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9455519Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9470307Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9485774Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9500978Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9515226Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9529401Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9544084Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9558145Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9572535Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9586635Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9600738Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9615055Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9629610Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9644213Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9658922Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9673328Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9688032Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9702703Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9717417Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9733201Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:56.9748540Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9763534Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9778976Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9793395Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9807562Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9822717Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9837518Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9852352Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9866764Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9881235Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9895588Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9909801Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9924044Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9938411Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9952710Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9967428Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9982093Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:56.9996795Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0011834Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0026250Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0041510Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0055719Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0070212Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0084644Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0100360Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0115824Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0131248Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0145761Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0158982Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0173666Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0187934Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0202535Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0217082Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0232491Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0248020Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0263897Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0278271Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0293772Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0309069Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0325576Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0340953Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0357763Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0376432Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0393782Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0410935Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0426366Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0442017Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0458607Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0474616Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0490252Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0506202Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0521439Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0537446Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0551775Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0567456Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0583772Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.0599472Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0614330Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0628929Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0643179Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0657561Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0671318Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0685182Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0699357Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0713171Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0727573Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0741915Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0757013Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0772385Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0787147Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0801646Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0816568Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0830834Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0845066Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0859818Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0874501Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0888439Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0904163Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0918204Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0933869Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0948786Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0963765Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0978558Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.0992331Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1006541Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1020814Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1034890Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1049418Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1063778Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1078346Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1093243Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1107685Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1122090Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1136573Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1150558Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1164887Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1179604Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1194350Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1208583Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1225006Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.1240419Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.1255861Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1270346Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1284676Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1299786Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1313843Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1328032Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1342496Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1356447Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1370842Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:02:57.1382989Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1394866Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1406823Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1419071Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1430971Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1443200Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1455393Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1467782Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1479711Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1492144Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1504072Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1516076Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:57.1548666Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1595397Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.1679059Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:57.1714218Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1760947Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.1789494Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1821272Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1848378Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1875831Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1903047Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1929862Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1956783Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.1986016Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2017332Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2071506Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.2117761Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.2147514Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2183643Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2218028Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2254304Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2290984Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2328381Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.2362587Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2398412Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2432399Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2507429Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.2592226Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:57.2624779Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2661978Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.2696177Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2730680Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2764373Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2797859Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2830990Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2858979Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2888551Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.2934862Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.2970545Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.3016356Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.3042839Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3072541Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3102405Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3132363Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3162398Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3194678Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3224989Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3253825Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3283706Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3337371Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.3382608Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.3410431Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3441455Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3473286Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3504158Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3535208Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3565062Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3595273Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3629600Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3663812Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3737144Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.3817671Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:57.3848994Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3884483Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.3918640Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3952778Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.3987530Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4020803Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4054546Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4081985Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4112666Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4165974Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.4205887Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4233261Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4264374Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4296050Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4327022Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4359286Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4390746Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4421768Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4460371Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4493791Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4588064Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:57.4656236Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.4694638Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4741474Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.4781425Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4821214Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4860235Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4898427Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.4934056Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.4968610Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5004087Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5048821Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.5122786Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.5159184Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.5208213Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.5237513Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5271231Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5305562Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5340119Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5375003Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5407989Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5440864Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5470859Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5500053Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5529176Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5558271Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5586714Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5615379Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5642266Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5669766Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5709799Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.5780144Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.5814684Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5861865Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.5887710Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5916634Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5946111Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.5975729Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6004328Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6032565Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6061913Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6091313Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6120299Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6160979Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6191649Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6235574Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6259513Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:57.6286125Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6312955Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6339984Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6366507Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6393072Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6420109Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6450209Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6477481Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6509592Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6542504Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6579528Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6626614Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.6701900Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.6741509Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6792714Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.6824321Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6859526Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.6895262Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6931636Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.6967487Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.7003073Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7037682Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7065717Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7094131Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7134816Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.7207748Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.7241893Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7289525Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.7318012Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7350251Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7380956Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7412869Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7444451Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7475017Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7506839Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7539988Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7570744Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7622148Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.7699705Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:57.7740528Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.7786761Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.7814131Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7845285Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7873580Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7901261Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7928025Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7955303Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.7981976Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8011371Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8037178Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8080727Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.8154265Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.8188934Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8233324Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.8260642Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8291549Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8318637Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8345797Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8372135Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8397738Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8424239Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8453043Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8484203Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8537107Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.8582536Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:57.8610860Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8641944Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8673484Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8705076Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8738077Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8769360Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8801138Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8831189Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8862526Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.8930561Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.8997669Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:57.9025110Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9056978Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9089224Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9120605Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9153063Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9184204Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9215347Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9243785Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9273275Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9319623Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:57.9346097Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9375666Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9405325Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9435376Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9465764Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9495089Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:57.9524395Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0034892Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:58.0073085Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.0121775Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.0171819Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.0207112Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.0242380Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0277373Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0312030Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0347360Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0376127Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0405913Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0446787Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.0516717Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:58.0549696Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0594933Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.0623429Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0653601Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0682625Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0711868Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0742047Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0771092Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0800465Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0829351Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0860379Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0888408Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0921420Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0951779Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.0982685Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1013973Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1044997Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1075070Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1104957Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1135949Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1162297Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1192450Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1223250Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1254656Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1286154Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1316825Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1346922Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1380861Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1418363Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.1444947Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1477726Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1515611Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.1553014Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.1590625Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.1627900Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.1658418Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1690326Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1723774Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1774941Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.1802819Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1834715Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1867015Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1899393Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1930617Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1961686Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.1992418Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2020533Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2051130Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2095243Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2131959Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2160394Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2191919Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2224318Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2255799Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2286875Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2317955Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2348337Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2378130Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2412962Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2444674Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2480451Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2516644Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2553092Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2588850Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2621891Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2654419Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2682591Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2709452Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2753611Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.2830637Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:58.2866383Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2915849Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.2944069Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.2976242Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3005016Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3033815Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3062466Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3088534Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3116049Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3144864Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3174728Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3214694Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.3283030Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:58.3315330Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3359480Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.3385381Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.3414927Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3444371Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3473782Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3504061Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3534059Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3562644Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3590459Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3615972Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.3644447Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3674083Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3719943Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.3745555Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.3773433Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3803385Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3851774Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.3879496Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3911195Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3940453Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.3974749Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4014935Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.4046588Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4090875Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.4116815Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4146866Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4177584Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4207340Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4239135Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4269304Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4299445Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4332489Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4366535Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4397551Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4432187Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4469562Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.4504543Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4539022Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4573034Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4606693Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4645830Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.4713967Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:58.4747551Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4773555Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4799436Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4835138Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4863607Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4904634Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.4928005Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.4958603Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.4989131Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5019483Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5051214Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5082789Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5114723Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5148041Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5178995Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5226868Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.5310467Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:58.5348277Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.5399005Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.5426870Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5458534Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5486937Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5515700Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5544642Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5573696Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5600993Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5629618Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5657863Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5700617Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.5779716Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:58.5813730Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5860581Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.5889235Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5922119Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5952325Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.5981788Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6010598Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6039165Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6066783Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6094833Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6122622Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6163187Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.6196414Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6243482Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.6269660Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6298682Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6325775Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6353311Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6381222Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6408206Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6435542Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6462029Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6487822Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6530405Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.6553388Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.6580862Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6607729Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6633962Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6661638Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6688276Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6714763Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6740390Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6766161Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6809063Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.6832740Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.6860616Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6887347Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6914208Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6942077Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6970567Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.6998886Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7024405Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7051095Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7089627Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7159749Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:58.7192431Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7236607Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7262101Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.7291000Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7318859Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7347172Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7375503Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7402796Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7430426Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7444985Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7459180Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7473332Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7487362Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7502502Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7517289Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7532635Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7547799Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7562449Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7578100Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7593759Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:02:58.7609030Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:02:58.7644859Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7681861Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7717079Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7756418Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7794745Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7832857Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7870445Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7906599Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.7943119Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.7976430Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8018732Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8071539Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.8118897Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.8150672Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8186946Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8224847Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8263007Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8302968Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8341113Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8379543Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8413113Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8448864Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8480465Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8515969Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8553832Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8590519Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8627274Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8663869Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8698708Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8731967Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8775304Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8826999Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.8871166Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.8901414Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8934957Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.8969331Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9003786Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9037711Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9071295Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9105235Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9135477Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9175446Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.9224155Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.9267358Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.9296802Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9328572Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9362368Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9396980Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9432561Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9467223Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9501759Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9530949Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9558241Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9600458Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.9631840Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9678188Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:58.9702697Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:02:58.9731277Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9759096Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9785861Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9813626Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9840272Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9866739Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9896402Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9937152Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:58.9963198Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:58.9993722Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0042136Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0096045Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0149906Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0203711Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0256517Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0286325Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0318165Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0360381Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0433592Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:59.0468423Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0514521Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.0541932Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0572674Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0602054Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0631349Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0661801Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0692361Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0721354Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0758344Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0792924Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.0832303Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0871532Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0913499Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0953545Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.0991474Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1030558Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1073188Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1111984Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1158762Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1204583Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1248752Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1294057Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1337202Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1378809Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1423039Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1462715Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1517068Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1560661Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1607605Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1653166Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1696332Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1741222Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.1772290Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1800291Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1847556Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.1876289Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1908858Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1937077Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1965448Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.1993842Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2021402Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2048024Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2077083Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2121283Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.2194855Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:59.2230506Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2276669Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.2303348Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2333101Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2359028Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2385874Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2412359Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2438204Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2464530Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2493442Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2519021Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2550957Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2580272Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2606134Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2638170Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2670447Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2701910Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2738279Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2772941Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2803943Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2838807Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2869416Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2898712Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2931036Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2959691Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.2989035Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3017835Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3046980Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3081590Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3112330Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3146863Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3178512Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3218324Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.3249618Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3279732Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3314099Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3345735Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3376147Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3409847Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3439955Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3469803Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3499459Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3528652Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3556730Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3588012Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3616755Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3647904Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3676067Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3704142Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3732800Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3760909Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3788989Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.3860959Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:02:59.3900845Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.3943580Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.3975898Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4007199Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4041719Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4106272Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:02:59.4146982Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.4178470Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4206300Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4238276Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4270425Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4299379Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4333741Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4363435Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4391284Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4422088Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4450785Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4496512Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.4533637Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.4582889Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.4610936Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4642138Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4673367Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4705113Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4738891Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4769296Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4800716Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4830029Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4880474Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.4922624Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.4949524Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.4981338Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5012286Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5044419Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5078268Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5111950Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5143854Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5174730Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5207321Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5241960Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5273807Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5306695Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5337515Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5368664Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5400050Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.5913810Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:02:59.5949710Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.5996304Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.6047020Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.6084040Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6120613Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6156821Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6192735Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6228617Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6264407Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6299449Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.6332218Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.6369138Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6405535Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6441837Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6478087Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6514027Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:02:59.6548331Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.6705904Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.6796485Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.6953514Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.7115012Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.7208447Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.7302569Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.7397167Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.7490319Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.7622211Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:59.7781612Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.7873748Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.8032100Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.8192530Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.8285202Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.8379322Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.8471302Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.8561249Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.8689781Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:59.8847363Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.8939812Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.9095209Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:02:59.9253818Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:02:59.9345138Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.9437209Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.9529530Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.9621147Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:02:59.9750777Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:02:59.9786153Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:02:59.9835767Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:02:59.9914237Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:02:59.9955704Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.0006453Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.0038201Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0074809Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.0104281Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0132424Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0159081Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0185660Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0212624Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0241246Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0272277Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0319392Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.0346252Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0376492Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0406631Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0436137Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0467247Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0496624Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0525737Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0553474Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0579522Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0619797Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.0687681Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.0719852Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0763400Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.0789897Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0821378Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0847542Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0874778Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0900522Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0926621Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0952702Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.0981515Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1011927Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1054677Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.1091048Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.1138812Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.1164504Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1193449Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1222818Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1253115Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1282410Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1311889Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1341433Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1368712Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1394786Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1423453Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1451088Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1476407Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1505831Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1535278Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1561147Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.1590608Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1622834Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1649693Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1678733Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1705871Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1735570Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1784698Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.1833075Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.1859431Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1888225Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1918262Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1948912Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.1979282Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2009192Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2038869Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2067395Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2094646Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2140673Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.2229922Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:00.2271456Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.2329112Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.2362469Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2399782Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.2432329Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2462197Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2490408Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2517710Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2546000Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2571333Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.2597718Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2634663Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.2663917Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2704958Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.2727333Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.2753996Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2780784Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2807330Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2834578Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2860273Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2886026Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2914757Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2945135Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.2992382Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.3028098Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.3053368Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.3082234Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3111538Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3141735Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3172155Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3203520Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3234048Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3261893Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3287487Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3337815Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.3362615Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.3391566Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3418603Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3445046Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3472340Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3498849Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3526897Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3552516Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3578572Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3620154Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.3642578Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:00.3668947Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3695203Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3721686Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3747900Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3774633Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3800506Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3829333Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3859899Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.3908391Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.3949936Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.3976750Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4008006Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4038410Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4069272Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4100097Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4130698Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4160667Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4194866Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4228436Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4300126Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.4370248Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.4401469Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4440127Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.4473944Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4507563Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4542425Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4575983Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4607501Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4636577Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4667370Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4735436Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.4803266Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.4835980Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.4872954Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.4910090Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.4946977Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.4984890Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5021528Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5057419Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5101898Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5161933Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.5243221Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:00.5305313Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.5367690Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.5429385Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.5490426Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:00.5561518Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:00.5597443Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5634018Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5676335Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5715716Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5755184Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5793947Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5830709Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5866253Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.5899662Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.5934640Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.5975190Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6013578Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6055121Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6094502Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6132410Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6167325Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6201146Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6233322Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6270122Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6306210Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6342395Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6378488Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6413435Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6452050Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6487467Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6520356Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6557973Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6594637Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6630418Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6667909Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6703269Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6741234Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6774442Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6807822Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6838929Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6874262Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.6912023Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6948803Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.6985134Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7020444Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.7054868Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.7090648Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.7129741Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7172971Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7216383Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7260108Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7302919Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7344568Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7387062Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7436409Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7488799Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7537512Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7591924Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7644630Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7697947Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7748398Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7796521Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7845216Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.7883416Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.7919200Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.7968802Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.8006438Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8043802Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8080921Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8118066Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8154024Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8187500Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8218472Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8264052Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.8299235Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8334093Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8368907Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8403619Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8437747Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:00.8474490Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8516238Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8559659Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8603446Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8647827Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8692140Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8735915Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8779265Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8825421Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.8868757Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.8916046Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.8963647Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9012021Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9060107Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9107617Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9154812Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9201682Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9247381Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9297300Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9347541Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9396528Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9445415Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9494104Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9541118Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:00.9584615Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9622208Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9662631Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9702454Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9742535Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9782117Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9821003Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9866479Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9911549Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:00.9954178Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.0002423Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.0049578Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.0096691Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.0143718Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.0188480Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.0237589Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.0269260Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0302543Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0332217Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0364635Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0395781Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0426784Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0458823Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0488894Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0519720Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0550725Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0582594Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0617270Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0647324Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0677779Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0708427Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0739285Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.0769374Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1284258Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:03:01.1320015Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1365416Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1413489Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.1447843Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1482152Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1515893Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1549654Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1583891Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.1627608Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1663518Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1703153Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1741817Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1781818Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1821722Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1860154Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1904948Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1948982Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.1985128Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2023396Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2062434Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2101325Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2142052Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2179809Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2223696Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2256182Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2285901Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2322284Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2355478Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2390644Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2428906Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2464910Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2503793Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2535943Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2573574Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.2626567Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.2673952Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.2703214Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2736413Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2768437Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2800937Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2832830Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2864504Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2895952Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2924516Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2952027Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.2999037Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.3035450Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.3090755Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.3118186Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3148724Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3176475Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3203774Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3231838Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3259167Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3286419Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3315326Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3346233Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3395451Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.3436978Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.3463789Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3494158Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3526722Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3558859Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3589804Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3620332Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3650674Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3679221Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3709768Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3760145Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:01.3804731Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:01.3831820Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3862506Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3894034Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3925048Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3957963Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.3988291Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.4020454Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.4048385Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.4074362Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.4104707Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:01.4120119Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.4135565Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4150974Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4166747Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4181782Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4196515Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4211809Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4226548Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4241092Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4256960Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4271330Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4287226Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.4302927Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.4317821Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4333132Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4348237Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4362802Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4377696Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4392238Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4406758Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4421885Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4436785Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4452296Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4467385Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4482254Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4496896Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4511881Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4527042Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4541805Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4557177Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4571947Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4587497Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.4603175Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4618565Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4633948Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4648439Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4663190Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4677600Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4692310Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4706721Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4721755Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4736477Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4751267Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4766181Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4781519Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4796638Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4811037Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4825189Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4839425Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4854174Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4868493Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4883288Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4897355Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4912164Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4926678Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4941887Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4956055Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4970557Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4984407Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.4998300Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5013297Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5029266Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5044951Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5063996Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5079991Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5097946Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5116332Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5134607Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5152057Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5169284Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5188360Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5206906Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5224136Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5240187Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5258951Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5278072Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5298662Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5316543Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5331996Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5346103Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5359931Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5374092Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5387650Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5401352Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5415270Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5431364Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5446497Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5461956Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5477009Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5492138Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5507235Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5522287Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5537659Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5553033Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5568288Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5583898Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5598787Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5614156Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5629112Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5644328Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5659780Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.5675375Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5691074Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5706270Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5722099Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5737004Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5751912Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5766701Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5782180Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5796897Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5810504Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5825479Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5839855Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5854887Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5871793Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5883244Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5897085Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5910737Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5924482Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5940184Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5955050Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5970821Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.5986141Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6000874Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6015902Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6030881Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6045525Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6059332Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6073587Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6087339Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6101642Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6117095Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6132847Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6147657Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6162582Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6177997Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6192858Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6207987Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6223147Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6237861Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6253069Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6267932Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6282922Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6298280Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6312870Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6327480Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6341774Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6355605Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6369393Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6383533Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6399362Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6414858Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6429934Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6445477Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6461432Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6477457Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6493799Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6509302Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6524948Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6540807Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6556435Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6570912Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6584778Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6598556Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6613091Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6627007Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6642180Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6657432Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6672191Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6686401Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6700416Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6714480Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6728308Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6742522Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6761458Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6780418Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6798759Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.6813874Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6828333Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6842766Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6858364Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6873506Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6887946Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6902741Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6917426Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6931915Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6946079Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6960266Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6974889Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.6989042Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7003073Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7018101Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7033553Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7048923Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7064451Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7079844Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7094666Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7109190Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7123589Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7138313Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7152877Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7167178Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7181972Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7197245Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7212662Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7227199Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7241864Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7256995Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7271969Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7286259Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7301253Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7315820Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7330874Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7345706Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7360631Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7374544Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7388494Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7401877Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7416059Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7429676Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7445726Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7460523Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7475556Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7490513Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7505192Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7519712Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7534472Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7548620Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7563077Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7579179Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7595013Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7611155Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7628144Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7643146Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7659446Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7676199Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7693192Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7708824Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7725189Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7742516Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7760424Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7778837Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7796558Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7813452Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7830912Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7850705Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7870210Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7888955Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7905849Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7922511Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7938504Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.7953506Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7968393Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7983846Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.7998890Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8014434Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8030160Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8045052Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8060842Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8076613Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8092193Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8106909Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8122026Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8137646Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8152844Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8168122Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8184472Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8200755Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8217398Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8232959Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8247771Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8263376Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8277358Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8291543Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8305696Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8319583Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8334155Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8349980Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8364862Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8380897Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8396218Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8411823Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8426832Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8441707Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8456930Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8471652Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8486689Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8502175Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8516106Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8532349Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8547874Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8563170Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8578264Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8593609Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8608354Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8622773Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8636710Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8651069Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8665317Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8679579Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8695475Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8710366Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8726452Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8742466Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8757845Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8773418Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8788103Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8803010Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8818337Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8833216Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8848574Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8864655Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8881120Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8897227Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.8912343Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8927435Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8942478Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8957245Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8972225Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.8987151Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9001949Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9016937Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9031663Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9046355Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9061340Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9075821Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9091552Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9107078Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.9121662Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9136793Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9151274Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9166040Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9180977Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9195641Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9210662Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9225623Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9239459Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9255421Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.9271281Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.9286688Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9301915Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9316770Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9331661Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9345804Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9359610Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9373628Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9388380Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9402315Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9416981Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9430834Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9445465Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9460445Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9474784Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9489045Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9503697Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9517524Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9531365Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9545506Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9559473Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9573702Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9588680Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9603283Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9619129Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.9634388Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9648832Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9664475Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:01.9679281Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9694146Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9708635Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9723445Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9738316Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9753472Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9767243Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9782623Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9797438Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9812529Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9826540Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9840488Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9854704Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9868700Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9882776Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9897845Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9911898Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9926549Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9941147Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9955564Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9969578Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9983759Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:01.9997776Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0012074Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0026171Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0041653Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0056890Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0073018Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0088999Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0104459Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0120115Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0137697Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0156082Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0174706Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0192001Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0210666Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0229587Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0247781Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0266663Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0285891Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0305225Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0324232Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0341818Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0359416Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0378315Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0396675Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0415255Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0432866Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0449869Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0467692Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0484833Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0501779Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0518267Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0534657Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0550615Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0566487Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0583054Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0598970Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0615310Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0631444Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0647684Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0664063Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0679759Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0695742Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0711303Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0727803Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0743781Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0759892Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0776391Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0791850Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0807285Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0823358Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0838788Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0854745Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0870002Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0886611Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0903615Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0919102Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0935164Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0950646Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0966039Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.0981918Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.0997317Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1014025Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1029966Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1045915Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1061782Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1077539Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1093434Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1109342Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1124854Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1141994Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1157964Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1174040Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1190148Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1206367Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1222691Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1238681Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1255442Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1271325Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1287781Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1304249Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1320087Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1336457Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1352259Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1368146Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1384197Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1400018Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1416797Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1432548Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1448512Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1464183Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1479715Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1495713Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1511198Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1527728Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1544274Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1561028Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1578529Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1594342Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1609664Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1625767Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1641852Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1657171Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1672401Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1687844Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1703365Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1718554Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1734190Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1748975Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1763947Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1779165Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1794094Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1809452Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1825095Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1840146Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1855372Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1870290Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1885235Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1900802Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1916120Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.1932480Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1948352Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1963969Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1979600Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.1995367Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2010709Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2026581Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2041729Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2057771Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2073144Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2088238Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2103644Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2118887Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2134334Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2149251Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2164306Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2179076Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2193412Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2207668Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2222201Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2236338Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2250765Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2264933Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2279100Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2293890Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2308389Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2322599Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2337134Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2351353Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2365453Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2380054Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2394312Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2409146Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2425034Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2439302Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2454229Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2468167Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2482285Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2496699Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2511661Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2526517Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2541991Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2557056Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2572599Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2587807Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2602931Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2618394Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2633803Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2647983Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2662873Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2677348Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2691996Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2707761Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2723703Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2740091Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2756607Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2773834Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2789790Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2807319Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2825050Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2840976Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2857522Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2874565Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2890907Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2907999Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2923501Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2939580Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2954803Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2970232Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.2984616Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.2998738Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3013160Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3027381Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3040940Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3055677Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3070322Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3084500Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3098719Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3112692Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3126603Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3140680Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3154376Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3168615Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3183709Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3198934Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3212803Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3226547Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3240414Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3254429Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3268625Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3282748Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3298207Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3313315Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3327832Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3342676Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3356772Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3371142Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3385398Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3399832Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3414177Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3428644Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3442593Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3457942Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.3473090Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3487811Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3502420Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3516903Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3530856Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3544550Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3558019Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3571788Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3585535Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3600238Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3615194Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3630841Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.3646080Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3660948Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3675806Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3690667Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3705499Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3720022Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3735031Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3749701Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3764504Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3778888Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3793966Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3809346Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3823984Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3838946Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3854113Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3868346Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3882618Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3897099Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3911319Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3925898Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3940810Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3955791Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3969050Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3983622Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.3998863Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4013787Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4028141Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4042086Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4056220Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4069331Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4082385Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4095688Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4108694Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4121836Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4136549Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4150886Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4168727Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4186245Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4200661Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4215573Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4229790Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4243888Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4258201Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4272410Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4286364Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4301155Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4314929Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4331508Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4348358Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4362381Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4376806Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4390552Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4404349Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4418394Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4432368Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4446161Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4461217Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4474055Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4489042Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4503920Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4518028Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4532093Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4545900Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4559507Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4573468Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4587232Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4600896Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4616242Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4632336Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4648433Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4668489Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4686196Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4703410Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4720173Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4737494Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4752754Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4768942Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4786432Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4802875Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4819840Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4835181Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4854340Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4873669Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4891027Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4906509Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.4920919Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4935119Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4949069Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4963575Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4977230Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.4991146Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5005326Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5022832Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.5038858Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.5053200Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5067329Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5081592Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5096113Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5110102Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5124194Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5138444Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5152797Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5166389Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5183739Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.5199606Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.5214155Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5228521Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5242404Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5256340Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5270291Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5284356Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5298351Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5312030Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5325159Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5339710Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5354544Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5368628Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5382925Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5396545Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5410542Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5423996Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5437400Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5451085Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5464663Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5477993Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5490962Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5504651Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5517229Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5530354Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5543163Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5556055Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5569507Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5582724Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5596660Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5611230Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5624955Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5638572Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5651972Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5665347Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5678313Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5691132Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5704192Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5717121Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5730189Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5743690Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5756356Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5770108Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5783913Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5797418Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5810686Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5823940Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5836748Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5849502Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5863329Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5875965Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5888969Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5903482Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5917506Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5932285Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5946234Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5960187Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5975337Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.5990517Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6005045Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6019524Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6033390Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6047200Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6060992Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6074605Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6088183Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6101926Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6115535Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6128766Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6141805Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6155298Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6169421Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6183228Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6196560Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6209781Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6223091Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6235945Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6248899Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6263103Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6276406Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6288965Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6303231Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6315420Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6330380Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6345411Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6359943Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6373756Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6387093Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6400296Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6413233Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6425653Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6438045Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6450752Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6463357Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6477147Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6490176Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6505505Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6520988Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6535611Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6549773Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6563366Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6577492Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6590243Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6602881Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6615707Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6628550Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6641085Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6655382Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6669842Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6685559Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.6701931Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.6715705Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6729564Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6743921Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6757892Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6772133Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6785888Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6799972Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6814167Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6827236Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6842744Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.6858737Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.6872164Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6885805Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6899413Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6912794Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6926147Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6939760Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6953150Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6966840Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6980490Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.6994818Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7008640Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7022296Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7035855Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7049198Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7062986Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7076389Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7089763Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7123888Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:02.7137408Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7152052Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7166648Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7182248Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7197469Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7213472Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7228397Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7243409Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7259909Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7275495Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7292817Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7308281Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7324080Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7340567Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7356303Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7373506Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7387818Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7403195Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7419006Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.7434432Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7450137Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7465205Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7479587Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7494561Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7509506Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7522976Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7537506Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7552147Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7565976Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7580387Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7594888Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7608880Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7623726Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7637902Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7652234Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7666283Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7680354Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7694741Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7708821Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7724163Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7738429Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7752335Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7766586Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7781284Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7795244Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7809251Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7823681Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7837215Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7851540Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7865236Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7879625Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7893956Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7907858Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7921633Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7935671Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7949459Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7963176Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7977221Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.7991201Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8005210Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8021286Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.8035759Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8059160Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8065172Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8079011Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8093664Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8107732Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8122070Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8136360Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8150523Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8164179Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8178645Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8192839Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8206733Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8221159Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8235060Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8248908Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8263176Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8277979Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8291615Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8307232Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8323100Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.8338562Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8353281Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8367436Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8381943Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8395441Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8408874Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8422411Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8435885Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8449328Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8463891Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8477395Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8492188Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8507247Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8521506Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8536885Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8550431Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8564776Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8578351Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8591868Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8605543Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8619564Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8633281Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8647140Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8661304Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8675186Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8689176Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8703744Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8718183Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8732196Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8739902Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:02.8747110Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:02.8754422Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:02.8761579Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:02.8776400Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8790132Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8804932Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8819772Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8834137Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8848557Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8863254Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8877292Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8891233Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8904940Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8918708Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8932610Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8947700Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8962380Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8977711Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.8992772Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9007489Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9022519Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9037224Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9052142Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9066919Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9081661Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9097174Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9111636Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9125280Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9138381Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9152236Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9166190Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9180174Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9193357Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9207023Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9220285Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9233155Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9246097Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9259050Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9271855Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9285623Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9298802Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9313565Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9329345Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9344980Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9359481Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9373910Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9388130Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9401685Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9415449Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9428773Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9442018Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9455592Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9469827Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9483080Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9498531Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9514299Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9529171Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9543996Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9558185Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9572831Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9586605Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9600033Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9613763Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9626802Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9640001Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9654069Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9667305Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9681853Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9696542Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9710958Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9725040Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9739868Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9754809Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9770201Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9787605Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9802471Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9817823Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9834505Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9850146Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9866602Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:02.9880211Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9895776Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9910188Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9924431Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9938855Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9951743Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9964525Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9979112Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:02.9992189Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0006588Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0020581Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0033841Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0046522Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0059515Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0071647Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0083679Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0096193Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0108924Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0121139Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0135180Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0149292Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0162635Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0176300Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0188801Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0201797Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0214577Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0226831Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0239107Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0251439Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0263796Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0274582Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0285042Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0295380Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0305505Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0316050Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0326224Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0336690Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0347009Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0357381Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0367787Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0378586Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0388816Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:03.0403452Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0417777Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0431708Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0446234Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0460582Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0474205Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0487925Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0502059Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0515636Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0529574Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0544286Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0561081Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.0576685Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.0590347Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0604197Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0618369Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0632023Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0645882Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0659788Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0674112Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0688281Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0701996Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0716273Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0730681Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0744687Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0758483Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0772467Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0786701Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0800242Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0814852Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0828915Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0845014Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.0861031Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.0875902Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0889714Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0904200Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0918275Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0933241Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0947362Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0961487Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0976160Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.0990623Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1006767Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1023155Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1037826Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1052599Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1066746Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1080915Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1095404Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1109674Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1124249Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1138462Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1150925Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1164288Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1178217Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1192252Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1205375Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1218682Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1231356Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1243767Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1256323Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1268582Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1281269Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1370830Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1371437Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1372003Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1372611Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1373238Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1373696Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1385843Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1401465Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1417712Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1431865Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1444778Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1459482Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1474366Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1488464Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1502677Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1516561Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1530791Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1544220Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1557437Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1570784Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1583359Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1595887Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1610910Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1625813Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1640617Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1655456Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1669934Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1684387Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1699273Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1714046Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1729788Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1745432Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1761922Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1777650Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1793267Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1808975Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1825712Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1841317Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1858107Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1874164Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1890890Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1906914Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1922553Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1939172Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1954348Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.1969802Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1984502Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.1997193Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2011513Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2025596Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2039709Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2053867Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2068138Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2081691Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2095383Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2107698Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2121152Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2135823Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2150816Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2164959Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2179291Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2192895Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2206312Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2219027Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2231273Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2243393Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2256004Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2268141Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2282091Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2296505Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2311787Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2327681Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2343546Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2358501Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2373302Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2388009Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2403089Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2418425Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2433441Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2447818Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2463650Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2479816Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2496680Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2511787Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2525541Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2539291Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2552148Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2567642Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2582866Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2597474Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2613045Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2627708Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2642393Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2657563Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2672226Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2686947Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2702339Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2717193Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2730847Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2743669Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2756332Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2769489Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2782657Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2797352Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2812512Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2827032Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2840398Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2853859Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2866964Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2879841Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2893330Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2900271Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:03.2907428Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:03.2913614Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:03.2929441Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2944674Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2959369Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.2975596Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.2990659Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3005011Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3019356Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3033190Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3048208Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3062674Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3078763Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3093986Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3107908Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3122187Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3137213Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3152581Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3167913Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3183162Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3197568Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3212352Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3226664Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3240876Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3255343Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3269738Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3283712Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3299088Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3315533Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3332824Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3347098Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3361483Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3376260Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3390276Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3404249Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3418445Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3432285Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3446543Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3461071Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3475143Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3488236Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3501533Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3514504Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3527620Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3541108Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3577674Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:03.3593891Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3611287Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3627762Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3641660Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3655863Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3669527Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3683064Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3697486Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3711180Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3725134Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3738892Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3752827Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3766331Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3780103Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3793579Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3807075Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3820914Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.3840571Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3857089Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3876126Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3895737Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3911744Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3927817Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3944133Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3960190Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3978303Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.3997777Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4014060Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4033468Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4053055Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4068896Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4084975Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4101503Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4117498Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4135940Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4155190Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4171474Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4190881Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4210451Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4226370Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4242370Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4258667Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4274595Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4292664Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4306089Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4320254Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4335371Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4349549Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4363114Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4377177Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4390518Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4403096Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4415852Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4428209Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4440810Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4453605Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4467285Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4480628Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4495391Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4509440Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4523332Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4537426Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4551122Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4565064Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4579277Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4593070Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4606849Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4620024Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4634551Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4649608Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4664191Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4678420Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4692165Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4705869Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4718855Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4731903Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4744739Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4757499Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4770725Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4784706Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4798140Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4813789Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4828775Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4843610Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4860093Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4877141Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4894517Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4910551Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4925775Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.4942368Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4958480Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4975619Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.4991110Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5007139Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5024858Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5041672Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5058400Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5073773Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5090105Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5106358Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5122540Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5138886Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5154060Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5168483Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5182379Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5197693Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5213607Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5227378Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5241192Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5255501Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5269020Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5282720Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5296648Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5310323Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5324239Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5337698Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5352056Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5368256Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5383431Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5398277Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5413019Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5426929Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5440091Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5453802Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5466361Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5479160Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5492532Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5506209Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5518968Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5533721Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5547800Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5561546Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5575720Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5589421Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5602469Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5616040Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5629023Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5642247Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5655559Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5670579Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5685036Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5701576Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5717245Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.5732583Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5747753Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5762250Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5777307Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5792042Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5806516Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5821262Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5836417Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5849781Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5865877Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5880757Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5896197Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5909642Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5922952Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5936588Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5950011Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5963462Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5977421Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.5990616Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6004407Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6018371Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6031934Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6045024Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6058178Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6070962Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6083189Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6096320Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6110493Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6124809Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6141678Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6158239Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6173421Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6188120Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6202490Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6217804Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6231990Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6246164Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6260810Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6276117Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6290943Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6308724Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6325510Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6340317Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6354602Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6368729Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6382874Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6396575Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6410639Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6424383Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6438593Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6452531Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6468518Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6484521Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6498905Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6512998Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6526799Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6540784Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6554360Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6567988Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6581978Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6595958Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6611312Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6627477Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6642151Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6657334Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6672114Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6687102Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6702493Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.6716456Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6730688Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6745230Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6759157Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6773447Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6787282Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6801201Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6815438Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6829195Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6843405Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6858229Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6872238Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6886502Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6900536Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6914436Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6928331Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6942345Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6956416Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6970869Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6984707Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.6998455Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7012394Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7026458Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7040340Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7054550Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7068972Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7083170Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7097304Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7111281Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7125072Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7139107Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7152839Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7167984Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7181670Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7195930Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7210251Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7223547Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7236991Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7250549Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7264106Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7277620Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7291295Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7305504Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7319527Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7333600Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7347168Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7360871Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7374868Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7388764Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7405870Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7421718Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7438706Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7456114Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7472410Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7488677Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7506144Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7523263Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7541143Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7555952Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7572002Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7589080Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7605204Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7621529Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7636548Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7652983Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7669137Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7685248Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7701437Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.7716908Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7731795Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7745446Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7759463Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7773824Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7787718Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7801883Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7816926Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7831623Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7845916Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7860587Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7874905Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7889408Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7904128Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7918498Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7933566Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7947977Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7962261Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7976927Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.7991305Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8005859Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8020320Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8034625Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8049517Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8064672Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8078856Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8093527Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8107749Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8122104Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8136568Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8150955Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8165628Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8180412Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8194723Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8208745Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8222763Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8236592Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8250936Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8264959Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8278725Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8293051Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8306617Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8320440Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8334488Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8348138Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8362321Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8376698Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8390585Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8405694Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8420636Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8435629Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8450062Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8464934Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8479428Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8494576Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8508413Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8522635Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8537017Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8550537Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8563941Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8577874Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8591398Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8604981Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8638696Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:03.8652540Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8667416Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8682149Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8696273Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8709984Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8723854Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8737909Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8751533Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8765725Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8780168Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8794336Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8808216Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8822397Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8836299Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8850689Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8864828Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8879147Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8893606Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8907720Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8921947Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8935981Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8949904Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8963835Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8978237Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.8991936Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9005921Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9020398Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9034106Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9047919Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9061887Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9075700Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9089441Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9103586Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9117409Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9132835Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9147959Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9161619Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9176340Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9190089Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9203537Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9217441Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9230982Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9244602Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9258762Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9271596Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9286198Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9300709Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9315245Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9328984Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9342915Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9355891Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9368794Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9381862Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9394755Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9407648Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9422012Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9436114Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9452846Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.9468870Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.9482800Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9497326Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9511326Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9525182Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9539398Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9553297Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9567124Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9581462Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9594999Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9611315Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.9627295Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:03.9641127Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9655777Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9669752Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9683408Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9708709Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9711307Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9724665Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9738772Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9752963Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9767342Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:03.9823688Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:03.9917371Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.0147958Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:04.0227291Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.0342888Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:04.0396493Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0460556Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.0514434Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0567741Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0621564Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0673688Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0727938Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.0791154Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.0862296Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1150212Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:04.1438680Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:04.1493307Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.1557717Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.1628689Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1699245Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1769532Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1837996Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1905652Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.1985969Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.2065004Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.2288083Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:04.2570781Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:04.2644197Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.2731616Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.2816453Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.2900534Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.2986773Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.3070603Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.3154299Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.3213274Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.3279058Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.3414002Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:04.3511359Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:04.3626534Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:04.3684311Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.3748703Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.3818334Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.3885482Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.3958027Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.4024718Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.4089417Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.4149621Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.4219536Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.4498164Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:04.4751951Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:04.4805155Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.4866778Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.4934782Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.5002543Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.5072625Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.5143130Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.5214084Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.5301441Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.5392357Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.5618949Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:04.5892277Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:04.5967963Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.6054168Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.6140648Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.6229616Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.6316042Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.6401561Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.6486105Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.6548807Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.6617181Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.6894097Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:04.7080621Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:04.7134067Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.7194692Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.7262356Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.7329588Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.7402967Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.7472035Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.7541165Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.7638334Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:04.7721914Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.8034244Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:04.8241337Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:04.8329664Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.8428322Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:04.8509418Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.8592845Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.8674893Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.8755240Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:04.8824571Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.8880765Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.8946614Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.9038614Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:04.9224098Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:04.9293222Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.9399857Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:04.9448243Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.9506796Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.9571885Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.9637437Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.9704934Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.9770237Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:04.9837685Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:04.9888825Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.9940103Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:04.9991819Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0042946Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0095098Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0143797Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0185136Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:05.0236293Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0320264Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.0494403Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:05.0552275Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.0648152Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:05.0685808Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:05.0734324Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0786276Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0838535Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0892985Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0945691Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.0997876Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1043864Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1095933Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1178333Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.1236837Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.1336431Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:05.1377634Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:05.1426620Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1478620Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1530958Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1586847Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1641162Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1691145Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1747303Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1796465Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.1855257Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.1921805Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.2008189Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:05.2114705Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:05.2314007Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:05.2399283Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.2524099Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:05.2589606Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.2667929Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.2748038Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.2827099Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.2912113Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.2991048Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.3069922Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.3114978Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.3167199Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.3250661Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.3423366Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:05.3481191Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.3578575Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:05.3614428Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:05.3660162Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:05.3710248Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.3760328Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.3822468Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.3899040Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.3965791Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.4042016Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.4106816Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.4239441Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:05.4439637Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:05.4523188Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.4631070Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:05.4679782Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.4742381Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.4795489Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.4849648Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.4902959Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.4956920Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5010370Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5068236Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.5119132Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5222442Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:05.5422437Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:05.5508081Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.5615082Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:05.5663031Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5717609Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5768250Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5818671Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5868056Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5916072Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.5964269Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.6023406Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.6089870Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.6289672Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:05.6506414Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:05.6560881Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.6622423Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.6689294Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.6758217Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.6827311Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.6897416Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.6962669Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.7022221Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.7091096Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.7291566Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:05.7505033Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:05.7564301Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.7639073Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.7712286Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.7785335Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.7863210Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:05.7935992Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8008315Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8067111Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.8135722Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8250372Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:05.8302713Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:05.8365561Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.8434909Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8504267Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8576835Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:05.8642219Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:05.8707749Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.0843005Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-08-17T13:03:06.0921031Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.1042047Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.1174032Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:06.1258081Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.1343373Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.1429246Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.1512959Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.1600415Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.1656065Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.1719989Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.1812300Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.1995714Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:06.2066255Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2173039Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:06.2222656Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.2280085Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.2342054Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.2409744Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2479389Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2546984Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2613974Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2681771Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2752013Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.2805646Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.2867709Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.2935896Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3004384Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3075238Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3143004Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3211154Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3295395Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.3363084Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3418384Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.3480209Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.3548671Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3616580Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3686566Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3756157Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3825207Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.3962463Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:06.4061505Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:06.4115453Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.4181236Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.4305096Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.4435387Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:06.4558098Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.4675798Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.4743580Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.4810477Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.4881134Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5009057Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:06.5070185Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.5142320Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5217065Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5288697Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5363510Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5435294Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5507961Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.5568036Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.5651600Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.5807404Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:06.5924828Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.5981527Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.6043606Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.6113937Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6182749Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6264820Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:06.6334370Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6404005Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6465119Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.6533347Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6586284Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.6652810Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6721497Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6790175Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6860728Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6928304Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.6995941Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.7052145Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.7103033Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.7203814Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:06.7417181Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:06.7505855Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.7623040Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:06.7677992Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.7749199Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.7804073Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.7858199Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.7911109Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.7960480Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.8010135Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.8064963Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.8126850Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.8216997Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.8402779Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:06.8470913Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.8579771Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:06.8628399Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.8686881Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.8752464Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.8818076Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.8882252Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.8945028Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9008712Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9065337Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9114430Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.9172588Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9229122Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9340802Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:06.9390694Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.9450392Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9458582Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:06.9466264Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:06.9473630Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:06.9481197Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:06.9539039Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:06.9613238Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.9704547Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:06.9775921Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:06.9883623Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:06.9933327Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:06.9993484Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.0059639Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.0129280Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.0203933Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.0273245Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.0343450Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.0478043Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:07.0619369Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.0749570Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:07.0894656Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.1038381Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.1181303Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.1327964Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:07.1469614Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.1609343Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.1701678Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.1887628Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:07.1958673Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.2004255Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2055966Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2135737Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.2189925Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2283662Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.2318021Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:07.2364106Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2415248Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2464768Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2516327Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2567310Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2620283Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2675446Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.2731997Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.2829803Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:07.3044393Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:07.3110712Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.3220496Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:07.3261539Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.3312635Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3365468Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3415460Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3465072Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3513925Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3563633Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3612166Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3660900Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.3745008Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.3945129Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:07.4009474Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.4112077Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:07.4149065Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.4195952Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4246747Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4299816Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4350034Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4398318Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4446493Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4491171Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.4541281Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4622066Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.4682311Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.4825713Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:07.4874491Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.4936472Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.5001477Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.5066732Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.5121633Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5172658Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5226680Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5274419Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5328389Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5431263Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:07.5472570Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.5521127Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5571573Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5621956Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5671952Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5720149Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5768193Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5810456Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.5858115Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.5953460Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.5988414Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:07.6035594Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6085781Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6135685Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6185527Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6235486Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6284674Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6326148Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.6373441Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6450841Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.6627393Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:07.6683852Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.6778794Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.6815500Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:07.6862094Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6913291Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.6965478Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.7017367Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.7068067Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.7121693Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.7134571Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7147580Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7160324Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7174023Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7185922Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7199328Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7211527Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7222904Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7234424Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7246255Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7258933Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7270933Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:07.7353800Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.7442200Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.7514580Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.7627031Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:07.7714213Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.7801894Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.7891046Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.7978997Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.8066280Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:07.8127167Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.8226767Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:07.8403294Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:07.8584567Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:07.8637942Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.8698851Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.8776822Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.8853435Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.8933351Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.9008779Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9084861Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.9145696Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.9212933Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9264164Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:07.9325272Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.9400738Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9474858Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9551256Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:07.9624973Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9695580Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:07.9760460Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:07.9861626Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:08.0043149Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:08.0223715Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:08.0277548Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.0339074Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.0413322Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.0488125Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.0566000Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.0642023Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.0716357Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.0776290Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.0887334Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:08.1067947Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:08.1249206Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:08.1304308Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.1366982Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.1448430Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.1530899Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.1614735Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.1695633Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.1777178Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.1834721Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.1886761Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.1968216Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.2028124Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.2134629Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:08.2171293Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:08.2220337Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2275383Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2330228Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2386151Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2441310Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2494772Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2559878Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.2773621Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:08.2826377Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.2888478Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.3223535Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:08.3559872Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:08.3896204Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:08.4232440Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:08.4567604Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:08.4612350Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.4662270Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.4740432Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:08.4915391Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:08.4974674Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.5072201Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:08.5116252Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:08.5191994Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.5260849Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.5329163Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.5389900Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.5454666Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.5518839Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.5604836Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:08.5680177Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:08.5791730Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:08.5887385Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:08.5981408Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:08.6077416Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:08.6172033Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:08.6266062Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:08.6440383Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:08.6588543Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:08.6834215Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:08.6996224Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:08.7158506Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:08.7320260Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:08.7491917Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:08.7662287Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:08.7896628Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:08.8093493Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:08.8492726Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:08.8700179Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:08.8904797Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:08.9108654Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:08.9310737Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:08.9510704Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:08.9568466Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.9619120Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.9728856Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:08.9779351Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.9838582Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:08.9890423Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:08.9945688Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0000769Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0055379Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0110779Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0172203Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.0283163Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:09.0489048Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:09.0574190Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.0688762Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:09.0741948Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0805750Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.0858905Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0913258Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.0966371Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1018432Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1071011Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1131836Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1186987Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1255196Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.1316089Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1368908Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1432284Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1489811Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1540739Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1601086Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1659052Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1709897Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1770250Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1827988Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1879021Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.1939127Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.1991402Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.2043270Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.2095833Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.2146001Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.2218204Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.2287858Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.2378441Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:09.2441604Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.2534560Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:09.2605959Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.2670817Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.2741941Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.2802713Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.2855450Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.2920035Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.2973768Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3028435Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3084199Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.3137647Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3190274Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3250201Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.3303181Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3366655Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.3421798Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3475633Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3528041Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3580140Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3634710Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3641594Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:09.3649091Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:09.3656693Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:09.3718375Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.3772795Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.3839039Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.3968781Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:09.4061450Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:09.4123815Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4175879Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.4239463Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4302117Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4357804Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.4431212Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.4488102Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4537767Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.4596613Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4655614Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.4767286Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:09.4852417Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.4975778Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:09.5031728Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.5100131Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.5172270Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.5244535Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.5321979Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.5393420Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.5465382Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.5531345Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.5870673Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:09.6107766Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:09.6164911Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.6235486Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6307958Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6381484Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6455223Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6524820Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6592706Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:09.6649484Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.6700938Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.6761775Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:09.6814233Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.6867043Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.6918003Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.6966473Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.7019453Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:09.9243628Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-08-17T13:03:09.9332372Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:09.9456174Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:09.9587616Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:09.9671622Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.9755721Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.9840761Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:09.9926840Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0013449Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0098950Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0184397Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:10.0260513Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:10.0353836Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0441518Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0527904Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0616809Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0706834Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:10.0785732Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:10.1362536Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:03:10.1663880Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.2239353Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:10.2816919Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:03:10.3120894Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.3425199Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.3730831Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.4033233Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.4493243Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:10.5063023Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:10.5367892Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.5935899Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:10.6623889Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:03:10.6923592Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.7225478Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.7532414Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:10.7833624Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.8289043Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:10.8854536Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:03:10.9157419Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:10.9712987Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-08-17T13:03:11.0281728Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:11.0583509Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:11.0888129Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:11.1192983Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:11.1490201Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:11.1942634Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:11.2000735Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.2097466Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:11.2290726Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:11.2373821Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:11.2484300Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:11.2535995Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2596582Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.2648226Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2699996Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2750605Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2802660Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2857532Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.2915978Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.2984820Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3098434Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:11.3151307Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.3215479Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.3284809Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3354602Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3425967Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3494299Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3562689Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.3622232Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.3675089Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.3768971Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:11.3953808Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:11.4022662Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.4130279Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:11.4180455Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4237566Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.4288589Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4340133Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4388087Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4435890Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4483336Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4537984Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.4603332Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.4704817Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:11.4786923Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:11.4902184Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:11.4954349Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.5021326Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5090987Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5161055Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5233290Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5300900Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5369419Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5430332Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.5484153Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.5548555Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.5609864Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.5663910Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.5727232Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.5798921Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5856008Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.5922693Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.5994697Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.6050208Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.6115811Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.6177519Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.6245328Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.6386795Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:11.6560666Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:11.6629147Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.6709302Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:11.6795491Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:11.6878521Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:11.6947906Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.7012648Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.7076961Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.7133545Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.7184701Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.7288261Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:11.7540342Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:11.7626487Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:11.7763157Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:11.7813673Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.7877076Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.7930566Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.7982319Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8033200Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8082139Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8136898Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8177866Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:11.8225257Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8302011Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.8357501Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.8450801Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:11.8485744Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:11.8531069Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:11.8580593Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8629942Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8679941Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8727836Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8776206Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8831212Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.8896681Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.9023390Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:11.9115391Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:11.9168511Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.9229408Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.9295609Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.9361563Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.9431918Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.9497579Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:11.9562204Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.9620886Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.9671739Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.9803253Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:11.9856419Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:11.9915436Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:11.9967411Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0019572Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0074512Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0127229Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0184880Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.0232287Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0282320Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0382286Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.0423980Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:12.0472380Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0523563Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0574595Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0630543Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0683841Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0734643Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.0793404Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.0859868Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1064763Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:12.1279512Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:12.1334187Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:12.1397096Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.1466334Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1533926Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1603523Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1671408Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1739646Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.1824083Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.1902230Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.2113449Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:12.2330995Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:12.2400911Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.2490702Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.2567688Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.2646973Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.2735299Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.2814194Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.2890412Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.2954288Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.3024423Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3228819Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:12.3435716Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:12.3493992Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.3562254Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3634653Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3706661Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3781242Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3854233Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.3925261Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.4025393Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.4190289Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:12.4437462Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:12.4611897Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:12.4787370Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:12.4963493Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:12.5140485Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:12.5360133Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:12.5438654Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.5513854Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.5609699Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.5698345Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.5787618Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.5879116Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.5969625Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.6053239Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.6124858Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.6201746Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.6302774Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.6395476Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.6487553Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.6583600Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.6673270Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.6757706Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.6836280Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.6929790Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.7046330Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:12.7151571Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.7259939Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:12.7354165Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.7437400Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.7528454Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.7608339Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.7679251Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.7767128Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.7858328Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.7947133Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.8033460Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.8115613Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8206772Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.8278893Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.8355533Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8418966Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:12.8491593Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:12.8571929Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8652751Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8734223Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8814087Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8890560Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.8972774Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:12.9062215Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.9161119Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.9263327Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.9363664Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.9467046Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.9567081Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:12.9657725Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:12.9779263Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:12.9911946Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.0030619Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.0155726Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.0291860Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.0428915Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.0569746Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.0703900Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.0837530Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.0931569Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.1013730Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.1150091Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.1242892Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.1340131Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.1436255Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.1530649Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.1625772Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.1707093Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.1775719Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.1899471Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.1986669Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.2072077Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.2162064Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.2252051Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.2338705Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.2436235Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.2547650Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.2663333Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.2786790Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.2909017Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.3032976Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.3152516Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.3276636Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.3412704Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.3535108Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.3668572Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.3806446Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.3944355Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4082881Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4222687Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4360813Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4498706Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4624426Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.4766044Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.4909454Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.5053074Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.5196608Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.5335817Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.5472097Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:13.5590743Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:13.5685704Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.5787842Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.5892739Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.5998211Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.6105056Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.6210753Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.6343375Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.6457228Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.6546915Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.6649745Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.6756374Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.6862992Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.6970414Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.7076132Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:13.7206942Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:13.7282353Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.7381581Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:13.7464423Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.7557398Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.7645984Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.7737100Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:13.7814888Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.7884662Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.7957449Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.8030112Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.8104657Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.8184245Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:13.8249093Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:13.8314140Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:13.8380542Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:13.8443994Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:13.8508131Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.0641024Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-08-17T13:03:14.0718315Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.0839649Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:14.0971033Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:14.1053918Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.1137219Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.1223878Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.1306444Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.1392657Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.1517657Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:14.1608273Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.1709160Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.1812745Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.1915317Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.2020956Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.2126582Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:14.2254616Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:14.2381659Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:14.2475727Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.2586409Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:14.2692537Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:14.2798383Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:14.2905047Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.3008576Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:03:14.3136669Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:14.3216945Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.3285598Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.3377904Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.3463045Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.3548393Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.3635031Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.3718799Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.3801064Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.3861822Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.3948906Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.4085097Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:14.4224068Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:03:14.4289819Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.4363238Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.4447652Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.4533613Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.4627633Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.4713015Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.4806115Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:14.4874748Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.4933248Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5065430Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:14.5174048Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:14.5322447Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:14.5378600Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5442240Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5497765Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5552752Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.5606138Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.5661314Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.5717337Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5780139Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.5848391Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6065195Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:14.6274775Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:14.6329453Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.6393067Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.6461003Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6528643Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6600595Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6668625Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6734952Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.6795175Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.6860877Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.7071398Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:14.7279263Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:14.7333181Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.7397229Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:14.7465014Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.7534715Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.7607547Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.7677655Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.7748398Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:14.7828523Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.7908549Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.7993673Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:14.8028658Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:14.8050822Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8078066Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8105656Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8148552Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:14.8196967Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2324: RuntimeWarning: invalid value encountered in exp 2022-08-17T13:03:14.8197366Z np_result = np_fn(a) 2022-08-17T13:03:14.8215642Z ok (0.007s) 2022-08-17T13:03:14.8266558Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:14.8302177Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:14.8337835Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:14.8343955Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-08-17T13:03:14.8370717Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8398353Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8426042Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8448195Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8471479Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8494587Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8520139Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8548006Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8575641Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8601858Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8629315Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8656695Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8682788Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8710570Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8738550Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.8761575Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8784884Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8807677Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8830023Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8853231Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8876068Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8899230Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8922257Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8945309Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8968280Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.8991609Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9014771Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9041414Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.9069288Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.9097189Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.9111103Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9125035Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9139136Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9153019Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9167152Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9181177Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9195410Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9209361Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9222931Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:14.9246362Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9269797Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9292919Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9320083Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.9347179Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:14.9370154Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9393725Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:14.9417004Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3450214Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.403s) 2022-08-17T13:03:15.3471078Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3488259Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3504081Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3525230Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3545825Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3565666Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3593482Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.3620077Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.3646568Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.3662628Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3677507Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.3692397Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.3710608Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3728172Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3745848Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3763355Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3780921Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3798079Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3814593Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3831017Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3846684Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3863126Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3878729Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3894698Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:15.3909238Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.3922352Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.3935901Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.3948294Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:15.4381373Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:15.4819558Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:15.5255071Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:15.5709464Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:15.5738892Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.5769706Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.5798399Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.5825879Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:15.7869300Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-08-17T13:03:15.9998283Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-08-17T13:03:16.2036881Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-08-17T13:03:16.4111361Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-08-17T13:03:16.4138495Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.4165694Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.4190889Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.4215421Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.4297114Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4376455Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4454885Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4533488Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4611899Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4690753Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4770343Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4855660Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.4941744Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.5027725Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.5113564Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:16.5134089Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1082: RuntimeWarning: overflow encountered in exp 2022-08-17T13:03:16.5134728Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-08-17T13:03:16.5144109Z ok (0.003s) 2022-08-17T13:03:16.5172109Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5223960Z test_mvlgamma_argcheck_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:16.5320264Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:03:16.5354338Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5409153Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:16.5463569Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:16.5509558Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:16.5542366Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5574997Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5606204Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5638367Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5670446Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:16.5691566Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5714929Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5737138Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5756616Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5776080Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5794298Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5812829Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5829252Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5844870Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5860481Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5876013Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.5891481Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.5909543Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5927250Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5952541Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5978278Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.5997428Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6016251Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6034412Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6052973Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6071120Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6088736Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6107152Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6125879Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6144179Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6166855Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6189388Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6208582Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6228703Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6246277Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6263309Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6280307Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6297553Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6314551Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6332196Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6348881Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6367836Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6386898Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6404720Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6422291Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6439803Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6457178Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6474048Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6491734Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6508422Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6525104Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6543589Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6560994Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6584027Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6606054Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6624971Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6643558Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6662172Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6680346Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6698759Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6717976Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6736191Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6754539Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6772036Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6793036Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6815462Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6833287Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6851235Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6868453Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6885751Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6903383Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6920775Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6938254Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6956374Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6973835Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.6996146Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7017249Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7034859Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7053198Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7071089Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7088583Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7106423Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7123975Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7141721Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7160302Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7177525Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7199181Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7220335Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7240179Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7258275Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7275533Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7292672Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7309946Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7327141Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7345741Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7365071Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7384234Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7403718Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7425330Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7445951Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7466068Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7485763Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7507022Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7526380Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7545040Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7563421Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7583226Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7602825Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7621255Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7637956Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7654378Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7669897Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.7685367Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7701372Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7717881Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7733802Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.7751328Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7769737Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7787337Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7804462Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7821359Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7838180Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7854529Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7870131Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7886185Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7902506Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7918253Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7935755Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7951365Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7969554Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.7987967Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8005567Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8022727Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8039511Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8056391Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8072012Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8087910Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8103948Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8119202Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8138253Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8156271Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8174909Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8193673Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8211807Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8231301Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8251633Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8270800Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8289594Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8307963Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8326232Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8344295Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8361907Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8380135Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8397637Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8415884Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8432691Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8448145Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8466153Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8484161Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8502324Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8521404Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8539643Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8556354Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8572044Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8587401Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8602645Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8618346Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8634125Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8654169Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8670265Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8690098Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8710269Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8729146Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8747770Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8764945Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8782339Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8797815Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8813471Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8828755Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8843539Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8859116Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8876301Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8891588Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.8910269Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8929561Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8948620Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8966345Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.8984248Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9001422Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9017610Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9032673Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.9047580Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.9063118Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.9078090Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:16.9096701Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9114117Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9135681Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9156586Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9175101Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9193081Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9210936Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9228943Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9246550Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9264632Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9282156Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9300427Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9317392Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9337903Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9358373Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9376471Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9393806Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9411003Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9428029Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9445071Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9462396Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9479532Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9497427Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9514269Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9532745Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9550421Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9567429Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9584805Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9601792Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9619119Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9636151Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9653630Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9697367Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:16.9714376Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9733008Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9751329Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9768614Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9786112Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9803029Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9820400Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9837528Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9855049Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9871312Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9889524Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9910087Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9931091Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9951894Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9971180Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:16.9991185Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0010731Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0029857Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0047636Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0067331Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0086041Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0105418Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0124185Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0146067Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0166868Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0186391Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0204294Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0222446Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0240285Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0258108Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0277078Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0294687Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0314858Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0333905Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0351390Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0368547Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0386589Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0404030Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0422032Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0441181Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0458700Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0476142Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0494822Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0512548Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0530212Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0549033Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0567871Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0586109Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0603652Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0620805Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0639034Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0656753Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0674164Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0691258Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0708291Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0725280Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0742350Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0759386Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0777078Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0794275Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0815458Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0836233Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0855832Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0874266Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0891798Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0910406Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0927823Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0945807Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0963564Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.0991592Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1019708Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1047544Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1076276Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1105168Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1131625Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1157629Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1180016Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1202638Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1224114Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1245677Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1267899Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1295933Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1323007Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1352597Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1382703Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1410678Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1437787Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1465400Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1492892Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1519921Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1547436Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1575312Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1602991Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1629247Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1658645Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1688339Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1715807Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1742283Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1768512Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1794130Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1821020Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1846453Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1872510Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1899932Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1925294Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.1953262Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.1981825Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2008800Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2036066Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2062260Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2088078Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2114127Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2140435Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2166314Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2192630Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2220699Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2247364Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2277135Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2307094Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2335599Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2362763Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2390208Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2418124Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2445531Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2475157Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2507154Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2537403Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2567126Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2600971Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2636390Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2668339Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2697577Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2726585Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2755494Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2783309Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2810832Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2837993Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2867115Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2895916Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2926291Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2957129Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.2986025Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3014595Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3042260Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3070145Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3098794Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3126825Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3155123Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3183918Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3210165Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3240692Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3270886Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3299381Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3326105Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3353183Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3380618Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3407522Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3434663Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3462277Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3490458Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3518538Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3547955Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3581085Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3612251Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3641075Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3669719Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3698639Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3726815Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3754664Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3782826Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3811473Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3841326Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.3866784Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3888629Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3910429Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3931339Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3953160Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3975169Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.3997615Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4018940Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4042607Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4066503Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4090528Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4116452Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4141171Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4163981Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4185947Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4207121Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4228458Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4249656Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4271197Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4294013Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4314956Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4339234Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4366019Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4391186Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4414295Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4436863Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4458903Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4480172Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4502073Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4523270Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4544675Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.4571892Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4598923Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4627670Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4659253Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4686437Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4716531Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4745867Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4775355Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4803236Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4831523Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4860333Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4890796Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4920838Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4948472Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.4976099Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5003531Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5029109Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5053175Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5078850Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5106126Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5133517Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5158438Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5185163Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5211193Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5234849Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5260108Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5284499Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5308353Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5331820Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5360087Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5382829Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5415342Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5447276Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5478967Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5507323Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5534967Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5561912Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5584613Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5606709Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5627886Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5649844Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5671966Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5700050Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5722616Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5752826Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5784066Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5815372Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5843669Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5871664Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5899688Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.5922946Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5946111Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5967972Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.5991304Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.6014427Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.6043526Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6072693Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6105382Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6137642Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6167213Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6196131Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6226102Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6254936Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6283334Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6311914Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6341266Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6369237Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6396539Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6429075Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6461674Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6489258Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6516165Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6543153Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6569226Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6595851Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6622503Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6648493Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6676530Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6702423Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6730697Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6757548Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6784118Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6810516Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6836841Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6863757Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6889588Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6916194Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6946131Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6971811Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.6998434Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7025153Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7051038Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7077076Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7103425Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7129054Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7155101Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7182139Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7206426Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7233606Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7261238Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7288282Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7314605Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7341120Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7366901Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7392233Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7417687Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7442861Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7468098Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7493726Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.7521232Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7549193Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7578960Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7610979Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7643112Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7675312Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7707757Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7740030Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7772166Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7803691Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7835488Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7867353Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7897681Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7926159Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7953735Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.7981728Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8009143Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8036694Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8064710Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8091131Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8118930Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8146748Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8174175Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8201018Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8228095Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8255191Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8281748Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8309690Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8336472Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8363922Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8391739Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8418931Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8445440Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8472161Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8499087Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8525510Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8552395Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8580517Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8607449Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8637139Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8667584Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8695099Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8722699Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8749700Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8776760Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8803193Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8830673Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8857943Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8885744Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8912481Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8941169Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8967999Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.8995273Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9022462Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9049190Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9076251Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9103941Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9132875Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9156014Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9186852Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9218419Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9249530Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9278154Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9306986Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9335006Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9358706Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9382683Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9405448Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9429175Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9452895Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:17.9480368Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9506670Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9535714Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9564495Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9593185Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9621386Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9648656Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9676489Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9703446Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9730466Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9756938Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9783755Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9810476Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9838401Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9866128Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9893481Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9920865Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9948632Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:17.9976806Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0003212Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0012605Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:18.0021857Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:18.0031135Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:18.0040329Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:18.0068061Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0094916Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0124173Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0158137Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0191276Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0224759Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0257948Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0288913Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0321203Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0352257Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0385165Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0417491Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0448624Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0479483Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0511665Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0541915Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0571932Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0602993Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0633949Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0664465Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0694918Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0726573Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0759041Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0790924Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0817561Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0841872Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.0869415Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0897339Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0926562Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0952581Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.0978429Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1002875Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1027774Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1051769Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1074420Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1098190Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1124003Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1147637Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1175889Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1204252Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1232732Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1258772Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1283933Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1309885Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1333878Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1357256Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1381306Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1404672Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1428587Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1454260Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1477680Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1504748Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1532162Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1559185Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1586343Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1611824Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.1636378Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1659882Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1682187Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1705233Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1727759Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1750315Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1774141Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1797033Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1821602Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1846059Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1869937Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1893608Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1917302Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1940483Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1963488Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.1986585Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2009481Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2033077Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2058518Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2082194Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2107406Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2131419Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2155759Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2179487Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2202349Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2225771Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2248796Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2272232Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2297571Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2321486Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2347200Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2372403Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2396391Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2420207Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2443142Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2466453Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2489063Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2512402Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2537637Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2559617Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2586168Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2612993Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2639175Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2664607Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2687983Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2713597Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2741421Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2766703Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2791469Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2817491Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.2848893Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.2865037Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:03:18.2879490Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2893730Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2908426Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2922487Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2938002Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2951542Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2965188Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2979770Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.2993805Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.3007416Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.3021446Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:18.3054308Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3083023Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3112469Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3140464Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3167445Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3194489Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3221716Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3248439Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3275435Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3304598Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3331591Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3361626Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3392734Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3421787Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3449585Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3477235Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3504418Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3531804Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3559198Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3586135Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3614717Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3641451Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3669722Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3697861Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3725548Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3753261Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3780859Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3808242Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3835841Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3864067Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3890345Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3919956Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3949868Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.3978506Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4005915Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4032921Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4060135Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4086728Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4113867Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4140864Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4168660Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4196204Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4226018Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4255798Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4283413Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4310554Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4337847Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4365099Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4392517Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4419685Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4447176Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4475036Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4497094Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4520980Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4545364Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4572749Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4596071Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4620904Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4645649Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4671387Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4696310Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4721925Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.4747973Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4781880Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4813733Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4845495Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4878776Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4910887Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4940549Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4968791Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.4997013Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5024976Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5048526Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5070516Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5095835Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5120042Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5147820Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5171626Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5195503Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5219767Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5242252Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5264962Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5287064Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5309502Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5332235Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.5362909Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5393136Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5421917Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5451179Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5480268Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5509542Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5538965Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5567874Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5598044Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5628443Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5656827Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5685038Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5713590Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5742333Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5770579Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5799079Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5828517Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5857938Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5886404Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5915517Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5944701Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.5973371Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6001878Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6031392Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6058176Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6080182Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6107673Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6135485Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6160757Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6182970Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6204880Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6226643Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6248375Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6270591Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6297682Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6326662Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6355872Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6385706Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6412903Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6439846Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6466407Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6488333Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6510400Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6532052Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6554034Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6576768Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.6604470Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6631806Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6658642Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6685529Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6713713Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6740941Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6768202Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6795919Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6822719Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6850267Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6877473Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6904656Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6932472Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6960024Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.6986658Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7009261Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7031926Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7053739Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7075985Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7104785Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7132967Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7161063Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7193644Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7226407Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7259995Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7295136Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7327462Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7359323Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7393486Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7426407Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7455371Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7485013Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7511872Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7537945Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7562791Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7593511Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7623848Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7652305Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7675816Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7700129Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7723580Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7749821Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7773428Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.7782586Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:18.7791820Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:18.7801215Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-08-17T13:03:18.7831139Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7860205Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7887375Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7918292Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7949514Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.7978471Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8006284Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8033520Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8062326Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8090093Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8117271Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8145522Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8174008Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8200740Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8229985Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8262397Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8294462Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8323100Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8351791Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8380167Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8408601Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8438526Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8467766Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8496719Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8524734Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8553184Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8583960Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8615656Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8643274Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8671048Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8698708Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8726402Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8753436Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8781931Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8807712Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8835643Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8863603Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8890791Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.8913271Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.8936185Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.8957781Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.8980700Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.9003075Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:18.9034148Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9060325Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9087860Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9114816Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9141806Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9168418Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9195181Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9222361Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9248983Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9276990Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9304109Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9331423Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9359194Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9386562Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9413805Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9440553Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9467486Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9494568Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9522967Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9550135Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9579361Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9606322Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9633439Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9661155Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9687887Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9715860Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9744546Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9777160Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9807490Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9841204Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9873456Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9904053Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9934748Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9964102Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:18.9995249Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0026317Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0057022Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0083450Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0111962Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0139833Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0166567Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0193655Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0221040Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0247725Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0275265Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0303773Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0332654Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0362053Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0392091Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0419481Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0446417Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0473557Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0496009Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0518034Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0539676Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0561894Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0584760Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0612099Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0638739Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0666718Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0694590Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0722089Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0749191Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0776322Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0802994Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0830501Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0857339Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0884747Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0906733Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.0935204Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0964528Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.0993609Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1021615Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1048811Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1075553Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1098259Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.1120788Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.1142509Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.1164735Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.1187950Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.1215816Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1241692Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1270695Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1299960Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1326970Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1354101Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1383947Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1410775Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1436977Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1463379Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1489573Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1515843Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1543238Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1570278Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1596940Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1627834Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1658370Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1684979Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1712353Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1739965Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1766183Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1793464Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1820899Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1846711Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1874273Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1904721Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1936203Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1965587Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.1992988Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2019460Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2045580Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2071755Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2098163Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2123996Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2153452Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2184222Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2206234Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2235582Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2265490Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2296067Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2325609Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2356096Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2385470Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2414196Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2442320Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2466160Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2491232Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2516418Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2543769Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2596738Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2597213Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2620373Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2645272Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2669819Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2694765Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2717667Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2741120Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2763927Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2786892Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2809647Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.2838613Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2866028Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2897044Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2927328Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2955726Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.2983532Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3011211Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3038730Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3066450Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3094042Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3121025Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3149820Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3173089Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3201094Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3229724Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3257710Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3280723Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3304036Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3326262Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3349237Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3372873Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3397112Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3420337Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3444565Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3468286Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3493154Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3516728Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3540495Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3563299Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3586229Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3608809Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.3637127Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3664890Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3694985Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3725017Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3753198Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3780896Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3808168Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3835658Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3863607Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3891171Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3918636Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3946749Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.3973815Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4003774Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4034332Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4062233Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4088697Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4115526Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4142419Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4168460Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4194954Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4221855Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4249455Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4276430Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4307058Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4337606Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4365322Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4392817Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4420788Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4447409Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4475942Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4504153Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4532197Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4559329Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4587863Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4615896Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4642909Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4670325Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4697607Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4725518Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4752786Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4779858Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4807948Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4835262Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4864215Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4896442Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4927573Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4957157Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.4988809Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5019557Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5051895Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5083172Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5114443Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5146401Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5176482Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5204941Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5233360Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5261427Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5290126Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5317832Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5345258Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5372341Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5399302Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5426611Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5454010Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5480756Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5509310Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5536804Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5563908Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5591601Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5619140Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5646104Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5673559Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5702113Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5728897Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5757147Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5784401Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5811458Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5838486Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5865483Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5892223Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5918802Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5945392Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.5976282Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6002775Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6029880Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6056341Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6082600Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6109214Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6136214Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6163376Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6190209Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6218000Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6244654Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6271224Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6298324Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6324698Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6351298Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6378305Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6404415Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6431875Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6459068Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6485934Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6512584Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6539405Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6565804Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6592498Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6619094Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6646328Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6673064Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6699941Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6726948Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6753440Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6780325Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6806518Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6832983Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6860707Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6887774Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6914727Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6941474Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6968106Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.6994936Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7021716Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7048018Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7075582Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7102673Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7128975Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7155717Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7182619Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7209060Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7235934Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7262472Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7289641Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7316506Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7343417Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7369734Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7400142Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7432176Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7465763Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7497262Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7532184Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7564259Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7598720Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7632687Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7665616Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7700357Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7735890Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7766817Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7799622Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7830706Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7861836Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7892265Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7922808Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7953989Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.7985587Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8019294Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8053039Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8088072Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8121264Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8155300Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8188909Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8223082Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8256272Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8288486Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8317498Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8348515Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8378545Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8407887Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8437659Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8467187Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8497712Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8526144Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8559823Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8589376Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8621641Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8651027Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8680490Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8710365Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8742472Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8772508Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8801884Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8830694Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8861120Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8889719Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8918395Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8946995Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.8975924Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9004193Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9032908Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9061508Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9091086Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9119475Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9147824Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9176392Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9204385Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9232967Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9261663Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9289316Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9320112Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9348775Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9377399Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9405341Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9434043Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9462850Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9491116Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9521259Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9550359Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9583730Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9617740Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9647674Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9677039Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9706779Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9737022Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9765866Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9795237Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9824603Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9855497Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9878567Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:19.9911519Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9945221Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:19.9977272Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0012697Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0046368Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0075540Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0104012Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0130957Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0159371Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0186514Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0223116Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:20.0259812Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:20.0297598Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:20.0333649Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:20.0366968Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0398685Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0430785Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0463722Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0496440Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0527229Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0558779Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0594812Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:20.0625444Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0660672Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0695932Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0728314Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0759486Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0790619Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0821625Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0852126Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0882217Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0912880Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0945397Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.0978229Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.1008778Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:20.1029221Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1048703Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1068784Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1088314Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1107947Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1127253Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1146039Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1164444Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1183708Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1203867Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1222307Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1243726Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1268414Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1289881Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1311527Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1333033Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1352768Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1370603Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1388047Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1404966Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1422453Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1439416Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1458603Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1476086Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1496599Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1516947Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1537394Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1556686Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1575975Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1594858Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1612709Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1630837Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1648912Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1667484Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1685501Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1704998Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1724280Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1743240Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1762194Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1782178Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1801030Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1820142Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1840851Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1862406Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1883637Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1903511Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1922057Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1940199Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1960050Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1980053Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.1998607Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2017572Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2036058Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2054170Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2071737Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2089401Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2107465Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2126368Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2146437Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2165155Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2185218Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2204942Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2224221Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2243171Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2262460Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2281340Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2300562Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2320363Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2341300Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2361617Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2376542Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2391885Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2407180Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2422940Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2437675Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2452724Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2467151Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2480863Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2495036Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2508644Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2522272Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2536410Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2553203Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2570346Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2588982Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2606481Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2623878Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2641402Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2658245Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2674765Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2690668Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2706980Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2723589Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2741851Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2757084Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2773660Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2789536Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2804527Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2819778Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2834339Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2848929Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2863822Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2878323Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2893184Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2908140Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2922418Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2938421Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2953953Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.2968909Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2984102Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.2998940Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3013864Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3028297Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3042768Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3057518Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3071944Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3086957Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3101729Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3117463Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3133697Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3148565Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3163481Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3178321Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3192758Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3207262Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3222069Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3236511Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3251543Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3265928Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3281523Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3297445Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3312312Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3326904Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3341617Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3356095Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3371081Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3385501Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3399757Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3415232Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3429434Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3445172Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3461016Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3475845Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3490821Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3505569Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3520074Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3534813Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3549339Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3563800Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3579096Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3593501Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3609269Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3625235Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.3639503Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3654655Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3668385Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3682256Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3696543Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3710370Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3724506Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3739197Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3752940Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3767788Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3783320Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3798303Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3813189Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3827460Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3841979Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3856412Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3870386Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3884758Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3899098Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3913403Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3927158Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3941569Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3955571Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3969546Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3983885Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.3997979Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4013080Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4026870Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4042082Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4057466Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4072609Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4087188Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4102138Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4116775Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4130926Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4145245Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4159473Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4173780Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4187493Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4201902Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4216095Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4230964Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4245784Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4260426Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4274754Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4289152Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4303271Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4317547Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4331726Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4345581Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4359319Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4374952Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4390265Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4404868Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4420415Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4435143Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4451327Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4467007Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4482791Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4498369Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4513621Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4528827Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4543917Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4558638Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4573668Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4588338Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4603031Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4617944Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4631868Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4647067Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4662340Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4677172Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4691948Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4706320Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4720802Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4734793Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4748328Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4761864Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4775694Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4789331Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4804284Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4818206Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4834185Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4850139Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4865929Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.4880757Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4896104Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4911137Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4924823Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4938636Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4951980Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4965557Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4979510Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.4994728Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5008691Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5024937Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5040741Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5056983Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5071954Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5086957Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5103674Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5119591Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5135877Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5150886Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5165658Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5181655Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5200112Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5218490Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5237800Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5256519Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5274538Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5293428Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5311527Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5329628Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5346484Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5363031Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5381137Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5400315Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5417835Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5436654Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5455251Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5471780Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5487978Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5503883Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5519437Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5535447Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5550698Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5565905Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5582350Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5597806Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5614262Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5630055Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5645685Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5661530Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5676794Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5692494Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5707822Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5722879Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5738957Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5753835Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5769399Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5785267Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5800347Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5816009Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5831209Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5846545Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5862082Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5877666Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5893007Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.5909190Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5925466Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5941926Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5957984Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5973697Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.5989139Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6004245Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6021064Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6036084Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6050537Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6066084Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6081883Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6098172Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6113994Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6129397Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6144846Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6160096Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6175382Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6190694Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6205588Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6222186Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6236924Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6253027Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6268378Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6283400Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6298724Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6313808Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6329616Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6345574Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6361381Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6377450Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6392828Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6408297Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6423331Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6438112Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6453271Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6467986Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6482735Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6498125Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6512694Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6527897Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6543205Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6558386Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6573569Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6588614Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6603348Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6618517Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6633262Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6648704Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6663750Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6679683Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6695886Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6711311Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6726616Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6741486Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6756543Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6771383Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6786016Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6800714Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6816290Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6831140Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6846144Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6861487Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6876187Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6890988Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6905774Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6920536Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6935589Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6951296Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6965601Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.6982091Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.6998367Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7015021Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7030516Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7045968Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7061674Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7076264Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7091054Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7105453Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7119987Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7134994Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7149887Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7164542Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7180376Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7196158Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7212142Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7227707Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7242444Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7257807Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7272423Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7287095Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7301939Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7316571Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7332038Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7346810Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7361921Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7377260Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7392349Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7407505Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7422785Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7437798Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7454277Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7470505Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7486176Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7502385Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7517521Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7532598Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7548265Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7563931Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7579344Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7594438Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7609511Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7624622Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7639291Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7655054Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.7671734Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7688441Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7706800Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7723269Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7741096Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7759108Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7777175Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7794493Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7811162Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7827886Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7845380Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7864472Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7883408Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7901939Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7918361Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7935299Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7953612Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7972435Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.7990509Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8007032Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8023832Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8039209Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8054603Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8069522Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8084394Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8099360Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8115251Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8129830Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8147090Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8163883Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8181242Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8196390Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8212067Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8227218Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8241513Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8256231Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8270406Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8284828Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8299617Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8315184Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8329472Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8346156Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8362411Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8379145Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8394902Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8410495Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8426046Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8440886Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8456278Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8471286Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8486119Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8501257Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8516668Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8531509Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8547644Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8563439Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8579085Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8594382Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8609429Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8624484Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8638944Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8653900Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8668290Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8682729Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8698154Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8712336Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8727399Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8742598Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8757478Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8771776Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8786096Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8800098Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8814625Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8828717Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8843396Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8857811Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8872466Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8887846Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8903748Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.8918742Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8933683Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8947830Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8961771Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8976365Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.8990724Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9004566Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9020332Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9035619Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9051031Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9065531Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9079891Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9094785Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9108697Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9122687Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9136913Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9150708Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9164718Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9176872Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9188492Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9200104Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9211911Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9223619Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9235286Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9247117Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9259020Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9270634Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9282278Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9294467Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9306094Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:20.9323460Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9351372Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9356388Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9372588Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9387840Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9402911Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9418177Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9432929Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9447825Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9463644Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9478729Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9494661Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9510305Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9525197Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9540120Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9554692Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9568999Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9583895Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9598258Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9613189Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9627945Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9642297Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9657368Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9672093Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9695155Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9719229Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9744030Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9767964Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9792391Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9817287Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9838048Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9859367Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9882062Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9902338Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9923548Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9941202Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:20.9955161Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9969421Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9984111Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:20.9998590Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0013842Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0028421Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0043763Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0059786Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0074824Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0089778Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0105151Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0119836Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0134992Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0149585Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0164369Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0180145Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0194367Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0209732Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0227144Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0245677Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0263677Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0279919Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0296407Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0312910Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0329267Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0345655Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0360946Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0379236Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0397073Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0416485Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0434937Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0452316Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0469376Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0486949Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0505350Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0523147Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0540183Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0555538Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0572001Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0587827Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0603460Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0618832Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0633630Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0648473Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0663171Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0677428Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0691916Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0706222Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0720770Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0737689Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0754029Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0769768Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0785779Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0801157Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.0817255Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0833016Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0848673Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0865648Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0881954Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0898549Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0914282Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0930263Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0946262Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0961869Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0978288Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.0995165Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1012121Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1027894Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1043808Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1060001Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1076165Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1092160Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1107903Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1123724Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1138214Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1153447Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1168858Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1186536Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1200742Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1215419Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1229742Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1244084Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1258447Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1273996Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1290409Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1306517Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1322398Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1338335Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1353417Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1368456Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1383136Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1397431Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1411507Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1425808Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1439919Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1456094Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1471318Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1486332Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1502112Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1517110Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1532683Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1547277Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1562099Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1576955Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1591480Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1606262Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1621137Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1636038Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1651406Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1666155Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1680106Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1694328Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1707944Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1721840Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1738306Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1756958Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1776305Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1794901Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1813793Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1833368Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1852847Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1871551Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1890896Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1909637Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.1924717Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1938995Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1952204Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1965427Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1979340Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.1992771Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2007656Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2023015Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2037603Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2051603Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2066175Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2080000Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2094378Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2108231Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2127646Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2148315Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2170083Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2188039Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2204141Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2220962Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2239087Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2258199Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2276200Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2295521Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2314294Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2332656Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2350747Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2367247Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2383652Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2399233Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2414950Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2430536Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2447259Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2464050Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2479196Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2495006Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2510440Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2526000Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2543698Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2559702Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2575247Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2590227Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2605597Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2622215Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2637951Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2653766Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2668866Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2683866Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2698926Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2714849Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2729376Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2745437Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2760925Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2777003Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2792107Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2808121Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2824024Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2837990Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2852721Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2867058Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2883186Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.2898238Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2913988Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2929301Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2944169Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2958810Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2974028Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.2988721Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3003286Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3018956Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3033551Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3048644Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3063689Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3078651Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3094064Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3108242Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3122724Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3137742Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3152845Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3167504Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3182906Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3197780Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3212816Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3227515Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3242279Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3257279Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3271924Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3287583Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3302708Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3317915Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3333440Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3348010Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3362565Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3377679Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3392297Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3407235Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3423558Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.3439028Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3454981Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.3469986Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3485130Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3499533Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3513964Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3528426Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3543867Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3558655Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3574259Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.3589584Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3605031Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3620175Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3634743Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3649251Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3663315Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3676817Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3690260Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3703833Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3717483Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3732753Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3747081Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3761877Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3777102Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3791897Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3805919Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3820677Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3835089Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3849588Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3864535Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3879154Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3892894Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3907969Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3923216Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3938837Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.3953758Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3968123Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3983008Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.3996686Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4010362Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4024432Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4037765Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4053463Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4069149Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4083485Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4099034Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4114500Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4129344Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4144283Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4158877Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4173846Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4187814Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4202157Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4216731Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4230931Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4245668Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4260512Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4275288Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4289740Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4304966Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4319454Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4334519Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4349260Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4363872Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4378878Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4393612Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4408225Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4423130Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4437504Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4453205Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4468680Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4483330Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4498234Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4512504Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4526968Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4541652Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4555683Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4570108Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4584980Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4598486Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4614424Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4629768Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4645187Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4660260Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4674953Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4690667Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4705950Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4721360Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4737267Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4751738Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4766535Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4783238Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4798442Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4816665Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4833341Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4849493Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4865846Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4881980Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4898011Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4912292Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4927578Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.4943975Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4960123Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4978588Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.4995173Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5012632Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5029636Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5045265Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5061451Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5076499Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5091835Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5106764Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5121331Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5136528Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5151978Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5166135Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5181872Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5196762Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5212157Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5225902Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5239784Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5253987Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5267756Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5281555Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5296676Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5310487Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5325044Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5339879Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5354381Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5368306Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5382834Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5396892Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5410713Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5424992Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5440224Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5455229Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5471390Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5487213Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5502726Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5517970Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5533092Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5548223Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5562755Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5577643Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5592346Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5607421Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5622222Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5638019Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5654596Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5669909Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5684903Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5700264Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5715590Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5730118Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5745197Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5759894Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5775527Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5790300Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5806151Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5822333Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5837556Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5853048Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5867919Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5882673Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5898031Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5912711Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5927395Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5943529Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5958317Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.5974139Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.5988476Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6002881Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6018705Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.6033775Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6049496Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6064763Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.6080073Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6095044Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6109401Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6124217Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6138153Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6152030Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6165966Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6180524Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6195199Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6210415Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6225081Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6239729Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6254853Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6269535Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6284226Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6299387Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6314576Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6329541Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6344508Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6359135Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6374317Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6388920Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6403865Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6418932Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6434290Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6449818Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6464879Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6479577Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6494780Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6509429Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6524154Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6539710Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6554428Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6569542Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6584933Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6599686Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6614731Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6629330Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6644006Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6658859Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6673723Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6688924Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6704203Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6720049Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.6734789Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6749053Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6763320Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6777982Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6792680Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6806959Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6822085Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6836707Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6851060Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6865481Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6879771Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6894395Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6908758Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6923053Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6938084Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6952817Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6967106Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6981792Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.6996188Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7010618Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7025144Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7039263Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7054242Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7068816Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7083164Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7098198Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7112572Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7126965Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7141674Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7156291Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7171595Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7186285Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7200686Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7215432Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7229818Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7244047Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7259522Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7275050Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7291517Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7308399Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7324009Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7341107Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7358694Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7376360Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7392407Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7407852Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7425661Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7442362Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7460279Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7475841Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7493077Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7510248Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7527297Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7543033Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7558740Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7574413Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7589105Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7603722Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7618988Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7633538Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7648095Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7662825Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7677976Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7693204Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7707579Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7722440Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7737476Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7751760Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7766413Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7782279Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7797538Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7813381Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7828783Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7844000Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7859529Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7874575Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7889646Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7905281Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7919861Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7935646Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.7951082Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7966684Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7981451Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.7996423Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8011406Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8026127Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8041944Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8056992Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8072267Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8087799Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8102830Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8117884Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8133124Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8147896Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8162676Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8177797Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8192996Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8208345Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8223269Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8237805Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8253085Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8267739Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8282478Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8297232Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8312452Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8327457Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8342389Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8357026Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8371841Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8386249Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8400851Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8415615Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8430662Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8445509Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8460769Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8475071Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8490334Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8505070Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8520000Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8535656Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8550225Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8566451Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8582535Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8597610Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8613084Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8628320Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8643504Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8659184Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8674040Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8688957Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8704275Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8718606Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8735572Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8751021Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.8765890Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8780820Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8795559Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8809257Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8823271Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8836669Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8850617Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8864455Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8879399Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8894088Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8909496Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8924997Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8939859Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8954617Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8969108Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8983578Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.8999719Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9015541Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9029856Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9044873Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9059157Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9074569Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9090282Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9105088Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9119833Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9134671Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9148960Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9163487Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9177899Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9192247Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9207179Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9222223Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9237423Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:21.9255258Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9271355Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9290317Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9309245Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9326721Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9344262Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9361681Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9378355Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9394424Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9411178Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9427417Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9443701Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9462166Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9478938Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9499654Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9521384Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9542465Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9561167Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9580049Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9597883Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9614892Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9631347Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9647982Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9664631Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9681088Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9699459Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9716290Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9736957Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9757198Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9777015Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9795240Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9814222Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9834023Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9853061Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9870511Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9888877Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9907814Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9926625Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9945960Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9964590Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:21.9986633Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0008549Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0028053Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0047888Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0068012Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0086456Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0104659Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0120885Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0137866Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0154005Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0172310Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0188471Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0206312Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0223895Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0241579Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0258482Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0275085Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0292068Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0308367Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0324679Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0342286Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0358241Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0376322Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0393406Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0410835Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0427277Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0443606Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0460241Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0476825Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0493519Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0510459Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0526618Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0545947Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0565620Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0584661Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0602126Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0619660Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0636957Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0653814Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0670253Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0686477Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0703100Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0719575Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0732344Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0745459Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0757298Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0769531Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0782353Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0794613Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0807159Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0819664Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0832026Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0844442Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0856901Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0869155Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:22.0890071Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0908794Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0927899Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0947592Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0966014Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.0984795Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1002819Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1024742Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1042120Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1061307Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1079920Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1104095Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1126299Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1145582Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1164740Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1183596Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1202175Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1221198Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1240239Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1259153Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1278341Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1297269Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1316715Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1336570Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1355387Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1374866Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1393598Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1412837Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1431618Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1451060Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1469977Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1492694Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1514564Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1534528Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1553387Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1572716Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1591279Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1610219Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1629188Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1647816Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1667166Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1685726Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1708247Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1730825Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1750106Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1768542Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1787495Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1806097Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1825268Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1843976Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1863242Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1882519Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1899078Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1917480Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1936474Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1955559Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1973398Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.1990999Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2007430Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2024234Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2040223Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2056608Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2072641Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2094075Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2117613Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2142705Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2166645Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2191876Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2216939Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2241482Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2266300Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2291028Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2313237Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2333933Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2352626Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2372591Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2392856Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2414624Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2436178Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2456770Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2476961Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2498481Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2518291Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2537664Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2556628Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2583292Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.2609182Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.2634394Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2659093Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2683090Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2706054Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2728663Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2751497Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2776999Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2800641Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2824539Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2847290Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2870136Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2891707Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2915001Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2937574Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2961167Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.2984188Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3008471Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3031777Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3053902Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3075898Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3098664Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3120516Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3140749Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3157638Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3178372Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3198507Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3219276Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3236315Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3254057Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3270603Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3287199Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3303863Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3323056Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3344464Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3366026Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3387087Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3406488Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3425972Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3444692Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3461807Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3478137Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3494807Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3511161Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3527439Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3550287Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3569750Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3589548Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3609879Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3631192Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3650983Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3670712Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3690121Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3709320Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3728415Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3747520Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3766133Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3785174Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3803841Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3822761Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3839180Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3855661Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3871457Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3887487Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3907247Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3926947Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3946707Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3966541Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.3987270Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4007542Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4027904Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4048459Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4069168Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4088900Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4108732Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4126459Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4143926Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4160852Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4178273Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4195388Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4215425Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4234989Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4254959Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4272233Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4289735Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4306888Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4324080Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4341306Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4369590Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.4397866Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.4425913Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.4445620Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4465685Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4485231Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4507660Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4529369Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4548601Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4566989Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4585841Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4604625Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4623572Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4642226Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4661317Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4679715Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4698072Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4717337Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4739252Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4760637Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4781011Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4800330Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4819679Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4838319Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4857404Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4875809Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4895152Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4913579Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4934479Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.4960240Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.4987120Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5008154Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5031466Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5054157Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5073932Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5096736Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5118938Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5141466Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5162633Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5185216Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5208305Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5229113Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5248902Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5267864Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5286137Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5304442Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5352927Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:22.5373078Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5394717Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5416252Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5435412Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5455621Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5474936Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5494421Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5513665Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5534682Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5553646Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5574451Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5593878Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5613486Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5632596Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5651792Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5670963Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5689845Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5718415Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5741623Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5769540Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5797772Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5823381Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5849651Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5873308Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5896866Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5922612Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.5951380Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.5975160Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6002902Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6031390Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6054873Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6077860Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6101113Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6123814Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6149355Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6177747Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6200117Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6229239Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6259111Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.6282423Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6305625Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6327610Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6349775Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6374694Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6393550Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6414393Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6435423Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6456080Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6475276Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6494283Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6512605Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6529088Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6546012Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6562219Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6578936Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6595158Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6614934Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6633003Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6653119Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6672148Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6691014Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6709592Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6728102Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6746656Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6765020Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6783565Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6802889Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6819000Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6839528Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6860221Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6880221Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6899488Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6918103Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6936653Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6952919Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6969265Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.6985600Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7001815Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7018358Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7037211Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7055576Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7075704Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7096460Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7115416Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7134587Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7153046Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7171197Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7189350Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7207460Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7225777Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7243751Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7262920Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7281688Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7300548Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7319432Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7338517Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7357120Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7377015Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7395875Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7415291Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7434423Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7453800Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7472573Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7492321Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7512802Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7537673Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7562354Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7584918Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7606666Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7628015Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7648085Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7670713Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7694211Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7716678Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7740039Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7760742Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7787311Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.7814728Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:22.7838846Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7861278Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7881852Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7902520Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7920428Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7938635Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7955730Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7973528Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.7990512Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8009075Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8026387Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8045918Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8065377Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8083901Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8102068Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8119882Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8137306Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8154423Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8172112Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8188961Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8205719Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8226257Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8244802Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8267079Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8288738Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8308459Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8327799Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8347507Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8365779Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8385330Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8404227Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8423215Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8443465Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8460868Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8481366Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8501684Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8521344Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8539385Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8556967Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8575386Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8592170Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8609694Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8629128Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8646328Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8665965Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8684223Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8703375Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8720854Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8738765Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8756300Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8774187Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8792466Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8815174Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8836070Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8861053Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8885230Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8906413Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8926852Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8947265Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8966740Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.8986553Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9005669Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9025237Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9044991Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9063872Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9086432Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9109263Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9128516Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9148012Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9166372Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9185253Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9203665Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9222422Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9240749Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9260508Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9278603Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9301355Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9323813Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9343080Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9362026Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9380044Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9398182Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9416607Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9434649Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9453148Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9471284Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9491688Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9513119Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9532972Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9552639Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9572557Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9593088Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9613130Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9631013Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9650242Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9669567Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9687718Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9706211Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9724976Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9743852Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9762439Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9780794Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9800235Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9820164Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9839132Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9858029Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9876747Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9895871Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9914299Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9932993Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9952494Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9972059Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:22.9990554Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0009087Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0028019Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0046904Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0069306Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0091477Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0113819Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0137007Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0158544Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0180845Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0201934Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0224469Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0246234Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0267510Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0289379Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0312098Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0334190Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0353584Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0372459Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0390944Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0409220Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0427645Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0445936Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0466002Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0485219Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0504422Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0523021Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0543427Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0561732Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0580673Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0605480Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0624747Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0644842Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0664933Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0684337Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0703906Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0723252Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0742884Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0762431Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0781527Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0801213Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0821898Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0840625Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0859778Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0878669Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0898144Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0916975Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0935999Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0955648Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0975878Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.0994633Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1016969Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1034543Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1054063Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1072440Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1091802Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1112263Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1132496Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1151866Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1172016Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1190876Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1210395Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1229792Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1248796Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1269859Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1289216Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1308403Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1327494Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1346899Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1365703Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1384926Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1403726Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1423791Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1443377Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1462652Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1481633Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1500793Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1519834Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1538902Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1557595Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1577393Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1596475Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1615295Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1633697Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1652348Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1670754Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1689631Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1708369Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1727572Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1747008Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1765338Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1784346Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1803006Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1822355Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1841515Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1862108Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1881962Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1903422Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1923485Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1943999Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1964032Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.1984679Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2004676Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2025547Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2043915Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2063712Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2082868Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2101021Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2119178Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2137335Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2155592Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2174261Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2220032Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.2238062Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2258706Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2278495Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2297539Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2316008Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2335158Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2353807Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2372433Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2391699Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2411365Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2430659Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2449354Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2468661Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2487243Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2506251Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2525317Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2544741Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2564733Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2584040Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2602854Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2623617Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2644958Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2666945Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2688038Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2708605Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2732214Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2754567Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2776416Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2797700Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2820847Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2841984Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2864340Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2885358Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2905516Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2928290Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2951253Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2971470Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.2991757Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3011352Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3030569Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3050062Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3069296Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3088281Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3108941Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3126154Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3148411Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3170186Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3190790Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3210664Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3230394Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3247889Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3265709Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3282765Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3300569Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3318127Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3339021Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3358378Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3383068Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3407117Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3427972Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3448077Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3468011Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3487522Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3507418Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3526633Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3546536Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3567104Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3586095Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3609802Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3634230Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3654622Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3674679Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3695143Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3714436Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3733701Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3752445Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3770811Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3790315Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3810276Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3831573Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3861161Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.3882775Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.3936538Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.3971238Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.3976433Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.3981730Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:23.4021565Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.4049362Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4078051Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4110625Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4115945Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4121512Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4156495Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4191647Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4225790Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4231610Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4237005Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4270295Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4304502Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4340007Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4377599Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.4409410Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4454547Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.4485495Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4517369Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4548676Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4555189Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4561776Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4595827Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4633296Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.4666903Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4672203Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4677508Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:23.4708032Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4740118Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4772649Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4778124Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4783549Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4815893Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4848650Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4881230Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4886773Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4892758Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.4922338Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4952465Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.4981874Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5009789Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5038207Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5066408Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5097882Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5126116Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5164512Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5196484Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5232904Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5266951Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5306719Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5340861Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5387240Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.5421435Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5457866Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5492945Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5538244Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5582331Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5614453Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5651550Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5682976Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5731687Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.5778557Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.5807197Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5837270Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5866050Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5905276Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.5932347Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.5960804Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6307579Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:23.6372239Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:23.6436140Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:23.6474120Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.6510006Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.6545961Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.6581192Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6614083Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6647697Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6678633Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6711643Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6748681Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.6779437Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6821142Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.6849689Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6879531Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6885754Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.6890094Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:23.6895508Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.6923170Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6953458Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.6958298Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:23.6990058Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7021945Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7052143Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7083709Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7117989Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7167703Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.7206103Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7244714Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7282222Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7317379Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7353924Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7360620Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.7366650Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.7372882Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.7377963Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.7423272Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7471552Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.7506003Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7540238Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7583521Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7625434Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.7672311Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:23.7702219Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7729164Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7757512Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7787037Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7812389Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.7847538Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7871346Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.7896302Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.7921991Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7948846Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.7972048Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8005387Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8026960Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8049755Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8075333Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8101295Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8123553Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8156659Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8178381Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8200945Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8226943Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8260198Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8281804Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8305525Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8331609Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8365000Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8387108Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8410651Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8437017Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8463564Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8486197Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8519259Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8541203Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8564185Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.8574087Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8583342Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8592468Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8601519Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8610898Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8620027Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:23.8625716Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:23.8660745Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8700093Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.8731192Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8771447Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.8809533Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.8842461Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8875829Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8906336Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8938368Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.8970700Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9001077Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9006777Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.9012836Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:23.9043991Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9076416Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9105781Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9145049Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.9181982Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.9212463Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9244921Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9270171Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.9295782Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9317738Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.9352537Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9374107Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.9396688Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:23.9427837Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9462730Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:23.9498561Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:23.9548730Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9599332Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9649692Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9704478Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9759878Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9815971Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9871540Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9926928Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:23.9979754Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-08-17T13:03:24.0018321Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.0062348Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.0093016Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0124598Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0152451Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0183195Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0210502Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0247561Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.0274120Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0301483Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0335279Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0365265Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0398033Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0429994Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0460439Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0492804Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0525005Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0559316Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0592703Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.0648772Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.0704348Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.0763289Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:03:24.0810058Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.0863562Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.0905681Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.0945769Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.0987225Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1026859Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1062489Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1090563Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1122640Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1153845Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1185809Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1231533Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1240289Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.1268597Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1296120Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1325933Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1358387Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1388252Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1420955Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1449767Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1486099Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1516556Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1560473Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1589651Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1619437Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1651995Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1697500Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1739519Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.1772011Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1805869Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1839931Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1871841Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.1904607Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2254808Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:24.2328120Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:24.2403596Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:24.2410826Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2417496Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2423110Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2428977Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2434320Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2439880Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2445420Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2450623Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2456206Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2460973Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2466038Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2470673Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2506549Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2540671Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2568490Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2607866Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.2635683Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2663936Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2669603Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2710621Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.2738293Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2766467Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2794334Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2822848Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2847495Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.2884504Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.2911030Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2938583Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.2944015Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.2948784Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2954041Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.2993149Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.3019864Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3047109Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3076444Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3104285Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3132709Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3161820Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3189599Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3220249Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3251099Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3278800Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3308148Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3339450Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3367263Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3396750Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3425337Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3430893Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.3436246Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3463011Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3493166Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3498689Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.3503707Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3508879Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3514106Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3519324Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3524413Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3558014Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3563348Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.3568836Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3599231Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3631034Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3636764Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.3641718Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3647021Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3652406Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:24.3677968Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.3711072Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3733552Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.3757044Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.3788345Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3832755Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.3873872Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.3904954Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3938806Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.3971015Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4024428Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.4074552Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.4105597Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4140866Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4174053Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4224297Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.4271973Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.4303955Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4337754Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4416221Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T13:03:24.4489028Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:24.4525192Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4562800Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4598039Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4634890Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4668201Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4702680Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4736348Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4771437Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.4809496Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4847071Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4885870Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4928759Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.4973728Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5027708Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5080734Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5131104Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5175720Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5226366Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5266924Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5313929Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5351804Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5390131Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5437905Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5486367Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5533588Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5582009Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.5625585Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5668988Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5711775Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5756149Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5792886Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5828185Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.5867675Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.5900062Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.5933249Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6284842Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:24.6358037Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:24.6426013Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-08-17T13:03:24.6468395Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6510671Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6552124Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6597376Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6632385Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6669128Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6699810Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6739158Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.6772472Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6805373Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6838627Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6868693Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6901722Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6931819Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.6977172Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7007086Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.7037851Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.7044262Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7091344Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7132700Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7165763Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.7201838Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7237263Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.7281393Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7320979Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7359402Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7407044Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:24.7444339Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7481098Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7518443Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7538989Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.7573477Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.7612045Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.7618861Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7636611Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.7654329Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.7669686Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.7684061Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7697959Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7710840Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7721613Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7731759Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7746944Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7756928Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7762387Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7768215Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7784283Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.7799074Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7814352Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7828172Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7842027Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7852785Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7862636Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7877876Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7888347Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7894445Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7899921Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.7915175Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7930320Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7944957Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7959290Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7973829Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.7984174Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.7994222Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8008343Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8018863Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8051549Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.8083762Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.8098393Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8112815Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8126364Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8141123Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8155993Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8170669Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8180799Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8190386Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8204147Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8214278Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8219694Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8225163Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8240045Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8254301Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8267858Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8281362Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8295158Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8304822Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8314322Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8327826Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8337956Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8343888Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8349035Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8363587Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8377735Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8392288Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8407356Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8422695Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8433045Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8442403Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8456464Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8465987Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8472211Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8478678Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8494383Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8509188Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8523843Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8539353Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8554102Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8565219Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8577320Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8593595Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8604649Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8611453Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8618240Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.8635184Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8651460Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8668406Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8683963Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.8699224Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8710273Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8721207Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8732215Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8746134Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8759671Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8772863Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8783600Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8794213Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8808788Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8823517Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8837819Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8852003Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8862794Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.8893769Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.8925110Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.8954515Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.8968229Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8982461Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.8995865Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9007753Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9020207Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9031978Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9042119Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9052114Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9065272Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9075216Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9104708Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.9134400Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.9161731Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.9174654Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9187373Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9200064Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9212437Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9224492Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9236438Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9246237Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9256417Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9269552Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9279600Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9317421Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.9351865Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:24.9365138Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9379306Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9393046Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9406528Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9420223Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9431356Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9441863Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9456253Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9467001Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9473664Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.9510672Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:24.9524751Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9538907Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9552833Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9567273Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9580810Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9587610Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.9598181Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9604749Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:24.9615549Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9629672Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9643667Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9657672Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9670314Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9682901Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9695759Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9705436Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9715162Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9727697Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9737401Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9749837Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9762369Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9776555Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9788268Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9800649Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9810611Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9820074Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9832792Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9842611Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9855713Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9868777Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9882036Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9895940Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9910092Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9920858Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9931254Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9947078Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:24.9957136Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:24.9973017Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:24.9988881Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0004388Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0020126Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0034210Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0044827Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0056021Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0072301Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0083350Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0099916Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0115667Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0132365Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0149181Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0166032Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0178147Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0188936Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0205010Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.0215855Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0230924Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0245571Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0260042Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0274118Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0288734Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0302085Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0312574Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0322829Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0328908Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.0339058Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0344701Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.0350519Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.0365315Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0380009Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0393929Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0407498Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0421406Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0431715Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0441688Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0447286Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.0458076Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0472832Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0486422Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0501197Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0515277Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0529254Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0539957Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0549830Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0564897Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0575568Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0607041Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.0640739Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.0671991Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.0686846Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0701914Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0715783Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0728994Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0742092Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0754708Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0764632Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0775071Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0789438Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0803536Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0817920Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0831989Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0846060Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0860067Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0873344Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0888618Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0903472Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0917666Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0932424Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0945771Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0955938Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.0969580Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0983562Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.0997203Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1010869Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1024595Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1031560Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.1041664Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1071901Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1102846Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1132126Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1147616Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.1157947Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1188956Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1221641Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1249724Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1264106Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1278148Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1292686Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1306602Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1320375Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1333726Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1344260Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1355062Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1369067Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1379111Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1404929Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1434044Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1459750Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1471912Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1483962Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1496536Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1508394Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1520232Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1532372Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1542141Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1551487Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1564565Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1575123Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1600328Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.1625234Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.1637331Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1649657Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1661917Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1673865Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1685674Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1697913Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1707672Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1717654Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1731244Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1741215Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1752843Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1765280Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1777591Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1789597Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1801614Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1813781Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1823677Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1833053Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1846406Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1856423Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1868257Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1880401Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1892696Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1904736Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1916818Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1928818Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1938832Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1948333Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1961652Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.1971610Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.1997726Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2024712Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2049395Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2061906Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2074237Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2086526Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2098587Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2110984Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2122725Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2132873Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2142378Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2151715Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2161566Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2170846Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2180406Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2189675Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2199104Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2208529Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2218036Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2227432Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2236646Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2246033Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2255543Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:25.2261155Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.2270962Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2286669Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2301168Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2314419Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2328386Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2341624Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2351679Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2361144Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2375209Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2385113Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2422027Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.2459071Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.2477359Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2496629Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2513974Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2529527Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2546570Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2558304Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2569571Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2587320Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2598373Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2616028Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2632614Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2649104Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2665087Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.2679341Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2689867Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2700143Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2714137Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2724302Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2760377Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2795610Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2809245Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2823928Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2838251Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2853158Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2866868Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2876789Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2886502Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2900285Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.2910432Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.2946637Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2981484Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.2995501Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3010284Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3025189Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.3039784Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3054560Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3065766Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3077044Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3092721Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3103931Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3130852Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.3156325Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.3169768Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3182656Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3195333Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3207730Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3220705Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3232962Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3243524Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3253562Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3267636Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3277971Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3292028Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3305548Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3319154Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3332913Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3346761Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3357287Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3366984Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3382847Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.3398217Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3414033Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.3429272Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3443744Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3459171Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3465528Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.3476310Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3490907Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3505707Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3519989Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3534706Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3548995Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3563261Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3569466Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.3579943Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3594476Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3609034Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3624405Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3638204Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3652614Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3666714Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3672895Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.3682483Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3696493Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3706335Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3720065Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3733820Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3747086Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3759309Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3771713Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3783728Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3793611Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3803300Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.3816409Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3845565Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.3875709Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.3904277Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.3917302Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3930467Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3943767Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3956061Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3968457Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3980969Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.3991175Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4001131Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4015451Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4028990Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4042291Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4056185Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4069771Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4082890Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4097347Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4111091Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4124755Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4139248Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4154632Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4169035Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4183644Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4197251Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4211513Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4225540Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4239344Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4253567Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4266835Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4280249Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4293408Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4306036Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4318502Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4328613Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4338645Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4352424Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4365678Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4379448Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4385581Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.4391585Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.4405769Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4420533Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4433990Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4447154Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4460356Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4472811Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4485898Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4516889Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.4554860Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-08-17T13:03:25.4567836Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4581150Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4593661Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4606470Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4619335Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4632021Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4642078Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4652671Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4666774Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4707112Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.4745071Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.4758086Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4772180Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4785847Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4799427Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4813243Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4823790Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4834161Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4847937Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4861983Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4875222Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4887895Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4901339Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4913914Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4924136Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4934318Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4948283Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4958580Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.4972801Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4986390Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.4999816Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5014460Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5029915Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5041084Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5052173Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5058196Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5064157Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5070323Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5076800Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5082147Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5088584Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5094656Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5100781Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5107430Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5127237Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5139651Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5158873Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5177169Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5194505Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5212677Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5230770Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5242484Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5254713Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5272978Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5283934Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5302485Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5320757Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5339623Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5357749Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5375870Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5387450Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5397676Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5415551Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5426148Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5442773Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5459720Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5475422Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5491278Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5507336Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5518484Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5529226Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5544577Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5575926Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.5608230Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.5639353Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.5655047Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5670100Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5684631Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5699038Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5712675Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5725931Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5737399Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5748240Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5755216Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.5765862Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5782071Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.5797473Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5812824Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5827464Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5841930Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5856755Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5867881Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5878912Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5893953Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.5904866Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.5934346Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.5964200Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.5998821Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6013480Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6027316Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6041425Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6054919Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6067689Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6080468Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6091891Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6102606Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6110115Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.6120881Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6153977Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6187553Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6203076Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.6218607Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6233106Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6247345Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6262058Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6276254Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6287710Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6299654Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6316735Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.6333059Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.6347505Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6361784Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6388144Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6394588Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.6408143Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6421419Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6434105Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6448031Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6461513Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6474907Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6488096Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6498748Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6532735Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6568538Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.6582098Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6595149Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6608216Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6621805Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6634978Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6645213Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6655961Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6669138Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6679326Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6710110Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6744346Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.6750640Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.6763700Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6777250Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6790204Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6802573Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6815217Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6827386Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6837589Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6847678Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6862012Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6872153Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6878400Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.6884792Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.6898796Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6912294Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6925679Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6939409Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6952742Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6962810Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6973142Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.6986281Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.6996400Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7009402Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7022813Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7035694Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7048144Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7060749Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7072881Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7082981Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7093192Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7106769Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7116947Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7129445Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7142376Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7155145Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7167712Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7180728Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7193134Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7203720Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7214246Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7227948Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7238821Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7276825Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.7310248Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.7324080Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7338338Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7352046Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7365440Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7379046Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7389587Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7399664Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7414704Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7425147Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7465296Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.7503006Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.7516838Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7530902Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7544368Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7557757Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7572062Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7582557Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7593265Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7609292Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7620491Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7626256Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7667043Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:25.7684654Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7702208Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7719517Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7734963Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7749543Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7755594Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7767024Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7773331Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7779078Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7784611Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7790806Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7796629Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7802587Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7808356Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7814298Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.7825921Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7842367Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7858690Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7875443Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7892467Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7908745Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:25.7919961Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7930814Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7941030Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.7956397Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7970774Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7984750Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.7998383Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8012441Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8022532Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8032796Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8042614Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8057369Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8070958Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8084578Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8098238Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8111731Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8121798Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8132316Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8142234Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8156804Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8170897Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8184551Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8198178Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8212330Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8222518Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8232489Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8238236Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.8248265Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8263430Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8277376Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8290905Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8304355Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8317846Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8327763Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8338181Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8348039Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8361761Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8375641Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8388950Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8402298Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8416343Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8426422Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8436347Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8450298Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8460881Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8474597Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8488186Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8502042Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8515524Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8529186Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8539715Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8549804Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8559727Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8574805Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8588834Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8602660Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8616712Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8630441Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8636809Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-08-17T13:03:25.8646899Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8657390Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8671523Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8685303Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8699055Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8712670Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8726189Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8736794Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8746937Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8757299Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8772349Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8786423Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8800274Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8815010Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8829036Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8839769Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8850390Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8860511Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8875544Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8889546Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8903378Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8916723Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8930230Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8940333Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8950393Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8959777Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.8972975Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8985890Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.8998780Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9012184Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9025083Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9035246Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9044936Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9055028Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9067980Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9080868Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9094179Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9106999Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9119802Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9129880Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9139979Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9149677Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9162665Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9176027Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9189170Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9202110Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9215309Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9225234Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9235204Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9248632Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9258882Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9272382Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9285863Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9299202Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9312391Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9325394Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9335701Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9345483Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9355263Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9368330Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9381635Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9394601Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9407632Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9420883Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9430849Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9440675Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9455504Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9465196Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9479213Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9493171Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9506764Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9520285Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9534212Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9544220Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9554071Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9563966Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9576935Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9589668Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9602351Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9615467Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9628195Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9638301Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9647998Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9658073Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9671112Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9683998Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9697084Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9709934Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9723033Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9733373Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9743158Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9753008Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9766506Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9779990Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9793045Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9806088Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9819378Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9829363Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9839158Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9845087Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:25.9855251Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:25.9887922Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.9919885Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:03:25.9933926Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9947341Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9960499Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9974288Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9987368Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:25.9997324Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0007615Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0013477Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:26.0023534Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0029271Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:26.0035111Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:26.0048647Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0062354Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0075510Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0087921Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0101102Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0113287Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0123463Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0134238Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0140145Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:26.0151180Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0195097Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:26.0241008Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:26.0262964Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0302236Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:26.0322155Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0342067Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0360290Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0373345Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0384319Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0400449Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0411903Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0453477Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T13:03:26.0500061Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-08-17T13:03:26.0516955Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0533881Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0549586Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:03:26.0564570Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0579601Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0591169Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0602042Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-08-17T13:03:26.0617324Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0630955Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0644820Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:03:26.0854961Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:26.1415347Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:03:26.2307659Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-08-17T13:03:26.2598658Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:26.3005627Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:26.3193491Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:26.3468431Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:26.3643542Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:26.3801075Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:26.3961002Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:26.4151314Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:26.4336849Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:26.4665961Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:26.5554824Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-08-17T13:03:26.7077899Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-08-17T13:03:26.8489779Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-08-17T13:03:26.8861517Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:26.9324529Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:26.9605037Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:26.9951134Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:27.0337442Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:27.0816853Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:27.1155451Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:27.1502536Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:27.2580345Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:03:27.4138524Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-08-17T13:03:27.5585893Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-08-17T13:03:27.5985759Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:27.6373657Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:27.6726653Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:27.7189603Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:27.7585749Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:27.8077886Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:27.8570222Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:27.8864252Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:27.9541593Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:03:28.0239744Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:03:28.0832810Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-08-17T13:03:28.1430699Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:03:28.1723699Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:28.2037538Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:28.2447153Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:28.2879362Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:28.3288766Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:28.3737603Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:28.4164754Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:28.4460659Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:28.5379788Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-08-17T13:03:28.7152228Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-08-17T13:03:28.8549837Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-08-17T13:03:28.8914535Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:28.9385848Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:28.9672866Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:29.0004958Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:29.0407381Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:29.0894473Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:29.1243521Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:29.1619756Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:29.2715188Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-08-17T13:03:29.2720386Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:29.2725569Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:29.3258733Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:03:29.3701384Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:29.4116566Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:29.4541963Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:29.4955910Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:29.5461622Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:29.5965799Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:29.6276708Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:29.7234407Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-08-17T13:03:29.8679011Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-08-17T13:03:29.9704052Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:03:30.0082145Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:30.0520673Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:30.0909324Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:30.1309758Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:30.1685525Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:30.2123323Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:30.2585400Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:30.3087493Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:30.4218178Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-08-17T13:03:30.5553711Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-08-17T13:03:30.6611286Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-08-17T13:03:30.7148191Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:03:30.7722303Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:30.8052252Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:30.8387409Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:30.8750190Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:30.9272989Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:30.9619005Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:30.9964436Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:31.0120371Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:31.0282712Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:31.0446387Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:31.0631868Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.0817720Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:31.1008257Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:31.1196189Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:31.1478270Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:31.1707809Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:31.2055423Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:31.2507322Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:31.3259848Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:31.3715759Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:31.4075479Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:31.4257872Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.4459124Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:31.4634432Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:31.4790336Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:31.4940613Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:31.5124113Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.5310477Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:31.5526254Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:31.5875669Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:31.6369245Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:31.7124869Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:31.7477344Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:31.7848122Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:31.8034272Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.8256555Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:31.8407366Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:31.8559708Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:31.8710201Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:31.8892462Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.9073903Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:31.9291494Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:32.0188456Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-08-17T13:03:32.1440974Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-08-17T13:03:32.2852227Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-08-17T13:03:32.3100584Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:32.3562014Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:32.3826626Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:32.4454579Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-08-17T13:03:32.4948277Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:32.5356402Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:32.5820951Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:32.6093977Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:32.6735987Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:03:32.8019516Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-08-17T13:03:32.9195843Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-08-17T13:03:32.9529081Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:32.9889734Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:33.0260103Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:33.0628085Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:33.1006759Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:33.1372329Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:33.1738012Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:33.1980530Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:33.2855774Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-08-17T13:03:33.3304510Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:33.3505827Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:33.3793281Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:33.4063857Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:33.4321843Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:33.4656844Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:33.4981393Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:33.5376468Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:35.2986593Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.761s) 2022-08-17T13:03:35.3737569Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:35.6346933Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-08-17T13:03:35.9010052Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-08-17T13:03:35.9499496Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:35.9966553Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:36.0425708Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:36.0893662Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:36.1364173Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:36.1788241Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:36.2317617Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:03:36.2708913Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:36.3194385Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:36.3677866Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:36.4147751Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:36.4596866Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:36.5083502Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:36.5480774Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:36.5932369Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:36.6668307Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:03:36.7048799Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:36.7520593Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:36.8002412Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:36.8460387Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:36.8975499Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:03:36.9395381Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:36.9823214Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:37.0348595Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:37.1087629Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:03:37.1493059Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:37.1937028Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:37.2346448Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:37.2737971Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:37.3184108Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:37.3594583Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:37.3920271Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:37.4177185Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:37.4756781Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:03:37.5277484Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:37.5521284Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:37.5862056Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:37.6367434Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:37.6710485Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:37.7092538Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:37.7407295Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:37.7758171Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:37.7998269Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:37.8472691Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:37.9372904Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-08-17T13:03:37.9983792Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-08-17T13:03:38.0238973Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:38.0569402Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:38.0783762Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:38.1013130Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:38.1339678Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:38.1591618Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:38.1874105Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:38.2268117Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:38.2916732Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:03:38.3247940Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:38.3698139Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:38.4071272Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:38.4542687Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:38.4987017Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:38.5439408Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:38.5866864Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:38.6109964Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:38.6484968Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:38.6970327Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:38.7734068Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:03:38.8160828Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:38.8552229Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:38.8758105Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:38.9054301Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:38.9236512Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:38.9401730Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:38.9576407Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:38.9764563Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:38.9952726Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:39.0164795Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:39.0382061Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:39.0642898Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:39.0919970Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:39.1399591Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:39.1627415Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:39.1943698Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:39.2299897Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:39.2788694Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:39.3060816Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:39.3377535Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:39.4410730Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-08-17T13:03:39.6498993Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-08-17T13:03:39.7552123Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-08-17T13:03:39.8627782Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:03:39.9734969Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:03:40.0845550Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:03:40.1964954Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-08-17T13:03:40.3071587Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:03:40.4150259Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:03:40.4471583Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:40.5120894Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:03:40.5438726Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:40.5632820Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:40.5982062Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:40.6367759Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:40.7007019Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:03:40.7217913Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:40.7556852Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:40.7678688Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:40.7852442Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:40.8004391Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:40.8158014Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:40.8311590Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:40.8496314Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:40.8682478Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:40.8855428Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:40.9196803Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:40.9563448Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:41.0187824Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:03:41.0384245Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:41.0716870Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:41.0831076Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:41.0991532Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.1145518Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.1300407Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.1454555Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.1639785Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:41.1822945Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:41.1989151Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:41.2334286Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:41.2669072Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:41.2885479Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:41.3207027Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:41.3324248Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:03:41.3487988Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.3642540Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.3798643Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.3952828Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:41.4137042Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:41.4322393Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:41.4497527Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:41.5051802Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-08-17T13:03:41.5396766Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:41.5509708Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:41.5667129Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.5830080Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.5993372Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.6158855Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.6400659Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:41.6648620Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:41.6820676Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:41.7381311Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:03:41.7734992Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:41.7861737Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:03:41.8025091Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.8185414Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.8349179Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.8517651Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:41.8761820Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:41.9013983Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:41.9179219Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:41.9537208Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:41.9888967Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:42.0462412Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:42.0649835Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:42.1000751Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:42.1116411Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:42.1283119Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:42.1443708Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:42.1603484Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:42.1768300Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:42.1953784Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:42.2139151Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:42.2149704Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2154169Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:42.2163522Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2171846Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2180087Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2188288Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2196028Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2204173Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2212363Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2220439Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2228932Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2236812Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:03:42.2720167Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:42.3573498Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-08-17T13:03:42.4045232Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:42.4617123Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:42.5077097Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:42.5538804Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:42.6021994Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:42.6466205Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:42.6938598Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:42.7243244Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:42.8447006Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-08-17T13:03:42.9603341Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-08-17T13:03:43.0559366Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-08-17T13:03:43.0896297Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:43.1214356Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:43.1554924Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:43.1985577Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:43.2358832Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:43.2875004Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:43.3333228Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:43.3684924Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:43.4645232Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-08-17T13:03:43.5027539Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:43.5448390Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:43.5810418Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:43.6265842Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:43.6634645Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:43.7152632Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:43.7615315Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:43.7879364Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:43.8952693Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-08-17T13:03:44.0094244Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-08-17T13:03:44.1138900Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-08-17T13:03:44.1400217Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:44.1765079Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:44.2046152Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:44.2383287Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:44.2773732Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:44.3191753Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:44.3565027Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:44.3777233Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:44.4871010Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-08-17T13:03:44.6005380Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-08-17T13:03:44.6951446Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-08-17T13:03:44.7214421Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:44.7551166Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:44.7794851Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:44.8178250Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:44.8521517Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:44.8954959Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:03:44.9327857Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:44.9496273Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:03:44.9839715Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:45.0156031Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:45.0378547Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:45.0732580Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:03:45.0843415Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:03:45.0997577Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:45.1152753Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:45.1306937Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:45.1463918Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:45.1645324Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:45.1828563Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:45.2144664Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:45.3375801Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-08-17T13:03:45.3642379Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:45.3918637Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:45.4649176Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:03:45.5388146Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:03:45.6116951Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:03:45.6870106Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:45.7624275Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:45.8176225Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-08-17T13:03:45.8760814Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:03:45.9569180Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:03:46.0207226Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:03:46.0850793Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:03:46.1522188Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-08-17T13:03:46.2178540Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-08-17T13:03:46.2793415Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-08-17T13:03:46.4128231Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-08-17T13:03:46.5371664Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-08-17T13:03:46.6951769Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-08-17T13:03:46.8144721Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-08-17T13:03:46.9709541Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-08-17T13:03:47.1158176Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-08-17T13:03:47.2335106Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-08-17T13:03:47.3524857Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-08-17T13:03:47.5501828Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-08-17T13:03:47.7336808Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-08-17T13:03:47.9695030Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-08-17T13:03:48.1661448Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-08-17T13:03:48.3648189Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-08-17T13:03:48.5644792Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-08-17T13:03:48.7558928Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-08-17T13:03:48.9560891Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-08-17T13:03:48.9783448Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:49.0195305Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:49.0699622Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:49.0959660Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:49.1206989Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:49.1384148Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:49.1544562Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:49.1712786Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:49.1895764Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:49.2078233Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:49.2293282Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:49.2761859Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:49.3590976Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-08-17T13:03:49.4005493Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:49.4365814Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:49.4594449Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:49.4863182Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:49.5015401Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:03:49.5201688Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:49.5362719Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:03:49.5551370Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:49.5732645Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:03:49.6074729Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:03:49.6349799Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:49.6820367Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:03:49.7117222Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:49.7385954Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:03:49.7840222Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:49.8127837Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:49.8390657Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:49.8788313Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:03:49.9344035Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:03:49.9928836Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:03:50.0716070Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:03:50.1240361Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:50.1959424Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:03:50.2287776Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:03:50.2597878Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:50.2991913Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:03:50.3213404Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:50.3447078Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:50.3745381Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:50.3936442Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:03:50.4155874Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:50.4364697Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:50.4599095Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:50.4805372Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:03:50.5170049Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:03:50.5490460Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:50.5864871Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:03:50.6805086Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-08-17T13:03:50.6833764Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:03:50.7093701Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:50.7302579Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:03:50.7600068Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:50.7921709Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:50.8299048Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:03:50.8714868Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:03:50.8944064Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:50.9624673Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:03:51.0124490Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:51.0687158Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:03:51.0928637Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:03:51.1241600Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:03:51.1488435Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:51.1744234Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-08-17T13:03:51.2025387Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:51.2347047Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:03:51.2596207Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:03:51.3004734Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:03:51.3010541Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:03:51.3015104Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:03:51.3463804Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:03:51.3955974Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:03:51.4392824Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:03:51.4850525Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:03:51.5328228Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:51.6080809Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:03:51.6770318Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:03:51.7068231Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:03:51.7360591Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:03:51.7639011Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:03:51.7874234Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:51.8091470Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:51.8321586Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:51.8555649Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:03:51.8773365Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:03:53.6602544Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.783s) 2022-08-17T13:03:53.7574771Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-08-17T13:03:54.0226823Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-08-17T13:03:54.2915726Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-08-17T13:03:54.3418436Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:03:54.3936897Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:03:54.4548394Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-08-17T13:03:54.5116434Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:03:54.5601122Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:03:54.8607558Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-08-17T13:03:55.2181785Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.357s) 2022-08-17T13:03:55.5168839Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.299s) 2022-08-17T13:03:55.8241853Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.307s) 2022-08-17T13:03:56.1206865Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-08-17T13:03:56.4241803Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.303s) 2022-08-17T13:03:56.7323546Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.308s) 2022-08-17T13:03:57.0322419Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-08-17T13:03:57.3372188Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-08-17T13:03:57.7173965Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-08-17T13:03:58.1467416Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.429s) 2022-08-17T13:03:58.5195696Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.373s) 2022-08-17T13:03:58.8953472Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.376s) 2022-08-17T13:03:59.2669969Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.371s) 2022-08-17T13:03:59.6604901Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.393s) 2022-08-17T13:04:00.0400730Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.379s) 2022-08-17T13:04:00.4146205Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.375s) 2022-08-17T13:04:00.7898076Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.375s) 2022-08-17T13:04:01.1670881Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.377s) 2022-08-17T13:04:01.6075654Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.440s) 2022-08-17T13:04:01.9789735Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.371s) 2022-08-17T13:04:02.3560562Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.377s) 2022-08-17T13:04:02.7238074Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.368s) 2022-08-17T13:04:03.0903200Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.366s) 2022-08-17T13:04:03.4568592Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.366s) 2022-08-17T13:04:03.8351484Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.378s) 2022-08-17T13:04:04.2127155Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.378s) 2022-08-17T13:04:04.5821247Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.369s) 2022-08-17T13:04:05.0148782Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.433s) 2022-08-17T13:04:05.3856783Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.371s) 2022-08-17T13:04:05.7523713Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.367s) 2022-08-17T13:04:06.1244381Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.372s) 2022-08-17T13:04:06.4969481Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.372s) 2022-08-17T13:04:06.8740407Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.377s) 2022-08-17T13:04:07.2454248Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.371s) 2022-08-17T13:04:07.6127338Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.367s) 2022-08-17T13:04:07.6399462Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:04:07.6846269Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:07.7636033Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:04:07.7993926Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:04:07.8378829Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:04:07.8605214Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:04:07.8850849Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:07.9000262Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:07.9156219Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:07.9311146Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:07.9492908Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:07.9675495Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:07.9895787Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:08.0710124Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:04:08.1208269Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:08.1460774Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:08.1745743Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:04:08.1979646Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:04:08.2290418Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:08.2545934Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:08.2871864Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:04:08.3289837Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:04:08.3534863Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:08.3878785Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:04:08.4230071Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:08.4887861Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-08-17T13:04:08.5171810Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:04:08.5534742Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:04:08.5764451Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:04:08.5979198Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:08.6128800Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:08.6280700Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:08.6426974Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:08.6633390Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:08.6831022Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:04:08.7082714Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:08.7613939Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:08.8137960Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:08.8612980Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:04:08.9026678Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:04:08.9211196Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:08.9467095Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:08.9680610Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:08.9976218Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:04:09.0284315Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:09.0506777Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:09.0793886Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:04:09.0979417Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:09.1168112Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:09.1420628Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:09.1604962Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:09.1849018Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:09.2118734Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:04:09.2342396Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:09.2557015Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:09.2830601Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:04:09.3070186Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:09.3294092Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:09.3527849Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:04:09.3727265Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:04:09.4746580Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:04:09.5581496Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-08-17T13:04:09.6288525Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-08-17T13:04:09.6498344Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:09.6743593Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:09.6966228Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:09.7237483Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:04:09.7570712Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:04:09.8055072Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:04:09.8456821Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:04:09.8752872Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:04:09.9135594Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:04:09.9772561Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:04:10.0760082Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-08-17T13:04:10.1317623Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:10.1741135Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:04:10.2013286Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-08-17T13:04:10.2328077Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:10.2509726Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:10.2668847Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:10.2864639Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:10.3055705Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:10.3248808Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:10.3547382Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:04:10.4227024Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:04:10.5155576Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-08-17T13:04:10.6006128Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-08-17T13:04:10.6297082Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-08-17T13:04:10.6644848Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:10.6956407Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:10.7310548Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:10.7639147Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:04:10.8068588Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:10.8428952Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:04:10.8730422Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-08-17T13:04:10.9114617Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:04:10.9566352Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:10.9777490Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:11.0090618Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:11.0271585Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:11.0431386Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:11.0630206Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:04:11.0825400Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:11.1023919Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:04:11.1201185Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:11.1757569Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:11.2071460Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:11.2180598Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:11.2332699Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:11.2487397Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:11.2649256Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:11.2817982Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:11.3063317Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:11.3310120Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:11.3556022Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-08-17T13:04:11.4482967Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-08-17T13:04:11.5828873Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-08-17T13:04:11.7095104Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-08-17T13:04:11.7281900Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:11.7745328Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:11.7959260Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:11.8394869Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:11.8894869Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:11.9380908Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:04:11.9875595Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:04:12.0226669Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:12.1143220Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-08-17T13:04:12.2654401Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-08-17T13:04:12.3988196Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-08-17T13:04:12.4207885Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:12.4680679Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:04:12.5069791Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:04:12.5466375Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:04:12.5850401Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-08-17T13:04:12.6309490Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:12.6708423Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:04:12.7135799Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:12.7934473Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-08-17T13:04:12.9276206Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-08-17T13:04:13.0447245Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-08-17T13:04:13.0884239Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:04:13.1386601Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:13.1903550Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:13.2366514Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:13.2909915Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:04:13.3426012Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:13.3857916Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:13.6017314Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-08-17T13:04:13.8707909Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-08-17T13:04:14.1626608Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-08-17T13:04:14.4229894Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-08-17T13:04:14.6878464Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-08-17T13:04:14.9557755Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-08-17T13:04:15.2166223Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-08-17T13:04:15.5721589Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.355s) 2022-08-17T13:04:15.6422328Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:04:15.6933001Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:15.7474282Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:04:15.8072655Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:15.8675538Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:15.9193410Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:15.9717399Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:16.0265001Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-08-17T13:04:16.0948731Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:04:16.1528976Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:04:16.2131675Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:16.2673078Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:04:16.3245508Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:04:16.3850193Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:16.4365604Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:16.4873988Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:16.5741532Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-08-17T13:04:16.6194948Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:16.6710475Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:16.7183132Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:04:16.7710625Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:16.8227075Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:16.8753257Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:16.9371383Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:04:17.0317945Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-08-17T13:04:17.0774886Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:17.1214611Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:04:17.1726088Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:17.2257975Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:17.2796957Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:04:17.3312075Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:17.3931705Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:04:17.4325279Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:04:17.4991654Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-08-17T13:04:17.5328733Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:04:17.5727553Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-08-17T13:04:17.6080539Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:17.6517040Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:04:17.6885202Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-08-17T13:04:17.7237352Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-08-17T13:04:17.7652832Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-08-17T13:04:17.8422141Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-08-17T13:04:17.8907934Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:04:17.9493057Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-08-17T13:04:18.0008601Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:18.0609391Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:18.1124372Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:18.1631438Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:18.2138864Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-08-17T13:04:18.3089586Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-08-17T13:04:18.4988740Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-08-17T13:04:18.5926540Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-08-17T13:04:18.6851705Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-08-17T13:04:18.7794467Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-08-17T13:04:18.8754137Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-08-17T13:04:18.9689233Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-08-17T13:04:19.0668136Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-08-17T13:04:19.1645007Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-08-17T13:04:19.3554409Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-08-17T13:04:19.4498442Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-08-17T13:04:19.5581603Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:04:19.6537207Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-08-17T13:04:19.7493133Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-08-17T13:04:19.8535152Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-08-17T13:04:19.9555360Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:04:20.0549263Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-08-17T13:04:20.2283655Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-08-17T13:04:20.3099331Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:04:20.4010964Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-08-17T13:04:20.4926286Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-08-17T13:04:20.5843892Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-08-17T13:04:20.6671349Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-08-17T13:04:20.7512559Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-08-17T13:04:20.8324168Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-08-17T13:04:20.9410673Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-08-17T13:04:21.0007596Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:21.0666833Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-08-17T13:04:21.1307505Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:04:21.2000076Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:04:21.2619644Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:04:21.3232808Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-08-17T13:04:21.3904491Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-08-17T13:04:21.6053203Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-08-17T13:04:21.7060556Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-08-17T13:04:21.8120754Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-08-17T13:04:21.9221659Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-08-17T13:04:22.0322032Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-08-17T13:04:22.1416912Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-08-17T13:04:22.2545108Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-08-17T13:04:22.3622166Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-08-17T13:04:22.5712916Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-08-17T13:04:22.6709828Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-08-17T13:04:22.7775707Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-08-17T13:04:22.8796493Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:04:22.9898162Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-08-17T13:04:23.1012355Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:04:23.2127473Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:04:23.3233337Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-08-17T13:04:23.5172532Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-08-17T13:04:23.5891180Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:04:23.6591395Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:04:23.7322220Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:04:23.8086832Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:04:23.8876967Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:04:23.9581668Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:04:24.0637572Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-08-17T13:04:24.2586520Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-08-17T13:04:24.3350260Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:04:24.4123394Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-08-17T13:04:24.4854653Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-08-17T13:04:24.5612202Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:04:24.6358595Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:04:24.7107947Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:04:24.8161777Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-08-17T13:04:24.8659624Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:24.9450353Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-08-17T13:04:24.9874267Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:04:25.0325920Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:25.0787290Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:25.1239294Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:25.1735488Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:25.2197595Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:25.2643678Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-08-17T13:04:25.3421107Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-08-17T13:04:25.3807988Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-08-17T13:04:25.4298498Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:04:25.4546486Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-08-17T13:04:25.4875635Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:04:25.5209148Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-08-17T13:04:25.5523178Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:25.5831344Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-08-17T13:04:25.6434053Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:25.7430140Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-08-17T13:04:25.7960344Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:25.8529699Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-08-17T13:04:25.9000509Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:04:25.9486878Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:04:26.0078916Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-08-17T13:04:26.0610753Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:26.1171696Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:26.3148656Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-08-17T13:04:26.3811629Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-08-17T13:04:26.4537087Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-08-17T13:04:26.5212736Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-08-17T13:04:26.5891978Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:04:26.6654904Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:04:26.7328529Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-08-17T13:04:26.8339687Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-08-17T13:04:27.0417665Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-08-17T13:04:27.1114208Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:04:27.1854621Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-08-17T13:04:27.2531896Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:04:27.3297033Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-08-17T13:04:27.3995328Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-08-17T13:04:27.4750945Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-08-17T13:04:27.5767892Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-08-17T13:04:27.6645468Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-08-17T13:04:27.7187002Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-08-17T13:04:27.7831203Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-08-17T13:04:27.8396904Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:27.9044978Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:04:27.9610682Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:28.0263967Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-08-17T13:04:28.0820701Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-08-17T13:04:28.1012237Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:28.1881569Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-08-17T13:04:28.2653233Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-08-17T13:04:28.3347897Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:04:28.3521448Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:28.3798451Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:04:28.4032030Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-08-17T13:04:28.4482443Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:28.4801315Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-08-17T13:04:28.5145797Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-08-17T13:04:28.5564336Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:04:28.5754612Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:28.6118184Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-08-17T13:04:28.6621790Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-08-17T13:04:28.7050844Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:28.7524922Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-08-17T13:04:28.7709489Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:28.7986052Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:04:28.8170331Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:28.8335191Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:28.8502093Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:28.8702281Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-08-17T13:04:28.8889610Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:28.9340158Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:29.0434804Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-08-17T13:04:29.1666363Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-08-17T13:04:29.2784242Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-08-17T13:04:29.3274225Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-08-17T13:04:37.6418708Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.314s) 2022-08-17T13:04:37.6945923Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-08-17T13:04:37.7623153Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-08-17T13:04:37.8313276Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-08-17T13:04:37.8948964Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-08-17T13:04:37.9576004Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-08-17T13:04:37.9998476Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-08-17T13:04:38.1100480Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-08-17T13:04:38.2298328Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-08-17T13:04:38.3288801Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-08-17T13:04:38.3754302Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-08-17T13:04:38.4181224Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-08-17T13:04:38.4667424Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-08-17T13:04:38.5185928Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-08-17T13:04:38.5636024Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-08-17T13:04:38.6260237Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-08-17T13:04:38.6858527Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-08-17T13:04:38.7048550Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:38.7329211Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-08-17T13:04:38.7547732Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-08-17T13:04:38.7563038Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.7714157Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:38.7847995Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:38.7968660Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:38.7984076Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.7998558Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8012006Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8024626Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8037479Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8050353Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8063096Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8076137Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8089474Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8099529Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:38.8280099Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:38.8462633Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:38.8478834Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.8493789Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8507377Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8520005Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8532980Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8545230Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8558523Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8572642Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.8582325Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:38.8775968Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:38.8984997Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-08-17T13:04:38.9000737Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.9015776Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9029258Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9041990Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9054856Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9067474Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9080689Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9097427Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-08-17T13:04:38.9107695Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:38.9240511Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:38.9366976Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:38.9384993Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-08-17T13:04:38.9401369Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-08-17T13:04:38.9417261Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-08-17T13:04:38.9430088Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9442285Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9455178Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9467283Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9479557Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9492962Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9502260Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:38.9698797Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-08-17T13:04:38.9883517Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:38.9901960Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.9919923Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.9937088Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.9950748Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9965215Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:38.9981826Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:38.9996713Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0011810Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0021539Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.0027350Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.0032779Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.0045350Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0058253Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0070254Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0082332Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0094669Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0106492Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0118495Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0131299Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0140741Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.0145687Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.0150726Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.0164178Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0177528Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0190036Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0202083Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0214780Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0226745Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0239158Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0252134Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0261100Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.0266524Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.0271297Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.0283780Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0296509Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0308404Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0320180Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0332147Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0343906Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0356120Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0365363Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.0376954Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0388656Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0399602Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0411831Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0423594Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0435830Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0448029Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0460246Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0472435Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0481690Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.0604062Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.0733744Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.0855208Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.0869837Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.0884010Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0897123Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0909547Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0921103Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0932802Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0944913Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0956989Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0969800Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.0979615Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.1099037Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.1225267Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.1341594Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.1355310Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1368793Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1381866Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1393589Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1404828Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1416390Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1428189Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1440040Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1452907Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1462875Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.1625623Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:39.1803606Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:39.1820435Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.1835287Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1848228Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1861212Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1873684Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1886665Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1900272Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1914103Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.1924319Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2099789Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:39.2278705Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:39.2294877Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2311842Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2329111Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2345837Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2360654Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2375189Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2390105Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2405804Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2417461Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2433386Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.2448346Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2463844Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2478616Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2493718Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2507789Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2521250Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2534868Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2549618Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2559633Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2573418Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2586937Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2599044Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2611313Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2623660Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2635720Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2647754Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2660595Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2670154Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2682897Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2695976Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2707959Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2720464Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2733321Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2745657Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2758099Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2771135Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2780996Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2793167Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2805772Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2818416Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2830505Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2842578Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2854811Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2866831Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2879402Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2889038Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.2901669Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2914658Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2927359Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2939852Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2952019Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2964113Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2976581Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2989050Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.2998493Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.3011014Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3024091Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3036198Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3048378Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3060750Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3072982Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3085221Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3097689Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3103396Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.3112395Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.3253578Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:39.3386107Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.3401450Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.3416146Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3429462Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3442217Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3455094Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3467879Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3480346Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3485937Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.3496092Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.3508835Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3521765Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3534340Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3546914Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3559495Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3572189Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3584778Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3597996Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.3607798Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.3729771Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.3860227Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.3978690Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.3993599Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.4007797Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4021025Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4032791Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4044199Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4056140Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4068231Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4080418Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4093487Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4105677Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4118072Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4131813Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4143991Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4165243Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4168579Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4182672Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4196127Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4209349Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4222881Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4235674Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4244946Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.4257797Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4270277Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4282394Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4294817Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4306936Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4318886Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4331179Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.4445222Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.4567300Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.4684853Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.4699503Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.4710150Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.4823216Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.4953799Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.5070336Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.5086769Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.5104422Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.5120945Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.5137264Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.5150687Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5163252Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5176568Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5189640Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5202981Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5213578Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.5323933Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.5445194Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.5555073Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.5567532Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5579981Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5592127Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5603787Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5614978Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5626025Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5638133Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5650882Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5663656Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5673259Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.5785437Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.5893575Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.5907208Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5919770Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5932745Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5944316Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5956087Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5967948Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5980641Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.5993511Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6006518Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6016153Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.6027855Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6039479Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6051662Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6062625Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6073773Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6084794Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6096845Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6108612Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6120785Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6130200Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.6141685Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6153034Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6164230Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6176009Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6187064Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6198327Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6210045Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6222020Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6234299Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6243593Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.6351897Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.6467494Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.6574616Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.6587791Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6600846Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6613802Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6626045Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6637623Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6648871Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6661853Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6674148Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6684525Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6694822Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6704648Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6713892Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6723308Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6732385Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6741250Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6750192Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6759162Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6768086Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6777274Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6786202Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:39.6791406Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:04:39.6800457Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.6814925Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6828022Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6840509Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6853308Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6865834Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6878223Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6891007Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6904040Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.6914223Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.7066106Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:39.7219445Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:39.7235167Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.7250751Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7264800Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7278332Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7291736Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7305083Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7318505Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7331935Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7345195Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.7354334Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7367599Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7380425Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7393241Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7406072Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7420341Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7435096Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7450664Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7461763Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.7628130Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:39.7791954Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:39.7809243Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.7825840Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.7840788Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7855123Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7868382Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7881622Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7895878Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7909775Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.7919709Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.8075355Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:39.8241849Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-08-17T13:04:39.8259503Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.8276460Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.8291809Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8306375Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8320723Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8334972Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8348217Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8361339Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8371109Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.8485085Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.8597160Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:39.8614717Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:39.8629501Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8643591Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8657674Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8671069Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8683602Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8696791Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8709038Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8722783Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8732857Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.8745741Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8758880Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8771953Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8784648Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8797594Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8811029Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8824504Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8839789Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8854965Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8869490Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8883758Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8897907Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8911196Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8917160Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.8930342Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8944489Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8958722Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8972815Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8986328Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.8999589Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9012942Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9018419Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.9031110Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9044921Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9059019Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9072730Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9085878Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9099402Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9112285Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9117661Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:39.9130889Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9144010Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9153205Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:39.9165816Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9178849Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9191618Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9203329Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9214774Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9225933Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9237817Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9249849Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9262477Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9382918Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.9509980Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:39.9627300Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:39.9641822Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9656264Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9669623Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9681788Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9694015Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9705601Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9717113Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9729248Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9742519Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9754998Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9766979Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9779890Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9792345Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9804524Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9817919Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9830769Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9843432Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9857247Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9870109Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9883029Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9897385Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9910830Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9924405Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9937759Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9951149Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9964482Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9979136Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:39.9994665Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0009567Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0024795Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0038023Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0053776Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0069215Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.0085366Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.0100548Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0114115Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0265562Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:40.0271957Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.0287969Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.0302343Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0314916Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0328252Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0341980Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0355499Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0368566Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0495607Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.0618659Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.0633172Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0647338Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0661037Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0673536Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0679299Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.0691974Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0697985Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.0710445Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0723776Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.0892127Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:40.1059505Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:40.1076386Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.1093719Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.1107513Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1121078Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1133941Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1146189Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1158743Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1171995Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1184947Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1197242Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1209239Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1221166Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1232728Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1245095Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1257802Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1272333Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1281910Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.1296697Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1310936Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1323596Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1336452Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1348907Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1361421Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1374483Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1388469Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1397889Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.1412011Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1425487Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1438407Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1451658Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1465154Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1477911Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1491188Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1505949Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1515076Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.1529489Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1543707Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1556591Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1569692Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1583025Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1595719Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1608431Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1623216Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1632601Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.1646864Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1661301Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1674310Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1687061Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1700274Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1713253Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1727153Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1742351Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1752268Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.1767101Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1782299Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1795828Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1809858Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1823390Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1836215Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1849355Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1861727Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.1981508Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.2108053Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.2225150Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.2240625Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.2254860Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2268031Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2279764Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2291745Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2302712Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2314546Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2326421Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2332779Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.2341983Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.2354338Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2367034Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2379746Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2391996Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2404012Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2416237Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2428337Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2440588Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2453423Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2462902Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.2582611Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.2715026Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.2834935Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.2850712Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.2865245Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2877846Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2889585Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2901380Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2913068Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2925573Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2938143Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.2944343Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.2954320Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.3073784Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.3194350Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.3208067Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3222306Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3235127Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3247790Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3260777Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3273105Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3285246Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3297886Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3310498Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3322918Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3335549Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3348005Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3360466Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3373086Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3385760Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3398381Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3410820Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3423698Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3435948Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3448387Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3461156Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3470641Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.3612059Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.3758869Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:40.3773683Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.3787891Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3800726Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3813711Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3826387Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3838942Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3852133Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3865020Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.3874720Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.4002194Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.4147608Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.4274312Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.4288643Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4302697Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4315730Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4327665Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4339180Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4350419Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4362352Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4374728Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4387814Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4397552Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.4542207Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.4682644Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.4698948Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.4714067Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4727424Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4740671Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4753634Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4766261Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4779062Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4791762Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4801254Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.4813934Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4826543Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4839082Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4850752Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4862241Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4873256Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4885075Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4897366Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4909841Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4919265Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.4931176Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4943092Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4954767Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4965957Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4977372Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.4988585Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5000715Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5012903Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5025357Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5035024Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.5206036Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:40.5377618Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:40.5393471Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.5408187Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5421211Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5433928Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5446676Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5459852Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5472628Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5486039Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5496702Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.5680257Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:40.5686601Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.5702808Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.5717625Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5731214Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5744230Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5756600Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5769323Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5782318Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5795337Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.5805311Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.5979252Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-08-17T13:04:40.6159186Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T13:04:40.6175247Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.6189984Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6203916Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6217580Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6230209Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6242390Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6255021Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6264797Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6277746Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6291211Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6304800Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6318355Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6331782Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6344808Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6357656Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6367213Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6379682Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6391865Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6404020Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6416374Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6428361Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6439959Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6451825Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6461035Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6473200Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6485563Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6498004Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6509848Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6521642Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6533830Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6545641Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6554926Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6567074Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6579713Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6591768Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6603613Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6615715Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6627572Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6639643Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6648883Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6661229Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6673424Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6685941Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6698145Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6709837Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6722047Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6734102Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6746671Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6756151Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6768256Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6780987Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6793004Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6804797Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6816999Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6828694Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6840798Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6850257Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6862696Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6875167Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6887117Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6899239Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6911081Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6922861Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6935162Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6947579Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6957109Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.6969827Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6982752Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.6995018Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7006993Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7019518Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7031734Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7043964Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7053643Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7066170Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7079092Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7091295Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7103474Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7115498Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7127545Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7140075Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7149504Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7161899Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7174863Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7186600Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7198318Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7209844Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7221890Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7233278Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7242674Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7254673Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7266925Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7278863Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7290527Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7302203Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7313811Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7325548Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7335159Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7347294Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7359724Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7371930Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7383785Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7395636Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7407415Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7419460Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7428889Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7441315Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7454309Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7466427Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7478307Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7490638Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7502721Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7514702Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7523862Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7536474Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7548881Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7560923Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7573262Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7585074Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7596895Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7608779Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7618286Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7630472Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7643088Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7656197Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7669428Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7682722Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7696898Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7710502Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7724272Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7734775Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7749945Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7764443Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7778959Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7792228Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7805455Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7819709Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7834283Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7844346Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7859968Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7873442Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7887338Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7901099Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7914608Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7928396Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7941620Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7956776Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7966785Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.7980905Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.7993991Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8006290Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8018801Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8030787Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8043115Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8055681Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8065300Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.8077038Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8089427Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8101391Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8113026Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8124699Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8136616Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8148309Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8157454Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.8169580Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8182283Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8194056Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8206423Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8219389Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8231323Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8243000Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8252301Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.8264451Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8276837Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8288892Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8300858Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8312469Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8324114Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8336112Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8348311Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8357603Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.8492753Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-08-17T13:04:40.8630124Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.8644699Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.8659737Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8673261Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8685360Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8697785Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8710349Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8723316Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8736595Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.8746980Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.8868484Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.8989929Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-08-17T13:04:40.9004814Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.9019607Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9032466Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9044575Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9057439Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9069148Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9081908Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9094863Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9100631Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:40.9110042Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.9266859Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:40.9419613Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:40.9436436Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.9544013Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-08-17T13:04:40.9559002Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9573706Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9588107Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9601902Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9616379Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9629541Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9639079Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-08-17T13:04:40.9784526Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-08-17T13:04:40.9934797Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-08-17T13:04:40.9950504Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:40.9965821Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9980092Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:40.9992474Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0005199Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0018209Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0030925Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0043720Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0056518Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0069291Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0095777Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:04:41.0119886Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:41.0148823Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-08-17T13:04:41.0209364Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T13:04:41.0301811Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T13:04:41.0399815Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-08-17T13:04:41.0416909Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:41.0432526Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0453038Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:41.0473496Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T13:04:41.0484588Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0495240Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0507003Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0518084Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0529333Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0540605Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0551817Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0562824Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.0573201Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T13:04:41.4304923Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.373s) 2022-08-17T13:04:41.4305218Z 2022-08-17T13:04:41.4305596Z ---------------------------------------------------------------------- 2022-08-17T13:04:41.4305989Z Ran 12175 tests in 140.631s 2022-08-17T13:04:41.4306182Z 2022-08-17T13:04:41.4307065Z OK (skipped=632, expected failures=14) 2022-08-17T13:04:41.4307347Z 2022-08-17T13:04:41.4309209Z Generating XML reports... 2022-08-17T13:04:42.6156488Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220817130220.xml 2022-08-17T13:04:43.2827526Z Running test_modules ... [2022-08-17 13:04:43.282294] 2022-08-17T13:04:43.2828089Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:04:43.282390] 2022-08-17T13:04:45.6107304Z Test results will be stored in test-reports/python-unittest/test_modules 2022-08-17T13:04:45.6172722Z 2022-08-17T13:04:45.6172902Z Running tests... 2022-08-17T13:04:45.6173598Z ---------------------------------------------------------------------- 2022-08-17T13:04:45.6251142Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:45.6309587Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:45.6351546Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.6392314Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.6443471Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:45.6495203Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:45.6529095Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6562439Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6595848Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6629292Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6662720Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6696064Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6729219Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6762319Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6795345Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6828420Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6861369Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6894154Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6926872Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6959679Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.6992260Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7024869Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7057421Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7090727Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7123774Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7156581Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7188793Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7221457Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7253548Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7285409Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7318211Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7354094Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T13:04:45.7387279Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7419237Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7451059Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7482828Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7514738Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7547101Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7581187Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7619098Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T13:04:45.7654088Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7687597Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7721754Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7756346Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7790659Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7824948Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7859558Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7894166Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7927532Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7961070Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.7994668Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8028265Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8061617Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8095122Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8128229Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8161518Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8194395Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8227475Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8260393Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8293857Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8326588Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8359678Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8393028Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8426126Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8459678Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8493537Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8526273Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8586222Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8593230Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8626856Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8660146Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8693310Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8726345Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8759484Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8792725Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8826128Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8859592Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8892915Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8926194Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8959593Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.8993653Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9027243Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9060619Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9094043Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9126911Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9160110Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9192865Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9225488Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9258140Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9290743Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9322894Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9355447Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9387664Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9420264Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.9448554Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:04:45.9477072Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:04:45.9506090Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:45.9534874Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:45.9562376Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:45.9590363Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:45.9630977Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9675349Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9712927Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9752320Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9792435Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9830080Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9867607Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9905362Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:45.9954953Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.0005148Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.0076423Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.0138175Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:46.0207926Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.0278242Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.0348694Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.1292721Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-08-17T13:04:46.1340349Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.1385446Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1429066Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1472652Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1516513Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1560341Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1653546Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:04:46.1742083Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:04:46.1779542Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1815406Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1854542Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1892232Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.1939134Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.1985304Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.2320237Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-08-17T13:04:46.2661531Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-08-17T13:04:46.3022046Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-08-17T13:04:46.3376954Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-08-17T13:04:46.3436455Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:46.3478947Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.3512056Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:46.3544988Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:46.3590090Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.3634300Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:46.3690372Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.3743421Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.4487045Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-08-17T13:04:46.5243449Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-08-17T13:04:46.5994436Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-08-17T13:04:46.6729044Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-08-17T13:04:46.6763500Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /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:04:46.6764138Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:46.6804238Z ok (0.008s) 2022-08-17T13:04:46.6889421Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:46.6961122Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.7043543Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:46.7114172Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.7200082Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:46.7253576Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7308116Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7361959Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7431512Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:46.7486520Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7538847Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7592807Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.7645653Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:46.8575767Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-08-17T13:04:46.9489533Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.091s) 2022-08-17T13:04:47.0418300Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-08-17T13:04:47.1354345Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-08-17T13:04:47.1417072Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:47.1489704Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:47.1552581Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:47.1613137Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:47.2274881Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-08-17T13:04:47.2976323Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-08-17T13:04:47.3668004Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-08-17T13:04:47.4353325Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-08-17T13:04:47.4403096Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:47.4438253Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:47.4469655Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:47.4501112Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:47.5229246Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.073s) 2022-08-17T13:04:47.5948327Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-08-17T13:04:47.6519250Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.057s) 2022-08-17T13:04:47.7089223Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-08-17T13:04:47.7614116Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-08-17T13:04:47.8154635Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-08-17T13:04:47.9846909Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.169s) 2022-08-17T13:04:48.1583374Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.174s) 2022-08-17T13:04:48.1620136Z test_factory_kwargs_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.1655917Z test_factory_kwargs_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.1677307Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1696136Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1720253Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1742469Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1768581Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.1794020Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1819396Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1844671Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1871986Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.1897650Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1922872Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.1948671Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.2001527Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2050085Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2112356Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:48.2162049Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2221162Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:48.2273981Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2338247Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:48.2395966Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:48.2431465Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.2467476Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.2505339Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.2544353Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.2592823Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2639022Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.2749704Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:04:48.2850334Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:04:48.2881207Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.2911650Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.2938240Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.2963743Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:48.3013063Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.3062154Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.3660687Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.060s) 2022-08-17T13:04:48.4272082Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.061s) 2022-08-17T13:04:48.4863393Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-08-17T13:04:48.5514889Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.065s) 2022-08-17T13:04:48.5568655Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.5619036Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.5643108Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.5667063Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:48.5712330Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.5757241Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:48.5809816Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.5865154Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:04:48.7140587Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-08-17T13:04:48.8495340Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.135s) 2022-08-17T13:04:48.9778605Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.128s) 2022-08-17T13:04:49.1175338Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.140s) 2022-08-17T13:04:49.1246100Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:49.1311074Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:49.1379123Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:49.1442725Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:49.1515856Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:49.1583750Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:49.1626790Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1666872Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1707933Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1748331Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1790755Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1833627Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1876648Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.1917978Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:49.3506017Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.159s) 2022-08-17T13:04:49.5093370Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.159s) 2022-08-17T13:04:49.6722157Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.163s) 2022-08-17T13:04:49.8349886Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.163s) 2022-08-17T13:04:49.8435355Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:04:49.8517169Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:49.8576194Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:49.8632388Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:49.9513389Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-08-17T13:04:50.0439494Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-08-17T13:04:50.1321727Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-08-17T13:04:50.2208005Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-08-17T13:04:50.2231117Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:50.2252868Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:50.2272368Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:50.2291879Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:50.3264600Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.097s) 2022-08-17T13:04:50.4227644Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.096s) 2022-08-17T13:04:50.4940768Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-08-17T13:04:50.5732377Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-08-17T13:04:50.6412501Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.068s) 2022-08-17T13:04:50.7067598Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.065s) 2022-08-17T13:04:50.9888112Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.282s) 2022-08-17T13:04:51.1686263Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.180s) 2022-08-17T13:04:51.1710181Z test_forward_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:51.1732440Z test_forward_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:51.1761713Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:51.1786938Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:04:51.1822395Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:51.1858708Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:51.1893123Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:04:51.1928928Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:51.2076255Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:04:51.2203356Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:04:51.2342795Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:04:51.2498438Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:04:51.2569615Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:51.2653050Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:04:51.2769621Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:04:51.3022279Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-08-17T13:04:51.3082248Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:51.3146525Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:04:51.3288203Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:04:51.9471352Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.618s) 2022-08-17T13:04:52.5762053Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.629s) 2022-08-17T13:04:52.5894748Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:04:52.5932381Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:04:52.6042602Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:04:52.6283793Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-08-17T13:04:54.3723860Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.744s) 2022-08-17T13:04:56.0991399Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.727s) 2022-08-17T13:04:56.1007668Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1008602Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1044247Z /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:04:56.1044878Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1079901Z /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:04:56.1080576Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1114772Z /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:04:56.1115463Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1151191Z ok (0.016s) 2022-08-17T13:04:56.1165579Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1166333Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1205338Z /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:04:56.1206408Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1245546Z /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:04:56.1246442Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1286832Z /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:04:56.1287696Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1327944Z ok (0.017s) 2022-08-17T13:04:56.1345476Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1346791Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1389663Z /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:04:56.1390525Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1437777Z /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:04:56.1438669Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1478946Z /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:04:56.1479633Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1520501Z ok (0.019s) 2022-08-17T13:04:56.1534868Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1535609Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1570606Z /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:04:56.1571223Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1603844Z ok (0.008s) 2022-08-17T13:04:56.1616924Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1617642Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1653061Z /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:04:56.1653694Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1688785Z ok (0.008s) 2022-08-17T13:04:56.1702915Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /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:04:56.1704249Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1757877Z /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:04:56.1758916Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:04:56.1803513Z ok (0.011s) 2022-08-17T13:04:56.1894953Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:04:57.2509389Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.061s) 2022-08-17T13:04:58.2950166Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.044s) 2022-08-17T13:04:58.3068154Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:04:58.3235766Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:04:59.0519263Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.728s) 2022-08-17T13:04:59.7769498Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.725s) 2022-08-17T13:04:59.7838884Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:04:59.7878117Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:05:00.5844308Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.796s) 2022-08-17T13:05:01.0225514Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.438s) 2022-08-17T13:05:01.4114772Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.389s) 2022-08-17T13:05:03.1513591Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.740s) 2022-08-17T13:05:03.1572220Z test_grad_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:05:03.1606476Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:05:03.1643378Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:05:03.1738200Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:05:03.1851084Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:05:03.1956028Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:05:03.2076290Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:05:03.2652624Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-08-17T13:05:03.3023256Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-08-17T13:05:03.3428376Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-08-17T13:05:03.3889616Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-08-17T13:05:03.4085230Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:05:03.4293758Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:05:03.4575099Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-08-17T13:05:03.5059245Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-08-17T13:05:03.5180028Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:05:03.5276959Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:05:03.6093754Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-08-17T13:05:08.0257073Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.416s) 2022-08-17T13:05:12.4436968Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.418s) 2022-08-17T13:05:12.4785076Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-08-17T13:05:12.5064921Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-08-17T13:05:12.6169104Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.110s) 2022-08-17T13:05:24.6879186Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (12.071s) 2022-08-17T13:05:36.6269674Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (11.939s) 2022-08-17T13:05:36.6316895Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.6317956Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6408371Z /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:05:36.6409032Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6503905Z /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:05:36.6504607Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6594140Z /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:05:36.6594801Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6695127Z ok (0.043s) 2022-08-17T13:05:36.6709578Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.6710470Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6811202Z /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:05:36.6811958Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.6913348Z /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:05:36.6914089Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7015863Z /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:05:36.7016519Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7120558Z ok (0.042s) 2022-08-17T13:05:36.7136486Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.7137249Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7244373Z /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:05:36.7245066Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7365967Z /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:05:36.7366610Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7475119Z /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:05:36.7475749Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7592885Z ok (0.047s) 2022-08-17T13:05:36.7607063Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.7608066Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7709629Z /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:05:36.7710328Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7813411Z ok (0.022s) 2022-08-17T13:05:36.7829790Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.7830849Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.7948288Z /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:05:36.7948907Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.8054832Z ok (0.024s) 2022-08-17T13:05:36.8068932Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /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:05:36.8069678Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.8215861Z /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:05:36.8216500Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:05:36.8351114Z ok (0.030s) 2022-08-17T13:05:36.8584541Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:05:41.1725759Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.314s) 2022-08-17T13:05:45.4877717Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.315s) 2022-08-17T13:05:45.5058746Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-08-17T13:05:45.5846232Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-08-17T13:05:50.1644901Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.580s) 2022-08-17T13:05:54.6895586Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.525s) 2022-08-17T13:05:54.6986385Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:05:54.7043642Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:01.9145232Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (7.210s) 2022-08-17T13:06:05.2772609Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.363s) 2022-08-17T13:06:08.3414276Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.064s) 2022-08-17T13:06:27.3004672Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (18.959s) 2022-08-17T13:06:27.3117609Z test_gradgrad_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:06:27.3134910Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3151959Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3168189Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3184491Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3202515Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3219721Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3237073Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3254757Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3278735Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3302993Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3332175Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3357060Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3386319Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3413227Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3445269Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3472971Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3494704Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3516267Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3536963Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3558216Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3580682Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3603170Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3636560Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3667985Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.3685975Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3703584Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3721148Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3737925Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3759825Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3782920Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.3871490Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:27.3964376Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:27.3989207Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4013394Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4029211Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4045268Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4066747Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4087822Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4111967Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4136912Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4321916Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-08-17T13:06:27.4519357Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:27.4538796Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /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.4539581Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:06:27.4558234Z ok (0.004s) 2022-08-17T13:06:27.4592037Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.4658407Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:27.4693328Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.4728848Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:27.4764745Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:27.4789575Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4815309Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4838902Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4864051Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4890772Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.4917295Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.4938604Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.4959214Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.5183185Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-08-17T13:06:27.5417312Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:27.5444108Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.5471514Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.5497114Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:27.5522094Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.5691415Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:27.5870779Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-08-17T13:06:27.5888965Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.5906586Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.5922782Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.5938856Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.6253728Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-08-17T13:06:27.6576851Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-08-17T13:06:27.6780653Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:27.6994939Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:27.7763913Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.077s) 2022-08-17T13:06:27.8545346Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-08-17T13:06:27.8565571Z test_if_train_and_eval_modes_differ_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.8586238Z test_if_train_and_eval_modes_differ_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:27.8634390Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.8679534Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:27.8709876Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:27.8739781Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:27.8793909Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.8846336Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.8901787Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.8955827Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.9011038Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.9065647Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.9122001Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:27.9177882Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:27.9207317Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:27.9236415Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:27.9312395Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:27.9380963Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:27.9489692Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:06:27.9581803Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:27.9637782Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-08-17T13:06:27.9687972Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:27.9741508Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.9794256Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:27.9844492Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:27.9893694Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:27.9947498Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.0000126Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.0103856Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:06:28.0204694Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:06:28.0262875Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.0319210Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.0348707Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.0377595Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.0435776Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.0495035Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.1019380Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-08-17T13:06:28.1561385Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-08-17T13:06:28.2080354Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-08-17T13:06:28.2611306Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-08-17T13:06:28.2641505Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.2670364Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.2720549Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:28.2769263Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:28.2798667Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.2827100Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.2891270Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.2954992Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.4051342Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.109s) 2022-08-17T13:06:28.5161030Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-08-17T13:06:28.6244946Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.108s) 2022-08-17T13:06:28.7357020Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-08-17T13:06:28.7440924Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:28.7516315Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:28.7632136Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:06:28.7731792Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-08-17T13:06:28.7788037Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-08-17T13:06:28.7839666Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.7896411Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.7952527Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.8002946Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.8052759Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.8107428Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.8160806Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-08-17T13:06:28.8190115Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8218941Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8247923Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8276342Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8304883Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8333543Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8361833Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8389981Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:28.8455824Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.8518000Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:28.9231142Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-08-17T13:06:28.9937270Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-08-17T13:06:29.0651081Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-08-17T13:06:29.1357879Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-08-17T13:06:29.1419450Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:29.1479136Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:29.1535950Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:29.1590567Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:29.1621001Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1650331Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1679516Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1709434Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1739339Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1768494Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1797845Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1827173Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:29.1900703Z test_memory_format_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.1969106Z test_memory_format_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.1993564Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2017761Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2040565Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2064282Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2087551Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2111449Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2135274Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2159000Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2182818Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2206483Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2230372Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2254281Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2277719Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2301665Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2325225Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2348922Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2372883Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2396603Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2420493Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2444036Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2467862Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2491723Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2515361Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2539351Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2562941Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2587074Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2610834Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2634767Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2658651Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2682230Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2706001Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2730403Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2754206Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2778158Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2801850Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2825756Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2849374Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2873684Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2897888Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2921636Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2945606Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2969219Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.2993269Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3017298Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3041057Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3065153Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3088813Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3113069Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3137010Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3160885Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3184971Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3209060Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3232591Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3255770Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3278411Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3301228Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3324015Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3347290Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3370112Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3392920Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3416347Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3439325Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3462174Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3484896Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3507634Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3530790Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3553590Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3577226Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3600089Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3623119Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3645922Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3669091Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3691529Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3715195Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3737643Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3760015Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3782774Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3805492Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3828086Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3850501Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3873007Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3895688Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3918751Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3941550Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3963914Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.3986632Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.4008940Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.4031862Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.4054463Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.4077721Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:29.4149573Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.4215234Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.4285000Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.4353361Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:29.4437050Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4522303Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4605421Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4687528Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4770101Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4855220Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.4937555Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.5017904Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:29.5221644Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:29.5426663Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:29.5672323Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-08-17T13:06:29.5882276Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:29.6165668Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-08-17T13:06:29.6422163Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-08-17T13:06:29.6744380Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-08-17T13:06:29.6979258Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:29.7106145Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:06:29.7230328Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:29.7365284Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:06:29.7497092Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:06:29.7645948Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:29.7795700Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:29.8201007Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-08-17T13:06:29.8599575Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-08-17T13:06:29.8715684Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:29.8829274Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:06:29.8947795Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:29.9066117Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:29.9238749Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:29.9409238Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:30.2633821Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.322s) 2022-08-17T13:06:30.5842910Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.321s) 2022-08-17T13:06:30.9092469Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.325s) 2022-08-17T13:06:31.2279801Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.319s) 2022-08-17T13:06:31.2482268Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:31.2676498Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-08-17T13:06:31.2770947Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:31.2859299Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:31.3032661Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:31.3200783Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:31.3419708Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-08-17T13:06:31.3633750Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:32.2231179Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.860s) 2022-08-17T13:06:33.0722114Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.849s) 2022-08-17T13:06:33.9409387Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.869s) 2022-08-17T13:06:34.7869959Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.846s) 2022-08-17T13:06:34.8121734Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-08-17T13:06:34.8337459Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-08-17T13:06:34.8603174Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-08-17T13:06:34.8838589Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-08-17T13:06:34.9102394Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-08-17T13:06:34.9347060Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-08-17T13:06:34.9483059Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:06:34.9618425Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-08-17T13:06:34.9759326Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:06:34.9900196Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:06:35.0054656Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:35.0207879Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:35.0362052Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:35.0519692Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-08-17T13:06:35.7581229Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.706s) 2022-08-17T13:06:36.4391493Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.681s) 2022-08-17T13:06:37.1442660Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.705s) 2022-08-17T13:06:37.8260759Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.682s) 2022-08-17T13:06:37.8492726Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:37.8724299Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:37.8945156Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-08-17T13:06:37.9150739Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:38.3575074Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.442s) 2022-08-17T13:06:38.7859346Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.428s) 2022-08-17T13:06:39.2273982Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.441s) 2022-08-17T13:06:39.6554675Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.428s) 2022-08-17T13:06:39.6672547Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:39.6787367Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-08-17T13:06:39.6878318Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:39.6968367Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:40.0350859Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.338s) 2022-08-17T13:06:40.3606924Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.326s) 2022-08-17T13:06:40.6154059Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.255s) 2022-08-17T13:06:40.8625457Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.246s) 2022-08-17T13:06:41.0908914Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.229s) 2022-08-17T13:06:41.3138089Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.223s) 2022-08-17T13:06:41.8305776Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.517s) 2022-08-17T13:06:42.3268288Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.496s) 2022-08-17T13:06:42.3307656Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-08-17T13:06:42.3341295Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:06:42.3370722Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3396042Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:42.3420762Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:42.3444473Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:42.3475898Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3505967Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3535671Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3564980Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3594409Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3624071Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3653611Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3683224Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.3737188Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.3789827Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.3857735Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:42.3921656Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:42.3991941Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:42.4061174Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:42.4134344Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:42.4207114Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:42.4249453Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4292142Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4336015Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4378841Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4424867Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.4472034Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.4592112Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:42.4707930Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-08-17T13:06:42.4750800Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4793135Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4830739Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4867297Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:42.4915120Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.4964299Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.5491190Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-08-17T13:06:42.6022350Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-08-17T13:06:42.6540714Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-08-17T13:06:42.7075533Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-08-17T13:06:42.7130719Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:42.7183962Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.7214509Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.7244049Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:42.7298765Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.7352595Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.7403045Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.7455341Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:42.8563306Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-08-17T13:06:42.9693246Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.113s) 2022-08-17T13:06:43.0799600Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-08-17T13:06:43.1932255Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.113s) 2022-08-17T13:06:43.2013378Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.2085718Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:43.2164730Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.2242192Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.2322319Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.2400528Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.2446821Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2493191Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:43.2538526Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2583897Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2632298Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2682139Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2729185Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.2776430Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-08-17T13:06:43.4207409Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.143s) 2022-08-17T13:06:43.5645215Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.144s) 2022-08-17T13:06:43.7211309Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.156s) 2022-08-17T13:06:43.8654944Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.144s) 2022-08-17T13:06:43.8731070Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:43.8803156Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-08-17T13:06:43.8864838Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:43.8924315Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-08-17T13:06:43.9769763Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-08-17T13:06:44.0608457Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.084s) 2022-08-17T13:06:44.1439030Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.083s) 2022-08-17T13:06:44.2277038Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.084s) 2022-08-17T13:06:44.2316568Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:44.2354168Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:44.2385124Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:44.2415306Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-08-17T13:06:44.3349059Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-08-17T13:06:44.4292182Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-08-17T13:06:44.5030071Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-08-17T13:06:44.5785770Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-08-17T13:06:44.6449144Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-08-17T13:06:44.7247909Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-08-17T13:06:44.8994391Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.175s) 2022-08-17T13:06:45.0742621Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.175s) 2022-08-17T13:06:45.0786959Z test_pickle_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:45.0826428Z test_pickle_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-08-17T13:06:45.0839542Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0852466Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0864699Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0877025Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0890975Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0905026Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0918666Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0932725Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0946234Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0959703Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0973443Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.0987043Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1004120Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1020582Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1039583Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1058900Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1078314Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1097633Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1116737Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1136207Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1151395Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1166640Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1182113Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1197543Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1213213Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1228789Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1252292Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1275327Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1289553Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1302808Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1315711Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1328410Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1344471Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1360814Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1444084Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:45.1533184Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:45.1616924Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-08-17T13:06:45.1706590Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-08-17T13:06:45.1724141Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1742062Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1754320Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1766391Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.1782426Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1798336Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1815194Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.1832149Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2007132Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:45.2193333Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-08-17T13:06:45.2367749Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:45.2555252Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-08-17T13:06:45.2579516Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2602583Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2625130Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2648016Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2670212Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2693279Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2710327Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2728019Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2748217Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2765552Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2782810Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2800441Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2817026Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.2833238Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.3049726Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:45.3278130Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:45.3493906Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:45.3721242Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-08-17T13:06:45.3742703Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.3763357Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.3782556Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.3801683Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.3959207Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-08-17T13:06:45.4127384Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:45.4284673Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-08-17T13:06:45.4452131Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-08-17T13:06:45.4466080Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.4479903Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.4493205Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.4505422Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.4704809Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-08-17T13:06:45.4917663Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-08-17T13:06:45.5071787Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:45.5236422Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-08-17T13:06:45.5376465Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-08-17T13:06:45.5525974Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-08-17T13:06:45.6157131Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-08-17T13:06:45.7734542Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.158s) 2022-08-17T13:06:45.7749512Z test_repr_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-08-17T13:06:45.7764167Z test_repr_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-08-17T13:06:45.7764524Z 2022-08-17T13:06:45.7765019Z ---------------------------------------------------------------------- 2022-08-17T13:06:45.7765415Z Ran 891 tests in 120.159s 2022-08-17T13:06:45.7766769Z 2022-08-17T13:06:45.7767038Z OK (skipped=208, expected failures=12) 2022-08-17T13:06:45.7767273Z 2022-08-17T13:06:45.7767426Z Generating XML reports... 2022-08-17T13:06:45.8484013Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220817130445.xml 2022-08-17T13:06:46.3035988Z Running test_jit ... [2022-08-17 13:06:46.303191] 2022-08-17T13:06:46.3036636Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:46.303277] 2022-08-17T13:06:49.0909302Z CUDA not available, skipping tests 2022-08-17T13:06:49.1193981Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T13:06:49.2058754Z Test results will be stored in test-reports/python-unittest/test_jit 2022-08-17T13:06:49.2260729Z 2022-08-17T13:06:49.2261096Z Running tests... 2022-08-17T13:06:49.2261558Z ---------------------------------------------------------------------- 2022-08-17T13:06:49.2284690Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-08-17T13:06:49.2398257Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-08-17T13:06:49.2559882Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.016s) 2022-08-17T13:06:49.2574152Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-08-17T13:06:49.3053355Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.048s) 2022-08-17T13:06:49.3128673Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.007s) 2022-08-17T13:06:49.5271623Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.214s) 2022-08-17T13:06:49.5369145Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.010s) 2022-08-17T13:06:49.5400372Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-08-17T13:06:49.5469231Z test_async_script (jit.test_async.TestAsync) ... ok (0.007s) 2022-08-17T13:06:49.5560714Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-08-17T13:06:49.5889125Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.033s) 2022-08-17T13:06:49.6059161Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.017s) 2022-08-17T13:06:49.6130121Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.007s) 2022-08-17T13:06:49.6236828Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.011s) 2022-08-17T13:06:49.6254236Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T13:06:49.6627169Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.037s) 2022-08-17T13:06:49.6636884Z test_future_subtyping (jit.test_async.TestAsync) 2022-08-17T13:06:49.6734645Z Test that futures subtype each other properly. ... ok (0.011s) 2022-08-17T13:06:49.6751747Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T13:06:49.6864839Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.011s) 2022-08-17T13:06:49.6948905Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-08-17T13:06:49.7083841Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.013s) 2022-08-17T13:06:49.7106657Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T13:06:49.7379216Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.027s) 2022-08-17T13:06:49.7548462Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.017s) 2022-08-17T13:06:49.7594691Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-08-17T13:06:49.7802889Z 1. Testing a = int, b = int ... ok (0.025s) 2022-08-17T13:06:49.8737707Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.093s) 2022-08-17T13:06:49.9291023Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.055s) 2022-08-17T13:06:50.0552278Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.126s) 2022-08-17T13:06:50.1808151Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.125s) 2022-08-17T13:06:50.3057287Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.125s) 2022-08-17T13:06:50.3091565Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-08-17T13:06:50.6974864Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.388s) 2022-08-17T13:06:51.0471172Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.350s) 2022-08-17T13:06:51.0518818Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-08-17T13:06:51.0756447Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.024s) 2022-08-17T13:06:51.0830030Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T13:06:51.0846900Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-08-17T13:06:51.0915767Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T13:06:51.0978019Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-08-17T13:06:51.0993965Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-08-17T13:06:51.1101609Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-08-17T13:06:51.1170547Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T13:06:51.1238921Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T13:06:51.1305920Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-08-17T13:06:51.1365788Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-08-17T13:06:51.1376172Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-08-17T13:06:51.1435734Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-08-17T13:06:51.1512218Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-08-17T13:06:51.1566370Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-08-17T13:06:51.1626430Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-08-17T13:06:51.1786597Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:06:51.3183365Z ok (0.156s) 2022-08-17T13:06:51.3350494Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:06:51.4630450Z ok (0.143s) 2022-08-17T13:06:51.4813642Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:06:51.7207765Z ok (0.256s) 2022-08-17T13:06:51.7707713Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.047s) 2022-08-17T13:06:51.8435786Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.072s) 2022-08-17T13:06:51.8514972Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T13:06:51.8589253Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T13:06:51.8662143Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-08-17T13:06:51.8755394Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T13:06:51.8850074Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T13:06:51.8942077Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-08-17T13:06:51.9047741Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-08-17T13:06:51.9156168Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-08-17T13:06:51.9225263Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.007s) 2022-08-17T13:06:51.9321576Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-08-17T13:06:51.9520124Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.020s) 2022-08-17T13:06:51.9615862Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-08-17T13:06:51.9735539Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-08-17T13:06:51.9742518Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-08-17T13:06:51.9785097Z Test that the error message displayed when convering a class type ... ok (0.005s) 2022-08-17T13:06:52.0144706Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.036s) 2022-08-17T13:06:52.0196193Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T13:06:52.0227562Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.0236062Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.0341013Z Test that inheritance is detected in ... ok (0.011s) 2022-08-17T13:06:52.0968048Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.063s) 2022-08-17T13:06:52.1699775Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.073s) 2022-08-17T13:06:52.1788956Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-08-17T13:06:52.1795463Z test_classmethod (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.1875873Z Test classmethods on class types. ... ok (0.009s) 2022-08-17T13:06:52.1902414Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.1913330Z test_custom_delete (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.2047485Z Test that del can be called on an instance of a class that ... ok (0.014s) 2022-08-17T13:06:52.2073541Z test_default_args (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.2636881Z Test that methods on class types can have default arguments. ... ok (0.059s) 2022-08-17T13:06:52.2691720Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T13:06:52.2720188Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.2732431Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-08-17T13:06:52.2911716Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-08-17T13:06:52.2974859Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:06:52.3006690Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.3747445Z test_interface (jit.test_class_type.TestClassType) ... ok (0.074s) 2022-08-17T13:06:52.3796566Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-08-17T13:06:52.3866047Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T13:06:52.5207291Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.134s) 2022-08-17T13:06:52.5227953Z test_properties (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.5481085Z Test that a scripted class can make use of the @property decorator. ... ok (0.027s) 2022-08-17T13:06:52.5548017Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T13:06:52.5606951Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:06:52.5611148Z test_recursive_class (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.5633417Z Recursive class types not yet supported. We should give a good error message. ... ok (0.003s) 2022-08-17T13:06:52.5647125Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.6029198Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.039s) 2022-08-17T13:06:52.6035213Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.6160056Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.013s) 2022-08-17T13:06:52.6165528Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.6262847Z Test that class types are recursively scripted when an Python instance of one ... ok (0.010s) 2022-08-17T13:06:52.6273006Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.6409685Z Test that class types module attributes that fail to script ... ok (0.015s) 2022-08-17T13:06:52.6418379Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.6495280Z Test that modifications made to a class instance in TorchScript ... ok (0.009s) 2022-08-17T13:06:52.6584584Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-08-17T13:06:52.6733802Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-08-17T13:06:52.6826047Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-08-17T13:06:52.6830108Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.9160014Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.233s) 2022-08-17T13:06:52.9167295Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.9280162Z Test that a scripted class can have a method that refers to the class itself ... ok (0.012s) 2022-08-17T13:06:52.9348165Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T13:06:52.9377920Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.9402893Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-08-17T13:06:52.9413702Z test_staticmethod (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.9593118Z Test static methods on class types. ... ok (0.019s) 2022-08-17T13:06:52.9600149Z test_type_annotation (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.9665247Z Test that annotating container attributes with types works correctly ... ok (0.007s) 2022-08-17T13:06:52.9700155Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-08-17T13:06:52.9764500Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:06:52.9778601Z test_unused_method (jit.test_class_type.TestClassType) 2022-08-17T13:06:52.9901518Z Test unused methods on scripted classes. ... ok (0.014s) 2022-08-17T13:06:53.0083034Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.018s) 2022-08-17T13:06:53.0219946Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.014s) 2022-08-17T13:06:53.5062281Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.484s) 2022-08-17T13:06:53.5587640Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.052s) 2022-08-17T13:06:53.5625676Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T13:06:53.5697882Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.007s) 2022-08-17T13:06:53.5740815Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T13:06:53.5780334Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T13:06:53.5816413Z test_div (jit.test_complex.TestComplex) ... ok (0.004s) 2022-08-17T13:06:53.5896753Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-08-17T13:06:53.5972413Z test_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-08-17T13:06:53.6001251Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-08-17T13:06:53.6072392Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.007s) 2022-08-17T13:06:53.6490090Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.042s) 2022-08-17T13:06:53.6524607Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-08-17T13:06:53.6578500Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-08-17T13:06:53.6589199Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6604794Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-08-17T13:06:53.6612993Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6623532Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6633630Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6642738Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6652693Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6662184Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6693491Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-08-17T13:06:53.6697727Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-08-17T13:06:53.6706685Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:53.6740844Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-08-17T13:06:53.6795736Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-08-17T13:06:53.6878565Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.008s) 2022-08-17T13:06:53.6883307Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T13:06:53.6888101Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T13:06:53.6900162Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:53.6908492Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:53.6912713Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T13:06:57.2305189Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (3.539s) 2022-08-17T13:07:02.4292882Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (5.199s) 2022-08-17T13:07:02.4401110Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.011s) 2022-08-17T13:07:02.4420650Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T13:07:02.4430124Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-08-17T13:07:02.4575644Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.014s) 2022-08-17T13:07:02.4592698Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T13:07:02.4679918Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-08-17T13:07:02.4707513Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-08-17T13:07:02.4741396Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-08-17T13:07:02.4780213Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T13:07:02.4825906Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-08-17T13:07:02.4863371Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T13:07:02.4898905Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T13:07:06.2599361Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (3.770s) 2022-08-17T13:07:06.2655663Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-08-17T13:07:06.2692615Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T13:07:06.2750101Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-08-17T13:07:06.2858996Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-08-17T13:07:06.2898467Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-08-17T13:07:06.3029411Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-08-17T13:07:06.3034487Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-08-17T13:07:06.3293412Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.026s) 2022-08-17T13:07:06.3504762Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-08-17T13:07:06.3747109Z test_basic (jit.test_list_dict.TestDict) ... ok (0.024s) 2022-08-17T13:07:06.3791304Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.3845728Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-08-17T13:07:06.3941959Z test_del (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-08-17T13:07:06.4204337Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-08-17T13:07:06.5129727Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.092s) 2022-08-17T13:07:06.5190416Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T13:07:06.5203681Z test_dict_variance (jit.test_list_dict.TestDict) 2022-08-17T13:07:06.5327767Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.014s) 2022-08-17T13:07:06.5423560Z test_get (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-08-17T13:07:06.5531899Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-08-17T13:07:06.5568800Z test_items (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.5587445Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-08-17T13:07:06.5650112Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T13:07:06.5690099Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.5728279Z test_loop (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.5821364Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T13:07:06.5859251Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.5983244Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T13:07:06.6133137Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-08-17T13:07:06.6257381Z test_pop (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T13:07:06.6296887Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-08-17T13:07:06.6382768Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-08-17T13:07:06.6390852Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-08-17T13:07:06.6411322Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-08-17T13:07:06.6523737Z test_update (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-08-17T13:07:06.6581479Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-08-17T13:07:06.6615781Z test_values (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-08-17T13:07:06.7311081Z test_view (jit.test_list_dict.TestDict) ... ok (0.069s) 2022-08-17T13:07:06.7399099Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-08-17T13:07:06.7484232Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:07:06.7485255Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-08-17T13:07:06.8116249Z ok (0.072s) 2022-08-17T13:07:06.8205606Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-08-17T13:07:06.8382288Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.018s) 2022-08-17T13:07:06.8578260Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.020s) 2022-08-17T13:07:06.8938485Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.036s) 2022-08-17T13:07:06.9061835Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.012s) 2022-08-17T13:07:06.9176437Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-08-17T13:07:06.9243226Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9307835Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:06.9372412Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:06.9441241Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9511067Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9580596Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9647135Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9714241Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9780466Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9847286Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9913457Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:06.9979318Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.0032453Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.0085549Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.0138596Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.0217782Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.0282727Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.0359371Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.0433554Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.0514067Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.0567589Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.0654544Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.0736900Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.0789500Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.0870364Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.0948892Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.1021800Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.1095105Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.1167348Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.1266901Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.1361311Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.1455855Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.1553562Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.1645601Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.1736878Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.1835524Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.1931630Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.2027359Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.2122343Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.2218647Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.2314974Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.2407684Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.2504701Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.2600220Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.2660177Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.2719061Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.2777522Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.2848092Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.2917679Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.2986622Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.3043739Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3101075Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3160288Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3216616Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3271489Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-08-17T13:07:07.3334313Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3396717Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3459403Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-08-17T13:07:07.3530973Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.3597536Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.3664878Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.3746047Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.3828113Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.3909459Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.3983832Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4052975Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4122846Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4193411Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4263450Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4332053Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4403802Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4475281Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4548447Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4622676Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4695924Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4767753Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4837738Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.4915892Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.4994280Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.5070862Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.5145754Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.5222301Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.5298576Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.5374433Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.5459724Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.5545508Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.5631356Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.5729738Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.5961647Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-08-17T13:07:07.6195892Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-08-17T13:07:07.6288175Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.6382384Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.6472498Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.6571501Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.6813782Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-08-17T13:07:07.7054745Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-08-17T13:07:07.7154192Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.7249003Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.7343199Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.7439182Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.7535807Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.7629044Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.7696162Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.7762075Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.7828010Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.7911063Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.7994214Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.8077697Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-08-17T13:07:07.8174218Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.8271657Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:07:07.8367033Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.8458239Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.8551209Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:07:07.8619397Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.8684878Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.8750832Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-08-17T13:07:07.8833867Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T13:07:07.8896364Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.8971433Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T13:07:07.9031069Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.9112139Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T13:07:07.9121149Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-08-17T13:07:07.9203694Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T13:07:07.9263675Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.9338019Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T13:07:07.9398707Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.9463629Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.9520510Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:07:07.9722992Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.020s) 2022-08-17T13:07:07.9763655Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.004s) 2022-08-17T13:07:07.9805399Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-08-17T13:07:07.9882208Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.008s) 2022-08-17T13:07:07.9952755Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.007s) 2022-08-17T13:07:07.9964570Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-08-17T13:07:07.9989015Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:07:07.9989862Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-08-17T13:07:08.0045519Z ok (0.008s) 2022-08-17T13:07:08.0071257Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:07:08.0072218Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-08-17T13:07:08.0125081Z ok (0.008s) 2022-08-17T13:07:08.0162395Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-08-17T13:07:08.0191783Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:07:08.0192591Z torch.onnx._export(foo, (x,), f) 2022-08-17T13:07:08.0204432Z ok (0.004s) 2022-08-17T13:07:08.0227600Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:07:08.0228156Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-08-17T13:07:08.0277179Z ok (0.007s) 2022-08-17T13:07:08.0300613Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:07:08.0301402Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-08-17T13:07:08.0350631Z ok (0.007s) 2022-08-17T13:07:08.0504286Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-08-17T13:07:08.0632922Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-08-17T13:07:08.3329032Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.270s) 2022-08-17T13:07:08.3431468Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T13:07:08.3544483Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T13:07:08.3619970Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.3772367Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-08-17T13:07:08.3845690Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.3916651Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.3979846Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-08-17T13:07:08.4043351Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-08-17T13:07:08.4149832Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T13:07:08.4223756Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.4316654Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T13:07:08.4386533Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.4512253Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T13:07:08.4613456Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T13:07:08.4734749Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T13:07:08.4852911Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T13:07:08.4922039Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.4992182Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.5066572Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.5117706Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T13:07:08.5169279Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T13:07:08.5391912Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-08-17T13:07:08.5635659Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-08-17T13:07:08.5845392Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-08-17T13:07:08.5860258Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-08-17T13:07:08.6221075Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.037s) 2022-08-17T13:07:08.6320446Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T13:07:08.6442008Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T13:07:08.6584775Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-08-17T13:07:08.6837865Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-08-17T13:07:08.7000173Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-08-17T13:07:08.7076996Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T13:07:08.7162597Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T13:07:08.7269789Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T13:07:08.7322761Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-08-17T13:07:08.7441165Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-08-17T13:07:08.7537248Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T13:07:08.7622670Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-08-17T13:07:08.7692917Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-08-17T13:07:08.7806878Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-08-17T13:07:08.7903429Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-08-17T13:07:08.7990244Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-08-17T13:07:08.8905108Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.091s) 2022-08-17T13:07:08.9017921Z test_instancing_error (__main__.TestFrontend) ... ok (0.011s) 2022-08-17T13:07:08.9180325Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-08-17T13:07:10.3438603Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.426s) 2022-08-17T13:07:10.7472675Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.403s) 2022-08-17T13:07:10.7488018Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-08-17T13:07:10.7628491Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-08-17T13:07:12.9695624Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (2.207s) 2022-08-17T13:07:13.0200966Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.050s) 2022-08-17T13:07:13.0607079Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.041s) 2022-08-17T13:07:13.0614162Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-08-17T13:07:13.0633860Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-08-17T13:07:13.0648445Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-08-17T13:07:13.0715576Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-08-17T13:07:13.0778859Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-08-17T13:07:13.0849832Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-08-17T13:07:13.0933056Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-08-17T13:07:13.2406777Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.147s) 2022-08-17T13:07:13.2419880Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:07:13.2432971Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T13:07:13.2433744Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:07:13.2445226Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T13:07:13.2446364Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:07:13.2461067Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:07:13.2510288Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-08-17T13:07:13.2557469Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-08-17T13:07:13.4640505Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.208s) 2022-08-17T13:07:13.4888446Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.025s) 2022-08-17T13:07:13.5023647Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-08-17T13:07:13.5231166Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-08-17T13:07:13.8365669Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.313s) 2022-08-17T13:07:14.6477563Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.811s) 2022-08-17T13:07:14.6521116Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-08-17T13:07:14.6558268Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-08-17T13:07:14.7359276Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.080s) 2022-08-17T13:07:14.7949971Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.059s) 2022-08-17T13:07:15.0479962Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.253s) 2022-08-17T13:07:15.1115660Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.063s) 2022-08-17T13:07:15.1216756Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.010s) 2022-08-17T13:07:19.6786538Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (4.557s) 2022-08-17T13:07:19.6883329Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.010s) 2022-08-17T13:07:19.7181745Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.030s) 2022-08-17T13:07:19.7255281Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T13:07:19.7326302Z test_hash_device (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T13:07:19.7426762Z test_hash_float (jit.test_hash.TestHash) ... ok (0.010s) 2022-08-17T13:07:19.7506727Z test_hash_int (jit.test_hash.TestHash) ... ok (0.008s) 2022-08-17T13:07:19.7543942Z test_hash_none (jit.test_hash.TestHash) ... ok (0.004s) 2022-08-17T13:07:19.7603054Z test_hash_string (jit.test_hash.TestHash) ... ok (0.006s) 2022-08-17T13:07:19.7607843Z test_hash_tensor (jit.test_hash.TestHash) 2022-08-17T13:07:19.7663701Z Tensors should hash by identity ... ok (0.006s) 2022-08-17T13:07:19.7731604Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.007s) 2022-08-17T13:07:19.7763688Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-08-17T13:07:19.7953600Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-08-17T13:07:19.7963782Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-08-17T13:07:19.8054268Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-08-17T13:07:19.8136014Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-08-17T13:07:19.8277335Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-08-17T13:07:19.8517890Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-08-17T13:07:19.8725904Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-08-17T13:07:19.8925626Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-08-17T13:07:19.9264856Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-08-17T13:07:19.9572488Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-08-17T13:07:19.9749018Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-08-17T13:07:19.9977147Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-08-17T13:07:20.0127759Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-08-17T13:07:20.0348497Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T13:07:20.0604137Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.026s) 2022-08-17T13:07:20.0829611Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T13:07:20.1051404Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T13:07:20.1274126Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-08-17T13:07:20.1652637Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-08-17T13:07:20.1958217Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-08-17T13:07:20.2127627Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-08-17T13:07:20.2367918Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-08-17T13:07:20.2761405Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-08-17T13:07:20.3221936Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-08-17T13:07:20.3255835Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-08-17T13:07:20.3299077Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-08-17T13:07:20.3443129Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.014s) 2022-08-17T13:07:20.3490861Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-08-17T13:07:20.3541694Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-08-17T13:07:20.3976898Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.043s) 2022-08-17T13:07:24.1925520Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (3.795s) 2022-08-17T13:07:24.1994000Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-08-17T13:07:24.2061445Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-08-17T13:07:24.2125787Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T13:07:24.2144706Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:07:24.2196724Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2206250Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T13:07:24.2218049Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T13:07:24.2267180Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2316916Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2376718Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T13:07:24.2454241Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-08-17T13:07:24.2500755Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2555659Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2613932Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T13:07:24.2631297Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:07:24.2681980Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2728189Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2740221Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T13:07:24.2805389Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T13:07:24.2852416Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.2871301Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:07:24.2914591Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-08-17T13:07:24.2960610Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.3018467Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-08-17T13:07:24.3100071Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-08-17T13:07:24.3119478Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:07:24.3198788Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-08-17T13:07:24.3245970Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-08-17T13:07:24.3414931Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-08-17T13:07:24.3994333Z test_ModuleList (__main__.TestJit) ... ok (0.058s) 2022-08-17T13:07:24.4246282Z test_Sequential (__main__.TestJit) ... ok (0.025s) 2022-08-17T13:07:24.4456859Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.021s) 2022-08-17T13:07:24.4755339Z test_add_relu_fusion (__main__.TestJit) ... ok (0.030s) 2022-08-17T13:07:24.4772619Z test_arg_configurations (__main__.TestJit) 2022-08-17T13:07:24.4773585Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-08-17T13:07:24.4827734Z test_attrs (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:24.4860597Z test_batchnorm (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:24.4870575Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-08-17T13:07:24.4914100Z test_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:28.7524490Z test_constant_insertion (__main__.TestJit) ... ok (4.261s) 2022-08-17T13:07:28.7588327Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:28.7641685Z test_constant_prop_exception (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:28.7698300Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:28.7727646Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:28.7776955Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:28.7822211Z test_constant_prop_nested (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:28.7879536Z test_constant_prop_none (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:28.7912952Z test_constant_prop_print (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:28.7945979Z test_constant_prop_rand (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:28.7988818Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:28.8025454Z test_constant_prop_simple (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:28.8053139Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:28.8266619Z test_cpp (__main__.TestJit) ... ok (0.021s) 2022-08-17T13:07:28.8334751Z test_cse (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:28.8398369Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:28.8421048Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:28.8425699Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:28.8580216Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.015s) 2022-08-17T13:07:28.8969357Z test_decompose_addmm (__main__.TestJit) ... ok (0.039s) 2022-08-17T13:07:28.8977093Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:28.9021853Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:28.9036637Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:28.9058301Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:28.9070507Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-08-17T13:07:28.9492459Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:28.9511862Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:28.9521381Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:28.9526988Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:28.9794628Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:28.9808770Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:28.9817005Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:28.9821946Z STAGE:2022-08-17 13:07:28 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:28.9826683Z ok (0.075s) 2022-08-17T13:07:28.9843362Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-08-17T13:07:29.0104319Z test_einsum (__main__.TestJit) ... ok (0.026s) 2022-08-17T13:07:29.0135709Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:29.0143566Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:29.0150454Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:29.0164668Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:07:29.0230538Z test_export_dropout (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:29.0629828Z test_export_lstm (__main__.TestJit) ... ok (0.040s) 2022-08-17T13:07:29.0765309Z test_export_opnames (__main__.TestJit) ... ok (0.013s) 2022-08-17T13:07:29.1461024Z test_export_rnn (__main__.TestJit) ... ok (0.069s) 2022-08-17T13:07:29.1477461Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-08-17T13:07:29.1887408Z test_function_default_values (__main__.TestJit) ... ok (0.041s) 2022-08-17T13:07:29.1920467Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:29.1972730Z test_import_method (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:29.1994657Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:29.2028765Z test_layout (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:29.2071617Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:29.2105958Z test_matrix_transpose (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:29.2159271Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:29.2208968Z test_mutable_default_values (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:29.2222393Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-08-17T13:07:29.4632541Z test_nn_conv (__main__.TestJit) ... ok (0.241s) 2022-08-17T13:07:29.5753530Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.112s) 2022-08-17T13:07:29.7245788Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.149s) 2022-08-17T13:07:29.9517314Z test_nn_padding (__main__.TestJit) ... ok (0.227s) 2022-08-17T13:07:29.9764102Z test_nn_padding_functional (__main__.TestJit) ... ok (0.025s) 2022-08-17T13:07:29.9809651Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:29.9819291Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-08-17T13:07:29.9851976Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:30.0157814Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.030s) 2022-08-17T13:07:30.0180675Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:30.0386587Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.020s) 2022-08-17T13:07:30.0415341Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-08-17T13:07:30.0450169Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:30.0729531Z test_pretty_printer (__main__.TestJit) ... ok (0.028s) 2022-08-17T13:07:30.0738374Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:30.0746920Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:30.0755943Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:30.0772342Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:07:30.3114302Z test_python_bindings (__main__.TestJit) ... ok (0.234s) 2022-08-17T13:07:30.3150228Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:30.3198416Z test_python_ir_utils (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:30.3215040Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:07:30.3233456Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:31.5204620Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.197s) 2022-08-17T13:07:31.5229068Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:31.5290305Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.006s) 2022-08-17T13:07:31.5364324Z test_restore_device (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:31.5385698Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-08-17T13:07:31.5399358Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-08-17T13:07:31.9281203Z test_script_autograd_grad (__main__.TestJit) ... ok (0.388s) 2022-08-17T13:07:31.9413878Z test_script_backward (__main__.TestJit) ... ok (0.013s) 2022-08-17T13:07:31.9434712Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-08-17T13:07:31.9435652Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-08-17T13:07:31.9582263Z ok (0.017s) 2022-08-17T13:07:31.9619055Z test_script_fn_pkl (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:31.9668233Z test_script_tensor_type (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:31.9706338Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:31.9721351Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:31.9735008Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:31.9775006Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:32.0162171Z test_sparse_tensors (__main__.TestJit) ... ok (0.039s) 2022-08-17T13:07:32.0313679Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:07:32.0314461Z return callable(*args, **kwargs) 2022-08-17T13:07:32.0358826Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:07:32.0359527Z return callable(*args, **kwargs) 2022-08-17T13:07:32.0468812Z ok (0.031s) 2022-08-17T13:07:32.0476383Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-08-17T13:07:32.0513407Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:32.0542257Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-08-17T13:07:32.0563690Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:32.0676856Z test_torch_sum (__main__.TestJit) ... ok (0.011s) 2022-08-17T13:07:32.0749086Z test_trace_retains_train (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:32.1244451Z test_train_eval (__main__.TestJit) ... ok (0.049s) 2022-08-17T13:07:32.1289649Z test_transpose (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:32.1417681Z test_unchecked_cast (__main__.TestJit) ... ok (0.013s) 2022-08-17T13:07:32.1432323Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:32.1441015Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-08-17T13:07:32.1549814Z test_warnings (__main__.TestJit) ... ok (0.011s) 2022-08-17T13:07:32.1939197Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:32.2319826Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:32.2709657Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:32.3177798Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T13:07:32.3641933Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:32.4115557Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T13:07:32.4617548Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T13:07:32.4649283Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:32.5129230Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:32.5610432Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:32.6100662Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:32.6591898Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:32.6623571Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:32.7161056Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-08-17T13:07:32.7645466Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:32.8223973Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:32.8741392Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:32.9265521Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:32.9296418Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:32.9893336Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:33.0414244Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:33.0952652Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-08-17T13:07:33.1484778Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:33.2019131Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:33.2049262Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:33.2480233Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.2904770Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:33.3332901Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.3759313Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.4192382Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.4624938Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.5066628Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:33.5501407Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.5929270Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.6358901Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.6793003Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.7244867Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:33.7674541Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:33.8122617Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:33.8561376Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:33.9014572Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:33.9439133Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:33.9895335Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:34.0338355Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.0778795Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.1209384Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:34.1646985Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.2090183Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.2537984Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:34.2978974Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.3417349Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:34.3983455Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:34.4329210Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:34.4668691Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:34.5010778Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:34.5040655Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.5069549Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.5432946Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:34.5787248Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:34.5817192Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.5845540Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.6298754Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:34.6328371Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.6698080Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:34.7052268Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:34.7403520Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:34.7434794Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.7464823Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.7836696Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:34.8199931Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:34.9184473Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-08-17T13:07:35.0151837Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T13:07:35.1115282Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T13:07:35.2114882Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-08-17T13:07:35.3071479Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T13:07:35.3985955Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-08-17T13:07:35.4904933Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T13:07:35.5823959Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T13:07:35.6796513Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-08-17T13:07:35.7724689Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T13:07:35.8821246Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T13:07:35.9714562Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-08-17T13:07:36.0603899Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-08-17T13:07:36.1534917Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T13:07:36.2512916Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-08-17T13:07:36.3451395Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-08-17T13:07:36.4378627Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-08-17T13:07:36.5276871Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-08-17T13:07:36.6197691Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T13:07:36.6668974Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T13:07:36.7118260Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:36.7568058Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:36.8012651Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:36.8042646Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T13:07:36.8357975Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:36.8628101Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-08-17T13:07:36.8659283Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T13:07:36.8948503Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T13:07:36.9344381Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:36.9739896Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:37.0139225Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:37.0545185Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:37.0941780Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:37.1332994Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:37.1752161Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:37.2167852Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:37.2568764Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:37.3151367Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:37.3765085Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T13:07:37.4347934Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:37.4916841Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.5491786Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.6063341Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.6640582Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:37.7211811Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.7773742Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T13:07:37.8345431Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.8919061Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:37.9494432Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:38.0082813Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.0680960Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:38.1257670Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:38.1804283Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T13:07:38.2377492Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:38.2974520Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:38.3599595Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:38.4199243Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:38.4794192Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.5380280Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.5975034Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.6584931Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T13:07:38.7179831Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.7766757Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:38.8363921Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:38.8940775Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:38.9519202Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:39.0110145Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:39.0679632Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:39.1261017Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:39.1872498Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T13:07:39.2485055Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T13:07:39.3085221Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:39.3666434Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:39.4265618Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:39.4862883Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:39.5452638Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:39.6117952Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-08-17T13:07:39.6720904Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:39.7303382Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:39.7895122Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:39.8464812Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:39.9047882Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:39.9647696Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:40.0228582Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:40.0846404Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:40.1444853Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:40.2036494Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:40.2608759Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:40.3196087Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:40.4297661Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T13:07:40.5410609Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-08-17T13:07:40.6527803Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-08-17T13:07:40.7629043Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-08-17T13:07:40.8747724Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-08-17T13:07:40.9861383Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-08-17T13:07:41.0985974Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-08-17T13:07:41.2446971Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-08-17T13:07:41.3626771Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-08-17T13:07:41.4805853Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-08-17T13:07:41.5236685Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:41.5558701Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:41.5874637Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:41.6190719Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:41.6512194Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:41.6920000Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:41.7280659Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:41.7651807Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:41.8006055Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:41.8335332Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:41.8666000Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:41.9005681Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:41.9329424Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:41.9660117Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:41.9977919Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.0307682Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:42.0636647Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:42.0992429Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:42.1345630Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:42.1790260Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:42.2167702Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:42.2488624Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.2812767Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.3131096Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.3458723Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:42.3784278Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.4105473Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.4426160Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.4754794Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:42.5078756Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:42.5408044Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:42.5437812Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:42.5883119Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:42.6315680Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:42.6757505Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:42.7110846Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:42.7828923Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-08-17T13:07:42.8344320Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:42.8863304Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:42.9387965Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:42.9914160Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:43.0429197Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-08-17T13:07:43.0952755Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:43.1474974Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:43.1753416Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-08-17T13:07:43.2032401Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-08-17T13:07:43.2412775Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:43.2790787Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:43.3438382Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-08-17T13:07:43.4022360Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:43.4618145Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:43.5197603Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-08-17T13:07:43.6159656Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-08-17T13:07:43.6974904Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T13:07:43.7819604Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-08-17T13:07:43.8582735Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-08-17T13:07:43.9367586Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-08-17T13:07:44.0162207Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-08-17T13:07:44.0977687Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T13:07:44.1961386Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-08-17T13:07:44.2819730Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-08-17T13:07:44.3673493Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-08-17T13:07:44.4540626Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-08-17T13:07:44.5343071Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-08-17T13:07:44.6166083Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-08-17T13:07:44.7000334Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-08-17T13:07:44.7849134Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-08-17T13:07:44.8228408Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:44.8594813Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:44.8961078Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:44.9446084Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:44.9900523Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:45.0358068Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:45.1131750Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-08-17T13:07:45.1937674Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-08-17T13:07:45.2680558Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T13:07:45.3424341Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T13:07:45.4139087Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-08-17T13:07:45.4847678Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-08-17T13:07:45.5587762Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T13:07:45.6395942Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T13:07:45.7095547Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-08-17T13:07:45.7783838Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-08-17T13:07:45.8597996Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-08-17T13:07:45.8963939Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:45.9318881Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:45.9675454Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:45.9705894Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T13:07:45.9735546Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T13:07:46.0184157Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:46.0646521Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:46.1101171Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:46.1481958Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:46.1778695Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:46.1808961Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:46.2113432Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:46.2419313Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:46.2718218Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:46.2747816Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:46.3046438Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:46.3374735Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:46.3404812Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:46.3664377Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-08-17T13:07:46.3921043Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-08-17T13:07:46.4179525Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-08-17T13:07:46.5219598Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-08-17T13:07:46.6214482Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-08-17T13:07:46.7278416Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-08-17T13:07:46.8351765Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-08-17T13:07:46.9360101Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-08-17T13:07:47.0367448Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-08-17T13:07:47.1438288Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-08-17T13:07:47.2516141Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-08-17T13:07:47.3520798Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-08-17T13:07:47.4532766Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-08-17T13:07:47.5610556Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-08-17T13:07:47.6684342Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-08-17T13:07:47.7152089Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-08-17T13:07:47.7503623Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:47.7855595Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:47.8208258Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:47.8563615Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:47.8595516Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.8625018Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.8654043Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.8682566Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.9043532Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:47.9397057Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:47.9427934Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.9460411Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:47.9859963Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:48.0175111Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:48.0486685Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:48.0811009Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:48.0841052Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:48.0869998Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:48.0898469Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:48.1209322Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:48.2378098Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-08-17T13:07:48.3545486Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-08-17T13:07:48.4743312Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-08-17T13:07:48.6172824Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-08-17T13:07:48.7703172Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-08-17T13:07:48.8555359Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-08-17T13:07:48.9089048Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:48.9584731Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T13:07:49.0065250Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:49.0588434Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:49.2019438Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-08-17T13:07:49.2511566Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:49.2950483Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:49.3388998Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:49.3831961Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:49.4264682Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:49.4713890Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:49.5124028Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:49.5537797Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:49.5957500Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:49.7736942Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-08-17T13:07:49.9647203Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-08-17T13:07:50.1627418Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-08-17T13:07:50.1987510Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:50.2320508Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:50.2673080Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:50.3221478Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T13:07:50.3751705Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:50.4283901Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:50.4829720Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T13:07:50.5236576Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:50.5553483Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:50.5873520Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:50.6199832Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:50.6232104Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:50.6262711Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:50.6688983Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:50.7012547Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:50.7443668Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-08-17T13:07:50.7780172Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:50.8117058Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:50.8462518Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:50.8802961Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:50.9378974Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-08-17T13:07:50.9970455Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:51.0495041Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:51.1019683Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-08-17T13:07:51.1555867Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:51.2176894Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:51.2712811Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:51.3336442Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:51.3876295Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-08-17T13:07:51.4408799Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-08-17T13:07:51.4856487Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:51.5278597Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:51.5692147Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:51.6063069Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:51.6096857Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:51.6404844Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:51.6439759Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:07:51.6470172Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:51.6782871Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:51.7077463Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-08-17T13:07:51.7374192Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:51.7404584Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:51.8271089Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-08-17T13:07:51.8893069Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:51.9510933Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:52.0134018Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:07:52.0168548Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:07:52.0975285Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-08-17T13:07:52.1007882Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.1444759Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:07:52.1780767Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:52.1811392Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.2151251Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:52.2181746Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.2210414Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.2543244Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:52.2573069Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.2907622Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:52.2937290Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.2964937Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T13:07:52.3356983Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:52.3388855Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3417662Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3445828Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3474082Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3502213Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3530259Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.3837784Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.4140566Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:52.4454436Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.4763427Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.5069631Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.5368528Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:52.5666391Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:52.5978196Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.6276255Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:52.6305951Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.6334549Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.6362968Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.6390886Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.6418713Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:52.6732602Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.7046894Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:52.7370648Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:52.7749387Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:52.8127780Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:52.8501429Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:52.8877896Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:52.9252860Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:52.9643877Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:53.0003589Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:53.0364517Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:53.0394691Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0423434Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0451543Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0479366Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0507003Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0535119Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0562851Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0590786Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.0618725Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.1024127Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:53.1427249Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:53.1821546Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:53.2215574Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:53.2608603Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:53.2966237Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:53.3328507Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:53.3732858Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:53.4048118Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:53.4383967Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:53.4715391Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:53.5043155Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:53.5369403Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:53.5700620Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-08-17T13:07:53.5731171Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:53.6495435Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-08-17T13:07:53.6992464Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-08-17T13:07:53.7479099Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:53.7972541Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:53.8450236Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-08-17T13:07:53.8873037Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:53.9331255Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:53.9789910Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:54.0244039Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:54.0654854Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:54.1075065Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:54.1456673Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:54.1839539Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:54.2237575Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.2648582Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:54.3054255Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.3450061Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:54.3851420Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.4268812Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:54.4664784Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.5050206Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:54.5419515Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:54.5802064Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:54.6203288Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.6583283Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:54.6971497Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:54.7362514Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:07:54.7764447Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.8172450Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:54.8574810Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:54.8985850Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:54.9396577Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:54.9819440Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:07:55.0225650Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:55.0632660Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:07:55.0970391Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:55.1307902Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:55.1651708Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:55.2051996Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-08-17T13:07:55.2081821Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:55.2393009Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:55.2706188Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:55.3020185Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-08-17T13:07:55.3049709Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:55.3077385Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:55.3394327Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-08-17T13:07:55.3426762Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:55.3795921Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:55.4096406Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:55.4399110Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:55.4694966Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-08-17T13:07:55.4726458Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:55.5324329Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:55.5917516Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:55.6516715Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-08-17T13:07:55.7076334Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-08-17T13:07:55.7630042Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T13:07:55.8270161Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-08-17T13:07:55.8864463Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:55.9473447Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-08-17T13:07:56.0062364Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-08-17T13:07:56.0434836Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:56.0815538Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:56.1198793Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-08-17T13:07:56.1570880Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:56.1941062Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-08-17T13:07:56.2294588Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:56.2644727Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-08-17T13:07:56.3008236Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:56.3353505Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:56.4269308Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-08-17T13:07:56.5045371Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-08-17T13:07:56.5810444Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-08-17T13:07:56.6153800Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:07:56.6510387Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:56.6867903Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-08-17T13:07:56.8194864Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-08-17T13:07:56.8934554Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-08-17T13:07:56.9767771Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-08-17T13:07:57.0261245Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-08-17T13:07:57.0712644Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:57.1166211Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-08-17T13:07:57.1628714Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-08-17T13:07:57.1659542Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T13:07:59.3421614Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.176s) 2022-08-17T13:08:01.4280939Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.086s) 2022-08-17T13:08:03.2742493Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.846s) 2022-08-17T13:08:05.1363566Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.862s) 2022-08-17T13:08:11.3156605Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (6.179s) 2022-08-17T13:08:11.3593841Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-08-17T13:08:11.3934953Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:08:11.4278235Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-08-17T13:08:11.4672912Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-08-17T13:08:11.5293176Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-08-17T13:08:11.5844569Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-08-17T13:08:11.6267984Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-08-17T13:08:11.6681177Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:08:11.7087200Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:08:11.7497096Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-08-17T13:08:11.7527151Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7556136Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7585362Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7614088Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7641987Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7670751Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7698642Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7727406Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7755731Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7783944Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7812282Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7840179Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7868638Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7896684Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7924247Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7952418Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.7980286Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8008142Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8036209Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8064327Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8092249Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8120106Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8148064Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8176410Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8204090Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8232073Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8259932Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8287501Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8315517Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8343371Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8371332Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8399041Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8426756Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8454444Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8482071Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8509853Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8537428Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8564859Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8592754Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8620389Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8647796Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8675499Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8703017Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8731052Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8758290Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8785949Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8813846Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8841239Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8869109Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8896823Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8924127Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8951744Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.8979482Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.9006671Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.9034280Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.9061986Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:11.9087683Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-08-17T13:08:11.9092727Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-08-17T13:08:11.9100363Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:08:11.9105357Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-08-17T13:08:11.9113833Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:08:11.9121532Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:08:11.9128999Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:08:11.9137535Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:08:11.9346079Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:08:11.9427079Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:11.9507833Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:11.9586217Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:11.9655783Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:11.9687837Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T13:08:11.9725416Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:11.9846381Z test_del (jit.test_list_dict.TestList) ... ok (0.012s) 2022-08-17T13:08:11.9893340Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:11.9954468Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0022337Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.0056583Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T13:08:12.0086988Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T13:08:12.0148610Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0206446Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0263739Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0345643Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:12.0387786Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.0434141Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.0455516Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-08-17T13:08:12.0515362Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0559875Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.0607784Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.0649035Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.0706893Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.0854232Z test_in_check (jit.test_list_dict.TestList) ... ok (0.015s) 2022-08-17T13:08:12.1065704Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:08:12.1142157Z test_list_count (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:12.1185624Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.1311224Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.012s) 2022-08-17T13:08:12.1385669Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.1576142Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:08:12.1739171Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.016s) 2022-08-17T13:08:12.1807056Z test_list_len (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.1950250Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.014s) 2022-08-17T13:08:12.1959273Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-08-17T13:08:12.2605121Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.064s) 2022-08-17T13:08:12.2840881Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.024s) 2022-08-17T13:08:12.3226359Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.038s) 2022-08-17T13:08:12.3242238Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-08-17T13:08:12.3253585Z test_list_variance (jit.test_list_dict.TestList) 2022-08-17T13:08:12.3352471Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.011s) 2022-08-17T13:08:12.3395689Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.4080654Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.068s) 2022-08-17T13:08:12.4545123Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.046s) 2022-08-17T13:08:12.4598030Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.4643840Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.4687790Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.4734432Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.4791778Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.4865072Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.4909137Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.4955990Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5020113Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.5059576Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5106536Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5153851Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5201411Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5265327Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.5310370Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5354832Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5398117Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5442630Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5486634Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5532295Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5600707Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.5655177Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.5738899Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:12.5780992Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.5849428Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-08-17T13:08:12.5925473Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.008s) 2022-08-17T13:08:12.5973190Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-08-17T13:08:12.6015129Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:08:12.6078651Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.6113754Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T13:08:12.6419728Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.030s) 2022-08-17T13:08:12.6480084Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.6537701Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.6593875Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:08:12.6795637Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.020s) 2022-08-17T13:08:12.6872374Z test_to_list (jit.test_list_dict.TestList) 2022-08-17T13:08:12.9499537Z Unit tests for Tensor.tolist() function. ... ok (0.270s) 2022-08-17T13:08:12.9510467Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-08-17T13:08:12.9515956Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-08-17T13:08:12.9609369Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-08-17T13:08:12.9686808Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.008s) 2022-08-17T13:08:12.9695239Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-08-17T13:08:12.9728085Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-08-17T13:08:12.9802950Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-08-17T13:08:12.9868045Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-08-17T13:08:13.0083333Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.021s) 2022-08-17T13:08:13.0197517Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.011s) 2022-08-17T13:08:13.0328484Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.013s) 2022-08-17T13:08:13.0447841Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-08-17T13:08:13.0455953Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-08-17T13:08:13.0515578Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.007s) 2022-08-17T13:08:13.0753843Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.024s) 2022-08-17T13:08:13.0787836Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.0808524Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T13:08:13.0812871Z test_if_returning_any (jit.test_misc.TestMisc) 2022-08-17T13:08:13.0867739Z Check that an if statement can return different ... ok (0.006s) 2022-08-17T13:08:13.0910445Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T13:08:13.0997383Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.009s) 2022-08-17T13:08:13.1184470Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.019s) 2022-08-17T13:08:13.1280770Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.010s) 2022-08-17T13:08:13.1312026Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1322107Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T13:08:13.1332732Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T13:08:13.1342563Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-08-17T13:08:13.1376604Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1407427Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1437561Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1465919Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1505755Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T13:08:13.1538734Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-08-17T13:08:13.1563936Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T13:08:13.1683014Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T13:08:13.1861351Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-08-17T13:08:13.1935415Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-08-17T13:08:13.2039356Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-08-17T13:08:13.2136784Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-08-17T13:08:13.2271159Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-08-17T13:08:13.2395502Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T13:08:13.2856864Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.046s) 2022-08-17T13:08:13.3131975Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.027s) 2022-08-17T13:08:13.3332507Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-08-17T13:08:13.3450131Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T13:08:13.3571552Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-08-17T13:08:13.3822124Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.025s) 2022-08-17T13:08:13.3835279Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-08-17T13:08:13.3947802Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.013s) 2022-08-17T13:08:13.5549463Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.160s) 2022-08-17T13:08:13.5568844Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-08-17T13:08:13.5822620Z Tracing over a script function returning a dictionary should work. ... ok (0.027s) 2022-08-17T13:08:13.5908045Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T13:08:13.6241762Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.033s) 2022-08-17T13:08:13.6485698Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-08-17T13:08:13.6575362Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T13:08:13.6665155Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-08-17T13:08:14.5029019Z test_alexnet (jit.test_models.TestModels) ... ok (0.836s) 2022-08-17T13:08:14.5035699Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:08:14.5038705Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:08:14.8606740Z test_mnist (jit.test_models.TestModels) ... ok (0.357s) 2022-08-17T13:08:14.8611512Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T13:08:14.8620550Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T13:08:14.8628715Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:14.8631946Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:08:14.9034819Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.040s) 2022-08-17T13:08:14.9039229Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:08:14.9090694Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:08:14.9102993Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:14.9109623Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:14.9112966Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:08:15.3391576Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.428s) 2022-08-17T13:08:15.3400941Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:15.3404725Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:08:15.4603067Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.119s) 2022-08-17T13:08:15.6162480Z test_vae (jit.test_models.TestModels) ... ok (0.156s) 2022-08-17T13:08:15.6167815Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T13:08:15.7028697Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.086s) 2022-08-17T13:08:15.7045139Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:08:15.7385649Z Tests that customized state dict methods are in effect ... ok (0.035s) 2022-08-17T13:08:15.7391743Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:08:15.7659378Z Tests that default state dict methods are automatically available ... ok (0.027s) 2022-08-17T13:08:15.7676098Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:08:15.8114975Z Tests that customized state dict methods on submodules are in effect ... ok (0.045s) 2022-08-17T13:08:15.8902317Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.079s) 2022-08-17T13:08:15.9126835Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.022s) 2022-08-17T13:08:15.9326223Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-08-17T13:08:15.9898152Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.057s) 2022-08-17T13:08:16.0239308Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-08-17T13:08:16.2269701Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.203s) 2022-08-17T13:08:16.2630767Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.036s) 2022-08-17T13:08:16.2754172Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.012s) 2022-08-17T13:08:16.2759511Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:08:16.2787972Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-08-17T13:08:16.2940532Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.015s) 2022-08-17T13:08:16.3412617Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.047s) 2022-08-17T13:08:16.4076186Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.066s) 2022-08-17T13:08:16.4328318Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-08-17T13:08:16.5456908Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.113s) 2022-08-17T13:08:16.5729691Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.027s) 2022-08-17T13:08:16.6000965Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.027s) 2022-08-17T13:08:16.6020377Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:08:16.6566413Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.056s) 2022-08-17T13:08:16.6584708Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:08:16.7049129Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.048s) 2022-08-17T13:08:16.7251392Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-08-17T13:08:16.7397718Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-08-17T13:08:16.7610244Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-08-17T13:08:16.7796738Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-08-17T13:08:16.7984890Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-08-17T13:08:16.8074844Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.009s) 2022-08-17T13:08:16.8248349Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-08-17T13:08:16.9132642Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.088s) 2022-08-17T13:08:16.9145680Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-08-17T13:08:16.9506923Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.036s) 2022-08-17T13:08:16.9688768Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-08-17T13:08:16.9903058Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-08-17T13:08:17.0086280Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-08-17T13:08:17.0243116Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-08-17T13:08:17.0324181Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-08-17T13:08:17.0518237Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-08-17T13:08:17.0524291Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-08-17T13:08:17.0612275Z Test that a module that has __constants__ set to something ... ok (0.009s) 2022-08-17T13:08:17.0662213Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-08-17T13:08:17.0719602Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-08-17T13:08:17.0752469Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T13:08:17.0794299Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T13:08:17.0830160Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T13:08:17.0877219Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-08-17T13:08:17.0885679Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-08-17T13:08:17.0924292Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T13:08:17.0958204Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T13:08:17.0977492Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-08-17T13:08:17.1021808Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-08-17T13:08:17.1044505Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T13:08:17.1045133Z t = torch.tensor(t) 2022-08-17T13:08:17.4962553Z ok (0.394s) 2022-08-17T13:08:19.0471974Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.551s) 2022-08-17T13:08:19.1005906Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.053s) 2022-08-17T13:08:19.1102293Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.010s) 2022-08-17T13:08:22.5671590Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (3.457s) 2022-08-17T13:08:23.0627780Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.495s) 2022-08-17T13:08:23.0783051Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.016s) 2022-08-17T13:08:23.1042937Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.026s) 2022-08-17T13:08:23.2158288Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.111s) 2022-08-17T13:08:23.2453469Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.029s) 2022-08-17T13:08:23.2732549Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.028s) 2022-08-17T13:08:23.2754263Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1185: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T13:08:23.2755056Z return forward_call(*input, **kwargs) 2022-08-17T13:08:23.2778140Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T13:08:23.2778758Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-08-17T13:08:23.2989100Z ok (0.026s) 2022-08-17T13:08:23.9024879Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.603s) 2022-08-17T13:08:23.9748911Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.072s) 2022-08-17T13:08:23.9887627Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.014s) 2022-08-17T13:08:24.0952152Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.106s) 2022-08-17T13:08:24.1421679Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.047s) 2022-08-17T13:08:24.1875970Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.045s) 2022-08-17T13:08:24.2253054Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.038s) 2022-08-17T13:08:24.3699957Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.145s) 2022-08-17T13:08:24.4649885Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.095s) 2022-08-17T13:08:24.4804778Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-08-17T13:08:24.5105533Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.030s) 2022-08-17T13:08:24.5220337Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.011s) 2022-08-17T13:08:24.5659422Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-08-17T13:08:24.5679564Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1185: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T13:08:24.5680056Z return forward_call(*input, **kwargs) 2022-08-17T13:08:24.5698542Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T13:08:24.5699039Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-08-17T13:08:24.6015689Z ok (0.035s) 2022-08-17T13:08:24.6214865Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.020s) 2022-08-17T13:08:24.6533724Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.032s) 2022-08-17T13:08:24.7097193Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.056s) 2022-08-17T13:08:25.0971122Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.387s) 2022-08-17T13:08:25.1442884Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.047s) 2022-08-17T13:08:25.1857048Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.041s) 2022-08-17T13:08:25.2131079Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-08-17T13:08:25.2400180Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-08-17T13:08:25.2668469Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-08-17T13:08:25.2935114Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-08-17T13:08:25.3050443Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.012s) 2022-08-17T13:08:25.3159046Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-08-17T13:08:25.3245101Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.009s) 2022-08-17T13:08:25.3593952Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.035s) 2022-08-17T13:08:25.3603216Z test_traceable (jit.test_parametrization.TestParametrization) 2022-08-17T13:08:25.3920478Z Test the jit scripting and tracing of a parametrized model. ... ok (0.033s) 2022-08-17T13:08:25.4631034Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.071s) 2022-08-17T13:08:25.4826648Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-08-17T13:08:25.5004278Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-08-17T13:08:25.5053120Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T13:08:25.5101276Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T13:08:25.5160333Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.5217165Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.5315292Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T13:08:25.5345484Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-08-17T13:08:25.5345989Z FileCheck checks: 2022-08-17T13:08:25.5348639Z ok (0.003s) 2022-08-17T13:08:25.5407583Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.5418288Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-08-17T13:08:25.5454197Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T13:08:25.5486890Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5516705Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5544992Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5573835Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5613317Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T13:08:25.5713484Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T13:08:25.5743943Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5774755Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5805420Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5844734Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-08-17T13:08:25.5873424Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5901154Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.5966107Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.6427451Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.046s) 2022-08-17T13:08:25.6563937Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-08-17T13:08:25.6621149Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.6653384Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.6699265Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T13:08:25.6826468Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-08-17T13:08:25.6860394Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.6893933Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.7026471Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-08-17T13:08:25.7146090Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T13:08:25.7223741Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-08-17T13:08:25.7275938Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-08-17T13:08:25.7311144Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-08-17T13:08:25.7372995Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-08-17T13:08:25.7379835Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-08-17T13:08:25.7858956Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.048s) 2022-08-17T13:08:25.8281782Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.042s) 2022-08-17T13:08:25.8536661Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-08-17T13:08:25.9018864Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.048s) 2022-08-17T13:08:25.9296516Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.028s) 2022-08-17T13:08:25.9317412Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-08-17T13:08:25.9582648Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-08-17T13:08:26.0581458Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.100s) 2022-08-17T13:08:26.0825727Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-08-17T13:08:26.1075646Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-08-17T13:08:26.1625681Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.055s) 2022-08-17T13:08:26.1898437Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-08-17T13:08:26.1933917Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-08-17T13:08:26.1948324Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-08-17T13:08:26.1986487Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-08-17T13:08:26.2042534Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-08-17T13:08:26.2061198Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-08-17T13:08:26.2089007Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T13:08:26.2119378Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T13:08:26.2201739Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-08-17T13:08:26.2445298Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.024s) 2022-08-17T13:08:26.2686685Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.024s) 2022-08-17T13:08:26.2733389Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-08-17T13:08:26.3018569Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-08-17T13:08:26.4000523Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.098s) 2022-08-17T13:08:26.4062455Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T13:08:26.4141367Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-08-17T13:08:26.4214091Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-08-17T13:08:26.4610379Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.039s) 2022-08-17T13:08:26.4648946Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-08-17T13:08:26.4814496Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-08-17T13:08:26.4879692Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T13:08:26.4956617Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-08-17T13:08:26.5015536Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-08-17T13:08:26.5058588Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-08-17T13:08:26.5320624Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-08-17T13:08:26.5473403Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T13:08:26.5620286Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T13:08:26.6124953Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-08-17T13:08:26.6171912Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T13:08:26.6198818Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-08-17T13:08:26.6223088Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-08-17T13:08:26.6298673Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-08-17T13:08:26.6333633Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-08-17T13:08:26.6536915Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-08-17T13:08:26.6574072Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-08-17T13:08:26.6651320Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-08-17T13:08:26.6661133Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-08-17T13:08:26.6862493Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-08-17T13:08:26.7397839Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.053s) 2022-08-17T13:08:26.7498796Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-08-17T13:08:26.7652192Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-08-17T13:08:26.7822565Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-08-17T13:08:26.7869786Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T13:08:26.8098133Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-08-17T13:08:26.8315408Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-08-17T13:08:26.8355137Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-08-17T13:08:26.8417868Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-08-17T13:08:26.8452981Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-08-17T13:08:26.9023005Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.057s) 2022-08-17T13:08:26.9094590Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-08-17T13:08:26.9149261Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T13:08:26.9242934Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-08-17T13:08:26.9302541Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-08-17T13:08:26.9481043Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-08-17T13:08:26.9487294Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-08-17T13:08:26.9617430Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.014s) 2022-08-17T13:08:26.9796407Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-08-17T13:08:27.0117741Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.032s) 2022-08-17T13:08:27.0160997Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-08-17T13:08:27.0231824Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-08-17T13:08:27.0401154Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-08-17T13:08:27.0462533Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-08-17T13:08:27.0505240Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-08-17T13:08:27.0622708Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.012s) 2022-08-17T13:08:27.0639471Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.0881083Z Exercise the situation where we have the same qualified name ... ok (0.026s) 2022-08-17T13:08:27.0903160Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.1144870Z Exercise the situation where we have the same qualified name ... ok (0.026s) 2022-08-17T13:08:27.1162861Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.1527552Z Exercise the situation where we have the same qualified name ... ok (0.038s) 2022-08-17T13:08:27.2051869Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.052s) 2022-08-17T13:08:27.2070200Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.2263723Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.021s) 2022-08-17T13:08:27.2280125Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.2354816Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.009s) 2022-08-17T13:08:27.2420691Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.006s) 2022-08-17T13:08:27.2557848Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-08-17T13:08:27.2563517Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.2639287Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.008s) 2022-08-17T13:08:27.2644506Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-08-17T13:08:27.2711759Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.007s) 2022-08-17T13:08:27.2792604Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-08-17T13:08:27.2805811Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2806279Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:08:27.2826659Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2827072Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:08:27.2842040Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2842756Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:08:27.2868571Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-08-17T13:08:27.2877481Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:08:27.2893514Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2894199Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:08:27.2900455Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:08:27.2907541Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2907998Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:08:27.2913247Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2913761Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:08:27.2918382Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:08:27.2918804Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-08-17T13:08:27.4093999Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-08-17T13:08:27.4094827Z self=, 2022-08-17T13:08:27.4095137Z sample_input=(2, 3, 2.0, 3.0), 2022-08-17T13:08:27.4095324Z ) 2022-08-17T13:08:27.4096207Z skip: Failed to load fixture! (0.117s) 2022-08-17T13:08:27.8596452Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.450s) 2022-08-17T13:08:27.9731541Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.114s) 2022-08-17T13:08:27.9807680Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-08-17T13:08:28.0765262Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.096s) 2022-08-17T13:08:28.6584942Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.582s) 2022-08-17T13:08:29.9238485Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.265s) 2022-08-17T13:08:29.9344440Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-08-17T13:08:29.9428958Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-08-17T13:08:29.9525470Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-08-17T13:08:29.9609062Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-08-17T13:08:29.9677530Z test_add_out (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:29.9732285Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:29.9800383Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:29.9856801Z test_add_tuple_optional (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:29.9915101Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:29.9925156Z test_addmm_grad (__main__.TestScript) 2022-08-17T13:08:29.9973365Z This test checks several things: ... ok (0.006s) 2022-08-17T13:08:30.0030924Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:30.0129826Z test_all (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:30.0359259Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:30.0746875Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:08:30.0984392Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:08:30.1371624Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:08:30.1418850Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:30.1706765Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:08:30.1745444Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:30.2027897Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:08:30.2064593Z test_annotated_script_fn (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:30.2082210Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:30.2097625Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:30.2143125Z test_annotated_script_method (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:30.2192960Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:30.2415913Z test_any (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:08:30.2447995Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:30.2495437Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:30.2741270Z test_attr_module_constants (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:08:30.2798108Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:30.2826542Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:30.2951831Z test_attribute_serialization (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:30.3051421Z test_attribute_unpickling (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:30.3114118Z test_augmented_assign (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:30.3126403Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:08:30.3155568Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:30.3180335Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:30.3279160Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:30.3368056Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:30.3388450Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-08-17T13:08:30.4960446Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.157s) 2022-08-17T13:08:30.5002387Z test_big_float_literals (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:30.5053958Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:30.7253999Z test_binary_op_shape (__main__.TestScript) ... ok (0.220s) 2022-08-17T13:08:30.7482650Z test_bitwise_ops (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:30.7544127Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:30.7616038Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:30.7685075Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:30.7754247Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:30.8040963Z test_bool_dispatch (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:08:30.8196994Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:30.8224147Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:30.9484907Z test_breaks_continues (__main__.TestScript) ... ok (0.126s) 2022-08-17T13:08:30.9627900Z test_builtin_args (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:30.9695886Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:08:30.9696640Z File "test_jit.py", line 10867 2022-08-17T13:08:30.9696919Z @torch.jit.script 2022-08-17T13:08:30.9697195Z def f6(a): 2022-08-17T13:08:30.9697397Z a.expand(size=[3, [4]]) 2022-08-17T13:08:30.9697819Z ~~~~~~ <--- HERE 2022-08-17T13:08:30.9698025Z (function emitListLiteral) 2022-08-17T13:08:30.9698222Z ok (0.007s) 2022-08-17T13:08:30.9777905Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:30.9793536Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:30.9846325Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:30.9879879Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:30.9926979Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:31.0023167Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:31.0082803Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.0107292Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:31.0171425Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.0322089Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:31.0393447Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:31.0442767Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:31.0515261Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:31.0599108Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:31.0657292Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.0755513Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:31.0764650Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T13:08:31.0866867Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:31.0875704Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T13:08:31.1026332Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:31.1032901Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-08-17T13:08:31.1190336Z test_cat (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:31.1266411Z test_cat_lifts (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:31.1312039Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.1324474Z test_circular_dependency (__main__.TestScript) 2022-08-17T13:08:31.1634454Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.032s) 2022-08-17T13:08:31.1785979Z test_class_as_attribute (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:31.1815811Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:31.1846608Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:31.1902529Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.1910382Z test_code_with_constants (__main__.TestScript) 2022-08-17T13:08:31.1977777Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-08-17T13:08:31.1986280Z test_code_with_constants_restore (__main__.TestScript) 2022-08-17T13:08:31.2077716Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.010s) 2022-08-17T13:08:31.2138749Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.2194847Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.2209717Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:31.2716709Z test_conditional_casting (__main__.TestScript) ... ok (0.051s) 2022-08-17T13:08:31.2776278Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.2813965Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.2873823Z test_constant_pooling_none (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.2918925Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.3088400Z test_context_manager (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:31.3169619Z test_conv_error (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:31.3394061Z test_convert_base (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:08:31.3444569Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:31.3562796Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:31.3632702Z test_desugar_module (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:31.3673230Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.3715666Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.3719493Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-08-17T13:08:31.3744068Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:31.4071697Z test_divmod (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:08:31.4092791Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-08-17T13:08:31.5609335Z test_dropout_eval (__main__.TestScript) ... ok (0.151s) 2022-08-17T13:08:31.5768947Z test_dropout_script (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:31.5823568Z test_dtype_attr (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:31.6197782Z test_dtype_op_shape (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:08:31.6698453Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.050s) 2022-08-17T13:08:31.6734321Z test_early_return_closure (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.6816505Z test_early_return_fork_join (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:31.7048879Z test_early_return_rewrite (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:31.7085975Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.7485242Z test_early_returns_loops (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:08:31.7544595Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.7606737Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.7679784Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:31.7742590Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.7806542Z test_ellipsis_end (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.7871026Z test_ellipsis_mid (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.7946035Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:31.8008251Z test_ellipsis_start (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:31.8193941Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:08:31.8233266Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.8242679Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:31.8594300Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:08:31.8630788Z test_erase_number_types (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:31.8843690Z test_error (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:08:31.9005385Z test_error_stacktrace (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:31.9326024Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:08:31.9429489Z test_eval_python (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:31.9456749Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:31.9836683Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.038s) 2022-08-17T13:08:31.9881518Z test_expand (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:31.9995313Z test_fibb (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:32.0059587Z test_fibb_totally_better (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:32.0076696Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.0097723Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.0243177Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:32.0277998Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:32.0397352Z test_file_line_save_load (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:32.0408759Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:32.0462543Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.0508179Z test_filecheck (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.0532533Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.0703027Z test_first_class_calls (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:32.0757174Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.0857138Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.1076532Z test_floordiv (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:08:32.1092873Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.1201223Z test_for_in_dict (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:32.1520530Z test_for_in_enumerate (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:08:32.1577909Z test_for_in_range (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:32.1768960Z test_for_in_range_ast (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:32.1961700Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:32.2036785Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:32.2097693Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:32.2267268Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:32.2312350Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:32.2474929Z test_for_in_string (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:32.2576160Z test_for_in_tensors (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.2593928Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.2708591Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:32.2783445Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:32.3022304Z test_for_in_zip (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:08:32.3208969Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:32.3306575Z test_for_tuple_assign (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.3483660Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:08:32.3564123Z test_format (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:32.3734666Z test_func_call (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:32.3780716Z test_function_compilation_caching (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.3954092Z test_function_overload_misuse (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:32.4083118Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:32.4642146Z test_function_overloads (__main__.TestScript) ... ok (0.056s) 2022-08-17T13:08:32.4651774Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:08:32.5776351Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.112s) 2022-08-17T13:08:32.5815103Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:32.5877222Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:32.5897873Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.6212175Z test_get_set_state (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:08:32.6303015Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:32.6343449Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:32.6426047Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:32.6547764Z test_hex_literals (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:32.6689161Z test_id (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:32.6750841Z test_if (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:32.6853261Z test_if_define (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.6906332Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.7012269Z test_if_for_in_range (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.7214126Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:08:32.7252146Z test_if_list_cat (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:32.7745760Z test_if_nest_while (__main__.TestScript) ... ok (0.049s) 2022-08-17T13:08:32.7822757Z test_if_noelse (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:32.7852872Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:32.7899977Z test_if_supertype (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.7987996Z test_ignore_decorator (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:32.8084203Z test_ignored_as_value (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:32.8156279Z test_ignored_method_binding (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:32.8209291Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.8325188Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:32.8435653Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:32.8470557Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:32.9348801Z test_index (__main__.TestScript) ... ok (0.088s) 2022-08-17T13:08:32.9386538Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:32.9459595Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:32.9475603Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:32.9526092Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.9529686Z test_inferred_error_msg (__main__.TestScript) 2022-08-17T13:08:32.9551905Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-08-17T13:08:32.9679732Z test_inherit_method (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:32.9685545Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-08-17T13:08:32.9695551Z test_inlined_graph (__main__.TestScript) 2022-08-17T13:08:32.9802010Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.012s) 2022-08-17T13:08:32.9850140Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.9901553Z test_inplace_add (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.9954874Z test_inplace_copy_script (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:32.9995765Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:33.0031481Z test_int_cast (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:33.0045526Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.0057741Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.2960505Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.290s) 2022-08-17T13:08:33.3099961Z test_intlist_args (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:33.3117218Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:33.3127393Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.3151673Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:33.3159340Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.3283664Z test_is_after_use (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:33.3723960Z test_is_isnot (__main__.TestScript) ... ok (0.044s) 2022-08-17T13:08:33.3734580Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.3765892Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:33.3797423Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:33.3873773Z test_isinstance (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:33.3926534Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.3997265Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:33.4145826Z test_isinstance_refinement (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:33.4209555Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:33.4245945Z test_keyword (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:33.4259880Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.4286269Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:33.4495523Z test_lazy_script (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:08:33.4564098Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:33.4639522Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:33.4694228Z test_lhs_indexing (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.4744098Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.4810694Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:33.4860676Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.4909935Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.4972018Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:33.5110267Z test_linear_grad (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:33.5623553Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.051s) 2022-08-17T13:08:33.5668706Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:33.5680041Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:33.5748537Z test_list_python_op (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:33.5825473Z test_list_unify (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:33.6023629Z test_literal (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:08:33.6071884Z test_literals (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.6305588Z test_logical_short_circuit (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:33.6358772Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.6488627Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:33.6522687Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:33.6618798Z test_loop_unrolling (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:33.6704092Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:33.7236181Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.053s) 2022-08-17T13:08:33.7267020Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:33.9454215Z test_math_ops (__main__.TestScript) ... ok (0.219s) 2022-08-17T13:08:33.9462327Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:08:33.9473551Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-08-17T13:08:33.9523511Z test_method_casts_script (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:33.9554854Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:34.1180901Z test_method_overloading (__main__.TestScript) ... ok (0.162s) 2022-08-17T13:08:34.1225236Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:34.6756884Z test_mm_batching (__main__.TestScript) ... ok (0.553s) 2022-08-17T13:08:34.7312085Z test_module_apis (__main__.TestScript) ... ok (0.055s) 2022-08-17T13:08:34.7368564Z test_module_attrs (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:34.7468158Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:34.7654118Z test_module_copying (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:34.7667552Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:34.7714967Z test_module_method_reassignment (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:34.7768164Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:34.8069916Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:08:34.8138268Z test_module_str (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:34.8199739Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:34.8211349Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:34.8222082Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:34.8476625Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:08:34.8507923Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:34.8538009Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:34.8624955Z test_multiple_assign (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:34.8694003Z test_multiple_assignment (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:34.8734312Z test_mutable_dce (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:34.8785854Z test_mutable_dce_block (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:34.8816809Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:34.8889876Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:34.8972160Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:34.9012175Z test_mutable_dce_list (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:34.9061369Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:34.9133529Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:34.9173784Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:34.9210665Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:34.9701478Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.049s) 2022-08-17T13:08:34.9785212Z test_namedtuple_attr (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:34.9876354Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:35.0023462Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:35.0149496Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:35.0277079Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:35.0306254Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:35.0398993Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:35.0445616Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:35.0488842Z test_narrow_copy (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:35.0890729Z test_nested_aug_assign (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:08:35.0987341Z test_nested_bailouts (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:35.1274582Z test_nested_breaks (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:08:35.1318958Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:35.1509180Z test_nested_select_assign (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:35.2631505Z test_nn_GRU (__main__.TestScript) ... ok (0.112s) 2022-08-17T13:08:35.3495170Z test_nn_LSTM (__main__.TestScript) ... ok (0.086s) 2022-08-17T13:08:35.4368195Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.087s) 2022-08-17T13:08:35.4743107Z test_nn_init (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:08:35.4808545Z test_no_dtype_shape (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:35.4862593Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:35.5774786Z test_non_final_return (__main__.TestScript) ... ok (0.091s) 2022-08-17T13:08:35.5783448Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:35.5829044Z test_not (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:35.5839797Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:35.5947719Z test_ntuple_builtins (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:35.6086550Z test_number_abs (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:35.6121266Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:35.6157364Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:35.6193319Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:35.6228026Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:35.6326385Z test_number_div (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:37.6385324Z test_number_math (__main__.TestScript) ... ok (2.006s) 2022-08-17T13:08:37.6451962Z test_number_neg (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:37.6460971Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-08-17T13:08:37.6502510Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.6572275Z test_op_dtype (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:37.6656943Z test_operator_precedence (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:37.6673201Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-08-17T13:08:37.6688344Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-08-17T13:08:37.6773781Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:37.6889048Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:37.7031195Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9784: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:08:37.7031672Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-08-17T13:08:37.7149349Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T13:08:37.7149983Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T13:08:37.7209119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T13:08:37.7209732Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T13:08:37.7218448Z ok (0.033s) 2022-08-17T13:08:37.7231594Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7549653Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:08:37.7707315Z test_pack_unpack_state (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:37.7764155Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T13:08:37.7764459Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T13:08:37.7764697Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T13:08:37.7764929Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T13:08:37.7765143Z grad_fn=) 2022-08-17T13:08:37.7771374Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T13:08:37.7771785Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T13:08:37.7772148Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T13:08:37.7772363Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T13:08:37.7772585Z grad_fn=) 2022-08-17T13:08:37.7813686Z ok (0.011s) 2022-08-17T13:08:37.7826321Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7838045Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7858253Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.7868334Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7910371Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.7926058Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.7941400Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7959912Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.7971458Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7981667Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.7991710Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.8002563Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.8051366Z test_partial_returns (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:37.8092316Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.8228999Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:37.8232111Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-08-17T13:08:37.8270935Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.8280358Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:08:37.8595995Z test_pretty_print_function (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:08:37.8602790Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-08-17T13:08:37.8743662Z test_print (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:37.8755534Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.8766380Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:08:37.8811403Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.8839142Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.8889019Z test_python_call (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:37.8948867Z test_python_call_annotation (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:37.8967317Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.9001521Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.9075050Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:37.9101746Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.9128206Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.9144394Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.9156751Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.9204293Z test_python_op_builtins (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.9218816Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.9233509Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.9244277Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-08-17T13:08:37.9314516Z test_rand_profiling (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:37.9339564Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:37.9379131Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:37.9411049Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.9420344Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:37.9555904Z test_remove_dropout (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:37.9587021Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:37.9643696Z test_request_bailout (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:37.9658134Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-08-17T13:08:37.9959501Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:08:38.0082848Z test_resize_input_ops (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:38.0250690Z test_return (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:38.0309228Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.0360665Z test_return_tuple (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:38.3616570Z test_rnn_trace_override (__main__.TestScript) ... ok (0.325s) 2022-08-17T13:08:38.3681261Z test_robust_op_resolution (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.3746444Z test_round (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.3822911Z test_save_load_attr_error (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:38.3857566Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.3889713Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.3925882Z test_script_chunk (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.4081785Z test_script_clamp_none (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:38.4144906Z test_script_copy (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.4158565Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:38.4217260Z test_script_define_order (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.4253128Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.4279995Z test_script_docstring (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.4354007Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:38.4358937Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-08-17T13:08:38.4412058Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:38.4491072Z test_script_is_tracing (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:38.4552143Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.4599282Z test_script_method_docstring (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:38.4665813Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:38.4860759Z test_script_module (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:08:38.4919686Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.4979924Z test_script_module_const (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.5214459Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:38.5339133Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:38.5433594Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:38.5657363Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:08:38.5669255Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-08-17T13:08:38.5786885Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:38.5823471Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.5880979Z test_script_module_for (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.6247559Z test_script_module_for2 (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:08:38.6277086Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.6386811Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:38.6396756Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-08-17T13:08:38.6432656Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.6493810Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:38.6649005Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:38.6799421Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:38.6829619Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.6868226Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.6895491Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:38.7287717Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:08:38.7324324Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.7466732Z test_script_optional_none (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:38.7508368Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:38.7912746Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:08:38.8337810Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.042s) 2022-08-17T13:08:38.8345683Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:38.8610159Z test_script_sequential_for (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:08:38.9056771Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.045s) 2022-08-17T13:08:38.9204124Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:08:38.9525280Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:08:38.9867955Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:08:38.9994664Z test_script_star_assign (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:39.0214804Z test_script_star_expr (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:08:39.0424883Z test_script_star_expr_string (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:08:39.0502648Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:39.0516779Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:08:39.0527471Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:08:39.0539664Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:08:39.0600388Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.0630009Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.0895817Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:08:39.0994389Z test_serialization_big_ints (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:39.1077171Z test_serialization_sharing (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:39.1141340Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.1338097Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:08:39.1475710Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:39.2322813Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.085s) 2022-08-17T13:08:39.2461989Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:39.2577576Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:39.2634342Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.2666023Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.2733327Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:39.2765374Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.2795132Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.2865104Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:39.2876226Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:39.2887869Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:39.2932307Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.2939480Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:08:39.3000558Z test_split (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.3086005Z test_stack (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:39.3788302Z test_static_if_prop (__main__.TestScript) ... ok (0.070s) 2022-08-17T13:08:39.3796798Z test_static_method_on_module (__main__.TestScript) 2022-08-17T13:08:39.3872551Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-08-17T13:08:39.4079808Z test_static_methods (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:08:39.4111087Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.4122124Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:39.4164800Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.4219904Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.4264830Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.4316637Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.4360743Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.4371573Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:39.4415531Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.4476446Z test_string_print (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.4485214Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:39.4623225Z test_string_slicing (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:39.4670961Z test_string_sort (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.4716663Z test_string_sorted (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.4900448Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:08:39.4963061Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.5016549Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.5081502Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.5144187Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.5203701Z test_sum_list_literal (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.5267532Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:39.5283887Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:39.5312221Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:39.5333423Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-08-17T13:08:39.5368946Z test_tensor_data (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.5376025Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:08:39.5462087Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:39.5552356Z test_tensor_grad (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:39.5603749Z test_tensor_import_export (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.5642415Z test_tensor_len (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.9559420Z test_tensor_number_math (__main__.TestScript) ... ok (0.392s) 2022-08-17T13:08:39.9563748Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-08-17T13:08:39.9573225Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-08-17T13:08:39.9618345Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:39.9637693Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-08-17T13:08:39.9638257Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-08-17T13:08:39.9703336Z ok (0.008s) 2022-08-17T13:08:39.9935865Z test_tensor_to (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:39.9982164Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:39.9988408Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:08:39.9993462Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-08-17T13:08:40.0072378Z test_ternary (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:40.0464732Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:08:40.0550752Z test_ternary_right_associative (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:40.0650397Z test_ternary_static_if (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:40.0823307Z test_torch_any (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:08:40.0852959Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-08-17T13:08:40.1327530Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.047s) 2022-08-17T13:08:40.1414459Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:40.1644151Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:08:40.1733027Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:40.1827163Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:08:40.1893695Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:40.2237944Z test_torch_pow (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:08:40.7568380Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: 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:08:40.7568910Z return callable(*args, **kwargs) 2022-08-17T13:08:40.7623999Z ok (0.539s) 2022-08-17T13:08:40.7694599Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:40.8000491Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:08:40.8111052Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:40.8142186Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:40.8980220Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.084s) 2022-08-17T13:08:41.0679145Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.170s) 2022-08-17T13:08:41.0755663Z test_training_param (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:41.1123124Z test_tuple_assignments (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:08:41.1142258Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.1212979Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:41.1426865Z test_tuple_indexing (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:08:41.1478366Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.1540753Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:41.1592318Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.1644435Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.1694039Z test_tuple_sorted (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.1743360Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.1779953Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.1821622Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.1858953Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.2020439Z test_type_annotate (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:08:41.2155482Z test_type_annotation_module (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:41.2269871Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:08:41.2449754Z test_type_annotations (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:08:41.2584732Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:08:41.2712141Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:08:41.2734844Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.2789443Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.2837129Z test_type_comments_in_body (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.2842856Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-08-17T13:08:41.2866564Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-08-17T13:08:41.2877380Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-08-17T13:08:41.2908779Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:41.2942842Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:41.3015081Z test_uninitialized (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:41.3049772Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:41.3067249Z test_unknown_builtin (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.3107766Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.3149153Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.3156760Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:08:41.3174609Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.3234596Z test_unused_decorator (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:41.3351670Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:08:41.3779987Z test_var_aug_assign (__main__.TestScript) ... ok (0.043s) 2022-08-17T13:08:41.3827075Z test_vararg_zeros (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.3866370Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.3882925Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.3954095Z test_view_write (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:08:41.3961916Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:08:41.4018392Z test_where (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:08:41.4071365Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.4153399Z test_while (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:41.4545211Z test_while_nest_if (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:08:41.4836260Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:08:41.4848279Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:41.4926604Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:08:41.4943901Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.4998568Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:08:41.5034222Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:08:41.5051931Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:08:41.5085848Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:41.5100101Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:08:41.5131393Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:08:41.5230012Z test_zeros (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:08:41.9906184Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.467s) 2022-08-17T13:08:41.9915288Z test_bool (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:41.9925977Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-08-17T13:08:41.9931878Z test_contains (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:41.9942017Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-08-17T13:08:41.9947929Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:41.9958496Z Test deletion. ... ok (0.002s) 2022-08-17T13:08:41.9963683Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:41.9977435Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-08-17T13:08:41.9981746Z test_items (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:41.9989711Z Test .items(). ... ok (0.001s) 2022-08-17T13:08:41.9993773Z test_iter (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0001984Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-08-17T13:08:42.0005541Z test_len (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0014394Z Test len() builtin function. ... ok (0.001s) 2022-08-17T13:08:42.0021835Z test_nested (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0022310Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-08-17T13:08:42.0025983Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0059925Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-08-17T13:08:42.0062549Z test_repr (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0069363Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T13:08:42.0074953Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:08:42.0083368Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-08-17T13:08:42.0087737Z test_append (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0095798Z Test append method. ... ok (0.001s) 2022-08-17T13:08:42.0098961Z test_bool (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0105282Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-08-17T13:08:42.0107922Z test_clear (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0113031Z Test clear. ... ok (0.001s) 2022-08-17T13:08:42.0117837Z test_contains (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0125406Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-08-17T13:08:42.0129289Z test_count (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0136645Z Test count method. ... ok (0.001s) 2022-08-17T13:08:42.0141731Z test_delitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0150234Z Test deletion. ... ok (0.001s) 2022-08-17T13:08:42.0161588Z test_extend (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0173452Z Test extend. ... ok (0.002s) 2022-08-17T13:08:42.0182768Z test_getitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0209522Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-08-17T13:08:42.0215514Z test_insert (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0225665Z Test insert. ... ok (0.002s) 2022-08-17T13:08:42.0229230Z test_iter (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0236334Z Test iteration over a list's elements. ... ok (0.001s) 2022-08-17T13:08:42.0239164Z test_len (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0246396Z Test len() builtin function. ... ok (0.001s) 2022-08-17T13:08:42.0254416Z test_nested (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0255646Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-08-17T13:08:42.0260552Z test_pop (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0272323Z Test pop. ... ok (0.002s) 2022-08-17T13:08:42.0276208Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0308952Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-08-17T13:08:42.0313429Z test_remove (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0321522Z Test remove method. ... ok (0.001s) 2022-08-17T13:08:42.0324167Z test_repr (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0330322Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T13:08:42.0340345Z test_setitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:08:42.0352629Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-08-17T13:08:42.0426018Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.0493402Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.0561671Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.0624655Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T13:08:42.0681148Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T13:08:42.0735585Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-08-17T13:08:42.0812435Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T13:08:42.0880288Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.0955773Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.1025759Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-08-17T13:08:42.1087075Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T13:08:42.1142387Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-08-17T13:08:42.1193021Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-08-17T13:08:42.1243074Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-08-17T13:08:42.1939849Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.069s) 2022-08-17T13:08:42.1952171Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-08-17T13:08:42.2671774Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.072s) 2022-08-17T13:08:42.3224834Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.055s) 2022-08-17T13:08:42.5324448Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.210s) 2022-08-17T13:08:42.5554659Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.023s) 2022-08-17T13:08:42.5605883Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.5665577Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.006s) 2022-08-17T13:08:42.5684405Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-08-17T13:08:42.5741151Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-08-17T13:08:42.5789700Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.5837855Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.5886214Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.5939268Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.5988003Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6040961Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6082741Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-08-17T13:08:42.6133729Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6190262Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.006s) 2022-08-17T13:08:42.6244530Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6298795Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6351642Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-08-17T13:08:42.6416792Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-08-17T13:08:42.6500366Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-08-17T13:08:42.6591190Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-08-17T13:08:42.6667388Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-08-17T13:08:42.6751729Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-08-17T13:08:42.6792848Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.6832525Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.6871615Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.6908993Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.6946661Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7023523Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-08-17T13:08:42.7063097Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7135017Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T13:08:42.7174418Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7245612Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T13:08:42.7285735Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7322245Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7357560Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-08-17T13:08:42.7397985Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7468586Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T13:08:42.7506661Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7544884Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7580339Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7622484Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-08-17T13:08:42.7693844Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-08-17T13:08:42.7769842Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-08-17T13:08:42.7848357Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-08-17T13:08:42.8089210Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-08-17T13:08:42.8286863Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-08-17T13:08:42.8343912Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-08-17T13:08:42.8390350Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-08-17T13:08:42.8539111Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-08-17T13:08:42.8585965Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-08-17T13:08:42.8709315Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-08-17T13:08:42.9032693Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-08-17T13:08:42.9272335Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-08-17T13:08:42.9405018Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-08-17T13:08:42.9506157Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-08-17T13:08:42.9576257Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-08-17T13:08:43.0382180Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.080s) 2022-08-17T13:08:43.0547620Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-08-17T13:08:43.0556432Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-08-17T13:08:43.0569783Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-08-17T13:08:43.0622589Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-08-17T13:08:43.0849286Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.023s) 2022-08-17T13:08:43.1017527Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-08-17T13:08:43.1024448Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-08-17T13:08:43.1046733Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-08-17T13:08:43.1076457Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-08-17T13:08:43.1109652Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-08-17T13:08:43.1131517Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-08-17T13:08:43.1244391Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.011s) 2022-08-17T13:08:43.1302698Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.006s) 2022-08-17T13:08:43.1441312Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.014s) 2022-08-17T13:08:43.1741945Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.030s) 2022-08-17T13:08:43.1747790Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-08-17T13:08:43.1801245Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T13:08:43.1854631Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T13:08:43.1908738Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T13:08:43.1964466Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-08-17T13:08:43.2019505Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-08-17T13:08:43.2075552Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-08-17T13:08:43.2137052Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-08-17T13:08:43.2152600Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-08-17T13:08:43.2260114Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-08-17T13:08:43.2268958Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2278620Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-08-17 13:08:43 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:43.2281219Z STAGE:2022-08-17 13:08:43 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:43.2286225Z ok (0.002s) 2022-08-17T13:08:43.2311624Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2396788Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:08:43.2404523Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2440364Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T13:08:43.2493270Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T13:08:43.2528646Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-08-17T13:08:43.2602255Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-08-17T13:08:43.2645314Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T13:08:43.2695055Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T13:08:43.2701905Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2755874Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T13:08:43.2774729Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2791948Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2809833Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2847002Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T13:08:43.2859678Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2871943Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2882938Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:08:43.2903703Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2927120Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2945432Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.2983716Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-08-17T13:08:43.3001587Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.3025021Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:08:43.3078987Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-08-17T13:08:43.3155061Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:08:43.3295738Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-08-17T13:08:43.3507200Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T13:08:43.3618573Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-08-17T13:08:43.3704023Z test_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.3838870Z test_conv (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-08-17T13:08:43.4011099Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-08-17T13:08:43.4103255Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:43.4188642Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.4327296Z test_ge (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-08-17T13:08:43.4332193Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-08-17T13:08:43.6240385Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.191s) 2022-08-17T13:08:43.6614995Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T13:08:43.6690220Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.6758229Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.6815293Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.6840517Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.6905789Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.6969615Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.6999551Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:43.7052618Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:43.7128458Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.7187415Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.7210413Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.7233241Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.7242078Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-08-17T13:08:43.7336128Z Check that dictionary access doesn't care about insertion order ... ok (0.010s) 2022-08-17T13:08:43.7409297Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.7477161Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.7569546Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:43.7579652Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-08-17T13:08:43.7698892Z Check that the trace remembers which keys were in a dict input ... ok (0.013s) 2022-08-17T13:08:43.7763375Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.7768170Z test_input_flatten (jit.test_tracer.TestTracer) 2022-08-17T13:08:43.7894531Z Check that inputs to traced functions are flattened ... ok (0.013s) 2022-08-17T13:08:43.7926852Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:43.7991658Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.8063447Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.8143529Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.8219554Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.8470840Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-08-17T13:08:43.8483679Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-08-17T13:08:43.8589211Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:08:43.8658301Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.8784867Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-08-17T13:08:43.8834490Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:43.8857955Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.8862723Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-08-17T13:08:43.8944695Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.009s) 2022-08-17T13:08:43.8996240Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:43.9068571Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.9143721Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:43.9223363Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:43.9243781Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.9415847Z test_simple (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-08-17T13:08:43.9431047Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:08:43.9526246Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:43.9585831Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:43.9782553Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-08-17T13:08:43.9988855Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-08-17T13:08:44.0076280Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:44.0108147Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-08-17T13:08:44.0513112Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-08-17T13:08:44.0587291Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.0646358Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.0700903Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.0861503Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-08-17T13:08:44.0933303Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.0996255Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.1114104Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-08-17T13:08:44.1198802Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.1287311Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:44.1333440Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.1392993Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.1454484Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.1481499Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:44.1530861Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.1559093Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:44.1675485Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-08-17T13:08:44.1862572Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-08-17T13:08:44.2072350Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T13:08:44.2548182Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-08-17T13:08:44.2884914Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-08-17T13:08:44.2967352Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.3018421Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.3074372Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.3132080Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.3216750Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.3385516Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-08-17T13:08:44.3434497Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.3648170Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-08-17T13:08:44.3748248Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:08:44.4089198Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-08-17T13:08:44.4360431Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-08-17T13:08:44.4432210Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-08-17T13:08:44.4432919Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-08-17T13:08:44.4433274Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-08-17T13:08:44.4433677Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-08-17T13:08:44.4434100Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-08-17T13:08:44.4434617Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-08-17T13:08:44.4435170Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-08-17T13:08:44.4435610Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-08-17T13:08:44.4435918Z return (%12) 2022-08-17T13:08:44.4436033Z 2022-08-17T13:08:44.4438460Z ok (0.008s) 2022-08-17T13:08:44.4500169Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.4601738Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:08:44.4766189Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-08-17T13:08:44.4815275Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.4895448Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.5050246Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-08-17T13:08:44.5104622Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.5136983Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:44.5239346Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:08:44.5311595Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.5583522Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-08-17T13:08:44.5634149Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:08:44.5717723Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.5801994Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.5868965Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.6316337Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T13:08:44.6403819Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:44.6477756Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.6560702Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:08:44.7048706Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-08-17T13:08:44.7427393Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-08-17T13:08:44.7457061Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-08-17T13:08:44.7457631Z return x.topk(y, dim=1)[1] 2022-08-17T13:08:44.7527877Z ok (0.010s) 2022-08-17T13:08:44.7630978Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:08:44.7693943Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:44.7786029Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-08-17T13:08:44.7853246Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:44.7892317Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-08-17T13:08:44.7925135Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:08:44.8079900Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-08-17T13:08:44.8100745Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-08-17T13:08:44.8115439Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-08-17T13:08:44.8572934Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-08-17T13:08:44.9876073Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.130s) 2022-08-17T13:08:44.9937679Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:08:45.0009769Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:08:45.0022693Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.0387640Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.038s) 2022-08-17T13:08:45.0456297Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-08-17T13:08:45.0538021Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-08-17T13:08:45.0600557Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-08-17T13:08:45.0607247Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.0720410Z Types should be shared for identical constant values, and different for different constant values ... ok (0.012s) 2022-08-17T13:08:45.0727676Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.0787791Z Types should be shared even if attribute values differ ... ok (0.007s) 2022-08-17T13:08:45.0792884Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.0818610Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-08-17T13:08:45.0883820Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-08-17T13:08:45.0889141Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.1021016Z Simple example with a real nn Module ... ok (0.014s) 2022-08-17T13:08:45.1204561Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-08-17T13:08:45.1212212Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.1551838Z We should be able to differentiate between two ModuleDict instances ... ok (0.035s) 2022-08-17T13:08:45.1559838Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.1752058Z Mutating the value of an attribute should not change type sharing ... ok (0.020s) 2022-08-17T13:08:45.1758112Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.1833965Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-08-17T13:08:45.1839483Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.1948422Z Different functions passed in should lead to different types ... ok (0.011s) 2022-08-17T13:08:45.1953658Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.2031541Z Same functions passed in should lead to same types ... ok (0.008s) 2022-08-17T13:08:45.2043455Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.2284684Z Even if everything about the module is the same, different originating ... ok (0.025s) 2022-08-17T13:08:45.2291070Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.2404538Z Different functions passed in should lead to different types ... ok (0.012s) 2022-08-17T13:08:45.2409850Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.2487002Z Same functions passed in should lead to same types ... ok (0.008s) 2022-08-17T13:08:45.2721760Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-08-17T13:08:45.2730886Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3215193Z If submodules differ, the types should differ. ... ok (0.049s) 2022-08-17T13:08:45.3222730Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3352798Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-08-17T13:08:45.3359630Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3433832Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-08-17T13:08:45.3439575Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3496817Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-08-17T13:08:45.3501457Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3571197Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-08-17T13:08:45.3581493Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:08:45.3783280Z Test that type sharing can be disabled. ... ok (0.021s) 2022-08-17T13:08:45.3843336Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-08-17T13:08:45.3863622Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T13:08:45.3914013Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-08-17T13:08:45.3927734Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:08:45.3989451Z Test that module attributes can be ignored. ... ok (0.007s) 2022-08-17T13:08:45.4022394Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T13:08:45.4035547Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-08-17T13:08:45.4043343Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:08:45.4064784Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-08-17T13:08:45.4071071Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-08-17T13:08:45.4158130Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-08-17T13:08:45.4179646Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T13:08:45.4195774Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T13:08:45.4203754Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:08:45.4225766Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-08-17T13:08:45.4347888Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-08-17T13:08:45.4464159Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-08-17T13:08:45.4489474Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T13:08:45.4524525Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:08:45.4579495Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:08:45.4645111Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.4717413Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.007s) 2022-08-17T13:08:45.4962047Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.024s) 2022-08-17T13:08:45.4995668Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:08:45.5016447Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:08:45.5017074Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-08-17T13:08:45.5017322Z def fn(): 2022-08-17T13:08:45.5017520Z l1 = [1, 2, "foo", 3] 2022-08-17T13:08:45.5018024Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:08:45.5018333Z l2 = ["foo", "bar", "baz", "qux"] 2022-08-17T13:08:45.5018763Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-08-17T13:08:45.5019193Z (function emitListLiteral) 2022-08-17T13:08:45.5020291Z ok (0.002s) 2022-08-17T13:08:45.5039060Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:08:45.5039913Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-08-17T13:08:45.5040159Z def fn(): 2022-08-17T13:08:45.5040347Z l1 = ["foo", "bar", "baz", "qux"] 2022-08-17T13:08:45.5040548Z l2 = [1, 2, "foo", 3] 2022-08-17T13:08:45.5040817Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:08:45.5041047Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-08-17T13:08:45.5041339Z return d 2022-08-17T13:08:45.5041545Z (function emitListLiteral) 2022-08-17T13:08:45.5041845Z ok (0.002s) 2022-08-17T13:08:45.5140542Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.010s) 2022-08-17T13:08:45.5297817Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.016s) 2022-08-17T13:08:45.5391267Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-08-17T13:08:45.5563559Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.017s) 2022-08-17T13:08:45.5613964Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:08:45.5623192Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-08-17T13:08:45.5747667Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.012s) 2022-08-17T13:08:45.5761957Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-08-17T13:08:45.5850589Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-08-17T13:08:45.5927107Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-08-17T13:08:45.5958412Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:08:45.5996154Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T13:08:45.6075961Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.008s) 2022-08-17T13:08:45.6134647Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.6176089Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T13:08:45.6320072Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.014s) 2022-08-17T13:08:45.6354055Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:08:45.6423070Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.007s) 2022-08-17T13:08:45.6467036Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-08-17T13:08:45.6529296Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.6590012Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.6643603Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:08:45.6704516Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.6721734Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-08-17T13:08:45.6956716Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.023s) 2022-08-17T13:08:45.7013578Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.7061433Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:08:45.7110841Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:08:45.7173711Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-08-17T13:08:45.7217879Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.7336252Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T13:08:45.7381338Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.7430871Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T13:08:45.7467730Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.7511664Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.7546917Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.7632573Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:08:45.7686968Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T13:08:45.7728576Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.7748621Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T13:08:45.7767943Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T13:08:45.7825040Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T13:08:45.7840874Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T13:08:45.7855325Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-08-17T13:08:45.7872017Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-08-17T13:08:45.7924718Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T13:08:45.7958498Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-08-17T13:08:45.7959372Z "The inner type of a container is lost when " 2022-08-17T13:08:45.8005844Z ok (0.008s) 2022-08-17T13:08:45.8063195Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T13:08:45.8170694Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.011s) 2022-08-17T13:08:45.8232782Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T13:08:45.8259571Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.8288730Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.8316473Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.8346065Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.8381553Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.8480443Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.010s) 2022-08-17T13:08:45.8556331Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:08:45.8593195Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.8669592Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:08:45.8753938Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:08:45.8814156Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T13:08:45.8874693Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-08-17T13:08:45.8949559Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T13:08:45.9025809Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:08:45.9059153Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:45.9098003Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.9222078Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T13:08:45.9312376Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:08:45.9349292Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.9390881Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:08:45.9485322Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:08:45.9559914Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-08-17T13:08:45.9861288Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.030s) 2022-08-17T13:08:45.9948827Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:08:46.0088898Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:08:46.0089746Z File "", line 3 2022-08-17T13:08:46.0090142Z 2022-08-17T13:08:46.0090276Z def fn(): 2022-08-17T13:08:46.0090599Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T13:08:46.0091153Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:08:46.0091655Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T13:08:46.0091958Z x.append(torch.tensor(3)) 2022-08-17T13:08:46.0092178Z (function emitListLiteral) 2022-08-17T13:08:46.0186033Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:08:46.0186773Z File "", line 3 2022-08-17T13:08:46.0186909Z 2022-08-17T13:08:46.0186978Z def fn(): 2022-08-17T13:08:46.0187231Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T13:08:46.0187663Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:08:46.0187908Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T13:08:46.0188154Z x.append(torch.tensor(3)) 2022-08-17T13:08:46.0188376Z (function emitListLiteral) 2022-08-17T13:08:46.0189861Z ok (0.024s) 2022-08-17T13:08:46.0243023Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-08-17T13:08:46.0269586Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:46.0296960Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:08:46.0332945Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-08-17T13:08:46.0508679Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.017s) 2022-08-17T13:08:46.0524058Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-08-17T13:08:46.0573859Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-08-17T13:08:46.0619253Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-08-17T13:08:46.0655329Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T13:08:46.0697505Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T13:08:46.0753481Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-08-17T13:08:46.0783547Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T13:08:46.0810569Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T13:08:46.0840375Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T13:08:46.0866850Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T13:08:46.0896973Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-08-17T13:08:46.0964220Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-08-17T13:08:46.1002576Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T13:08:46.1039458Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-08-17T13:08:46.1070173Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T13:08:46.1099373Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T13:08:46.1176043Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.008s) 2022-08-17T13:08:46.1244462Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-08-17T13:08:46.1320106Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-08-17T13:08:46.1352025Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-08-17T13:08:46.1403736Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-08-17T13:08:46.1436874Z test_with_as (jit.test_with.TestWith) 2022-08-17T13:08:46.2122529Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.072s) 2022-08-17T13:08:46.2146250Z test_with_errors (jit.test_with.TestWith) 2022-08-17T13:08:46.2259077Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.014s) 2022-08-17T13:08:46.2277597Z test_with_exceptions (jit.test_with.TestWith) 2022-08-17T13:08:46.2505496Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.025s) 2022-08-17T13:08:46.2535712Z test_with_no_as (jit.test_with.TestWith) 2022-08-17T13:08:46.3230001Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.072s) 2022-08-17T13:08:46.3247074Z test_with_no_grad (jit.test_with.TestWith) 2022-08-17T13:08:46.3414515Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.018s) 2022-08-17T13:08:46.3424263Z test_with_record_function (jit.test_with.TestWith) 2022-08-17T13:08:46.3567877Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-08-17 13:08:46 3576:3576 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:46.3586557Z STAGE:2022-08-17 13:08:46 3576:3576 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:46.3603587Z ok (0.019s) 2022-08-17T13:08:46.3604518Z 2022-08-17T13:08:46.3604848Z ---------------------------------------------------------------------- 2022-08-17T13:08:46.3605154Z Ran 2641 tests in 117.134s 2022-08-17T13:08:46.3605289Z 2022-08-17T13:08:46.3605384Z OK (skipped=118, expected failures=7) 2022-08-17T13:08:46.3605609Z 2022-08-17T13:08:46.3605698Z Generating XML reports... 2022-08-17T13:08:46.3659659Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817130649.xml 2022-08-17T13:08:46.3678034Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220817130649.xml 2022-08-17T13:08:46.3680714Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220817130649.xml 2022-08-17T13:08:46.3686213Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220817130649.xml 2022-08-17T13:08:46.3703611Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817130649.xml 2022-08-17T13:08:46.3708417Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220817130649.xml 2022-08-17T13:08:46.3711689Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220817130649.xml 2022-08-17T13:08:46.3718998Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220817130649.xml 2022-08-17T13:08:46.3723708Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220817130649.xml 2022-08-17T13:08:46.3767252Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220817130649.xml 2022-08-17T13:08:46.3778752Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220817130649.xml 2022-08-17T13:08:46.3790925Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220817130649.xml 2022-08-17T13:08:46.3793949Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220817130649.xml 2022-08-17T13:08:46.3800901Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220817130649.xml 2022-08-17T13:08:46.3814974Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817130649.xml 2022-08-17T13:08:46.3836751Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220817130649.xml 2022-08-17T13:08:46.3843142Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817130649.xml 2022-08-17T13:08:46.3929616Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817130649.xml 2022-08-17T13:08:46.3942416Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220817130649.xml 2022-08-17T13:08:46.3951823Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220817130649.xml 2022-08-17T13:08:46.3985515Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220817130649.xml 2022-08-17T13:08:46.3988340Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220817130649.xml 2022-08-17T13:08:46.4014286Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220817130649.xml 2022-08-17T13:08:46.4016647Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817130649.xml 2022-08-17T13:08:46.4021407Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817130649.xml 2022-08-17T13:08:46.4023773Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220817130649.xml 2022-08-17T13:08:46.4039953Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817130649.xml 2022-08-17T13:08:46.4047749Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220817130649.xml 2022-08-17T13:08:46.4066313Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220817130649.xml 2022-08-17T13:08:46.4069376Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817130649.xml 2022-08-17T13:08:46.4081695Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817130649.xml 2022-08-17T13:08:46.4082558Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817130649.xml 2022-08-17T13:08:46.4098411Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220817130649.xml 2022-08-17T13:08:46.4179169Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220817130649.xml 2022-08-17T13:08:46.6026816Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220817130649.xml 2022-08-17T13:08:46.6033798Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220817130649.xml 2022-08-17T13:08:46.6093199Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220817130649.xml 2022-08-17T13:08:46.6099022Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220817130649.xml 2022-08-17T13:08:46.6103516Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817130649.xml 2022-08-17T13:08:46.6119653Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220817130649.xml 2022-08-17T13:08:46.6138029Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220817130649.xml 2022-08-17T13:08:46.6156687Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220817130649.xml 2022-08-17T13:08:46.6160857Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220817130649.xml 2022-08-17T13:08:46.6176193Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220817130649.xml 2022-08-17T13:08:46.6198341Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220817130649.xml 2022-08-17T13:08:46.6200647Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220817130649.xml 2022-08-17T13:08:46.6210084Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220817130649.xml 2022-08-17T13:08:46.6233515Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817130649.xml 2022-08-17T13:08:46.6236904Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817130649.xml 2022-08-17T13:08:46.6244224Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817130649.xml 2022-08-17T13:08:46.6247299Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220817130649.xml 2022-08-17T13:08:46.6276049Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220817130649.xml 2022-08-17T13:08:46.6278311Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220817130649.xml 2022-08-17T13:08:46.6288456Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220817130649.xml 2022-08-17T13:08:46.6296856Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220817130649.xml 2022-08-17T13:08:46.6309946Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817130649.xml 2022-08-17T13:08:46.6312399Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220817130649.xml 2022-08-17T13:08:46.6336533Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220817130649.xml 2022-08-17T13:08:46.6344370Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817130649.xml 2022-08-17T13:08:46.6354063Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220817130649.xml 2022-08-17T13:08:46.6364312Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817130649.xml 2022-08-17T13:08:46.6814471Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220817130649.xml 2022-08-17T13:08:46.6825020Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220817130649.xml 2022-08-17T13:08:46.6840799Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220817130649.xml 2022-08-17T13:08:46.6855002Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817130649.xml 2022-08-17T13:08:46.6860861Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220817130649.xml 2022-08-17T13:08:46.6875673Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220817130649.xml 2022-08-17T13:08:46.6880273Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220817130649.xml 2022-08-17T13:08:46.6898540Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220817130649.xml 2022-08-17T13:08:46.6916924Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817130649.xml 2022-08-17T13:08:46.6923137Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220817130649.xml 2022-08-17T13:08:46.6929407Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817130649.xml 2022-08-17T13:08:46.6933038Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220817130649.xml 2022-08-17T13:08:46.6961877Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220817130649.xml 2022-08-17T13:08:46.7051068Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220817130649.xml 2022-08-17T13:08:46.7072853Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220817130649.xml 2022-08-17T13:08:46.7085684Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220817130649.xml 2022-08-17T13:08:46.7117623Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220817130649.xml 2022-08-17T13:08:46.7154821Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220817130649.xml 2022-08-17T13:08:46.7157882Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817130649.xml 2022-08-17T13:08:46.7169613Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220817130649.xml 2022-08-17T13:08:46.7176514Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220817130649.xml 2022-08-17T13:08:46.7183148Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220817130649.xml 2022-08-17T13:08:46.7201261Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220817130649.xml 2022-08-17T13:08:46.7212631Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817130649.xml 2022-08-17T13:08:47.3361357Z Running test_foreach ... [2022-08-17 13:08:47.335702] 2022-08-17T13:08:47.3361910Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:08:47.335789] 2022-08-17T13:08:49.5201731Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-08-17T13:08:49.5269729Z 2022-08-17T13:08:49.5270040Z Running tests... 2022-08-17T13:08:49.5270761Z ---------------------------------------------------------------------- 2022-08-17T13:08:49.5301680Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T13:08:49.5315629Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5327832Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5340082Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5352025Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5363729Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5375805Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5387474Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5399185Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5411398Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5423226Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5435204Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:49.5913018Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:08:49.6376673Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:49.6845582Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.7311838Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.7779772Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.8249176Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.8715875Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.9182273Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:49.9649484Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:08:50.0115552Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:50.0579367Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:50.1043878Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:50.1480189Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:08:50.1913483Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.2346012Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.2781336Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.3213345Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.3645093Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.4077126Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.4514701Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:08:50.4949883Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.5383094Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.5819198Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.6253495Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.6686162Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.7117574Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.7549082Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.7982608Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.8415533Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.8849826Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.9282928Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:50.9715863Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:51.0148579Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:51.0581171Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:51.1018133Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:08:51.1453042Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:08:51.1911969Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.2319248Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:08:51.2778239Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.3237483Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.3696413Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.4154833Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.4613405Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.5074565Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.5530354Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.5985892Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-08-17T13:08:51.6443580Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.6905731Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:08:51.6927590Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.6949676Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.6971466Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.6993123Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7014705Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7035533Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7056368Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7076897Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7097963Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7118681Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7139468Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7161002Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7182013Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7202735Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7223562Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7243741Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7264339Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7284583Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7305101Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7325443Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7345880Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7366737Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7387498Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7407838Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7428217Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7448655Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7469402Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7489595Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7510569Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7531236Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7551969Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7572828Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7593207Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7614206Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7634575Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7655535Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7676063Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7699144Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7720261Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7741047Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7761562Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7782279Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7802673Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7823329Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7843915Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7864787Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7885314Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.7906285Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T13:08:51.8550154Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T13:08:51.9493896Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-08-17T13:08:51.9989449Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.049s) 2022-08-17T13:08:52.0511059Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-08-17T13:08:52.0688428Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: 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:08:52.0688963Z actual = self.func(*inputs, **kwargs) 2022-08-17T13:08:52.1164103Z ok (0.065s) 2022-08-17T13:08:52.1809884Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T13:08:52.2430287Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-08-17T13:08:52.3180700Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.075s) 2022-08-17T13:08:52.3926912Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-08-17T13:08:52.4664379Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T13:08:52.5413905Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.075s) 2022-08-17T13:08:52.6157963Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T13:08:52.6759143Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-08-17T13:08:52.7808518Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.105s) 2022-08-17T13:08:52.8310744Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-08-17T13:08:52.8832964Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-08-17T13:08:52.9628629Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-08-17T13:08:53.0227907Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-08-17T13:08:53.0808428Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-08-17T13:08:53.1865124Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.106s) 2022-08-17T13:08:53.2929736Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.106s) 2022-08-17T13:08:53.3980425Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-08-17T13:08:53.5036840Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-08-17T13:08:53.6095216Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-08-17T13:08:53.6695483Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-08-17T13:08:53.7515569Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.082s) 2022-08-17T13:08:53.8013697Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-08-17T13:08:53.8533530Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-08-17T13:08:53.9141910Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-08-17T13:08:53.9740565Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-08-17T13:08:54.0306479Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-08-17T13:08:54.0959171Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T13:08:54.1613374Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T13:08:54.2256086Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T13:08:54.2907434Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T13:08:54.3580358Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.067s) 2022-08-17T13:08:54.4517268Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-08-17T13:08:54.6166883Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.165s) 2022-08-17T13:08:54.6982241Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T13:08:54.7805378Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-08-17T13:08:54.8751260Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-08-17T13:08:54.9683564Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-08-17T13:08:55.0595141Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-08-17T13:08:55.1635368Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T13:08:55.2679165Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T13:08:55.3716299Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T13:08:55.4756006Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T13:08:55.5799638Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T13:08:55.6498746Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-08-17T13:08:55.7490109Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-08-17T13:08:55.8054184Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-08-17T13:08:55.8635716Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-08-17T13:08:55.9352943Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-08-17T13:08:56.0059397Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-08-17T13:08:56.0732695Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-08-17T13:08:56.1525187Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-08-17T13:08:56.2316855Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-08-17T13:08:56.3103087Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-08-17T13:08:56.3906303Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.080s) 2022-08-17T13:08:56.4711728Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.080s) 2022-08-17T13:08:56.5374182Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-08-17T13:08:56.6485337Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:08:56.7058090Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-08-17T13:08:56.7648277Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-08-17T13:08:56.8513906Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-08-17T13:08:56.9226549Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-08-17T13:08:56.9866474Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T13:08:57.0970548Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:57.2069686Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:57.3170044Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:57.4274019Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:57.5378286Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:57.6033434Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T13:08:57.6920557Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.089s) 2022-08-17T13:08:57.7488560Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-08-17T13:08:57.8076836Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-08-17T13:08:57.8744927Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-08-17T13:08:57.9400737Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T13:08:58.0043162Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T13:08:58.0755260Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-08-17T13:08:58.1472638Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-08-17T13:08:58.2176152Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-08-17T13:08:58.2890886Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.071s) 2022-08-17T13:08:58.3603306Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.071s) 2022-08-17T13:08:58.4601728Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-08-17T13:08:58.6313778Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.171s) 2022-08-17T13:08:58.7212256Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T13:08:58.8114198Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T13:08:58.9133037Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-08-17T13:08:59.0134930Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-08-17T13:08:59.1128436Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-08-17T13:08:59.2234706Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:08:59.3341661Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:08:59.4436926Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-08-17T13:08:59.5540834Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T13:08:59.6649693Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:08:59.6663185Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6674749Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6685594Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6697205Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6713761Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:08:59.6728722Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6744279Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:08:59.6759683Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6775136Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6789726Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6804636Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6819540Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6833891Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6848125Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6862815Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6877224Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6892646Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6908013Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6922845Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6938206Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6953040Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6967801Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6982980Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.6997880Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7013071Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7027909Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7042791Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7058077Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7072930Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7087423Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7102612Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7117577Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7132929Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7147806Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7162785Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7177540Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7192393Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7206223Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7220657Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7234652Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7249644Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7378450Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:08:59.7395855Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:08:59.7412497Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:08:59.7427563Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7442915Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7458078Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7472785Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7487319Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7502107Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7516734Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.7531634Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T13:08:59.8770833Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T13:09:00.0305488Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.153s) 2022-08-17T13:09:00.1038411Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T13:09:00.1804222Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-08-17T13:09:00.3072341Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.127s) 2022-08-17T13:09:00.4321698Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.125s) 2022-08-17T13:09:00.5545317Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T13:09:00.6892457Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T13:09:00.8241024Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T13:09:00.9575199Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T13:09:01.0920151Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T13:09:01.2275588Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T13:09:01.3415840Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-08-17T13:09:01.4984147Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T13:09:01.5717415Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T13:09:01.6484197Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-08-17T13:09:01.8197591Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.171s) 2022-08-17T13:09:01.9329011Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.113s) 2022-08-17T13:09:02.0436297Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:09:02.2009124Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T13:09:02.3575298Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T13:09:02.5141627Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T13:09:02.6723195Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.158s) 2022-08-17T13:09:02.8298733Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T13:09:02.9427255Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-08-17T13:09:03.0770108Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T13:09:03.1505217Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T13:09:03.2269539Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-08-17T13:09:03.3420049Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-08-17T13:09:03.4568717Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.115s) 2022-08-17T13:09:03.5682931Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T13:09:03.6871101Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.119s) 2022-08-17T13:09:03.8058941Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.119s) 2022-08-17T13:09:03.9227433Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.117s) 2022-08-17T13:09:04.0398611Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.117s) 2022-08-17T13:09:04.1572015Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.117s) 2022-08-17T13:09:04.3219770Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.165s) 2022-08-17T13:09:04.5691046Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.247s) 2022-08-17T13:09:04.7065133Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T13:09:04.8465471Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.140s) 2022-08-17T13:09:05.0120545Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.165s) 2022-08-17T13:09:05.1771969Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.165s) 2022-08-17T13:09:05.3408450Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.164s) 2022-08-17T13:09:05.5162601Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.175s) 2022-08-17T13:09:05.6917889Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.175s) 2022-08-17T13:09:05.8636082Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.172s) 2022-08-17T13:09:06.0357180Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.172s) 2022-08-17T13:09:06.2077959Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.172s) 2022-08-17T13:09:06.3424205Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T13:09:06.5040983Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.162s) 2022-08-17T13:09:06.5881250Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-08-17T13:09:06.6745356Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-08-17T13:09:06.8120013Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T13:09:06.9474532Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T13:09:07.0802301Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T13:09:07.2221664Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.142s) 2022-08-17T13:09:07.3668808Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.145s) 2022-08-17T13:09:07.5078451Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.141s) 2022-08-17T13:09:07.6499243Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.142s) 2022-08-17T13:09:07.7929463Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.143s) 2022-08-17T13:09:07.9165940Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T13:09:08.0816692Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.165s) 2022-08-17T13:09:08.1659121Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-08-17T13:09:08.2534947Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-08-17T13:09:08.4354730Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T13:09:08.5595290Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T13:09:08.6808131Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-08-17T13:09:08.8484093Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.167s) 2022-08-17T13:09:09.0153852Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.167s) 2022-08-17T13:09:09.1832748Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.168s) 2022-08-17T13:09:09.3501237Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-08-17T13:09:09.5171372Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-08-17T13:09:09.6412467Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T13:09:09.7842118Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.143s) 2022-08-17T13:09:09.8683134Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-08-17T13:09:09.9548548Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-08-17T13:09:10.0811415Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-08-17T13:09:10.2049269Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T13:09:10.3252705Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T13:09:10.4517174Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-08-17T13:09:10.5780317Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.126s) 2022-08-17T13:09:10.7031512Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-08-17T13:09:10.8294785Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-08-17T13:09:10.9567726Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.127s) 2022-08-17T13:09:11.1322557Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.175s) 2022-08-17T13:09:11.3895391Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.257s) 2022-08-17T13:09:11.5386173Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.149s) 2022-08-17T13:09:11.6883187Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.150s) 2022-08-17T13:09:11.8655832Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.177s) 2022-08-17T13:09:12.0396479Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-08-17T13:09:12.2126858Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.173s) 2022-08-17T13:09:12.3949645Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T13:09:12.5772323Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T13:09:12.7572454Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.180s) 2022-08-17T13:09:12.9397712Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T13:09:13.1225316Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.183s) 2022-08-17T13:09:13.1622295Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:09:13.2191823Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.057s) 2022-08-17T13:09:13.2665690Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:09:13.3156446Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.049s) 2022-08-17T13:09:13.3562025Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:09:13.3950455Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T13:09:13.4315637Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T13:09:13.4539740Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:13.4770221Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:13.4976455Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T13:09:13.5201054Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:13.5425100Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:13.5657643Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:13.6137242Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:13.6435896Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T13:09:13.6742710Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T13:09:13.6983702Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T13:09:13.7215545Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:13.7435295Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:13.7916919Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:13.8402791Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:13.8886844Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:13.9369031Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:13.9852956Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:14.0086498Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:14.0212491Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:14.0508157Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:09:14.0813773Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T13:09:14.1057827Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T13:09:14.1293719Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:14.1516694Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:14.1646321Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:14.1778427Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:14.1898591Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:14.2027556Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:14.2158807Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:14.2547731Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T13:09:14.4033467Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.148s) 2022-08-17T13:09:14.4505613Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-08-17T13:09:14.5007678Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-08-17T13:09:14.5415825Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:09:14.5805768Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T13:09:14.6172871Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T13:09:14.6395922Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:14.6623794Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T13:09:14.6828895Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-08-17T13:09:14.7051850Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:14.7276570Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:09:14.7738037Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T13:09:14.8354841Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.062s) 2022-08-17T13:09:14.8899698Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:14.9449245Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-08-17T13:09:14.9928174Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-08-17T13:09:15.0378971Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-08-17T13:09:15.0806090Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:09:15.1083444Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.1364601Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.1626496Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:09:15.1903793Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.2187794Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.2479806Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:09:15.3017390Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:15.3380552Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T13:09:15.3750143Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T13:09:15.4052635Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T13:09:15.4342771Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:09:15.4625441Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.5164039Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:15.5699348Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-08-17T13:09:15.6238215Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:15.6770382Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-08-17T13:09:15.7312992Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:15.7608961Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:09:15.7784976Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:09:15.8145633Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T13:09:15.8513459Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T13:09:15.8823483Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T13:09:15.9115118Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:09:15.9398401Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:15.9579792Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:09:15.9760385Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:09:15.9932837Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:09:16.0114085Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:09:16.0296233Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:09:16.0753124Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-08-17T13:09:16.2285609Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.153s) 2022-08-17T13:09:16.2823650Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-08-17T13:09:16.3385213Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-08-17T13:09:16.3873718Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-08-17T13:09:16.4324019Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-08-17T13:09:16.4754101Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:09:16.5033887Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:16.5314307Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:16.5572207Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:09:16.5850431Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:16.6134324Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:09:16.6153292Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6172299Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6189585Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6206498Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6223419Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6240085Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6256705Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6273025Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6289719Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6306443Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6322867Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6339603Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6355994Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6372593Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6389458Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6405982Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6422518Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6438898Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6455819Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6472701Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6489031Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6505755Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6521916Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6538385Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6554707Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6571327Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6587757Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6603971Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6620484Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6636709Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6653311Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6669867Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6686335Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6703396Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6719975Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6736754Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6753277Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6769761Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6786578Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6803087Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6819905Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6836590Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6853310Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6869742Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6886291Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6903392Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6919661Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6936317Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:09:16.6951449Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:09:16.6966679Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:09:16.7089426Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.7155795Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7285608Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:09:16.7405367Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.7526105Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.7593703Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7661968Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7730358Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7797614Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7865029Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.7983033Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.8054361Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.8177810Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.8296753Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.8417471Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:09:16.8484911Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.8557145Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.8620333Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:09:16.8687506Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.8756518Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:09:16.8781626Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8804698Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8827093Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8848925Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8871482Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8894163Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8916339Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.8938499Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T13:09:16.9090324Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:09:16.9183552Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-08-17T13:09:16.9341601Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:09:16.9495496Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:09:16.9645027Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:09:16.9748989Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:16.9846581Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:16.9939775Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-08-17T13:09:17.0036582Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.0136083Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.0299166Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:09:17.0397765Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.0555932Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:09:17.0709419Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:09:17.0860616Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:09:17.0957208Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.1054484Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.1149801Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-08-17T13:09:17.1247144Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:17.1343911Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:09:18.5511375Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.417s) 2022-08-17T13:09:19.9686075Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.417s) 2022-08-17T13:09:21.1525518Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.184s) 2022-08-17T13:09:22.3281336Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.175s) 2022-08-17T13:09:23.9813087Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.653s) 2022-08-17T13:09:25.6345204Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.653s) 2022-08-17T13:09:27.2926225Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.658s) 2022-08-17T13:09:28.9503354Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.658s) 2022-08-17T13:09:30.6105727Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.660s) 2022-08-17T13:09:31.9632889Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.353s) 2022-08-17T13:09:33.3179724Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.355s) 2022-08-17T13:09:34.4458716Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.128s) 2022-08-17T13:09:35.5612264Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.115s) 2022-08-17T13:09:36.5613699Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.000s) 2022-08-17T13:09:37.5630773Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.002s) 2022-08-17T13:09:38.5553151Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.992s) 2022-08-17T13:09:39.5531119Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.998s) 2022-08-17T13:09:40.5552600Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.002s) 2022-08-17T13:09:42.0830130Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.528s) 2022-08-17T13:09:43.6201279Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.537s) 2022-08-17T13:09:44.9149700Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.295s) 2022-08-17T13:09:46.2075024Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.292s) 2022-08-17T13:09:47.9668041Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.759s) 2022-08-17T13:09:49.7262251Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.759s) 2022-08-17T13:09:51.4830083Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.757s) 2022-08-17T13:09:53.2387080Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.756s) 2022-08-17T13:09:54.9950278Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.756s) 2022-08-17T13:09:56.4551307Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.460s) 2022-08-17T13:09:57.9206204Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.465s) 2022-08-17T13:09:59.1464477Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.226s) 2022-08-17T13:10:00.3711556Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.225s) 2022-08-17T13:10:01.4713469Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.100s) 2022-08-17T13:10:02.5674650Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.096s) 2022-08-17T13:10:03.6573301Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.090s) 2022-08-17T13:10:04.7472641Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.090s) 2022-08-17T13:10:05.8451887Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.098s) 2022-08-17T13:10:05.8464933Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:05.8476855Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:05.8489468Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:05.8501615Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:05.8781916Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T13:10:05.9118200Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T13:10:05.9469313Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T13:10:05.9768442Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T13:10:06.0044362Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:06.0309808Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:06.0665761Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T13:10:06.1097555Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:06.1534546Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:06.1915872Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T13:10:06.2271599Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T13:10:06.2626749Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T13:10:06.2740427Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.2962628Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:10:06.3183307Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:10:06.3294888Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.3402203Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.3503310Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.3568243Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:06.3633016Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:06.3692439Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:06.3758616Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:10:06.3823750Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:06.3977006Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.4148612Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:06.4268919Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:06.4384161Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.4543357Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:06.4707889Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:06.4829203Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:06.4943020Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.5105126Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:06.5257675Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.5370295Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.5476809Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.5583105Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.5689228Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.5789302Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.5935795Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.6095096Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:06.6206850Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.6312288Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.6459280Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.6614410Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.6722205Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.6823876Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.6934820Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.7045760Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.7150649Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.7264586Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.7374615Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.7479024Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.7608057Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:06.7739571Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:06.7849248Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.7954149Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.8062703Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8169887Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8273130Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.8380780Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8497245Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8590988Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.8697902Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8806875Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.8908235Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:06.9053354Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:06.9208455Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:06.9327275Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:06.9440465Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.9549602Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.9667559Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:06.9779299Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:06.9920823Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:07.0073008Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.0189262Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:07.0299881Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.0440220Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:07.0591527Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.0708721Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:07.0820075Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.0944918Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:07.1074193Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:07.1179707Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.1278965Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.1342603Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:07.1405363Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:07.1463790Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:07.1526808Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:07.1590252Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-08-17T13:10:07.1695237Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.1799854Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.1897910Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2002437Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2106629Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2205095Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2310755Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2416067Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2514275Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.2661345Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.2817412Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:07.2926842Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.3031909Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.3178381Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.3332354Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.3438562Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.3539797Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.3643408Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.3775971Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:07.3915771Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:07.4026855Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.4133325Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.4280913Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.4437901Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:07.4549523Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.4656725Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.4805552Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:07.4962030Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:07.5067226Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.5171715Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.5276205Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.5386585Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T13:10:07.5491165Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-08-17T13:10:07.5506164Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:10:07.5520047Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5533817Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5547274Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5560664Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5574299Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5587492Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5600706Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5614296Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5627549Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5640765Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5654392Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5667938Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5681289Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5694798Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5707934Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5721467Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5734821Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5748046Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5761287Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5774885Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5788092Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5801384Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5815000Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5828196Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5841566Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5855374Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5868551Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5881635Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5895139Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5908522Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5921914Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5935492Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5948719Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5962168Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5975554Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.5988695Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6001980Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6015546Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6028754Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6042047Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6055781Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6068962Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6082217Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6095770Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6109092Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6122331Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6135905Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6149239Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6162614Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6176173Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6189443Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6202745Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6216308Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6229536Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6242889Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6256444Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6269730Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6282985Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6296751Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6309893Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6323190Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6336753Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6350117Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6363444Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6377012Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6390307Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6403755Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6417417Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6430656Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6443967Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6457686Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6471000Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6484361Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6497917Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6511261Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6524557Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6538139Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6551396Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6564831Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6578213Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6591572Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6604793Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6618213Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6631638Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6644760Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6658251Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6671459Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6684652Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6698185Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6711823Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6724841Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6738261Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6751498Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6764730Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6778141Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6791313Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6804654Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6818367Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6832107Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6845316Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6858780Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6871949Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6885109Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6898697Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6911999Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6925179Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6938613Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6952128Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.6965218Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:10:07.7092788Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:07.7536823Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:07.7779157Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T13:10:07.8024174Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T13:10:07.8161096Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:07.8286224Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:07.8404854Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:07.8484833Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:07.8570217Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:07.8645714Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:10:07.8727240Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:07.8808888Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:07.8936287Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:07.9198385Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:07.9385102Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-08-17T13:10:07.9586973Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-08-17T13:10:08.0012067Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:08.0156209Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:08.0289309Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:08.0556356Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.0824963Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.1092683Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.1362874Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.1632344Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.1762384Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:08.2022321Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.2206255Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:08.2402086Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-08-17T13:10:08.2832557Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:08.2978683Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:08.3111774Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:08.3378265Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.3645787Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.3918053Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.4186275Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.4453583Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:08.4581812Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:08.4840702Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.5034026Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-08-17T13:10:08.5212376Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:08.5631227Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:08.5771141Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:08.5896737Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:08.6154811Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.6416073Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.6673159Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.6932429Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.7189860Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:08.7314750Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:08.7715416Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:08.8130067Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:08.8539844Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:08.8958144Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:08.9094433Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:08.9216710Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:08.9622272Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:09.0028973Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:09.0437266Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:09.0845273Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:09.1249785Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:09.1385498Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:09.1642311Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.1819226Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:09.2001552Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:09.2418618Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:09.2557457Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:09.2683416Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:09.2949556Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.3210778Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.3478658Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:09.3741619Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.4002449Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.4139981Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:09.4398356Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.4570918Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:09.4747957Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:09.5168301Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:09.5300660Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:09.5431285Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:09.5693082Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.5956753Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.6217123Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.6476337Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.6735248Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.6874340Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:09.7134082Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.7572181Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:09.8001201Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:09.8418401Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:09.8551169Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:09.8676754Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:09.8936563Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.9196490Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.9457696Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.9718701Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:09.9987566Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.0125580Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:10.0384678Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.0825164Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:10.1265070Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:10.1689672Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:10.1824579Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.1951787Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.2220090Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.2488951Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.2751707Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.3015947Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.3286035Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.3416026Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.3675602Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.3839015Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:10.3998625Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:10.4418858Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:10.4552315Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.4676213Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:10.4933471Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.5193255Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.5461337Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.5729589Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:10.5989935Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.6119792Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.6376238Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.6814768Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:10.7241783Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:10.7659628Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:10.7795630Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:10.7918364Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:10.8175130Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:10.8435096Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.8697121Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.8952654Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:10.9209348Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:10.9334947Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:10.9739848Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.0157110Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:11.0572582Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:11.0995446Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:11.1124565Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:11.1246240Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:11.1652915Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.2063834Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:11.2471256Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:11.2875923Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.3284079Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:11.3413298Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:11.3814664Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.4246644Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:11.4678443Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:11.4809479Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:11.4932600Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:11.5049713Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:11.5452762Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.5854112Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.6256608Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.6658318Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.7064771Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:11.7193692Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:11.7455602Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.7631465Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:11.7809793Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:11.8232146Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:11.8372383Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:11.8504176Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:11.8764167Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.9026086Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.9288874Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.9549859Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.9807835Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:11.9933775Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.0185519Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:12.0613960Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:12.1048180Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:12.1465607Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:12.1605412Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:12.1737243Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.1998887Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.2260385Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.2522324Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.2784494Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.3043788Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.3173593Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.3433710Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.3611628Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:12.3796631Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:12.4214877Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:12.4353509Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:12.4485382Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.4746280Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.5008233Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.5271555Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.5543123Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:12.5805841Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.5941000Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.6259345Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T13:10:12.6478047Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T13:10:12.6657840Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:12.7078824Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:12.7223711Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:12.7354018Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.7613220Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.7874658Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.8135204Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.8396747Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.8661369Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:12.8787227Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.9171110Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T13:10:12.9326456Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:12.9474339Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:12.9600709Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:12.9723282Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:12.9840248Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:12.9919885Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:12.9999166Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:13.0073639Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-08-17T13:10:13.0152145Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:13.0230885Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-08-17T13:10:13.0353505Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:13.0604899Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.0749411Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:13.0897133Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-08-17T13:10:13.1023535Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:13.1147531Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:13.1265529Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:13.1519192Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.1773311Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.2029519Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.2284928Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.2538982Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.2664838Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:13.3064722Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:13.3498014Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:13.3926115Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:13.4345937Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:13.4476736Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:13.4596823Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:13.4998268Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:13.5402391Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:13.5804844Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:13.6204317Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:13.6644126Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T13:10:13.6820295Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:13.7073259Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T13:10:13.7230810Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:13.7392944Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:13.7813900Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:13.7945822Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:13.8067262Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:13.8323770Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.8582134Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.8841188Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.9107837Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:13.9369567Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.9499010Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:13.9759795Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:13.9937849Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:14.0119674Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:14.0538562Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:14.0673243Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.0800582Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.1061005Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.1321205Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.1583392Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.1844966Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.2111116Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:14.2252319Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:14.2508496Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.2676054Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:14.2852090Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:14.3275024Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:14.3407120Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.3533806Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.3793820Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.4054240Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.4318281Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.4586508Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:14.4849255Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.4976357Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.5235441Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.5398134Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-08-17T13:10:14.5565249Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-08-17T13:10:14.5990248Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:14.6126685Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:14.6253730Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.6513745Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.6774702Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.7089856Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T13:10:14.7379610Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T13:10:14.7639544Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.7774552Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-08-17T13:10:14.8033426Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.8210796Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:14.8398251Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-08-17T13:10:14.8827176Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T13:10:14.8959706Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:14.9084218Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:14.9342634Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:14.9609213Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:14.9879197Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-08-17T13:10:15.0140934Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.0399644Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.0530352Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:15.0789316Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.0973912Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-08-17T13:10:15.1161858Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-08-17T13:10:15.1582703Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:15.1710037Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:15.1834989Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:15.2092437Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.2356609Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.2618086Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.2875029Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.3135224Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T13:10:15.3262895Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:15.3662231Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:15.4079538Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T13:10:15.4494099Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:15.4910082Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:15.5041548Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-08-17T13:10:15.5163625Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-08-17T13:10:15.5564596Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:15.5966196Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:15.6374683Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T13:10:15.6780429Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:15.7185722Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T13:10:15.7185948Z 2022-08-17T13:10:15.7186261Z ---------------------------------------------------------------------- 2022-08-17T13:10:15.7186658Z Ran 1142 tests in 86.192s 2022-08-17T13:10:15.7187054Z 2022-08-17T13:10:15.7187536Z OK (skipped=212) 2022-08-17T13:10:15.7187812Z 2022-08-17T13:10:15.7188003Z Generating XML reports... 2022-08-17T13:10:15.8979283Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220817130849.xml 2022-08-17T13:10:16.3439652Z Running test_type_hints ... [2022-08-17 13:10:16.343529] 2022-08-17T13:10:16.3440194Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:10:16.343613] 2022-08-17T13:10:17.5291733Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-08-17T13:10:17.5303962Z 2022-08-17T13:10:17.5304258Z Running tests... 2022-08-17T13:10:17.5304704Z ---------------------------------------------------------------------- 2022-08-17T13:10:17.5316448Z test_doc_examples (__main__.TestTypeHints) 2022-08-17T13:11:08.4933940Z Run documentation examples through mypy. ... ok (50.963s) 2022-08-17T13:11:08.4934290Z 2022-08-17T13:11:08.4934703Z ---------------------------------------------------------------------- 2022-08-17T13:11:08.4935491Z Ran 1 test in 50.963s 2022-08-17T13:11:08.4935743Z 2022-08-17T13:11:08.4935858Z OK 2022-08-17T13:11:08.4936030Z 2022-08-17T13:11:08.4938221Z Generating XML reports... 2022-08-17T13:11:08.4963919Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220817131017.xml 2022-08-17T13:11:10.4260886Z Running distributions/test_distributions ... [2022-08-17 13:11:10.425656] 2022-08-17T13:11:10.4261697Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:11:10.425743] 2022-08-17T13:11:12.1104286Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-08-17T13:11:12.1174650Z 2022-08-17T13:11:12.1174767Z Running tests... 2022-08-17T13:11:12.1175340Z ---------------------------------------------------------------------- 2022-08-17T13:11:12.1600714Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:12.1606940Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:12.1607249Z ok (0.043s) 2022-08-17T13:11:12.1834612Z test_icdf (__main__.TestAgainstScipy) ... ok (0.022s) 2022-08-17T13:11:13.3053246Z test_mean (__main__.TestAgainstScipy) ... ok (1.122s) 2022-08-17T13:11:13.3315324Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:11:13.3316311Z return torch.as_tensor(tensor_like) 2022-08-17T13:11:13.3387496Z ok (0.033s) 2022-08-17T13:11:13.3883479Z test_params_constraints (__main__.TestConstraints) ... ok (0.049s) 2022-08-17T13:11:13.4540444Z test_support_constraints (__main__.TestConstraints) ... ok (0.066s) 2022-08-17T13:11:13.4564419Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4588235Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4609881Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4636500Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.4656434Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4677663Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4715258Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:11:13.4734399Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4754438Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4774560Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4794928Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4819746Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.4847779Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.4872628Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.5080231Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.021s) 2022-08-17T13:11:13.5099955Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5120600Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5141261Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5162838Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5184138Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5208994Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5229228Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5249468Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5271657Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5295099Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5314000Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5335742Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5360038Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5387453Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.5405966Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5427156Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5479181Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:11:13.5500332Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5521875Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5545245Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5564204Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5585305Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5610349Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5638667Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.5660850Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-08-17T13:11:13.5691985Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:11:13.5732025Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:11:13.5926049Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.019s) 2022-08-17T13:11:13.6010182Z test_bernoulli (__main__.TestDistributions) ... ok (0.008s) 2022-08-17T13:11:13.6029837Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:13.6052639Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:13.6608517Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.055s) 2022-08-17T13:11:14.0182417Z test_beta_sample (__main__.TestDistributions) ... ok (0.357s) 2022-08-17T13:11:14.0212363Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:14.0447097Z test_beta_underflow (__main__.TestDistributions) ... ok (0.023s) 2022-08-17T13:11:14.0456500Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:11:14.0695227Z test_binomial (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:11:14.0723136Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:14.0763208Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:14.1293066Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.053s) 2022-08-17T13:11:14.1329712Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:14.1787136Z test_binomial_sample (__main__.TestDistributions) ... ok (0.046s) 2022-08-17T13:11:14.1811595Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:14.2338874Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.053s) 2022-08-17T13:11:14.2388752Z test_categorical_1d (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:11:14.2474701Z test_categorical_2d (__main__.TestDistributions) ... ok (0.008s) 2022-08-17T13:11:14.2491665Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:14.2615250Z test_cauchy (__main__.TestDistributions) ... ok (0.012s) 2022-08-17T13:11:14.4319234Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:14.4319783Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:14.4445479Z ok (0.183s) 2022-08-17T13:11:14.5174940Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.073s) 2022-08-17T13:11:14.6254403Z test_chi2_sample (__main__.TestDistributions) ... ok (0.108s) 2022-08-17T13:11:14.6307618Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:11:14.6438789Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.013s) 2022-08-17T13:11:14.6463816Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:14.6493368Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:14.6516547Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:14.6920443Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.040s) 2022-08-17T13:11:14.6943452Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:15.1023411Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:15.1024128Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:15.2109772Z ok (0.516s) 2022-08-17T13:11:15.3399645Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.129s) 2022-08-17T13:11:15.3652016Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.025s) 2022-08-17T13:11:15.3750284Z test_exponential (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:11:15.4760385Z test_exponential_sample (__main__.TestDistributions) ... ok (0.101s) 2022-08-17T13:11:15.4825401Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:16.3949142Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.912s) 2022-08-17T13:11:16.3957038Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:11:16.3976949Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-08-17T13:11:16.4018648Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:16.7064232Z test_gamma_sample (__main__.TestDistributions) ... ok (0.304s) 2022-08-17T13:11:16.7116249Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:11:16.7179751Z test_geometric (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:16.7293142Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-08-17T13:11:16.7353524Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:16.7409282Z test_gumbel (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:17.4090584Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.668s) 2022-08-17T13:11:17.4194580Z test_halfcauchy (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:11:17.4291550Z test_halfnormal (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:11:17.4350063Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:17.5427637Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.108s) 2022-08-17T13:11:17.5439280Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-08-17T13:11:18.0778635Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:18.0779152Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:18.1690953Z ok (0.625s) 2022-08-17T13:11:18.4124214Z test_independent_shape (__main__.TestDistributions) ... ok (0.243s) 2022-08-17T13:11:18.4479442Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.035s) 2022-08-17T13:11:18.4682763Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.020s) 2022-08-17T13:11:18.4717703Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:18.4903705Z test_laplace (__main__.TestDistributions) ... ok (0.018s) 2022-08-17T13:11:18.7896884Z test_laplace_sample (__main__.TestDistributions) ... ok (0.299s) 2022-08-17T13:11:18.7925132Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:18.8038117Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-08-17T13:11:18.8251871Z test_logisticnormal (__main__.TestDistributions) ... ok (0.021s) 2022-08-17T13:11:18.8269757Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:19.1950598Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.368s) 2022-08-17T13:11:19.2113777Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-08-17T13:11:19.2178492Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:19.5231203Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.305s) 2022-08-17T13:11:19.5303213Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:11:19.5589508Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.028s) 2022-08-17T13:11:19.5627894Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:19.6027520Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.040s) 2022-08-17T13:11:19.6423747Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.040s) 2022-08-17T13:11:19.6495132Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:11:19.6994640Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.050s) 2022-08-17T13:11:19.7075918Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.008s) 2022-08-17T13:11:19.7885456Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:19.7885957Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:19.7978904Z ok (0.090s) 2022-08-17T13:11:19.8082647Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:11:19.8127799Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:19.8240418Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.011s) 2022-08-17T13:11:19.8314282Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:11:19.8522031Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.020s) 2022-08-17T13:11:19.8545691Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:19.9669031Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.112s) 2022-08-17T13:11:20.0260908Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.059s) 2022-08-17T13:11:20.0273932Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-08-17T13:11:20.0442924Z test_negative_binomial (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:11:20.0922302Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.048s) 2022-08-17T13:11:20.0958522Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:11:20.1127029Z test_normal (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:11:20.4149723Z test_normal_sample (__main__.TestDistributions) ... ok (0.302s) 2022-08-17T13:11:20.4212108Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:20.4276971Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:20.4298265Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:20.4355138Z test_pareto (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:20.7515043Z test_pareto_sample (__main__.TestDistributions) ... ok (0.316s) 2022-08-17T13:11:20.7526045Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-08-17T13:11:20.7532710Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:11:20.7612705Z test_poisson_log_prob (__main__.TestDistributions) ... /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:11:20.7613459Z warnings.warn(msg, FutureWarning) 2022-08-17T13:11:20.7615722Z ok (0.008s) 2022-08-17T13:11:20.7679627Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:11:20.7699583Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:20.7840723Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.014s) 2022-08-17T13:11:20.7920698Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-08-17T13:11:20.8053829Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-08-17T13:11:20.8222797Z test_repr (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:11:20.8397447Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:11:20.8527843Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:20.8528377Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:20.8564746Z ok (0.017s) 2022-08-17T13:11:20.8739704Z test_sample_detached (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:11:20.8808098Z test_studentT (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:11:20.9671474Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.086s) 2022-08-17T13:11:22.2652627Z test_studentT_sample (__main__.TestDistributions) ... ok (1.298s) 2022-08-17T13:11:22.2888410Z test_support_attributes (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:11:22.3004532Z test_uniform (__main__.TestDistributions) ... ok (0.012s) 2022-08-17T13:11:22.3296793Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.029s) 2022-08-17T13:11:22.3418095Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.012s) 2022-08-17T13:11:31.0380718Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.696s) 2022-08-17T13:11:31.0440985Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:31.0441508Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:31.1095476Z ok (0.071s) 2022-08-17T13:11:31.1113624Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-08-17T13:11:31.1114695Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-08-17T13:11:32.3146784Z ok (1.205s) 2022-08-17T13:11:32.3173102Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:11:32.5899221Z test_wishart_sample (__main__.TestDistributions) ... ok (0.272s) 2022-08-17T13:11:32.6323956Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6324876Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.6459170Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6459634Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.6594379Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6594855Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.6713690Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6714419Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.6856913Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6857368Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.6955567Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:32.6956004Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:32.7060642Z ok (0.116s) 2022-08-17T13:11:32.7077326Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-08-17T13:11:32.7088354Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:11:32.7105268Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-08-17T13:11:32.7147312Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-08-17T13:11:32.7187638Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-08-17T13:11:32.7222918Z test_stack_transform (__main__.TestFunctors) ... ok (0.003s) 2022-08-17T13:11:35.0239563Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:11:35.0240135Z warnings.warn("Singular sample detected.") 2022-08-17T13:11:35.3866180Z ok (2.664s) 2022-08-17T13:11:38.4595022Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-08-17T13:11:38.4595854Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-08-17T13:11:38.9266986Z ok (3.540s) 2022-08-17T13:11:39.1389440Z test_enumerate_support (__main__.TestJit) ... ok (0.212s) 2022-08-17T13:11:45.1388966Z test_log_prob (__main__.TestJit) ... ok (6.000s) 2022-08-17T13:11:46.7417375Z test_mean (__main__.TestJit) ... ok (1.603s) 2022-08-17T13:11:47.1066553Z test_rsample (__main__.TestJit) ... ok (0.365s) 2022-08-17T13:11:47.6455914Z test_sample (__main__.TestJit) ... ok (0.539s) 2022-08-17T13:11:50.4441939Z test_variance (__main__.TestJit) ... ok (2.798s) 2022-08-17T13:11:50.4784327Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.034s) 2022-08-17T13:11:52.6819483Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.203s) 2022-08-17T13:11:52.6932781Z test_kl_edgecases (__main__.TestKL) ... ok (0.011s) 2022-08-17T13:11:52.7133967Z test_kl_exponential_family (__main__.TestKL) ... ok (0.020s) 2022-08-17T13:11:52.7275603Z test_kl_infinite (__main__.TestKL) ... ok (0.014s) 2022-08-17T13:11:52.7470787Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.019s) 2022-08-17T13:11:52.7620768Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.015s) 2022-08-17T13:11:53.3406648Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.578s) 2022-08-17T13:11:53.3668491Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.026s) 2022-08-17T13:11:53.3809011Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.014s) 2022-08-17T13:11:53.3953391Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.014s) 2022-08-17T13:11:53.4420251Z test_kl_shape (__main__.TestKL) ... ok (0.046s) 2022-08-17T13:11:53.4539629Z test_kl_transformed (__main__.TestKL) ... ok (0.012s) 2022-08-17T13:11:53.4583268Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-08-17T13:11:53.4609288Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2022-08-17T13:11:53.4742259Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.013s) 2022-08-17T13:11:53.4769374Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-08-17T13:11:53.4796298Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-08-17T13:11:53.4814615Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-08-17T13:11:53.4836999Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-08-17T13:11:53.5097981Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.026s) 2022-08-17T13:11:53.5139351Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-08-17T13:11:53.5178104Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-08-17T13:11:53.5199413Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-08-17T13:11:53.5224932Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-08-17T13:11:53.5654589Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.043s) 2022-08-17T13:11:53.6080667Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.042s) 2022-08-17T13:11:53.6340883Z test_chi2 (__main__.TestRsample) ... ok (0.026s) 2022-08-17T13:11:54.0792229Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.445s) 2022-08-17T13:11:54.1245294Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.045s) 2022-08-17T13:11:54.2001368Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.076s) 2022-08-17T13:11:54.2259314Z test_gamma (__main__.TestRsample) ... ok (0.026s) 2022-08-17T13:11:54.2441133Z test_invalid (__main__.TestValidation) ... ok (0.018s) 2022-08-17T13:11:54.4860692Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.242s) 2022-08-17T13:11:54.4982367Z test_valid (__main__.TestValidation) ... ok (0.012s) 2022-08-17T13:11:54.5049474Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.007s) 2022-08-17T13:11:54.5049822Z 2022-08-17T13:11:54.5050469Z ---------------------------------------------------------------------- 2022-08-17T13:11:54.5052693Z Ran 219 tests in 42.387s 2022-08-17T13:11:54.5053179Z 2022-08-17T13:11:54.5053647Z OK (skipped=5) 2022-08-17T13:11:54.5053794Z 2022-08-17T13:11:54.5053911Z Generating XML reports... 2022-08-17T13:11:54.5086454Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220817131112.xml 2022-08-17T13:11:54.5089840Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220817131112.xml 2022-08-17T13:11:54.5125921Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220817131112.xml 2022-08-17T13:11:54.5221054Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220817131112.xml 2022-08-17T13:11:54.5225906Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220817131112.xml 2022-08-17T13:11:54.5234834Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220817131112.xml 2022-08-17T13:11:54.5246606Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220817131112.xml 2022-08-17T13:11:54.5251897Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220817131112.xml 2022-08-17T13:11:54.5261633Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220817131112.xml 2022-08-17T13:11:54.5268724Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220817131112.xml 2022-08-17T13:11:54.5273603Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220817131112.xml 2022-08-17T13:11:55.1590299Z Running test_tensorexpr ... [2022-08-17 13:11:55.158619] 2022-08-17T13:11:55.1590844Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:11:55.158707] 2022-08-17T13:11:56.3454650Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-08-17T13:11:56.3469525Z 2022-08-17T13:11:56.3469876Z Running tests... 2022-08-17T13:11:56.3470534Z ---------------------------------------------------------------------- 2022-08-17T13:11:56.6691838Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.322s) 2022-08-17T13:11:56.7096444Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-08-17T13:11:56.7586720Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-08-17T13:11:56.7679203Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-08-17T13:11:56.9051103Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.137s) 2022-08-17T13:11:56.9478909Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-08-17T13:11:56.9764524Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-08-17T13:11:57.5541360Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.578s) 2022-08-17T13:11:57.7373299Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.183s) 2022-08-17T13:11:57.7812942Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-08-17T13:11:57.9408562Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.159s) 2022-08-17T13:11:57.9776711Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-08-17T13:11:58.0284086Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-08-17T13:11:58.1096149Z test_cat (__main__.TestTensorExprFuser) ... ok (0.081s) 2022-08-17T13:11:58.2344994Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.125s) 2022-08-17T13:11:58.3107054Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.076s) 2022-08-17T13:11:58.3115161Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-08-17T13:11:58.4520753Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.140s) 2022-08-17T13:11:58.5036957Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.052s) 2022-08-17T13:11:58.5368645Z test_char (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-08-17T13:11:58.6473553Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.110s) 2022-08-17T13:11:58.6875587Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-08-17T13:11:58.7183485Z test_constant (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-08-17T13:11:58.7485505Z test_double (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-08-17T13:11:58.7849774Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-08-17T13:11:58.7866423Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-08-17T13:11:58.8278215Z test_easy (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-08-17T13:11:58.8989316Z test_eq (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-08-17T13:11:58.9659507Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-08-17T13:11:59.0082377Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-08-17T13:11:59.0803625Z test_ge (__main__.TestTensorExprFuser) ... ok (0.072s) 2022-08-17T13:11:59.1509067Z test_gt (__main__.TestTensorExprFuser) ... ok (0.070s) 2022-08-17T13:11:59.1517369Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:11:59.1530896Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-08-17T13:11:59.1575412Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-08-17T13:11:59.1878833Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-08-17T13:11:59.2184903Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-08-17T13:11:59.2899173Z test_le (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-08-17T13:11:59.3747284Z test_loop (__main__.TestTensorExprFuser) ... ok (0.085s) 2022-08-17T13:11:59.4485446Z test_lt (__main__.TestTensorExprFuser) ... ok (0.074s) 2022-08-17T13:11:59.4769281Z test_mask (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-08-17T13:11:59.5207526Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-08-17T13:11:59.5506037Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-08-17T13:11:59.5800539Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-08-17T13:11:59.6126943Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-08-17T13:11:59.6586348Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-08-17T13:11:59.6883726Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-08-17T13:11:59.7290183Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-08-17T13:11:59.8153985Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.086s) 2022-08-17T13:11:59.8761728Z test_nans (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-08-17T13:11:59.9471036Z test_ne (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-08-17T13:11:59.9857149Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-08-17T13:12:33.1815739Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (33.196s) 2022-08-17T13:12:33.2206068Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-08-17T13:12:33.2708011Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-08-17T13:12:33.3125192Z test_relu (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-08-17T13:12:33.5359558Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.223s) 2022-08-17T13:12:33.5816716Z test_reps (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-08-17T13:12:33.6416862Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-08-17T13:12:33.6724743Z test_short (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-08-17T13:12:33.6873119Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-08-17T13:12:33.7500625Z test_slice (__main__.TestTensorExprFuser) ... ok (0.063s) 2022-08-17T13:12:33.8664450Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.116s) 2022-08-17T13:12:34.2034266Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.337s) 2022-08-17T13:12:34.2038907Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:12:34.3248260Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.121s) 2022-08-17T13:12:34.3643593Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-08-17T13:12:34.4100116Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-08-17T13:12:34.5830044Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.173s) 2022-08-17T13:12:35.7846609Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.201s) 2022-08-17T13:12:35.8527886Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.068s) 2022-08-17T13:12:35.9819254Z test_where (__main__.TestTensorExprFuser) ... ok (0.129s) 2022-08-17T13:12:35.9819513Z 2022-08-17T13:12:35.9822797Z ---------------------------------------------------------------------- 2022-08-17T13:12:35.9823595Z Ran 72 tests in 39.635s 2022-08-17T13:12:35.9823723Z 2022-08-17T13:12:35.9823808Z OK (skipped=4) 2022-08-17T13:12:35.9823989Z 2022-08-17T13:12:35.9824087Z Generating XML reports... 2022-08-17T13:12:35.9903368Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220817131156.xml 2022-08-17T13:12:36.5219960Z Running test_jit_llga_fuser ... [2022-08-17 13:12:36.521582] 2022-08-17T13:12:36.5220523Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:12:36.521666] 2022-08-17T13:12:37.7971056Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-08-17T13:12:37.7986349Z 2022-08-17T13:12:37.7986606Z Running tests... 2022-08-17T13:12:37.7987058Z ---------------------------------------------------------------------- 2022-08-17T13:12:37.8270683Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.028s) 2022-08-17T13:12:37.8931029Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.066s) 2022-08-17T13:12:37.9201694Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.027s) 2022-08-17T13:12:37.9848058Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.065s) 2022-08-17T13:12:38.0947570Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.110s) 2022-08-17T13:12:38.2736497Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.179s) 2022-08-17T13:12:38.3119708Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.038s) 2022-08-17T13:12:38.3186127Z 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:12:38.3187135Z argument_names, 2022-08-17T13:12:38.3371672Z ok (0.025s) 2022-08-17T13:12:39.0342175Z test_vision_alexnet (__main__.TestModel) ... ok (0.697s) 2022-08-17T13:12:42.8059878Z test_vision_densenet121 (__main__.TestModel) ... ok (3.772s) 2022-08-17T13:12:42.8075817Z 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:12:42.8076518Z FutureWarning, 2022-08-17T13:12:44.6684398Z ok (1.862s) 2022-08-17T13:12:45.9475798Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.279s) 2022-08-17T13:12:47.2964340Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.349s) 2022-08-17T13:12:48.8474890Z test_vision_resnet50 (__main__.TestModel) ... ok (1.551s) 2022-08-17T13:12:53.0332342Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (4.186s) 2022-08-17T13:12:54.7571500Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.724s) 2022-08-17T13:12:56.4150309Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.658s) 2022-08-17T13:12:57.0139838Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.599s) 2022-08-17T13:12:59.7893316Z test_vision_vgg16 (__main__.TestModel) ... ok (2.775s) 2022-08-17T13:13:02.2918906Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (2.502s) 2022-08-17T13:13:02.3646016Z test_add (__main__.TestOp) ... ok (0.073s) 2022-08-17T13:13:02.3743472Z test_add_scalar (__main__.TestOp) ... ok (0.010s) 2022-08-17T13:13:02.3845036Z test_addmm (__main__.TestOp) ... ok (0.010s) 2022-08-17T13:13:04.6225799Z test_avg_pool2d (__main__.TestOp) ... ok (2.238s) 2022-08-17T13:13:04.6355050Z test_bn2d (__main__.TestOp) ... ok (0.013s) 2022-08-17T13:13:04.7363475Z test_cat (__main__.TestOp) ... ok (0.101s) 2022-08-17T13:13:13.6568549Z test_conv2d (__main__.TestOp) ... ok (8.920s) 2022-08-17T13:13:13.6806659Z test_eltwise (__main__.TestOp) ... ok (0.024s) 2022-08-17T13:13:13.6859533Z test_identity_binary (__main__.TestOp) ... ok (0.005s) 2022-08-17T13:13:13.6986568Z test_layer_norm (__main__.TestOp) ... ok (0.013s) 2022-08-17T13:13:13.7215451Z test_linear (__main__.TestOp) ... ok (0.023s) 2022-08-17T13:13:15.3629821Z test_max_pool2d (__main__.TestOp) ... ok (1.641s) 2022-08-17T13:13:15.4365859Z test_mul (__main__.TestOp) ... ok (0.074s) 2022-08-17T13:13:15.5093591Z test_softmax (__main__.TestOp) ... ok (0.073s) 2022-08-17T13:13:15.5217482Z test_typecheck (__main__.TestOp) ... ok (0.012s) 2022-08-17T13:13:15.5322892Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.010s) 2022-08-17T13:13:15.5324614Z 2022-08-17T13:13:15.5325291Z ---------------------------------------------------------------------- 2022-08-17T13:13:15.5325784Z Ran 36 tests in 37.734s 2022-08-17T13:13:15.5330262Z 2022-08-17T13:13:15.5330620Z OK 2022-08-17T13:13:15.5330761Z 2022-08-17T13:13:15.5330880Z Generating XML reports... 2022-08-17T13:13:15.5359360Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817131237.xml 2022-08-17T13:13:15.5371503Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817131237.xml 2022-08-17T13:13:15.5385055Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817131237.xml 2022-08-17T13:13:16.9782527Z Running test_cpp_extensions_jit ... [2022-08-17 13:13:16.977773] 2022-08-17T13:13:16.9783117Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:13:16.977869] 2022-08-17T13:13:18.4315730Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:13:18.4353066Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-08-17T13:13:18.4368498Z 2022-08-17T13:13:18.4368921Z Running tests... 2022-08-17T13:13:18.4369344Z ---------------------------------------------------------------------- 2022-08-17T13:13:20.0784591Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.641s) 2022-08-17T13:13:35.2387799Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (15.160s) 2022-08-17T13:13:35.2410291Z 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:13:35.2410990Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-08-17T13:13:35.2833587Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-08-17T13:13:35.2838620Z Building extension module cpp_frontend_extension... 2022-08-17T13:13:35.2838889Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:36.3154654Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:36.6830572Z [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:13:36.6882380Z Loading extension module cpp_frontend_extension... 2022-08-17T13:13:36.6952026Z ok (1.456s) 2022-08-17T13:13:36.6970275Z 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:13:36.6972172Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-08-17T13:13:36.6972524Z Loading extension module cpp_frontend_extension... 2022-08-17T13:13:36.6989161Z ok (0.004s) 2022-08-17T13:13:36.7028149Z 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:13:36.7029065Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-08-17T13:13:36.7029407Z Loading extension module cpp_frontend_extension... 2022-08-17T13:13:36.7105161Z ok (0.011s) 2022-08-17T13:13:36.7118968Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:13:36.7133187Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:13:36.7133632Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-08-17T13:13:36.7533916Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-08-17T13:13:36.7537981Z Building extension module is_python_module... 2022-08-17T13:13:36.7538259Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:37.7426534Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:38.0312380Z [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:13:38.0363713Z Loading extension module is_python_module... 2022-08-17T13:13:38.0388331Z /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:13:38.0389220Z f'Input #{idx} requires gradient and ' 2022-08-17T13:13:38.0390294Z /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:13:38.0391095Z f'Input #{idx} requires gradient and ' 2022-08-17T13:13:38.0421701Z /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:13:38.0422577Z f'Input #{idx} requires gradient and ' 2022-08-17T13:13:38.0423691Z /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:13:38.0424818Z f'Input #{idx} requires gradient and ' 2022-08-17T13:13:38.0547657Z ok (1.343s) 2022-08-17T13:13:38.0557239Z test_half_support (__main__.TestCppExtensionJIT) 2022-08-17T13:13:38.0557869Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-08-17T13:13:38.0566912Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-08-17T13:13:38.0576336Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-08-17T13:13:38.0590294Z 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:13:38.0590803Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-08-17T13:13:38.0991279Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-08-17T13:13:38.0995711Z Building extension module inline_jit_extension... 2022-08-17T13:13:38.0995998Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:39.0952616Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:39.3919285Z [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:13:39.3975648Z Loading extension module inline_jit_extension... 2022-08-17T13:13:39.3998022Z ok (1.342s) 2022-08-17T13:13:39.4015693Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-08-17T13:13:39.4026647Z 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:13:39.4027145Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-08-17T13:13:39.4454395Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-08-17T13:13:39.4459755Z Building extension module inline_jit_extension_with_functions_dict... 2022-08-17T13:13:39.4460112Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:40.4681959Z [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=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:40.7440852Z [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:13:40.7494367Z Loading extension module inline_jit_extension_with_functions_dict... 2022-08-17T13:13:40.7510892Z ok (1.349s) 2022-08-17T13:13:40.7528961Z 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:13:40.7529470Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-08-17T13:13:40.7932452Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-08-17T13:13:40.7937209Z Building extension module inline_jit_extension_with_functions_list... 2022-08-17T13:13:40.7937515Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:41.8167749Z [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=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:42.0976414Z [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:13:42.1028552Z Loading extension module inline_jit_extension_with_functions_list... 2022-08-17T13:13:42.1050191Z ok (1.354s) 2022-08-17T13:13:42.1071731Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:13:42.1072343Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-08-17T13:13:42.1491765Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-08-17T13:13:42.1496734Z Building extension module jit_extension... 2022-08-17T13:13:42.1497245Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:43.2402436Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-08-17T13:13:43.4181566Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-08-17T13:13:43.8746920Z [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:13:43.8802184Z Loading extension module jit_extension... 2022-08-17T13:13:43.8832618Z ok (1.778s) 2022-08-17T13:13:43.8847002Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:13:43.8855023Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:13:43.8864843Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-08-17T13:13:43.8879915Z 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:13:43.8880465Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-08-17T13:13:43.9319603Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-08-17T13:13:43.9323964Z Building extension module lenient_flag_handling_extension... 2022-08-17T13:13:43.9324341Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:45.0664593Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-08-17T13:13:45.4409648Z [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:13:45.4465652Z Loading extension module lenient_flag_handling_extension... 2022-08-17T13:13:45.4487624Z ok (1.562s) 2022-08-17T13:13:45.4502543Z 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:13:45.4514628Z 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:13:45.4524712Z 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:13:45.4955173Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-08-17T13:13:45.4969655Z Building extension module is_python_module_v1... 2022-08-17T13:13:45.4970109Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:46.5452685Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:46.8561347Z [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:13:46.8616493Z Loading extension module is_python_module_v1... 2022-08-17T13:13:46.8639725Z ok (1.414s) 2022-08-17T13:13:46.8658602Z 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:13:46.8659081Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-08-17T13:13:46.9068610Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-08-17T13:13:46.9072926Z Building extension module test_set_default_type... 2022-08-17T13:13:46.9073213Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:13:47.9292157Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -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:13:48.2146667Z [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:13:48.2203891Z Loading extension module test_set_default_type... 2022-08-17T13:13:48.2225337Z ok (1.358s) 2022-08-17T13:13:49.5719991Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:13:49.5725291Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:13:49.5728575Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:13:49.5730954Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:13:50.8669089Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-08-17T13:13:50.8670628Z ok (2.644s) 2022-08-17T13:13:50.8739741Z 2022-08-17T13:13:50.8740386Z ---------------------------------------------------------------------- 2022-08-17T13:13:50.8740839Z Ran 23 tests in 32.437s 2022-08-17T13:13:50.8742025Z 2022-08-17T13:13:50.8742296Z OK (skipped=8) 2022-08-17T13:13:50.8742548Z 2022-08-17T13:13:50.8742745Z Generating XML reports... 2022-08-17T13:13:50.8799573Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220817131318.xml 2022-08-17T13:13:51.2897251Z Running test_tensor_creation_ops ... [2022-08-17 13:13:51.289331] 2022-08-17T13:13:51.2897839Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:13:51.289414] 2022-08-17T13:13:53.5079282Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-08-17T13:13:53.5116768Z 2022-08-17T13:13:53.5117184Z Running tests... 2022-08-17T13:13:53.5117619Z ---------------------------------------------------------------------- 2022-08-17T13:13:53.5156112Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-08-17T13:13:53.5186317Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5211922Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5235603Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5259536Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5282473Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5303234Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5322934Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5343027Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5363052Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5383667Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5413905Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5445284Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5477678Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5507375Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5536833Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5564822Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5589237Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5613476Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5636421Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5660645Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5684461Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5709655Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5742326Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5775555Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5805234Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5835244Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5864604Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.5889442Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5914693Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5938550Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5962858Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.5987617Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6016803Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6040239Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6071028Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6102981Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6131759Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6159570Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6187339Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.6211107Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6234227Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6258006Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6281095Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6304916Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6329002Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6349306Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6371944Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6393785Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6415034Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6435874Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6456436Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6474161Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6492383Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6509839Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6527874Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6546327Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.6626458Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.6654852Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3892: 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:13:53.6655365Z result = torch.asarray(cvt(original), **kwargs) 2022-08-17T13:13:53.6708260Z ok (0.008s) 2022-08-17T13:13:53.6790457Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.6872421Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.6956002Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7038820Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7118169Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7199761Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7281942Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7363900Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7445525Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7454958Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7463134Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7470728Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7478346Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7485795Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7493642Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7501211Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7508619Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7516136Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7523759Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7531630Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.7613658Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.7702291Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-08-17T13:13:53.7789744Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-08-17T13:13:53.7875533Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-08-17T13:13:53.7961421Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8046981Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8128072Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8208793Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8288844Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8369841Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8451427Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.8460363Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8468577Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8476516Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8484439Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8492743Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8500600Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8508571Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8516458Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8524379Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8532588Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8540515Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.8568438Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8592305Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8620270Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8647390Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8674097Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8700714Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8726342Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-08-17T13:13:53.8749956Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8773437Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8796220Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8819918Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8843289Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.8923731Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9000278Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9083103Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9166263Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9247896Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9328929Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9408983Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9485627Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9562309Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9640116Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9720307Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9800845Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-08-17T13:13:53.9821889Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.9841811Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-08-17T13:13:53.9885244Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-08-17T13:13:53.9896694Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:53.9912814Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.0047947Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-08-17T13:13:54.0200706Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-08-17T13:13:54.0354833Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-08-17T13:13:54.0505608Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-08-17T13:13:54.0653332Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-08-17T13:13:54.0790421Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-08-17T13:13:54.0919795Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-08-17T13:13:54.1053129Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-08-17T13:13:54.1183134Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-08-17T13:13:54.1302241Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-08-17T13:13:54.1420194Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-08-17T13:13:54.1432386Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1443743Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1454846Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1465208Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1475027Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1484510Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1494426Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1503648Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1512386Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1521590Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1531091Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.1550716Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1568982Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1587287Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1605281Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1623592Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1641530Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1659721Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1677949Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1697474Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1715678Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1733768Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1759146Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1792221Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.1825081Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.1854094Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.1882325Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.1910893Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.1934436Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1956432Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.1978427Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2000642Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2023084Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2036764Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.2055559Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2074135Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2092342Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2110592Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2129267Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2145766Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2160719Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.2176188Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-08-17T13:13:54.2192047Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2207912Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.2263831Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2348659Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-08-17T13:13:54.2431576Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-08-17T13:13:54.2505109Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.2578762Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.2648671Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.2703655Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2757258Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2807861Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2861472Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2915333Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.2965703Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3051936Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-08-17T13:13:54.3139915Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-08-17T13:13:54.3216291Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.3289880Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.3361813Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-08-17T13:13:54.3414392Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3466880Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3515594Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3567177Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3619485Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-08-17T13:13:54.3638428Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3666497Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.3694159Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-08-17T13:13:54.3719564Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3743730Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3767780Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3786974Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3805986Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3824576Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3843455Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3862846Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3879484Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3903956Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3927661Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3949447Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3971242Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.3992296Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4009381Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4026742Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4043034Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4060650Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4077810Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-08-17T13:13:54.4096581Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4107804Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:54.4126322Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4135887Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:13:54.4157733Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:54.4158333Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:13:54.4294678Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.014s) 2022-08-17T13:13:54.4448279Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.015s) 2022-08-17T13:13:54.4670321Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.022s) 2022-08-17T13:13:54.4699570Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:54.4712584Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3540: 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:13:54.4713290Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-08-17T13:13:54.4734051Z ok (0.003s) 2022-08-17T13:13:54.4758981Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4781154Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4803311Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4847638Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:13:54.4866029Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.4893769Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:54.4926085Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:54.4977995Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:13:54.5002680Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.5038596Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:13:54.5061542Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:54.5087508Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:54.5100217Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:57.6138452Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (3.104s) 2022-08-17T13:13:57.6164967Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:13:57.6363255Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.020s) 2022-08-17T13:13:57.7004945Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.064s) 2022-08-17T13:13:57.8256327Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.125s) 2022-08-17T13:13:57.8275206Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:57.9305925Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.103s) 2022-08-17T13:13:57.9317279Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-08-17T13:13:57.9327796Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-08-17T13:13:57.9338049Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-08-17T13:13:57.9347959Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-08-17T13:13:57.9375634Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:57.9503030Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-08-17T13:13:57.9554702Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:13:57.9797136Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-08-17T13:13:57.9838399Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:13:57.9861503Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:57.9953931Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:13:58.0038753Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:13:58.0119480Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:13:58.0165402Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:13:58.0265245Z test_cat_bad_input_sizes_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:13:58.0277837Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:13:58.0297675Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:13:58.0308829Z test_cat_different_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:58.0507467Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-08-17T13:13:58.0560114Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:13:58.9631285Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.907s) 2022-08-17T13:13:58.9692594Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:13:58.9708475Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:58.9831864Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:640: UserWarning: An output with one or more elements was resized since it had shape [4, 6], which does not match the required output shape [8, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:13:58.9833188Z torch.cat([x, y], dim=0, out=y) 2022-08-17T13:13:58.9879591Z test_tensor_creation_ops.py:647: UserWarning: An output with one or more elements was resized since it had shape [2, 6], which does not match the required output shape [12, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:13:58.9880840Z torch.cat([y, z], out=z[:2, :]) 2022-08-17T13:13:58.9895203Z ok (0.018s) 2022-08-17T13:13:58.9922291Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:13:59.0008141Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:13:59.0067866Z test_cat_scalars_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:13:59.0083945Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:13:59.0131481Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:13:59.0143116Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-08-17T13:13:59.0334187Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-08-17T13:13:59.0487426Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-08-17T13:13:59.0562054Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:13:59.0575697Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:59.0588003Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:13:59.0606590Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.0639457Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:59.0886180Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-08-17T13:13:59.1121431Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-08-17T13:13:59.1349313Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-08-17T13:13:59.1712130Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-08-17T13:13:59.2080910Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-08-17T13:13:59.2462882Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-08-17T13:13:59.2835517Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-08-17T13:13:59.3208087Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-08-17T13:13:59.3438687Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-08-17T13:13:59.3663912Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-08-17T13:13:59.3881110Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-08-17T13:13:59.4110867Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-08-17T13:13:59.4338327Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-08-17T13:13:59.4558042Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-08-17T13:13:59.4708856Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-08-17T13:13:59.4733989Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:59.4757599Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.6366546Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.161s) 2022-08-17T13:13:59.8232475Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.186s) 2022-08-17T13:13:59.8250604Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8267610Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8283918Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8300170Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8315794Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8332061Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8343070Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8354202Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8365159Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8376589Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8387580Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8398567Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8414140Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:13:59.8429431Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8443876Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:13:59.8474171Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:13:59.8794592Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-08-17T13:13:59.9116483Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-08-17T13:13:59.9418975Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-08-17T13:14:00.0205101Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-08-17T13:14:00.0986051Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-08-17T13:14:00.1778122Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-08-17T13:14:00.2564520Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-08-17T13:14:00.3348234Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-08-17T13:14:00.3957478Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.061s) 2022-08-17T13:14:00.4568540Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.061s) 2022-08-17T13:14:00.5177941Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.061s) 2022-08-17T13:14:00.5786556Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.061s) 2022-08-17T13:14:00.6413192Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-08-17T13:14:01.1111537Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.470s) 2022-08-17T13:14:01.5289575Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.418s) 2022-08-17T13:14:01.7276482Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.199s) 2022-08-17T13:14:01.7290400Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:01.7303688Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:01.8392725Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.109s) 2022-08-17T13:14:01.8536076Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-08-17T13:14:01.8636081Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:04.4173452Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (2.553s) 2022-08-17T13:14:06.3483548Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (1.931s) 2022-08-17T13:14:08.5704616Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.222s) 2022-08-17T13:14:10.4809362Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (1.910s) 2022-08-17T13:14:10.4905281Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:12.7875635Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (2.297s) 2022-08-17T13:14:14.7225541Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (1.935s) 2022-08-17T13:14:14.7316066Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:14.7404624Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:14.7416117Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:14.7424920Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7433284Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7441610Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7449788Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7458445Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7466722Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7474822Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7482902Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7491117Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7500176Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7508806Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.7517484Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:14.8476092Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.096s) 2022-08-17T13:14:14.9141070Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-08-17T13:14:14.9937951Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-08-17T13:14:15.0404391Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.046s) 2022-08-17T13:14:15.0785698Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-08-17T13:14:15.0796241Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.0805728Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.0888484Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:14:15.1076922Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-08-17T13:14:15.1153997Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:14:15.1229344Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:15.1304436Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:15.1379061Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:15.1453632Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:15.1527931Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:15.1539876Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.1549245Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.1558163Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.1567229Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.1576607Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-08-17T13:14:15.2382411Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-08-17T13:14:15.3798760Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.142s) 2022-08-17T13:14:15.5143064Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.134s) 2022-08-17T13:14:15.5166576Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:484: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2985.) 2022-08-17T13:14:15.5167401Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-08-17T13:14:15.5174796Z ok (0.003s) 2022-08-17T13:14:15.5215568Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:15.5244552Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:15.5257734Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5295455Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:15.5332368Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:15.5368638Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:15.5401099Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:15.5507084Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:15.5516474Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5544021Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:15.5657400Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-08-17T13:14:15.5741719Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:14:15.5777626Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:15.5786756Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5810707Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:15.5826474Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:15.5840487Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5854714Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5868551Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5882523Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5896643Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5910576Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5924693Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5938984Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5953238Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5967427Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5981642Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.5995824Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.6010360Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.6024166Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.6038465Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:15.8506980Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.247s) 2022-08-17T13:14:15.8986059Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-08-17T13:14:15.9443556Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.046s) 2022-08-17T13:14:15.9949371Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-08-17T13:14:16.0426526Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-08-17T13:14:16.3068922Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.264s) 2022-08-17T13:14:16.5698432Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.263s) 2022-08-17T13:14:16.6051165Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-08-17T13:14:16.8678809Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.263s) 2022-08-17T13:14:17.1002881Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.232s) 2022-08-17T13:14:17.1026611Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1048727Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1068450Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1088227Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1107342Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1126298Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1145550Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1164388Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1183459Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.1315393Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1927: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-08-17T13:14:17.1316143Z t.random_(to_) 2022-08-17T13:14:17.1316336Z ok (0.013s) 2022-08-17T13:14:17.1448520Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1927: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-08-17T13:14:17.1449218Z t.random_(to_) 2022-08-17T13:14:17.1449385Z ok (0.013s) 2022-08-17T13:14:17.1582153Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1927: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-08-17T13:14:17.1582777Z t.random_(to_) 2022-08-17T13:14:17.1582967Z ok (0.013s) 2022-08-17T13:14:17.1716619Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1927: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-08-17T13:14:17.1717282Z t.random_(to_) 2022-08-17T13:14:17.1717463Z ok (0.013s) 2022-08-17T13:14:17.2005813Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-08-17T13:14:17.2299897Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-08-17T13:14:17.2435391Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-08-17T13:14:17.2723414Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-08-17T13:14:17.2961959Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-08-17T13:14:17.2991720Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:17.3004889Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:17.3013984Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:17.3222693Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-08-17T13:14:17.3463149Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-08-17T13:14:17.3557488Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:17.3642737Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:14:17.3694021Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.3799121Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:17.3899764Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:17.3950681Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.4057094Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-08-17T13:14:17.4159614Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:17.4218299Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.4318120Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-08-17T13:14:17.4412648Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:17.4463362Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.4486425Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.4560505Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:17.4647211Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-08-17T13:14:17.4864657Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-08-17T13:14:17.4895200Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:17.4936166Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-08-17T13:14:17.7084812Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.215s) 2022-08-17T13:14:17.7119483Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:17.7181384Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7195202Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:17.7208983Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:17.7239732Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2322: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-08-17T13:14:17.7240801Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-08-17T13:14:17.7241644Z ok (0.003s) 2022-08-17T13:14:17.7254034Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:17.7273227Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.7288799Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:17.7304638Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.7319124Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:17.7380401Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7438356Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7496674Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7553737Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7611485Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7668914Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7726072Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7783494Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-08-17T13:14:17.7871874Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:17.7957783Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-08-17T13:14:17.8073107Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-08-17T13:14:17.8190709Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-08-17T13:14:17.8210590Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.8228145Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.9170882Z test_trilu_indices_cpu (__main__.TestTensorCreationCPU) ... ok (0.094s) 2022-08-17T13:14:17.9203669Z test_triu_tril_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:17.9253471Z test_triu_tril_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:14:17.9271152Z test_triu_tril_indices_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.9295268Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.9317562Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-08-17T13:14:17.9383775Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-08-17T13:14:17.9436513Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9488164Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9540539Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9590669Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9638861Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9689365Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9743001Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9793089Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9843451Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:17.9894346Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:18.0098626Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-08-17T13:14:18.0294603Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-08-17T13:14:18.0470766Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-08-17T13:14:18.1312598Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.084s) 2022-08-17T13:14:18.2170758Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.086s) 2022-08-17T13:14:18.3008074Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.084s) 2022-08-17T13:14:18.3842718Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-08-17T13:14:18.4676861Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-08-17T13:14:18.5244638Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-08-17T13:14:18.5837842Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-08-17T13:14:18.6420292Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-08-17T13:14:18.6998221Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-08-17T13:14:18.7562263Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-08-17T13:14:18.7595759Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:18.7608091Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7619691Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7630693Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7641483Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7652573Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7663244Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7673810Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-08-17T13:14:18.7699553Z test_zeros_dtype_out_match_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-08-17T13:14:18.7753580Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-08-17T13:14:18.7753892Z 2022-08-17T13:14:18.7754349Z ---------------------------------------------------------------------- 2022-08-17T13:14:18.7754752Z Ran 546 tests in 25.264s 2022-08-17T13:14:18.7755460Z 2022-08-17T13:14:18.7755701Z OK (skipped=60) 2022-08-17T13:14:18.7755862Z 2022-08-17T13:14:18.7757184Z Generating XML reports... 2022-08-17T13:14:18.7887573Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220817131353.xml 2022-08-17T13:14:18.7965590Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220817131353.xml 2022-08-17T13:14:18.7971847Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220817131353.xml 2022-08-17T13:14:18.7990895Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220817131353.xml 2022-08-17T13:14:18.8211655Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220817131353.xml 2022-08-17T13:14:19.3294474Z Running test_tensorboard ... [2022-08-17 13:14:19.329056] 2022-08-17T13:14:19.3295048Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:14:19.329142] 2022-08-17T13:14:20.7195597Z /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:14:20.7196465Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-08-17T13:14:20.7223494Z /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:14:20.7224058Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-08-17T13:14:20.7235459Z /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:14:20.7236399Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-08-17T13:14:20.9684791Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-08-17T13:14:20.9706189Z 2022-08-17T13:14:20.9706566Z Running tests... 2022-08-17T13:14:20.9707299Z ---------------------------------------------------------------------- 2022-08-17T13:14:20.9921715Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-08-17T13:14:20.9979064Z ok (0.027s) 2022-08-17T13:14:21.0014188Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-08-17T13:14:21.0061781Z ok (0.008s) 2022-08-17T13:14:21.0071391Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-08-17T13:14:21.0080946Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-08-17T13:14:21.0084592Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-08-17T13:14:21.0087619Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-08-17T13:14:21.0098981Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-08-17T13:14:21.0113939Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-08-17T13:14:21.0118157Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-08-17T13:14:21.0127362Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-08-17T13:14:21.0132141Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-08-17T13:14:21.0162689Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.003s) 2022-08-17T13:14:21.0219045Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.006s) 2022-08-17T13:14:21.0229079Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-08-17T13:14:21.0241075Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-08-17T13:14:21.1103275Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.086s) 2022-08-17T13:14:21.1879343Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.078s) 2022-08-17T13:14:21.2097209Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.022s) 2022-08-17T13:14:21.2349307Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict 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:14:21.2350082Z Error occurs, No graph saved 2022-08-17T13:14:21.2458744Z ok (0.036s) 2022-08-17T13:14:41.5158141Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (20.270s) 2022-08-17T13:14:41.5268014Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-08-17T13:14:41.5268411Z Error occurs, No graph saved 2022-08-17T13:14:41.5273358Z ok (0.012s) 2022-08-17T13:14:41.5279386Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-08-17T13:14:41.5336665Z ok (0.006s) 2022-08-17T13:14:41.5343948Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5347914Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-08-17T13:14:41.5353599Z test_float32_image (__main__.TestTensorBoardSummary) 2022-08-17T13:14:41.5356250Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-08-17T13:14:41.5375548Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5391978Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5410148Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5471699Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.006s) 2022-08-17T13:14:41.5481084Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5491579Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5501699Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5511590Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5519241Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-08-17T13:14:41.5520061Z parameter: metric_dict should be a dictionary, nothing logged. 2022-08-17T13:14:41.5540422Z ok (0.003s) 2022-08-17T13:14:41.5565738Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-08-17T13:14:41.5590490Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5605540Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5621467Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5641279Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-08-17T13:14:41.5645419Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-08-17T13:14:41.5687153Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.004s) 2022-08-17T13:14:41.5700052Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5708713Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5712727Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-08-17T13:14:41.5715529Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-08-17T13:14:41.5724283Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-08-17T13:14:41.5739280Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-08-17T13:14:41.5749900Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-08-17T13:14:41.5761484Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-08-17T13:14:41.5768845Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-08-17T13:14:41.5931393Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.016s) 2022-08-17T13:14:41.6836043Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.090s) 2022-08-17T13:14:41.6852357Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-08-17T13:14:41.7302693Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-08-17T13:14:41.7356296Z ok (0.050s) 2022-08-17T13:14:41.7356463Z 2022-08-17T13:14:41.7356781Z ---------------------------------------------------------------------- 2022-08-17T13:14:41.7359183Z Ran 53 tests in 20.765s 2022-08-17T13:14:41.7359317Z 2022-08-17T13:14:41.7359489Z OK (skipped=6) 2022-08-17T13:14:41.7359601Z 2022-08-17T13:14:41.7359696Z Generating XML reports... 2022-08-17T13:14:41.7365447Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220817131420.xml 2022-08-17T13:14:41.7373744Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220817131420.xml 2022-08-17T13:14:41.7379796Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220817131420.xml 2022-08-17T13:14:41.7389514Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220817131420.xml 2022-08-17T13:14:41.7409829Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220817131420.xml 2022-08-17T13:14:41.7415741Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220817131420.xml 2022-08-17T13:14:41.7421178Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220817131420.xml 2022-08-17T13:14:41.7424172Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220817131420.xml 2022-08-17T13:14:41.7428326Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220817131420.xml 2022-08-17T13:14:42.4097275Z Running test_autograd ... [2022-08-17 13:14:42.409336] 2022-08-17T13:14:42.4097863Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:14:42.409422] 2022-08-17T13:14:44.6732863Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-08-17T13:14:44.6772213Z 2022-08-17T13:14:44.6772643Z Running tests... 2022-08-17T13:14:44.6773381Z ---------------------------------------------------------------------- 2022-08-17T13:14:44.6821510Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:44.6847495Z test_accumulate_grad (__main__.TestAutograd) ... /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:14:44.6848464Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-08-17T13:14:44.6849752Z ok (0.003s) 2022-08-17T13:14:44.6881370Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:44.6900753Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:44.6914575Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3641: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-08-17T13:14:44.6915028Z with detect_anomaly(): 2022-08-17T13:14:44.6918916Z ok (0.002s) 2022-08-17T13:14:44.6955517Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:44.7112146Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.016s) 2022-08-17T13:14:44.7137211Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:44.7149092Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:44.9465152Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.231s) 2022-08-17T13:14:44.9487200Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:44.9539609Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:44.9633916Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:14:45.0316471Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.068s) 2022-08-17T13:14:45.0502684Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.019s) 2022-08-17T13:14:45.0528801Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:45.0539172Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0558755Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0573241Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0581121Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0593576Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0604974Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0664702Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:45.0674398Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0712781Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:45.0734872Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0750843Z test_calculate_shape_util (__main__.TestAutograd) ... test_autograd.py:3503: 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:14:45.0751729Z torch.randn(10, 5, requires_grad=True)] 2022-08-17T13:14:45.0752089Z ok (0.002s) 2022-08-17T13:14:45.0766899Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0789777Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0804235Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.0815816Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:14:45.0819992Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-08-17T13:14:45.0839841Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-08-17T13:14:45.0842971Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-08-17T13:14:45.0843856Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-08-17T13:14:45.0854268Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-08-17T13:14:45.0870630Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-08-17T13:14:45.0878082Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-08-17T13:14:45.0889788Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-08-17T13:14:45.0910231Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0920375Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-08-17T13:14:45.0936426Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-08-17T13:14:45.0956205Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0981384Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.0995424Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-08-17T13:14:45.0999679Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:14:45.1014210Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-08-17T13:14:45.1018059Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:14:45.1038591Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-08-17T13:14:45.1044760Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-08-17T13:14:45.1053083Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-08-17T13:14:45.6387603Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.533s) 2022-08-17T13:14:45.6479393Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:14:45.6517133Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:45.8304553Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.179s) 2022-08-17T13:14:45.8334284Z test_custom_function_error (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:45.8349638Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:45.8576503Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.023s) 2022-08-17T13:14:45.8645116Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:45.8672548Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:45.8807177Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.013s) 2022-08-17T13:14:45.8878696Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:45.8894565Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.8918681Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:45.9031582Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:14:45.9081829Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:45.9170825Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:14:45.9240723Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:46.1152419Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.191s) 2022-08-17T13:14:46.1195514Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:46.1216746Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:46.1231737Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:46.1282090Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:46.1287737Z test_detach_base (__main__.TestAutograd) 2022-08-17T13:14:46.1294017Z detaching base does not detach view ... ok (0.001s) 2022-08-17T13:14:46.1331675Z test_detach_disallows_metadata_change (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:46.1397003Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:46.1410199Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:46.1421171Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2214: 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:14:46.1421974Z v_expanded = torch.tensor(value).expand(10) 2022-08-17T13:14:46.1427043Z ok (0.002s) 2022-08-17T13:14:46.1467717Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:46.1479608Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:46.1495751Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:46.1509143Z test_eig_complex_eigenvalues (__main__.TestAutograd) ... test_autograd.py:3758: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:14:46.1509881Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:14:46.1510290Z L, _ = torch.eig(A) 2022-08-17T13:14:46.1510506Z should be replaced with 2022-08-17T13:14:46.1510942Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:14:46.1511315Z and 2022-08-17T13:14:46.1511534Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:14:46.1511770Z should be replaced with 2022-08-17T13:14:46.1512151Z 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:14:46.1512515Z w, v = torch.eig(A, eigenvectors=True) 2022-08-17T13:14:46.1568123Z ok (0.007s) 2022-08-17T13:14:46.1638873Z test_eig_no_eigenvectors (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:47.9418888Z test_free_deep_graph (__main__.TestAutograd) ... ok (1.778s) 2022-08-17T13:14:49.1382859Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.196s) 2022-08-17T13:14:50.3548640Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.216s) 2022-08-17T13:14:50.4309301Z test_function (__main__.TestAutograd) ... ok (0.076s) 2022-08-17T13:14:50.4334624Z test_function_returns_input (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:50.4350970Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:50.4356817Z test_gc_in_destructor (__main__.TestAutograd) 2022-08-17T13:14:51.2751110Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.840s) 2022-08-17T13:14:51.2785155Z test_grad (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.2797878Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.2826032Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.2853810Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.2994780Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.014s) 2022-08-17T13:14:51.3008579Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.3046002Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:51.3079222Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.3107263Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.3124997Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.3146579Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:528: 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-17T13:14:51.3147896Z self.assertIsNone(x.grad) 2022-08-17T13:14:51.3161757Z ok (0.004s) 2022-08-17T13:14:51.3179267Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.3199116Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:580: 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-17T13:14:51.3200413Z self.assertIsNone(x_list[0].grad) 2022-08-17T13:14:51.3202653Z test_autograd.py:587: 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-17T13:14:51.3203831Z self.assertIsNone(x_list[i].grad) 2022-08-17T13:14:51.3211169Z ok (0.003s) 2022-08-17T13:14:51.3231917Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.3252538Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.3466609Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.021s) 2022-08-17T13:14:51.3989353Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.052s) 2022-08-17T13:14:51.4005619Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-08-17T13:14:51.4191626Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.020s) 2022-08-17T13:14:51.4209175Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /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:14:51.4209809Z f'Input #{idx} requires gradient and ' 2022-08-17T13:14:51.4226141Z ok (0.003s) 2022-08-17T13:14:51.4308636Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-08-17T13:14:51.4325649Z test_gradcheck_custom_error (__main__.TestAutograd) ... /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:14:51.4326248Z f'Input #{idx} requires gradient and ' 2022-08-17T13:14:51.4452506Z ok (0.014s) 2022-08-17T13:14:51.4514197Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:51.5346219Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.083s) 2022-08-17T13:14:51.5435840Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:14:51.5506029Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:51.5569521Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:51.5659961Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-08-17T13:14:51.5661556Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-08-17T13:14:51.5662039Z ok (0.009s) 2022-08-17T13:14:51.5745061Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-08-17T13:14:51.5745940Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-08-17T13:14:51.5746203Z ok (0.008s) 2022-08-17T13:14:51.5766907Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /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:14:51.5767535Z f'Input #{idx} requires gradient and ' 2022-08-17T13:14:51.6132673Z ok (0.039s) 2022-08-17T13:14:51.6151369Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /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:14:51.6152423Z f'Input #{idx} requires gradient and ' 2022-08-17T13:14:51.6290719Z ok (0.016s) 2022-08-17T13:14:51.6991463Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.070s) 2022-08-17T13:14:51.7022003Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.7150034Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.013s) 2022-08-17T13:14:51.7167218Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3913: 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:14:51.7168090Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-08-17T13:14:51.7245751Z expected failure (0.009s) 2022-08-17T13:14:51.7301509Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:51.7321024Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /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:14:51.7322027Z f'Input #{idx} requires gradient and ' 2022-08-17T13:14:51.7327657Z ok (0.003s) 2022-08-17T13:14:51.7438327Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:14:51.7515262Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.008s) 2022-08-17T13:14:51.7588206Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:51.7660736Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:51.7671755Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-08-17T13:14:51.7697080Z test_hessian_vector (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.7714786Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.7725160Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.7758289Z test_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.7777647Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.7788756Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.7990746Z test_indexing (__main__.TestAutograd) ... ok (0.020s) 2022-08-17T13:14:51.8031778Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:51.8285109Z test_inplace (__main__.TestAutograd) ... ok (0.025s) 2022-08-17T13:14:51.8393471Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:14:51.8442594Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:51.8480788Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:51.8494776Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9365408Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.087s) 2022-08-17T13:14:51.9384695Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9422365Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:51.9478742Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:51.9491551Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9508216Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9520056Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9546255Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 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:14:51.9558402Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9576461Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9589004Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9605378Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9634391Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.9646849Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9659432Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /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-17T13:14:51.9660098Z return super(Tensor, self).refine_names(names) 2022-08-17T13:14:51.9665423Z ok (0.002s) 2022-08-17T13:14:51.9692963Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.003s) 2022-08-17T13:14:51.9798795Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:14:51.9815182Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9872361Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:51.9897570Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:51.9915936Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9932555Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9942191Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:51.9963534Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:51.9993072Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2322: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-08-17T13:14:51.9993996Z "Argument order of nn.functional.embedding_bag was changed. " 2022-08-17T13:14:52.0025424Z ok (0.006s) 2022-08-17T13:14:52.0036787Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:52.0101790Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:14:52.0107605Z test_no_grad_python_function (__main__.TestAutograd) 2022-08-17T13:14:52.0113223Z Python Functions should respect grad mode. ... ok (0.001s) 2022-08-17T13:14:52.0183724Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:52.0196411Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:52.0231497Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:52.0268582Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:52.0337049Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:52.0360057Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:52.0381257Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:52.0447152Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:52.0519134Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:14:52.0556590Z test_pickle (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:52.0572763Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:52.0590585Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:52.0603768Z test_profiler (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:52 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:52.0605869Z STAGE:2022-08-17 13:14:52 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:52.0613017Z ok (0.002s) 2022-08-17T13:14:52.0629329Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:52.0646573Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-08-17T13:14:52.0652111Z STAGE:2022-08-17 13:14:52 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:52.0962957Z STAGE:2022-08-17 13:14:52 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:52.6979740Z =================================================================================================================================================================== 2022-08-17T13:14:52.6980218Z TEST 2022-08-17T13:14:52.6981068Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.6981590Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:14:52.6982172Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.6982634Z aten::lstm 1.10% 192.000us 4.97% 866.000us 866.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6982938Z aten::lstm 0.99% 173.000us 5.85% 1.019ms 1.019ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6983240Z aten::lstm 0.95% 166.000us 4.63% 807.000us 807.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6983546Z aten::lstm 0.94% 164.000us 5.01% 872.000us 872.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6983826Z aten::lstm 0.94% 163.000us 4.95% 863.000us 863.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6984129Z aten::lstm 0.92% 160.000us 4.82% 840.000us 840.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6984427Z aten::lstm 0.91% 158.000us 4.71% 821.000us 821.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6984726Z aten::lstm 0.88% 154.000us 5.01% 873.000us 873.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6985023Z aten::lstm 0.87% 152.000us 4.73% 824.000us 824.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6985304Z aten::lstm 0.87% 151.000us 4.67% 814.000us 814.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.6985846Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.6986221Z Self CPU time total: 17.419ms 2022-08-17T13:14:52.6986351Z 2022-08-17T13:14:52.9293569Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.9294302Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:14:52.9295185Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.9295658Z aten::lstm 17.21% 2.997ms 97.55% 16.993ms 849.650us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:52.9295970Z aten::addmm 10.51% 1.830ms 13.05% 2.274ms 11.370us 200 [[80], [3, 20], [20, 80], [], []] 2022-08-17T13:14:52.9296261Z aten::mul 8.82% 1.536ms 8.82% 1.536ms 2.560us 600 [[3, 20], [3, 20]] 2022-08-17T13:14:52.9296576Z aten::sigmoid_ 8.62% 1.501ms 8.62% 1.501ms 2.502us 600 [[3, 20]] 2022-08-17T13:14:52.9296901Z aten::unsafe_split 5.33% 929.000us 13.08% 2.278ms 11.390us 200 [[3, 80], [], []] 2022-08-17T13:14:52.9297214Z aten::slice 4.88% 850.000us 4.89% 852.000us 1.065us 800 [[3, 80], [], [], [], []] 2022-08-17T13:14:52.9297512Z aten::tanh_ 3.86% 672.000us 3.86% 672.000us 3.360us 200 [[3, 20]] 2022-08-17T13:14:52.9297798Z aten::tanh 3.59% 625.000us 3.59% 625.000us 3.125us 200 [[3, 20]] 2022-08-17T13:14:52.9298102Z aten::unsafe_chunk 3.16% 551.000us 13.96% 2.432ms 12.160us 200 [[3, 80], [], []] 2022-08-17T13:14:52.9298422Z aten::linear 3.14% 547.000us 19.34% 3.368ms 16.840us 200 [[3, 20], [80, 20], [80]] 2022-08-17T13:14:52.9298973Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:52.9299343Z Self CPU time total: 17.419ms 2022-08-17T13:14:52.9299471Z 2022-08-17T13:14:53.1316561Z =================================================================================================================================================================== 2022-08-17T13:14:53.1316983Z TEST 2022-08-17T13:14:53.1317360Z =================================================================================================================================================================== 2022-08-17T13:14:53.1318000Z This report only display top-level ops statistics 2022-08-17T13:14:53.1318951Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.1319779Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:14:53.1320817Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.1321568Z aten::lstm 1.10% 192.000us 4.97% 866.000us 866.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1325295Z aten::lstm 0.99% 173.000us 5.85% 1.019ms 1.019ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1325853Z aten::lstm 0.95% 166.000us 4.63% 807.000us 807.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1326793Z aten::lstm 0.94% 164.000us 5.01% 872.000us 872.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1327342Z aten::lstm 0.94% 163.000us 4.95% 863.000us 863.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1327869Z aten::lstm 0.92% 160.000us 4.82% 840.000us 840.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1328388Z aten::lstm 0.91% 158.000us 4.71% 821.000us 821.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1328869Z aten::lstm 0.88% 154.000us 5.01% 873.000us 873.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1329172Z aten::lstm 0.87% 152.000us 4.73% 824.000us 824.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1329472Z aten::lstm 0.87% 151.000us 4.67% 814.000us 814.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.1330441Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.1330827Z Self CPU time total: 17.419ms 2022-08-17T13:14:53.1330945Z 2022-08-17T13:14:53.3642722Z =================================================================================================================================================================== 2022-08-17T13:14:53.3643449Z This report only display top-level ops statistics 2022-08-17T13:14:53.3644279Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.3644763Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:14:53.3645354Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.3645805Z aten::lstm 17.21% 2.997ms 97.55% 16.993ms 849.650us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:14:53.3646113Z aten::randn 1.45% 253.000us 2.37% 412.000us 6.867us 60 [[], [], [], [], []] 2022-08-17T13:14:53.3646641Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:14:53.3647011Z Self CPU time total: 17.419ms 2022-08-17T13:14:53.3647142Z 2022-08-17T13:14:53.3647266Z Total time based on python measurements: 19.000ms 2022-08-17T13:14:53.3956080Z CPU time measurement python side overhead: 9.08% 2022-08-17T13:14:53.4038789Z STAGE:2022-08-17 13:14:53 5829:5829 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:14:53.4152376Z ok (1.352s) 2022-08-17T13:14:53.4158165Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-08-17T13:14:53.4165541Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:53.4167971Z STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:53.4179106Z ok (0.003s) 2022-08-17T13:14:53.4196005Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:53.4747538Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:53.4758620Z STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:53.4769329Z ok (0.057s) 2022-08-17T13:14:53.4792097Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:14:53.4805399Z test_profiler_shapes (__main__.TestAutograd) ... 2022-08-17T13:14:53.4811153Z STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:53.4817182Z STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:53.4841746Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:14:53.4842380Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:14:53.4856962Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:14:53.4857516Z aten::linear 3.25% 8.000us 60.98% 150.000us 150.000us 1 [[128, 20], [30, 20], [30]] 2022-08-17T13:14:53.4857867Z aten::t 9.35% 23.000us 15.45% 38.000us 38.000us 1 [[30, 20]] 2022-08-17T13:14:53.4858310Z aten::transpose 3.66% 9.000us 6.10% 15.000us 15.000us 1 [[30, 20], [], []] 2022-08-17T13:14:53.4858690Z aten::as_strided 2.44% 6.000us 2.44% 6.000us 6.000us 1 [[30, 20], [], [], []] 2022-08-17T13:14:53.4859100Z aten::addmm 24.39% 60.000us 42.28% 104.000us 104.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-08-17T13:14:53.4859439Z aten::expand 8.54% 21.000us 8.94% 22.000us 22.000us 1 [[30], [], []] 2022-08-17T13:14:53.4859803Z aten::as_strided 0.41% 1.000us 0.41% 1.000us 1.000us 1 [[30], [], [], []] 2022-08-17T13:14:53.4860167Z aten::copy_ 8.94% 22.000us 8.94% 22.000us 22.000us 1 [[128, 30], [128, 30], []] 2022-08-17T13:14:53.4860538Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-08-17T13:14:53.4892111Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-08-17T13:14:53.4892802Z aten::linear 1.63% 4.000us 39.02% 96.000us 96.000us 1 [[128, 30], [40, 30], [40]] 2022-08-17T13:14:53.4893165Z aten::t 2.03% 5.000us 3.25% 8.000us 8.000us 1 [[40, 30]] 2022-08-17T13:14:53.4893474Z aten::transpose 0.81% 2.000us 1.22% 3.000us 3.000us 1 [[40, 30], [], []] 2022-08-17T13:14:53.4893783Z aten::as_strided 0.41% 1.000us 0.41% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-08-17T13:14:53.4894664Z aten::addmm 31.71% 78.000us 34.15% 84.000us 84.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-08-17T13:14:53.4895122Z aten::expand 0.81% 2.000us 0.81% 2.000us 2.000us 1 [[40], [], []] 2022-08-17T13:14:53.4895570Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-08-17T13:14:53.4895907Z aten::copy_ 1.63% 4.000us 1.63% 4.000us 4.000us 1 [[128, 40], [128, 40], []] 2022-08-17T13:14:53.4896326Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-08-17T13:14:53.4896702Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-08-17T13:14:53.4897285Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:14:53.4897646Z Self CPU time total: 246.000us 2022-08-17T13:14:53.4897787Z 2022-08-17T13:14:53.4897858Z ok (0.005s) 2022-08-17T13:14:53.4932812Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:53.4933465Z STAGE:2022-08-17 13:14:53 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:53.4933805Z ok (0.002s) 2022-08-17T13:14:54.7507097Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.264s) 2022-08-17T13:14:54.7534939Z test_record_function (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:54.7538964Z STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:54.7560689Z STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:54.7562731Z STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:54.7567039Z ok (0.006s) 2022-08-17T13:14:54.7579742Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:54.7582090Z STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:54.7591101Z ok (0.002s) 2022-08-17T13:14:54.7601338Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7613756Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:14:54.7617548Z STAGE:2022-08-17 13:14:54 5829:5829 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:14:54.7624505Z ok (0.002s) 2022-08-17T13:14:54.7644612Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7674400Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:54.7686921Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7699304Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7710768Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7725172Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7741681Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7754807Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7770893Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7780156Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7800776Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7811853Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7828870Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7843691Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.7894508Z test_return_duplicate (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:54.7944653Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:54.7966564Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7983320Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.7998466Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8026628Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:54.8043883Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8058393Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8072707Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8120787Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:54.8260866Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.014s) 2022-08-17T13:14:54.8277471Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8295067Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8341995Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:54.8355307Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8394958Z test_select_sum (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:54.8403157Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8430733Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:54.8457832Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:54.8483659Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:54.8502003Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8518827Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8535098Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8546010Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8565619Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8585200Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8733584Z test_setitem (__main__.TestAutograd) ... ok (0.015s) 2022-08-17T13:14:54.8771298Z test_setitem_mask (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:54.8779744Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8796797Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8807658Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8847476Z test_sharded_grad (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:14:54.8865020Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:54.8878186Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8889382Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8902294Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8914156Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8926402Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8936990Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.8947312Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:54.9214015Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.026s) 2022-08-17T13:14:54.9228291Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3765: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:14:54.9228949Z 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:14:54.9229366Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:14:54.9229629Z should be replaced with 2022-08-17T13:14:54.9230091Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:14:54.9230363Z and 2022-08-17T13:14:54.9230607Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:14:54.9230861Z should be replaced with 2022-08-17T13:14:54.9231470Z 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:14:54.9231920Z w, v = torch.symeig(A, eigenvectors=False) 2022-08-17T13:14:54.9281966Z ok (0.007s) 2022-08-17T13:14:54.9297569Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:56.1304826Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.200s) 2022-08-17T13:14:56.1329646Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:56.1381933Z test_type_conversions (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:56.1434920Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:14:56.1455530Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:56.1483527Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:14:56.2928449Z test_variable_traverse (__main__.TestAutograd) ... ok (0.144s) 2022-08-17T13:14:56.2949377Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:14:56.2959914Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:14:56.2999091Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-08-17T13:14:56.3080722Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-08-17T13:14:56.3095532Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.3108477Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3120344Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:14:56.3132582Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3143450Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3155130Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3170984Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3182898Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.3193328Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.3288275Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:14:56.3300224Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.3344867Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:14:56.3361555Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.3378387Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8296: 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-17T13:14:56.3379251Z self.assertIsNone(a.grad) 2022-08-17T13:14:56.3379452Z ok (0.002s) 2022-08-17T13:14:56.3393328Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3498432Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:14:56.3549752Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:14:56.3599049Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:14:56.3710963Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:14:56.3728613Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.3774163Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:14:56.3792317Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.3837509Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:14:56.3855031Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.3951888Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:14:56.3966063Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.3976749Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:14:56.4007137Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4057047Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:14:56.4069970Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.4083482Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.4095146Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.4103832Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.4139107Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4150399Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.4167469Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.4184002Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.4194716Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:14:56.4210393Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: 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:14:56.4211017Z func_out = func(*tupled_inputs) 2022-08-17T13:14:56.4239318Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: 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:14:56.4239807Z func_out = func(*tupled_inputs) 2022-08-17T13:14:56.4263136Z ok (0.007s) 2022-08-17T13:14:56.4361770Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:14:56.4381024Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.4397921Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.4427421Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4454752Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4481609Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4508487Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.4525027Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:14:56.4570151Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:14:56.4612862Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:14:56.4878520Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:14:56.5035124Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:14:56.5053205Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:14:56.5105400Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:14:56.5119682Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:14:56.5132033Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:14:56.5166964Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:14:56.5244039Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:14:56.5311102Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:14:56.5358401Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-08-17T13:14:56.5369014Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5386840Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5470187Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-08-17T13:14:56.5554813Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-08-17T13:14:56.5570436Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5578381Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5592411Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5609029Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5624250Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5634234Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5654852Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5676473Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5705091Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:14:56.5718516Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5732204Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5743507Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5755361Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5782691Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:14:56.5790796Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:14:56.5843466Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-08-17T13:14:56.5865531Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5908387Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-08-17T13:14:56.5950824Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-08-17T13:14:56.5972332Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:14:56.5999067Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:14:56.6027290Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:14:56.6041990Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-08-17T13:14:56.6055812Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-08-17T13:14:56.6108047Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-08-17T13:14:56.6167648Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.006s) 2022-08-17T13:14:56.6179581Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-08-17T13:14:56.6229582Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:14:56.6235258Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-08-17T13:14:56.6240498Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-08-17T13:14:56.6387220Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:14:56.7828353Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.144s) 2022-08-17T13:14:57.8393466Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.056s) 2022-08-17T13:14:57.9116753Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.072s) 2022-08-17T13:14:58.3963729Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.485s) 2022-08-17T13:14:58.4009240Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:14:58.4121996Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:14:58.4137457Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:14:58.4162636Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:14:58.4222398Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:14:58.4421892Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-08-17T13:14:58.4465120Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:14:58.4566511Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:14:58.4596797Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:58.4719620Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:14:58.4755956Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:14:58.4883324Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-08-17T13:14:58.4927757Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:14:58.5103211Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-08-17T13:14:58.5140453Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:14:58.5235415Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:14:58.5265346Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:58.5376285Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:14:58.5400687Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:14:58.5466392Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:14:58.5611698Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:14:58.6892713Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.128s) 2022-08-17T13:14:58.6950994Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:14:58.7340916Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.039s) 2022-08-17T13:14:58.7395134Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:14:58.7751840Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-08-17T13:14:58.7766394Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:14:58.7799546Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:58.8603602Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.080s) 2022-08-17T13:14:59.4059859Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.545s) 2022-08-17T13:14:59.4111936Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:14:59.4216056Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:14:59.4249490Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:59.4315268Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:14:59.4345050Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:59.4426834Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:14:59.4453891Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:59.4519443Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:14:59.4546091Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:14:59.4616379Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:14:59.5183830Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-08-17T13:14:59.8979417Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.379s) 2022-08-17T13:14:59.9416541Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.044s) 2022-08-17T13:15:00.2261744Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.284s) 2022-08-17T13:15:00.2305737Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:00.2404396Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:15:00.2414328Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:15:00.2424700Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:15:00.2459580Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:00.2558570Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:15:00.2587816Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:00.2642145Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:15:00.2667408Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.2760172Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:15:00.2784068Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.2858512Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:15:00.2898372Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:00.3015642Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:15:00.3047983Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:00.3121894Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:15:00.3141150Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.3191987Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:15:00.3209296Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.3244476Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:00.3249327Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-08-17T13:15:00.3254884Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-08-17T13:15:00.3277745Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.3391818Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:15:00.3426449Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:00.3629629Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-08-17T13:15:00.3714433Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:15:00.4393368Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.068s) 2022-08-17T13:15:00.4436405Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:00.4676927Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-08-17T13:15:00.4714864Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:00.4978698Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-08-17T13:15:00.5041302Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:15:00.5454045Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.041s) 2022-08-17T13:15:00.5466319Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:15:00.5487529Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:00.6090759Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.060s) 2022-08-17T13:15:00.9948180Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.386s) 2022-08-17T13:15:00.9976647Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:01.0013214Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:01.0042380Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:01.0106259Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:15:01.0125446Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:01.0158820Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:01.0187933Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:01.0249515Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:15:01.0271715Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:01.0319763Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:15:01.1066346Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.074s) 2022-08-17T13:15:01.6035293Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.497s) 2022-08-17T13:15:01.6073560Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:01.6139886Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:15:01.6167774Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:01.6227584Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:15:01.6252619Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:01.6325767Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:15:01.6349625Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:01.6400768Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:15:01.6421486Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:01.6465046Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:01.7006033Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.054s) 2022-08-17T13:15:02.0460026Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.345s) 2022-08-17T13:15:02.0487767Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:02.0525933Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:02.0555641Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:02.0616026Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:15:02.0640669Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:02.0708386Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:15:02.0737468Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:15:02.0789968Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:15:02.0810250Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:15:02.0846781Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:15:02.0856790Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.0870264Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.0934879Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-08-17T13:15:02.1013660Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-08-17T13:15:02.1072801Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-08-17T13:15:02.1082550Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1095528Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1103734Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1113004Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1189468Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-08-17T13:15:02.1198774Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1209216Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1292063Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-08-17T13:15:02.1391308Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.010s) 2022-08-17T13:15:02.1403304Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1420559Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:15:02.1433560Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:15:02.1450357Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:15:02.1502412Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-08-17T13:15:02.1528256Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-08-17T13:15:02.1552993Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-08-17T13:15:02.1563066Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-08-17T13:15:02.1581390Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-08-17T13:15:02.1937025Z test_cat_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.035s) 2022-08-17T13:15:02.1954870Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-08-17T13:15:02.2175726Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.022s) 2022-08-17T13:15:02.2186423Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-08-17T13:15:02.2206450Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-08-17T13:15:02.2222893Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-08-17T13:15:02.2463665Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.024s) 2022-08-17T13:15:02.2520125Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-08-17T13:15:02.2607564Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-08-17T13:15:02.2607805Z 2022-08-17T13:15:02.2608123Z ---------------------------------------------------------------------- 2022-08-17T13:15:02.2608384Z Ran 504 tests in 17.583s 2022-08-17T13:15:02.2608509Z 2022-08-17T13:15:02.2608609Z OK (skipped=24, expected failures=2) 2022-08-17T13:15:02.2608747Z 2022-08-17T13:15:02.2608836Z Generating XML reports... 2022-08-17T13:15:02.2834472Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220817131444.xml 2022-08-17T13:15:02.2837252Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220817131444.xml 2022-08-17T13:15:02.2895105Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220817131444.xml 2022-08-17T13:15:02.2915142Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220817131444.xml 2022-08-17T13:15:02.2920956Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220817131444.xml 2022-08-17T13:15:02.3007828Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220817131444.xml 2022-08-17T13:15:02.3022724Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220817131444.xml 2022-08-17T13:15:02.3027161Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220817131444.xml 2022-08-17T13:15:02.3036086Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220817131444.xml 2022-08-17T13:15:02.8132751Z Running test_view_ops ... [2022-08-17 13:15:02.812774] 2022-08-17T13:15:02.8133433Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:15:02.812863] 2022-08-17T13:15:04.2716827Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-08-17T13:15:04.2749280Z 2022-08-17T13:15:04.2749782Z Running tests... 2022-08-17T13:15:04.2750361Z ---------------------------------------------------------------------- 2022-08-17T13:15:04.2773818Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3075.) 2022-08-17T13:15:04.2774570Z t1 = a.T 2022-08-17T13:15:04.2784547Z ok (0.003s) 2022-08-17T13:15:04.5130911Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.234s) 2022-08-17T13:15:04.7438580Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.231s) 2022-08-17T13:15:04.9535599Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.210s) 2022-08-17T13:15:05.1485724Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.195s) 2022-08-17T13:15:05.3368742Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.188s) 2022-08-17T13:15:05.4359164Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.099s) 2022-08-17T13:15:05.5356802Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.100s) 2022-08-17T13:15:05.6270099Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.091s) 2022-08-17T13:15:05.7274336Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.100s) 2022-08-17T13:15:05.8293811Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.102s) 2022-08-17T13:15:05.9041380Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.075s) 2022-08-17T13:15:05.9162031Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-08-17T13:15:05.9264460Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-08-17T13:15:05.9279116Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:05.9303719Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:15:05.9305114Z return torch.as_tensor(tensor_like) 2022-08-17T13:15:05.9711530Z ok (0.043s) 2022-08-17T13:15:06.0169813Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.046s) 2022-08-17T13:15:06.0617563Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.045s) 2022-08-17T13:15:06.1065739Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.045s) 2022-08-17T13:15:06.1514557Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.045s) 2022-08-17T13:15:06.1961754Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.045s) 2022-08-17T13:15:06.2398030Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-08-17T13:15:06.2830673Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:15:06.3262151Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:15:06.3696546Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:15:06.4132123Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:15:06.4206857Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-08-17T13:15:06.4386746Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.018s) 2022-08-17T13:15:06.4400258Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.4412743Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T13:15:06.4413901Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-08-17T13:15:06.4414370Z ok (0.001s) 2022-08-17T13:15:06.4451643Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:06.4551624Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-08-17T13:15:06.4723954Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-08-17T13:15:06.4754074Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:06.4787720Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:06.4817538Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:06.4908860Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-08-17T13:15:06.4928327Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.4987139Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-08-17T13:15:06.5029299Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:06.5047468Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5064821Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5081966Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5099469Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5116165Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5132943Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5149309Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5164436Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5179422Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5194276Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5209133Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5224400Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5241575Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5260014Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:06.5268395Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:06.5333439Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-08-17T13:15:06.5368842Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:06.5517316Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:06.5931390Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-08-17T13:15:06.7618490Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.169s) 2022-08-17T13:15:06.9793348Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.217s) 2022-08-17T13:15:07.2030027Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.224s) 2022-08-17T13:15:07.4102817Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.207s) 2022-08-17T13:15:07.6161847Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.206s) 2022-08-17T13:15:07.8134817Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.197s) 2022-08-17T13:15:07.9804679Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.167s) 2022-08-17T13:15:08.1486618Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.168s) 2022-08-17T13:15:08.3093776Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.161s) 2022-08-17T13:15:08.4771685Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.168s) 2022-08-17T13:15:08.6444440Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.167s) 2022-08-17T13:15:09.2232766Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-08-17T13:15:09.9519129Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.729s) 2022-08-17T13:15:10.7018393Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.750s) 2022-08-17T13:15:11.4044077Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.702s) 2022-08-17T13:15:12.1092468Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.705s) 2022-08-17T13:15:12.7812739Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.672s) 2022-08-17T13:15:13.3571362Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.576s) 2022-08-17T13:15:13.9360501Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-08-17T13:15:14.4906905Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.555s) 2022-08-17T13:15:15.0668170Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.576s) 2022-08-17T13:15:15.6441101Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.577s) 2022-08-17T13:15:15.6849808Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-08-17T13:15:15.7249730Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-08-17T13:15:15.7649347Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-08-17T13:15:15.7935806Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-08-17T13:15:15.8183883Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-08-17T13:15:15.8322925Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-08-17T13:15:15.8362642Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:15.8390283Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8435335Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:15.8482439Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:15:15.8520848Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:15.8557901Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:15.8594319Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8620672Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8646777Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8672270Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:15.8698856Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8724873Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:15.8874147Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9024348Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9184271Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-08-17T13:15:15.9340847Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9493499Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9645895Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9797885Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:15.9945647Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:16.0094116Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:16.0240262Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:16.0388299Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:15:16.0532068Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-08-17T13:15:16.0554567Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.0570523Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.0977456Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-08-17T13:15:16.0988569Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1005940Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1017382Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1030880Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1397321Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.036s) 2022-08-17T13:15:16.1410801Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1423758Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1435300Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1446466Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1457860Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1464245Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:15:16.1480529Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1497175Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1505997Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1514857Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1523549Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1532845Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1541651Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1550488Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1559137Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1567796Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1576850Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1596934Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1611916Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1620876Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1639189Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1652923Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1666901Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.1690671Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.1724555Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1760053Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-08-17T13:15:16.1793663Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1827739Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1860525Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1893510Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1925567Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1958024Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.1990201Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.2022713Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.2055311Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.2067528Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2078161Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2104087Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2128233Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2139624Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2151383Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2161828Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2172647Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2189552Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2206655Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2223204Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2239468Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2256498Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2272932Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2289254Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2306114Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2323006Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2340038Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2356686Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2373630Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2390254Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2407078Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2423835Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2440381Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2457617Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2473897Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2490632Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2507636Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2524298Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2541205Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2557956Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2574874Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2581390Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:15:16.2591866Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2602306Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2613779Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2624295Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2644407Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2659051Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2719330Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-08-17T13:15:16.2736791Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.2748439Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2760210Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.2772031Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.3085010Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.031s) 2022-08-17T13:15:16.3112435Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:15:16.3129767Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:15:16.3130633Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-08-17T13:15:16.3139264Z ok (0.003s) 2022-08-17T13:15:16.3163802Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.3175367Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:16.3192206Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.3209075Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:16.5281648Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.207s) 2022-08-17T13:15:16.7503381Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.222s) 2022-08-17T13:15:16.9328792Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.182s) 2022-08-17T13:15:17.1384646Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.206s) 2022-08-17T13:15:17.3458803Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.207s) 2022-08-17T13:15:17.5310397Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.185s) 2022-08-17T13:15:17.7368977Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.206s) 2022-08-17T13:15:17.9391532Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.202s) 2022-08-17T13:15:18.1190787Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.180s) 2022-08-17T13:15:18.3244055Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.205s) 2022-08-17T13:15:18.5289639Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.205s) 2022-08-17T13:15:18.6333330Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.104s) 2022-08-17T13:15:18.7870572Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.154s) 2022-08-17T13:15:18.7887522Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:18.8076347Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.019s) 2022-08-17T13:15:18.9111004Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.103s) 2022-08-17T13:15:18.9806692Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.070s) 2022-08-17T13:15:18.9994480Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.019s) 2022-08-17T13:15:19.1022503Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.103s) 2022-08-17T13:15:19.1716441Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.069s) 2022-08-17T13:15:19.1904095Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.019s) 2022-08-17T13:15:19.3433001Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-08-17T13:15:19.4961132Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-08-17T13:15:19.4978798Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:15:19.4993085Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5008227Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5022740Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5037791Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5051604Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5065181Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5077837Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5090388Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5102503Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5114793Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5126846Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5140602Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5152793Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5166503Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5180236Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5194148Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5207115Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5220345Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5233019Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5245573Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5258439Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5270949Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5283466Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5296518Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5308311Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5321388Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5334764Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5347601Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5359927Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5372870Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5384919Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5396993Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5409004Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5421163Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5432839Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5447069Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5459808Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5473865Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5487642Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5501167Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5514133Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5527371Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5539958Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5552361Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5564687Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5577385Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5589782Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.5600163Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:15:19.6540955Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.088s) 2022-08-17T13:15:19.6562768Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:15:19.6606631Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:15:19.6977551Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-08-17T13:15:19.7036813Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:15:19.7084639Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.7140697Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.7206316Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:15:19.7271662Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:15:19.7278756Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:15:19.7294475Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7308607Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7319706Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7330774Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7340887Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7350533Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7360422Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7370298Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7379507Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7389047Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7397626Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7408456Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7417944Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7426002Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:15:19.7517938Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-08-17T13:15:19.7571193Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.7581919Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7595797Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7615653Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:19.7624314Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7632898Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7641572Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7650325Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7658941Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7667463Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7675955Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7684520Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.7693397Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.8800908Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.111s) 2022-08-17T13:15:19.8852798Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.9189612Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.034s) 2022-08-17T13:15:19.9207589Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:19.9223768Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:19.9269304Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.9279246Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9614874Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.033s) 2022-08-17T13:15:19.9664678Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:19.9681169Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:19.9696418Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9710747Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9725038Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9738430Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9751846Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9765462Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9778959Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9792491Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9805418Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9818832Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9832195Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9845617Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9859089Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9872697Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9885801Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9899048Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9911583Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9924197Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9936960Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9949446Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9961905Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9974773Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9987307Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:19.9992969Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:15:20.0040295Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:20.0081954Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:15:20.0134212Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:20.0178998Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:15:20.0575609Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.040s) 2022-08-17T13:15:20.0959485Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.038s) 2022-08-17T13:15:20.1023099Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:15:20.1034252Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1076439Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:15:20.1134340Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:15:20.1185391Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:15:20.1208485Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1225027Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1240694Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1256622Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1273400Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:15:20.1340312Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-08-17T13:15:20.1380751Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:15:20.1420170Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1459252Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1497865Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1536527Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1575182Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1614297Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1652894Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1691524Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1730732Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1770887Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1809164Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:15:20.1825198Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1840763Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1856482Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:15:20.1871167Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1886148Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1901449Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1916515Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1931930Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1947089Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1961934Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1977413Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.1992470Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2002936Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2013996Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2024536Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2034889Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2045451Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2056162Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2066555Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2077161Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2088083Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2099444Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2110388Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2121486Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2133047Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2143434Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2153977Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2164721Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2176046Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2187030Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2197620Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2208479Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2219617Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2230336Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2241422Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2253021Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2264033Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2274792Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2285522Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2295938Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2306155Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2316607Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2326864Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2337655Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2348081Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2358424Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2368845Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2379411Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2389777Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2400291Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2411042Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2421490Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2431906Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2442344Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2453032Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2463530Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2474317Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2486158Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2496849Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2508493Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:15:20.2526986Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:15:20.2527471Z 2022-08-17T13:15:20.2529238Z ---------------------------------------------------------------------- 2022-08-17T13:15:20.2529704Z Ran 439 tests in 15.978s 2022-08-17T13:15:20.2530124Z 2022-08-17T13:15:20.2530333Z OK (skipped=123) 2022-08-17T13:15:20.2530514Z 2022-08-17T13:15:20.2530978Z Generating XML reports... 2022-08-17T13:15:20.2645861Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220817131504.xml 2022-08-17T13:15:20.2791660Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220817131504.xml 2022-08-17T13:15:20.2939177Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220817131504.xml 2022-08-17T13:15:20.6346769Z Running test_torch ... [2022-08-17 13:15:20.634223] 2022-08-17T13:15:20.6347295Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:15:20.634309] 2022-08-17T13:15:22.2036514Z Test results will be stored in test-reports/python-unittest/test_torch 2022-08-17T13:15:22.2218209Z 2022-08-17T13:15:22.2218330Z Running tests... 2022-08-17T13:15:22.2218807Z ---------------------------------------------------------------------- 2022-08-17T13:15:22.2234439Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-08-17T13:15:22.2246127Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:15:22.2246681Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:15:22.2247070Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:15:22.2247336Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:15:22.2247552Z ok (0.001s) 2022-08-17T13:15:22.2266553Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:15:22.2266972Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:15:22.2267236Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:15:22.2267436Z ok (0.002s) 2022-08-17T13:15:22.2288790Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.2310484Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.2334695Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.2349971Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.2361152Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.2371233Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.2379556Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.2649859Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.027s) 2022-08-17T13:15:22.2662372Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.2712882Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:15:22.2915918Z test_assert_async (__main__.TestTorch) ... ok (0.020s) 2022-08-17T13:15:22.3544871Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.063s) 2022-08-17T13:15:22.3604078Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:22.5830586Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8528: 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:15:22.5831362Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5878837Z test_torch.py:8528: 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:15:22.5879750Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5893073Z test_torch.py:8528: 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:15:22.5893748Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5930883Z test_torch.py:8528: 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:15:22.5931576Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5943978Z test_torch.py:8528: 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:15:22.5944651Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5981630Z test_torch.py:8528: 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:15:22.5982283Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.5994179Z test_torch.py:8528: 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:15:22.5994799Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9388175Z test_torch.py:8528: 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:15:22.9389082Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9442668Z test_torch.py:8528: 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:15:22.9456704Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9457742Z test_torch.py:8528: 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:15:22.9458572Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9497597Z test_torch.py:8528: 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:15:22.9498361Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9511638Z test_torch.py:8528: 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:15:22.9512272Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9550990Z test_torch.py:8528: 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:15:22.9551626Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9564857Z test_torch.py:8528: 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:15:22.9565492Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:22.9607457Z ok (0.600s) 2022-08-17T13:15:22.9625206Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.9635728Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-08-17T13:15:22.9662251Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:22.9716652Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:15:22.9730811Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.9750910Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.9814108Z test_copy_broadcast (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:22.9822150Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:22.9883596Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:22.9917673Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7758: 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:15:22.9918287Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-08-17T13:15:22.9922382Z ok (0.004s) 2022-08-17T13:15:22.9940271Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:22.9968745Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:22.9996190Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.0021153Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.0045199Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.0052269Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.0060928Z 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:15:23.0093174Z ok (0.004s) 2022-08-17T13:15:23.0111416Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.0126768Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.0153068Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.0360088Z test_device (__main__.TestTorch) ... ok (0.020s) 2022-08-17T13:15:23.0368920Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.0393372Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.0404171Z test_doc_template (__main__.TestTorch) 2022-08-17T13:15:23.0595504Z Test that all public API doc strings use the same standard template for ... ok (0.020s) 2022-08-17T13:15:23.0722070Z test_dot_data_use (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:15:23.0773955Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:15:23.0808294Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.0879426Z test_empty_meta (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:15:23.0889252Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.0914989Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1034309Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.012s) 2022-08-17T13:15:23.1066646Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1077033Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.1116702Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.1157856Z test_from_file (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.1187422Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1211675Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1227565Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1238622Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.1277070Z 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:15:23.1277487Z 2022-08-17T13:15:23.1277915Z - 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:15:23.1278873Z - 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:15:23.1279440Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:15:23.1279790Z warnings.warn(msg, FutureWarning) 2022-08-17T13:15:23.1421105Z ok (0.018s) 2022-08-17T13:15:23.1479100Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:23.1507882Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1539779Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1568119Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1597958Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1619567Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1680523Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:23.1703408Z test_is_same_size (__main__.TestTorch) ... test_torch.py:5928: 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:15:23.1704309Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-08-17T13:15:23.1760734Z ok (0.008s) 2022-08-17T13:15:23.1780408Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1812660Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1839295Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1871948Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1885118Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.1899760Z test_map2 (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.1926795Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1952025Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.1980103Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.1995614Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.2011651Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2115302Z test_memory_format_empty (__main__.TestTorch) ... ok (0.010s) 2022-08-17T13:15:23.2145462Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.2173766Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.2190159Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:23.2218728Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.2243739Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.2254413Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2313247Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:15:23.2365204Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:15:23.2440922Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:15:23.2469003Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.2758291Z test_normal_shape (__main__.TestTorch) ... ok (0.029s) 2022-08-17T13:15:23.2768911Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2776796Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2793756Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.2806820Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2841475Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.2855527Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2869300Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2877645Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2886675Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2904443Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.2918140Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.2926985Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3004368Z test_pin_memory (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:15:23.3397368Z test_print (__main__.TestTorch) ... ok (0.039s) 2022-08-17T13:15:23.3424039Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.3434450Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3442789Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3471724Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.3480221Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3495120Z test_reversed (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3520020Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.3541783Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.3555135Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-08-17T13:15:23.3566002Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3572373Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3591959Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.3607806Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.3635625Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.3641517Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:15:23.3656345Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3873560Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.022s) 2022-08-17T13:15:23.3890911Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.3904456Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.3949478Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.4018286Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:15:23.4033854Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4049808Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4064148Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4077178Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4100029Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4117437Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4146172Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.4172185Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4181188Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4199753Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4216114Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4252873Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.4295284Z test_split_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.4340464Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.4370139Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.4487628Z test_storage_casts (__main__.TestTorch) ... ok (0.012s) 2022-08-17T13:15:23.4744451Z test_storage_error (__main__.TestTorch) ... ok (0.026s) 2022-08-17T13:15:23.4755830Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4774356Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4786504Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4798562Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4828576Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.4931317Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.010s) 2022-08-17T13:15:23.4947973Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.4956435Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.4965274Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.6195027Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.123s) 2022-08-17T13:15:23.6846254Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.065s) 2022-08-17T13:15:23.6856172Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.6866237Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.6902257Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.6952237Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:15:23.6964444Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.6974170Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.8137753Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.116s) 2022-08-17T13:15:23.8154762Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:15:23.8168869Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.8197621Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8234739Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.8277555Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:15:23.8291877Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.8302200Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.8334988Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8363717Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8591035Z test_unflatten (__main__.TestTorch) ... ok (0.023s) 2022-08-17T13:15:23.8617025Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8650389Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8785771Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:15:23.8921304Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:15:23.8952390Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:15:23.8965871Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:15:23.9010495Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:23.9047951Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:23.9084487Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:23.9121870Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:23.9199701Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9277813Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9355099Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9432569Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9510123Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9546369Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:23.9579572Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9611840Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9643719Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9675337Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9706239Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9736939Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9767460Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9797808Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:23.9884559Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:23.9899940Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:23.9913620Z 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:15:24.0154244Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:24.0181048Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:24.0206409Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0229981Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0251986Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0273109Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0294983Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0315941Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0337783Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0358435Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0379746Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0401184Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.0842597Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-08-17T13:15:24.0856922Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.1166344Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:24.1480660Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:24.1792398Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:24.2082525Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.2383943Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:15:24.2451229Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:24.2740447Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.3025718Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:15:24.3312006Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.3594228Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:15:24.3874911Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:15:24.4161503Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.4458438Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:15:24.4745678Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.5059198Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:24.5370463Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:24.5656314Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.5946440Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.6012726Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:24.6075977Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:24.6138565Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:24.6425928Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.6711992Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.7001208Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.7291210Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:15:24.7586775Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:15:24.7613123Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:24.7680090Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:24.7725176Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:24.7758099Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:24.7801082Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:24.7828163Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:24.7859856Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:24.7903595Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:24.7926697Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.7949053Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:24.9971947Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.202s) 2022-08-17T13:15:25.0051164Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:25.0124785Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:25.0195624Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:25.0206974Z 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:15:25.0227555Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:25.0246947Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:25.0270626Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.0422217Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:25.0446481Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.0459816Z 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:15:25.1119434Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.066s) 2022-08-17T13:15:25.1197639Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:25.1235490Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.3404248Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.217s) 2022-08-17T13:15:25.4340358Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.093s) 2022-08-17T13:15:25.4379419Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4403692Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.4414671Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:25.4425582Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:25.4448898Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.4462107Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:25.4653754Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:15:25.4665287Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:25.4701333Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5442: 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:15:25.4701945Z t.copy_(src) 2022-08-17T13:15:25.4711034Z ok (0.005s) 2022-08-17T13:15:25.4740204Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.4782822Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4827085Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4868677Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4908840Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4946430Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.4983847Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:25.5015903Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5047444Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5079621Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5112152Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5140232Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5172418Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5227911Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:25.5420607Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:15:25.5471917Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:25.5505606Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:25.5531195Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.5546399Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1954: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-08-17T13:15:25.5547077Z res = torch.corrcoef(x) 2022-08-17T13:15:25.5560842Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-08-17T13:15:25.5561506Z avg = a.mean(axis) 2022-08-17T13:15:25.5562600Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:15:25.5563195Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T13:15:25.5563753Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:15:25.5564057Z c = cov(x, y, rowvar) 2022-08-17T13:15:25.5564491Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:15:25.5564799Z c *= np.true_divide(1, fact) 2022-08-17T13:15:25.5565238Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:15:25.5565551Z c *= np.true_divide(1, fact) 2022-08-17T13:15:25.5614611Z ok (0.008s) 2022-08-17T13:15:25.5674005Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:25.5733696Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:25.5757189Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1961: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-08-17T13:15:25.5757805Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-08-17T13:15:25.5762884Z test_torch.py:1965: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:15:25.5763283Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-08-17T13:15:25.6167758Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:15:25.6168214Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-08-17T13:15:25.6219007Z ok (0.049s) 2022-08-17T13:15:25.6641714Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-08-17T13:15:25.7017997Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:15:25.8442182Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.142s) 2022-08-17T13:15:25.8464163Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:25.8672869Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-08-17T13:15:25.8692384Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.8710345Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.8772694Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:25.8829300Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:25.8951069Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:15:25.9070394Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:15:25.9089223Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.9106373Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:25.9142478Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-08-17T13:15:25.9484071Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:15:25.9935925Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-08-17T13:15:26.0390995Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-08-17T13:15:26.0817466Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:26.1236969Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-08-17T13:15:26.1636945Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-08-17T13:15:26.1973024Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-08-17T13:15:26.2299951Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-08-17T13:15:26.2609073Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:26.2931563Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:15:26.3255131Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:15:26.3499394Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:26.3857387Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:15:26.4234798Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:15:26.4571179Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:15:26.4900073Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-08-17T13:15:26.5210987Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:26.5452700Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:26.5696198Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:26.5927248Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:15:26.6169051Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:26.6411277Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:26.6690977Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:15:26.6708946Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.6746425Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:26.6763132Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.6779649Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.6793844Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6805956Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6817208Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6827794Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6837994Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6848063Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6858376Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6868314Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6878767Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.6889395Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6899945Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6910315Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6920780Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6931620Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6942228Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6952832Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6963092Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6974307Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6984140Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.6994944Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7005352Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7016174Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7026714Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7037347Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7047979Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7058869Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7069520Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7080115Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7090987Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7101223Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7111622Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7125434Z test_dlpack_default_stream_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.7151077Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:26.7161173Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7171455Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7180111Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7192822Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7204798Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7216875Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7227749Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7238336Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7248900Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7259284Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7268999Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7278751Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7288738Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7298919Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7309623Z test_dlpack_shared_storage_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7319095Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7328710Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7338598Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7348050Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7357329Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7366553Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7375686Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7384405Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7393114Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7401866Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7410825Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7625637Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-08-17T13:15:26.7634174Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.7703273Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:26.7771333Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:26.7838743Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:26.7906592Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:26.7940172Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:26.7970802Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:26.8001190Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:26.8030727Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:26.8039275Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.8047542Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:26.8059968Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8071875Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8083341Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8094560Z test_from_dlpack_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8105376Z test_from_dlpack_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8116188Z test_from_dlpack_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8126375Z test_from_dlpack_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8136582Z test_from_dlpack_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8146448Z test_from_dlpack_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8156698Z test_from_dlpack_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8167424Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8177834Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8187343Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8197281Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8206247Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8215646Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8224853Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8233762Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8242558Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8251822Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8260416Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8269204Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:26.8291396Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8313306Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8335660Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8356588Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8377777Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8398081Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8417711Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8435785Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8454158Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8472557Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:26.8491095Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:27.3236326Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.474s) 2022-08-17T13:15:27.8119940Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.488s) 2022-08-17T13:15:27.8134000Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8145431Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8156277Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8166772Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8177616Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8188129Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8198740Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8209250Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8220032Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:27.8267799Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:27.8310493Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8352608Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8394897Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8440844Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:27.8483681Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8525835Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8567977Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:27.8609791Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:28.0013360Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.140s) 2022-08-17T13:15:28.1084610Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.107s) 2022-08-17T13:15:28.1143450Z 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:15:28.1144115Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:15:28.1144679Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:15:28.1145149Z b = (dx2 - dx1) / (dx1 * dx2) 2022-08-17T13:15:28.1145707Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:15:28.1146073Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:15:28.1147215Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-08-17T13:15:28.1147683Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1149200Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1149572Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-08-17T13:15:28.1150125Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1150575Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-08-17T13:15:28.1151119Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-08-17T13:15:28.1151582Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1301169Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1301670Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:15:28.1302212Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1302596Z b = (dx1 + dx2) / (dx1 * dx2) 2022-08-17T13:15:28.1303116Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-08-17T13:15:28.1303564Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1304487Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-08-17T13:15:28.1304940Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1325049Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:15:28.1325851Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:15:28.1326631Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:15:28.1327321Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:15:28.1381553Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:15:28.1382267Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1383084Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1383682Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:15:28.1384374Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:15:28.1384961Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1385756Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:15:28.1386356Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.1456394Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:15:28.1456846Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-08-17T13:15:28.1961884Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:15:28.1962454Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:15:28.1963028Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:15:28.1963546Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:15:28.2167512Z ok (0.108s) 2022-08-17T13:15:28.2864999Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.070s) 2022-08-17T13:15:28.3477077Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-08-17T13:15:28.4098648Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-08-17T13:15:28.4165563Z 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:15:28.4166482Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-08-17T13:15:28.4167312Z /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:15:28.4167991Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:15:28.4168724Z /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:15:28.4178633Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:15:28.4180278Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:15:28.4181369Z return torch.as_tensor(tensor_like) 2022-08-17T13:15:28.4181994Z /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:15:28.4182404Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.4182913Z /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:15:28.4183313Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.4261896Z /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:15:28.4262324Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:15:28.4542918Z ok (0.044s) 2022-08-17T13:15:28.4568121Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:28.5536172Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.096s) 2022-08-17T13:15:28.5758968Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:15:28.5841959Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:28.5900737Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:28.5993084Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:28.6086339Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:28.6167847Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:28.6248473Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:28.6328039Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:28.6387546Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:28.6448054Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:28.6506084Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:28.6565218Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:28.6624671Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.7322487Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.069s) 2022-08-17T13:15:29.7524549Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:15:29.7553502Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:29.7573920Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7603259Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:29.7632851Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:29.7657961Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7682410Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7707012Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7726788Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7746333Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7765650Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7785173Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7804308Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7863702Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.7920848Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.7940590Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.7959839Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:29.8017930Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8076496Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8135288Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8193275Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8251708Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8309908Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8368533Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8426648Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:29.8506477Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:29.8776768Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:15:29.8865724Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:29.8902390Z 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:15:29.8903036Z 2022-08-17T13:15:29.8903590Z - 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:15:29.8904527Z - 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:15:29.8905221Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:15:29.8905648Z warnings.warn(msg, FutureWarning) 2022-08-17T13:15:29.8906157Z test_torch.py:3003: 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:15:29.8906698Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-08-17T13:15:29.9296203Z ok (0.043s) 2022-08-17T13:15:29.9732727Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-08-17T13:15:30.0167551Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:30.0594661Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:30.0902566Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.1216391Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.1518672Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:15:30.1826974Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.2138267Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.2577907Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-08-17T13:15:30.3016740Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-08-17T13:15:30.3442388Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-08-17T13:15:30.3870473Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:30.4183094Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.4493509Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.4801274Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:30.5235494Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:30.5552222Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:15:30.6032889Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-08-17T13:15:30.6531702Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-08-17T13:15:30.7015020Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-08-17T13:15:30.7505088Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-08-17T13:15:30.7882714Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:15:30.8259964Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:15:30.8619113Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:15:30.8989735Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-08-17T13:15:30.9363768Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-08-17T13:15:30.9794470Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:31.0228951Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:31.0657020Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:31.1088931Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:15:31.1400174Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:31.1714881Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:31.2025645Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:15:31.2344697Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:15:31.2663062Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:15:31.2730315Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.2780639Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.2848092Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.2916105Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.2977130Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:31.3043103Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.3104507Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:31.3154131Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.3203740Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.3252606Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.3305525Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.3354675Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.3743700Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:15:31.3767414Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:31.3781180Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3790883Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3799983Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3808996Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3818146Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3827053Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3835933Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3844850Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3854128Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3862997Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3871764Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3880801Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3889656Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3899060Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3908904Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:31.3919118Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:31.3930892Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3941677Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3952595Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.3963395Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:31.4038779Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.4117974Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:31.4211618Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:31.4286923Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:31.4361468Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:31.4376860Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:31.4405168Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4434398Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4461015Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4488473Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4515469Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4543458Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4570074Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4600870Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4632319Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4666188Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4697820Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4738685Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4762400Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4795517Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4825185Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4858499Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4888219Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4918406Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4945091Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4973150Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.4998717Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.5026508Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.5052196Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.5080032Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:31.5174363Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:31.5190168Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:31.5361506Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:31.5407355Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:31.5582572Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:31.5731699Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.5878950Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.6025673Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.6170592Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:31.6314908Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:31.6460325Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:31.6606962Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.6754750Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.6902240Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:31.6913790Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:31.6958913Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:31.6991700Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.6992313Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7004708Z ok (0.005s) 2022-08-17T13:15:31.7036909Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7037488Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7047279Z ok (0.004s) 2022-08-17T13:15:31.7079171Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7079757Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7093039Z ok (0.004s) 2022-08-17T13:15:31.7128445Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7129049Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7144175Z ok (0.005s) 2022-08-17T13:15:31.7180294Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7180916Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7185213Z ok (0.004s) 2022-08-17T13:15:31.7221564Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7222355Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7234384Z ok (0.005s) 2022-08-17T13:15:31.7271608Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7272218Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7284789Z ok (0.005s) 2022-08-17T13:15:31.7321337Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7322199Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7333739Z ok (0.005s) 2022-08-17T13:15:31.7369300Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7370252Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7380787Z ok (0.005s) 2022-08-17T13:15:31.7413795Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7414392Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7424178Z ok (0.004s) 2022-08-17T13:15:31.7455463Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7456065Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7465414Z ok (0.004s) 2022-08-17T13:15:31.7496813Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: 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:15:31.7497401Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:15:31.7506719Z ok (0.004s) 2022-08-17T13:15:31.7567321Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:31.7660116Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:31.7675836Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:31.7690358Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:31.7764314Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:32.0566369Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.280s) 2022-08-17T13:15:32.1968880Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.140s) 2022-08-17T13:15:32.1984093Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.2019080Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:32.2118314Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:15:32.2224456Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:15:32.3064000Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-08-17T13:15:32.3074100Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.3093993Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.3113024Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.3132501Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.3381480Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:15:32.3578742Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:15:32.3593113Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.3606718Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.3619460Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.3627980Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.3637733Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.3646995Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.3656278Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:15:32.3835294Z test_multinomial_invalid_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:15:32.4114517Z test_multinomial_invalid_distribution_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:15:32.4129270Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:32.4143947Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4157965Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4171433Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4183260Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4196070Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4214298Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.4229586Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4243531Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4257797Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4270405Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4282924Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4295938Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4308314Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4322168Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4334460Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4346449Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4359572Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4371624Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4384536Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4400223Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4415655Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4429792Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4442929Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4455946Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4468721Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4481295Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4494058Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4506511Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4520047Z test_nondeterministic_alert_gather_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4532617Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4544856Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4556293Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4569141Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4582177Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4595996Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4611920Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4629385Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1536: 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:15:32.4630371Z torch.kthvalue(a, k, out=(values, indices)) 2022-08-17T13:15:32.4630591Z ok (0.002s) 2022-08-17T13:15:32.4649547Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1669: 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:15:32.4650615Z torch.median(a, 0, out=(result, indices)) 2022-08-17T13:15:32.4650815Z ok (0.002s) 2022-08-17T13:15:32.4664962Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:32.4830597Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:32.4848575Z test_nondeterministic_alert_scatter_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.4928732Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:32.5013177Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:32.5087946Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:32.5553046Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-08-17T13:15:32.5577348Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5595643Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5607040Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:32.5628677Z 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:15:32.5629241Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-08-17T13:15:32.5631029Z ok (0.002s) 2022-08-17T13:15:32.5649251Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:32.5667956Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5691304Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5713801Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5731030Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5751036Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5771119Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5790193Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5809237Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5828407Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5847255Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.5866999Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:32.6208589Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:15:32.6614809Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-08-17T13:15:32.7027404Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-08-17T13:15:32.7377742Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-08-17T13:15:32.7730565Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-08-17T13:15:32.8070014Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:15:32.8305515Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:15:32.8541215Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:15:32.8767082Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:15:32.9010460Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:32.9252730Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:15:32.9282452Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:32.9551505Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:15:32.9580320Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.0624785Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.104s) 2022-08-17T13:15:33.0643306Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.0674201Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.5686519Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.501s) 2022-08-17T13:15:33.5704617Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.5719870Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:33.5884744Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:33.5898723Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:33.5909542Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:33.5944209Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.5968926Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6002752Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6036848Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6067809Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6098437Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6128003Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6152990Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6177505Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6201692Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6226036Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6250564Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6274175Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6296939Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6320716Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6344533Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6367494Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6391123Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6414164Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6435706Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6458079Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6479913Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6502318Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6526745Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6552617Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6577435Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6602745Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6629749Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6656372Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6682400Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6708053Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:33.6733157Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6757890Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6783136Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6808230Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6833099Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6849393Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:33.6862762Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:33.6876492Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:33.7016631Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7154165Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7294611Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7435201Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7575648Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7715182Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7854774Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.7992108Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.8128290Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.8263736Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:15:33.8399237Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:15:33.8535039Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:15:33.8678379Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:33.8687516Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:33.8696847Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:33.8741442Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:33.8814997Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:33.8879283Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:33.8936817Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:33.9001153Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:33.9053352Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:33.9106524Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:33.9162648Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:33.9213167Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:33.9261160Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:33.9435597Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:33.9604484Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:33.9774525Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:33.9944823Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:34.0112830Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:34.0281123Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:34.0449239Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:15:34.0615187Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.0779917Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.0943371Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.1106437Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.1270131Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.1287430Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.1305831Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.1322214Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.1337905Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.1353123Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1367855Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1383064Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1397608Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1412530Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1426880Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1441216Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1456070Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.1489213Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.1528726Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1571289Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1613268Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1656770Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1699831Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1742857Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1783083Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1822062Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1864012Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1905773Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1947053Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.1988235Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.2026006Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.2994350Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-08-17T13:15:34.3023707Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:15:34.3102558Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:34.3158743Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:34.3238367Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:15:34.3326575Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:15:34.3401042Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:34.3474584Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:34.3547114Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:15:34.3602624Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:34.3663035Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:34.3718047Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:34.3774272Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:15:34.3829684Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:34.3848953Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.4006065Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4164004Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4325170Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4488988Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4649658Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4806599Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.4962558Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.5121225Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.5280639Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.5433852Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:34.5586610Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:15:34.5743826Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:15:34.5757433Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:15:34.5896137Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:15:34.5911508Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.5924403Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5938604Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5952264Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5964723Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5977093Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5988726Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.5999990Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.6011567Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.6022826Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.6033983Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.6045015Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.7324052Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.128s) 2022-08-17T13:15:34.7356469Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7384813Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7412819Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7439761Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7467071Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7493975Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7520550Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7547667Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7574563Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7601331Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7627761Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7654284Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7682304Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:15:34.7698743Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.7745366Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:15:34.7790867Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.7836466Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.7881984Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:15:34.7901597Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:34.7915575Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:34.8031937Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:15:34.8042333Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:34.8042664Z 2022-08-17T13:15:34.8043701Z ---------------------------------------------------------------------- 2022-08-17T13:15:34.8044018Z Ran 914 tests in 12.583s 2022-08-17T13:15:34.8044144Z 2022-08-17T13:15:34.8044226Z OK (skipped=58) 2022-08-17T13:15:34.8044594Z 2022-08-17T13:15:34.8044687Z Generating XML reports... 2022-08-17T13:15:34.8082183Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817131522.xml 2022-08-17T13:15:34.8215028Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220817131522.xml 2022-08-17T13:15:34.8806277Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817131522.xml 2022-08-17T13:15:34.8809312Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817131522.xml 2022-08-17T13:15:35.2458877Z [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:15:35.2459238Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:15:35.2459515Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:15:35.2689341Z Running test_testing ... [2022-08-17 13:15:35.268452] 2022-08-17T13:15:35.2689881Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:15:35.268543] 2022-08-17T13:15:37.4743113Z Test results will be stored in test-reports/python-unittest/test_testing 2022-08-17T13:15:37.4772246Z 2022-08-17T13:15:37.4772417Z Running tests... 2022-08-17T13:15:37.4773094Z ---------------------------------------------------------------------- 2022-08-17T13:15:37.4800143Z test_bool (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:15:37.4821518Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.4953189Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.013s) 2022-08-17T13:15:37.4961899Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.4980214Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.4999913Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5032230Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:15:37.5052518Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5069280Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5081140Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5096180Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5113982Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5127428Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:618: 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:15:37.5128127Z sparse_csr = strided.to_sparse_csr() 2022-08-17T13:15:37.5144186Z ok (0.003s) 2022-08-17T13:15:37.5190192Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.005s) 2022-08-17T13:15:37.5205771Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5222631Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5241914Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5259311Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5278894Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5293460Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5310629Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5333309Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5354744Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5363687Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5382843Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5401935Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5414175Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5425915Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5458726Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:15:37.5477975Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5489135Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5504418Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:15:37.5520103Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:15:37.5528766Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:15:37.5540744Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:15:37.5548426Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:15:37.5559947Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:15:37.5597708Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-08-17T13:15:37.5613176Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-08-17T13:15:37.5648501Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5663065Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-08-17T13:15:37.5693280Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5723811Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5745706Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-08-17T13:15:37.5764802Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-08-17T13:15:37.5845548Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-08-17T13:15:37.5876295Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5908449Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5922998Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-08-17T13:15:37.5957004Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.5991294Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-08-17T13:15:37.6012143Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-08-17T13:15:37.6031995Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-08-17T13:15:37.6046463Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-08-17T13:15:37.6063785Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-08-17T13:15:37.6084761Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2022-08-17T13:15:37.6120651Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-08-17T13:15:37.6162590Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-08-17T13:15:37.6203002Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-08-17T13:15:37.6223527Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2022-08-17T13:15:37.6260150Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-08-17T13:15:37.6296167Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-08-17T13:15:37.6335343Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-08-17T13:15:37.6355063Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-08-17T13:15:37.6372554Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-08-17T13:15:37.6408348Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-08-17T13:15:37.6431083Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-08-17T13:15:37.6450717Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-08-17T13:15:37.6485879Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-08-17T13:15:37.6507153Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-08-17T13:15:37.6542539Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-08-17T13:15:37.6578515Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-08-17T13:15:37.6616415Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-08-17T13:15:37.6635805Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-08-17T13:15:37.6671599Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-08-17T13:15:37.6706211Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-08-17T13:15:37.6743521Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-08-17T13:15:44.5864312Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.912s) 2022-08-17T13:15:44.5877246Z test_circular_dependencies (__main__.TestImports) 2022-08-17T13:15:46.6706815Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:15:46.8487990Z ok (2.262s) 2022-08-17T13:15:48.0408264Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-08-17T13:15:48.0408767Z self.assertEquals(out, "") 2022-08-17T13:15:48.0409377Z ok (1.192s) 2022-08-17T13:15:48.0438997Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-08-17T13:15:48.0451648Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0462857Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0484664Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-08-17T13:15:48.0497028Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0503787Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0511646Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0518309Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0533864Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0542547Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0551020Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0559274Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0566912Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0575107Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0583405Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0591414Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0599230Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:15:48.0607531Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:15:48.0630794Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.0649204Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.0666486Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.0687229Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.0711655Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.7373631Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.666s) 2022-08-17T13:15:48.7382393Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7391015Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7398289Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7416799Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:15:48.7425781Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7434535Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7443511Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7452236Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7460377Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7469343Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7477564Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7485685Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7495099Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:15:48.7509493Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:15:48.7525736Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.7557185Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7591933Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7626582Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7658924Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7690678Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7722075Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7750150Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7778035Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7804254Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7831898Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7859900Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.7868523Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:48.7877307Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:48.7885709Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:48.8500385Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.061s) 2022-08-17T13:15:48.8586099Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.009s) 2022-08-17T13:15:48.8670064Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.8754057Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.8837753Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.8921506Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9004544Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9087553Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9170927Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9253864Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9268534Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9343161Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-08-17T13:15:48.9419163Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:15:48.9428392Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9461410Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.9493899Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.9524212Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:15:48.9544351Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.9564130Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.9584191Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.9603904Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.9623829Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:15:48.9634928Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9645786Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9656853Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9667727Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9678522Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:15:48.9689340Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:15:48.9690242Z result = torch.complex(real, imag) 2022-08-17T13:15:48.9693380Z ok (0.001s) 2022-08-17T13:15:48.9745504Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-08-17T13:15:48.9804464Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:15:48.9863511Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:15:48.9915846Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-08-17T13:15:48.9916392Z 2022-08-17T13:15:48.9916777Z ---------------------------------------------------------------------- 2022-08-17T13:15:48.9917108Z Ran 165 tests in 11.515s 2022-08-17T13:15:48.9917470Z 2022-08-17T13:15:48.9917815Z OK (skipped=3, expected failures=12) 2022-08-17T13:15:48.9918077Z 2022-08-17T13:15:48.9918249Z Generating XML reports... 2022-08-17T13:15:48.9970764Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220817131537.xml 2022-08-17T13:15:48.9976579Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220817131537.xml 2022-08-17T13:15:48.9989623Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220817131537.xml 2022-08-17T13:15:48.9994289Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220817131537.xml 2022-08-17T13:15:48.9999160Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220817131537.xml 2022-08-17T13:15:49.0004386Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220817131537.xml 2022-08-17T13:15:49.0012207Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220817131537.xml 2022-08-17T13:15:49.0017663Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220817131537.xml 2022-08-17T13:15:49.0022339Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220817131537.xml 2022-08-17T13:15:49.0025099Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220817131537.xml 2022-08-17T13:15:49.0029331Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220817131537.xml 2022-08-17T13:15:49.0050046Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220817131537.xml 2022-08-17T13:15:49.0067146Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220817131537.xml 2022-08-17T13:15:49.0103076Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220817131537.xml 2022-08-17T13:15:49.6913322Z Running test_meta ... [2022-08-17 13:15:49.690923] 2022-08-17T13:15:49.6913900Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:15:49.691009] 2022-08-17T13:15:52.3097190Z Test results will be stored in test-reports/python-unittest/test_meta 2022-08-17T13:15:52.3580583Z 2022-08-17T13:15:52.3580866Z Running tests... 2022-08-17T13:15:52.3581296Z ---------------------------------------------------------------------- 2022-08-17T13:15:52.3601605Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:52.3614156Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3625671Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3637138Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3648699Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3660196Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3671336Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3682525Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3694257Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3705378Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3716785Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3728026Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3739581Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3750839Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3762128Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3773760Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3785081Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3797487Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3808884Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3820401Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3831918Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3843135Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3854676Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3865910Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3877061Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3888356Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3899898Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3911131Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3922338Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3933879Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3945024Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3956284Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3967564Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3979161Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.3990374Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4001600Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4013113Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4024468Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4035628Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4047035Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4058605Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4069975Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4081303Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4092948Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4104176Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4115412Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4126689Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4138309Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4149679Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4161032Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4172528Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4183738Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4195094Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4206459Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4217943Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4229212Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4240473Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4252244Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4263592Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4274853Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4286110Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4297707Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4309002Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4320298Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4332310Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4343573Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4354785Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4366129Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4377480Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4388829Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4399951Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4411469Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4422683Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4433921Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4445209Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4456779Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4468022Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4479224Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4490823Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4502158Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4513335Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4524650Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4536107Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4547472Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4558840Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4570296Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4581631Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4593378Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4605672Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4617679Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4629265Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4641114Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4652244Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4663336Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4674580Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4685692Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4697192Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4708499Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4720067Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4731629Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4743104Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4754499Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4765928Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4777536Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4788966Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4800175Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4812118Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4823822Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4835474Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4847119Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4859366Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4871062Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4882513Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4894028Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4905182Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4916438Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4927666Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4939121Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4950321Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4961536Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4973131Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4984353Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.4995575Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5006750Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5018292Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5029484Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5040670Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5052081Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5063232Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5074457Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5085607Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5097554Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5108902Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5119786Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5131064Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5142356Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5153582Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5164842Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5176609Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5187921Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5199290Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5210862Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5222311Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5233654Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5244998Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5256441Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5267767Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5279236Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5290879Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5302218Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5313626Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5325148Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5336748Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5348468Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5359515Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5371463Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5383129Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5393763Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5405380Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5417625Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5429019Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5440400Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5452191Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5463254Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5474656Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5486602Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5498380Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5510243Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5521602Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5533638Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5545067Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5556891Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5568344Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5580451Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5591831Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5603402Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5614906Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5626115Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5637323Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5648404Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5660039Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5671699Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5683383Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5695000Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5706653Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5718224Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5729717Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5741080Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5752177Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5763655Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5774984Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5786338Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5797440Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5808772Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5819999Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5831498Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5842501Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5854231Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5865580Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5877284Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5888228Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5900182Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5911335Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5923488Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5934863Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5945935Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5956986Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5968168Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5979446Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.5990475Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6001557Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6012952Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6023955Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6035044Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6046067Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6057360Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6068422Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6079496Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6090853Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6101998Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6113186Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6124388Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6135957Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6147060Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6158373Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6169617Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6181132Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6192350Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6203538Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6215094Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6226307Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6237617Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6248882Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6260350Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6271593Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6282853Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6294378Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6305684Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6317016Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6328297Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6339821Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6359305Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6362737Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6374078Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6385269Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6396583Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6407704Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6419147Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6430359Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6441622Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6453214Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6464366Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6475681Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6486820Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6498271Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6509437Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6520607Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6532126Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6543372Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6554639Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6565915Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6577348Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6588583Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6599870Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6611480Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6622563Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6633836Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6645032Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6655861Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6666644Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6677788Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6688517Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6699825Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6710959Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6725492Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6737341Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6750355Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6765189Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6781558Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:52.6794335Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6805113Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6816845Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6827919Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6839297Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6850949Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6862352Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6873535Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6884809Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6896488Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6907938Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6919394Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6930873Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6941621Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6952688Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6963773Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6974869Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6986254Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.6997147Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7008230Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7019364Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7030203Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7041437Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7052408Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7063411Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7074334Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7085964Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7097134Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7108255Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7119632Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7130893Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7142643Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7153655Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7165366Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7176875Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7187380Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7198470Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7209196Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7220664Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7231454Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7242415Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7253733Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7264696Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7275841Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7287002Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7298380Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7309623Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7320950Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7332504Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7343410Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7354561Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7365703Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7377466Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7388642Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7399905Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7411725Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7422675Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7433938Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7444936Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7456422Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7467450Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7478655Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7489671Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7501031Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7512080Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7523123Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7534711Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7545981Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7556908Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7567515Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7579086Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7589871Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7600850Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7612104Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7623071Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7634124Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7645123Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7656678Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7667906Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7679186Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7690581Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7701513Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7712641Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7724154Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7735422Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7746530Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7757569Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7768905Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7780458Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7791726Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7802967Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7814483Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7825755Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7837003Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7848309Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7859842Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7871181Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7882243Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7893773Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7904863Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7916163Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7927215Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7938692Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7949968Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7961198Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7972919Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7984103Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.7995249Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8006413Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8017746Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8028836Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8039927Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8051536Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8062643Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8073842Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8084981Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8096404Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8107542Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8118715Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8130082Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8141462Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8152617Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8163811Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8175238Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8186415Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8197632Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8208721Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8220241Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8231292Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8242444Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8253795Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8264940Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8276118Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8287138Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8298510Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8309592Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8320698Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8332159Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8343243Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8354321Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8365448Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8376780Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8387891Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8399105Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8410639Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8421798Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8433414Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8444443Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8455695Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8466878Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8477908Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8489010Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8500526Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8511780Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8523155Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8534836Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8546173Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8557441Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8568729Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8580402Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8591739Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8603130Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8614873Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8626144Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8637519Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8648600Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8660136Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8671393Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8682803Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8694394Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8705514Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8717082Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8728416Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8739867Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8751068Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8762341Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8774006Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8785286Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8796904Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8808122Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8819717Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8830873Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8841989Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8853493Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8864801Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8876201Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8887562Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8899066Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8910355Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8921506Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8933110Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8944234Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8955397Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8966614Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8978302Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.8989438Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9000657Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9012079Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9023115Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9034333Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9045572Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9056864Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9068100Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9079377Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9090740Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9101952Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9113215Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9124416Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9135904Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9147103Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9158391Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9169606Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9181134Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9192394Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9203682Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9215070Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9226534Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9237666Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9249285Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9260777Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9271884Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9283189Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9294852Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9305933Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9317137Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9328387Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9339830Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9351032Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9362388Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9373868Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9385038Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9397189Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9408762Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9420861Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9432341Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9444327Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9455854Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9467027Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9478400Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9490451Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9502042Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9513744Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9525608Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9536887Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9548377Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9560392Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9572872Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9584343Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9596208Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9607384Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9619607Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9631256Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9642845Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9654620Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9666033Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9677117Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9688444Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9700414Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9711963Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9723887Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9735794Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9747166Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9758370Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9770194Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9781746Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9793383Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9804768Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9816763Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9828097Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9839447Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9851299Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9863093Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9874830Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9886214Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9898101Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9909429Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9920789Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9932816Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9944435Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9956239Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9968044Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9979897Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:52.9991539Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0002462Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0014081Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0025345Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0036549Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0047721Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0059246Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0070458Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0081692Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0093390Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0104295Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0115473Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0126654Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0138285Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0149493Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0160730Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0172222Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0183375Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0194676Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0205845Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0217471Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0228635Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0239987Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0251534Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0262706Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0273921Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0285156Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0296649Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0307828Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0319025Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0330567Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0341659Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0352771Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0363961Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0375209Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0386249Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0397315Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0408398Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0419799Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0430910Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0442067Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0453373Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0464418Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0475449Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0486721Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0497982Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0508951Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0520057Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0531822Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0542923Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0554077Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0565121Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0576623Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0587857Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0598883Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0610272Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0621509Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0632575Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0643656Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0655085Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0666034Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0677135Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0688243Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0699711Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0710820Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0721964Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0733440Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0744379Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0756444Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0767373Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0778526Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0789380Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0800383Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0811930Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0822374Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0833314Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0844301Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0855438Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0866329Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0877383Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0888281Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0899441Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0910367Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0921298Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0932496Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0943371Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0954322Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0965186Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0976388Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0987250Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.0998648Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1009410Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1021010Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1032095Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1043358Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1054971Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1065892Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1076749Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1087884Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1099131Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1109945Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1120868Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1132098Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1143021Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1153812Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1165183Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1176728Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1188461Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1199782Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1211815Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1222758Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1233974Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1245046Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1256189Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1268053Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1279168Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1290062Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1301016Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1311958Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1323028Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1334174Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1345438Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1356214Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1367093Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1378328Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1389368Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1400340Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1411534Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1422134Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1432605Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1443320Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1454118Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1464649Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1475171Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1485641Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1496594Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1507052Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1517698Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1528576Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1539894Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1550822Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1561764Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1573070Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1583956Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1595086Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1606183Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1617479Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1628082Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1638794Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1649698Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1660469Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1671100Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1681679Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1692525Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1703099Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1714795Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1724857Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1735760Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1746395Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1757459Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1768040Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1779148Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1790134Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1801037Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1812270Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1824016Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1834516Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1845605Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1856744Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1867628Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1878481Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1889374Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1900640Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1911436Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1922200Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1933409Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1944274Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1955261Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1966066Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1977256Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1988167Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.1999062Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2010776Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2021531Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2032429Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2043011Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2054137Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2064902Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2075809Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2086940Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2099090Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2110750Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2122252Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2134009Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2145678Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2156403Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2167619Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2178998Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2190375Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2201512Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2213177Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2224244Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2234971Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2246114Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2258085Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2269589Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2280614Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2293126Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2304381Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2315699Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2327162Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2338728Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2350003Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2361288Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2372915Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2384125Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2395344Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2406627Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2418135Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2429368Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2440619Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2452155Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2463415Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2474590Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2485881Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2497471Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2508608Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2519869Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2531510Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2542801Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2554204Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2565555Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2577267Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2588701Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2600078Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2611795Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2623316Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2634731Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2646183Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2657905Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2669307Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2680764Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2692457Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2703899Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2715503Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2726943Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2738718Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2750113Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2761740Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2773483Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2784890Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2796301Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2807779Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2819497Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2830942Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2842347Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2854073Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2865426Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2876863Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2888365Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2900069Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2911551Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2922964Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2934726Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2946150Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2957581Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2969141Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2980998Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.2992603Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3004186Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3015996Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3027473Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3038994Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3050740Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3062244Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3073731Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3085292Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3097146Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3108596Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3119950Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3131553Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3143147Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3154607Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3166001Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3177664Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3189105Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3200487Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3212301Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3223848Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3235448Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3246066Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3257272Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3268086Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3278876Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3290165Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3300920Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3312944Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3324340Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3335471Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3346446Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3357238Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3368194Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3379295Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3390063Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3400908Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3412067Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3422991Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3433823Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3444634Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3455692Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3466534Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3477334Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3488206Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3499439Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3510527Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3521686Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3533895Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3545852Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3558002Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3569546Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3580704Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3591489Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3602574Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3613606Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3624464Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3635356Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3646209Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3657405Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3668478Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3679225Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3690328Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3701153Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3711995Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3723146Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3734363Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3745215Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3756126Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3767029Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3778196Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3789103Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3799971Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3811666Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3822085Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3832900Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3843746Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3855096Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3865745Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3876702Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3887709Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3898871Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3909602Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3920366Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3931549Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3942686Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3953235Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3964014Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3975036Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3985857Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.3996670Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4007419Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4018484Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4029230Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4040156Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4051501Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4062393Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4073247Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4084338Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4095616Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4106599Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4117509Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4128505Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4139708Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4150724Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4161895Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4173354Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4184489Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4195738Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4206934Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4218286Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4229513Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4240731Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4252254Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4263398Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4274584Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4286037Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4297106Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4307944Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4318875Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4329869Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4340964Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4351863Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4362759Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4374179Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4385150Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4395851Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4406835Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4417939Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4428950Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4439979Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4451268Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4462171Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4473188Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4484262Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4495471Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4506341Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4517300Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4528296Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4539434Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4550470Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4561390Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4572665Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4584047Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4595494Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4606836Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4618537Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4630316Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4641267Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4652740Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4664032Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4675603Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4687381Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4699347Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4711222Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4723184Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4735008Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4747121Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4758886Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4771351Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4783154Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4794997Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4806421Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4818273Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4829978Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4841937Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4854237Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4866323Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4878132Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4889600Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4901299Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4912846Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4923851Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4935364Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4946409Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4957519Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4968592Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4980079Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.4991147Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5002335Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5013601Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5024705Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5035979Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5046989Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5058436Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5069611Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5080786Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5092209Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5103305Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5114405Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5125501Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5136977Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5148109Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5159119Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5170653Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5181742Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5192915Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5204073Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5215476Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5226570Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5237645Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5248784Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5260126Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5271217Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5282266Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5293676Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5304882Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5316125Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5327276Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5338692Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5349870Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5361086Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5372362Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5383722Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5394981Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5406106Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5417589Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5428747Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5440004Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5451650Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5462760Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5473932Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5485166Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5496664Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5507880Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5519210Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5530663Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5542380Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5553229Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5564358Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5576005Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5587356Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5598692Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5610203Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5621611Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5632986Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5644274Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5656113Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5667702Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5678622Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5689674Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5700858Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5711882Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5723151Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5734328Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5745219Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5756225Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5767157Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5778362Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5789255Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5800121Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5811485Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5822334Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5833251Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5844187Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5855341Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5866252Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5877458Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5888429Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5899996Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5911168Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5922217Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5933777Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5944959Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5956188Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5967392Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5978994Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.5990308Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6001551Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6013004Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6024381Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6035444Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6046739Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6058368Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6069525Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6080783Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6092273Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6103398Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6114660Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6125894Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6137518Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6148873Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6160435Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6171947Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6183275Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6195812Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6207407Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6219219Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6230095Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6241209Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6252509Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6263610Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6274766Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6285843Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6297311Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6308499Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6319626Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6331091Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6342162Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6353329Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6364400Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6375635Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6386926Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6397992Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6409162Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6420501Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6431655Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6442592Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6454043Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6465504Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6476037Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6486875Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6498151Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6509116Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6520021Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6531391Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6542445Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6553272Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6564150Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6575504Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6586494Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6597433Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6608406Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6619576Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6630569Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6641703Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6653085Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6663926Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6674666Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6685430Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6696518Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6707240Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6719468Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6730227Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6740971Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6752088Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6763024Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6774503Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6785394Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6796590Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6807761Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6819728Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6830908Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6842160Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6853465Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6864550Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6875690Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6886847Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6898523Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6909564Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6920887Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6932080Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6942921Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6953830Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6964782Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6976068Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6986992Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.6997900Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7008879Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7020135Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7031154Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7042091Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7053302Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7064271Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7075250Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7086522Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7098318Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7109457Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7120530Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7132186Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7143490Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7155195Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7166112Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7178342Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7189363Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7200538Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7212478Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7223346Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7234413Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7245776Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7257419Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7268821Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7280116Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7291954Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7303014Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7314393Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7325625Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7337594Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7348807Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7360313Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7371772Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7382791Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7393771Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7404784Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7415943Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7426946Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7437945Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7448955Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7460370Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7471170Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7482136Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7493436Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7504703Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7515866Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7527148Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7538661Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7549889Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7561089Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7572581Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7583870Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7595173Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7606296Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7617738Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7628984Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7640237Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7651697Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7662758Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7673852Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7684673Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7695833Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7706796Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7717577Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7728380Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7739513Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7750421Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7761246Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7772354Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7783359Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7794235Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7805180Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7816108Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7827194Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7838039Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7848832Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7859978Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7870832Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7881679Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7892739Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7903563Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7915372Z test_dispatch_meta_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7925945Z test_dispatch_meta_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7936901Z test_dispatch_meta_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7947612Z test_dispatch_meta_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7958273Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7969036Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7980350Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.7991272Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8002092Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8013142Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8023963Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8034762Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8045607Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8056738Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8067586Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8078470Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8089335Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8100537Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8111326Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8122171Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8133312Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8144182Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8155148Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8166074Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8176790Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8187789Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8198499Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8210621Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8221881Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8233267Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8244301Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8255418Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8266455Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8277475Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8288461Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8299603Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8310494Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8321564Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8332899Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8343943Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8355022Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8366088Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8377584Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8388663Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8399877Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8411480Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8422755Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8434502Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8445492Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8456927Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8468147Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8479337Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8490994Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8502197Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8513585Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8524618Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8536130Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8547353Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8558541Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8569814Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8581282Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8592539Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8603708Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8615397Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8626458Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8637663Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8648722Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8660009Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8671279Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8682367Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8693736Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8704586Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8715936Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8727097Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8738606Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8749760Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8761010Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8772462Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8783660Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8794843Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8806090Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8817553Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8828761Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8840131Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8851737Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8862580Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8873705Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8884564Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8895778Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8906704Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8917846Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8928814Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8939791Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8950728Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8961705Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8972955Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8983742Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.8994650Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9005535Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9016579Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9027529Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9038431Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9049259Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9060285Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9071201Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9082129Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9093428Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9104299Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9115100Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9126005Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9137141Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9147992Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9158857Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9169767Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9181191Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9192167Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9203525Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9214690Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9225761Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9237027Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9248360Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9259980Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9270810Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9281988Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9293424Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9304545Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9315680Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9326902Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9338366Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9349681Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9360861Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9372365Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9383443Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9394700Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9405862Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9417325Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9428467Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9439632Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9451102Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9462372Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9473572Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9484723Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9496359Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9507496Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9518732Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9529874Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9541377Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9552619Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9563879Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9575696Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9587357Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9599104Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9611553Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9623120Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9635001Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9646582Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9658304Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9670081Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9681853Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9693896Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9705475Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9717382Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9728703Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9740455Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9751901Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9763499Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9775319Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9787183Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9798511Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9809757Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9822028Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9833682Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9845436Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9857690Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9869245Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9880452Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9892157Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9903252Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9915164Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9925811Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9937175Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9948455Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9959535Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9970895Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9981660Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:53.9992507Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0003416Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0014537Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0025391Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0036236Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0047076Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0058203Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0069088Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0080231Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0091265Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0102051Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0112962Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0123922Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0135227Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0146214Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0157427Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0168536Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0179884Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0190965Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0202079Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0213648Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0224689Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0236106Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0246995Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0258331Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0269459Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0280537Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0291990Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0303169Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0314084Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0325240Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0336647Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0347995Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0358985Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0370405Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0381504Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0392629Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0403883Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0415352Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0426420Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0437596Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0448708Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0460117Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0471375Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0482553Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0494083Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0505195Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0516233Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0527293Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0538797Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0549873Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0560921Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0572423Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0583745Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0594696Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0605823Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0617258Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0628368Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0639553Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0651019Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0661987Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0673079Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0684237Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0695798Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0706878Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0718049Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0729161Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0740518Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0751622Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0762718Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0774266Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0785391Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0796402Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0807416Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0818705Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0830101Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0840916Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0852385Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0863435Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0874770Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0886002Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0897472Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0908663Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0919967Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0931653Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0942893Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0954120Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0965321Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0976721Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0987934Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.0999277Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1010573Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1021897Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1033153Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1044360Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1055766Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1067014Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1078313Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1089626Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1101167Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1112497Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1123498Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1134944Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1145964Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1157030Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1168296Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1179831Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1190926Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1202063Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1213461Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1224667Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1235890Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1247346Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1258669Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1269893Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1280999Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1292601Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1303493Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1314720Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1325861Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1337321Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1348612Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1359703Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1371242Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1382210Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1393395Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1404595Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1415998Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1427270Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1438354Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1449480Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1460843Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1472033Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1483333Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1494730Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1505933Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1517020Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1528357Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1539858Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1550977Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1562471Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1573632Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1584963Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1595948Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1607124Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1618791Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1629941Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1641374Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1652519Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1663761Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1674861Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1686134Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1697614Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1708837Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1720065Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1731741Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1742802Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1754139Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1765284Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1776714Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1787992Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1798528Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1809379Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1820575Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1831729Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1843151Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1854258Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1864983Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1876640Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1886886Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1898221Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1908908Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1919801Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1931063Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1941926Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1952808Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1964188Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1975200Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1986138Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.1996839Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2007809Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2018861Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2029728Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2040607Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2051873Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2062707Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2073478Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2084530Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2096406Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2107684Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2119094Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2130394Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2141618Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2152491Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2163624Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2175171Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2186339Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2197547Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2208702Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2220139Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2231048Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2242331Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2253907Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2264988Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2276060Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2287371Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2298577Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2309501Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2320331Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2331569Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2342606Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2353434Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2364185Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2375669Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2387329Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2399019Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2411217Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2423143Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2434947Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2446723Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2458638Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2470374Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2482083Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2494081Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2505826Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2517566Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2529270Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2541322Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2553104Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2564906Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2576856Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2588623Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2600380Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2612557Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2624273Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2636078Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2647857Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2659936Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2671628Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2683388Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2695628Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2707327Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2719178Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2731322Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2742998Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2754937Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2766823Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2778917Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2791052Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2802843Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2815000Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2826824Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2838650Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2850842Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2862858Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2874647Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2886428Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2898738Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2910481Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2922214Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2934155Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2945881Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2957674Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2969411Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2981437Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.2993238Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3005092Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3017007Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3028754Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3040487Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3052589Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3064339Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3076183Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3087865Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3099992Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3111937Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3123813Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3136069Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3147413Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3158271Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3169411Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3180549Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3191442Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3202250Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3213595Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3224534Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3235462Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3246385Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3257632Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3268522Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3279394Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3290753Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3301720Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3312699Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3323812Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3335206Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3346103Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3357027Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3367962Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3379309Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3390262Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3401609Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3412601Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3423749Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3434650Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3445675Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3456955Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3467828Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3478759Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3489770Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3500920Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3511873Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3523011Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3534203Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3545093Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3555994Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3566914Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3578135Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3589096Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3600106Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3611409Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3622412Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3633488Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3644415Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3655879Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3666898Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3678004Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3689047Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3700232Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3711297Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3722679Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3734203Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3745444Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3756416Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3767489Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3778834Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3789911Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3801171Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3812500Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3823767Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3834719Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3846327Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3857260Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3868483Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3879132Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3889816Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3901432Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3912267Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3923135Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3934703Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3945583Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3956729Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3967754Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3979283Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.3990244Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4001285Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4012526Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4023711Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4034603Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4045481Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4056686Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4067748Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4078695Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4089855Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4101159Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4112194Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4123240Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4134868Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4146868Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4157480Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4168240Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4179398Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4190468Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4201222Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4212370Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4223267Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4234191Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4245174Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4256380Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4267314Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4278172Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4288957Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4300030Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4310849Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4321718Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4332814Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4343820Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4354744Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4365782Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4376954Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4388031Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4398956Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4410229Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4421173Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4432086Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4443029Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4454261Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4465181Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4476047Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4486846Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4497940Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4508789Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4519685Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4530857Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4541772Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4552575Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4563503Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4574742Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4585741Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4596616Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4611526Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4622482Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4638539Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:54.4657283Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:54.4672538Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4683105Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4694268Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4705218Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4716134Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4726933Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4738390Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4749160Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4760206Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4771515Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4782601Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4793481Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4804367Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4815491Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4826436Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4837195Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4848226Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4859456Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4870604Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4881687Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4893034Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4904023Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4914984Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4925977Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4937253Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4948164Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4959382Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4970540Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4981556Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.4992533Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5003557Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5014802Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5025902Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5036779Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5047794Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5059125Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5070007Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5080954Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5092111Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5103005Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5113901Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5124917Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5136236Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5147054Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5157911Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5168942Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5179933Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5190835Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5201702Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5212824Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5223802Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5234620Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5245618Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5256845Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5267816Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5278897Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5289762Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5301182Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5311911Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5322848Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5333938Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5344873Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5355787Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5366901Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5378331Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5389209Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5401812Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5413057Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5424720Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5435617Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5446280Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5457058Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5467585Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5478662Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5489707Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5500711Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5511662Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5522638Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5533960Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5544969Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5556047Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5567099Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5578482Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5589747Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5601194Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5612715Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5623599Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5635208Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5647254Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5659976Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5671539Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5683227Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5695132Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5706936Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5718197Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5729550Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5741508Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5753116Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5764715Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5776547Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5787882Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5798801Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5809811Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5821429Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5833063Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5844470Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5856132Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5867494Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5878422Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5889583Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5900976Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5911886Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5923095Z test_dispatch_meta_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5934472Z test_dispatch_meta_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5945332Z test_dispatch_meta_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5956353Z test_dispatch_meta_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5967246Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5978378Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.5989257Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6000134Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6011836Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6022288Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6033084Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6043917Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6055100Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6066133Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6076952Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6087887Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6099057Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6109955Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6120765Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6132133Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6143002Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6154097Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6165048Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6176664Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6187429Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6198715Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6209495Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6221293Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6231968Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6242840Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6254156Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6264965Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6275728Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6286575Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6297793Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6308817Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6319775Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6331182Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6342939Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6354917Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6366846Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6378752Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6390629Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6402389Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6414678Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6426237Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6437937Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6449724Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6461952Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6473677Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6485467Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6497479Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6509336Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6521754Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6534082Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6545819Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6557539Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6569298Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6581413Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6593154Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6604964Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6617053Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6628873Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6640706Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6652978Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6664656Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6676385Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6687339Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6698560Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6709529Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6720784Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6731893Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6742771Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6753601Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6764442Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6775578Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6786478Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6797371Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6808332Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6819492Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6830280Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6841926Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6853003Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6863993Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6874786Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6885710Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6897407Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6908266Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6919102Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6930499Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6941518Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6952549Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6963726Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6974940Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6986217Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.6997597Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7008858Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7020556Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7031859Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7043050Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7054767Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7065910Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7077412Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7088824Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7100257Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7111558Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7122784Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7134452Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7145834Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7157123Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7168725Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7181327Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7192531Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7203454Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7214877Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7225791Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7236920Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7247928Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7259197Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7270289Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7281200Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7292594Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7303503Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7314542Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7325552Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7336814Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7347881Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7358917Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7370161Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7381078Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7392596Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7403430Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7414680Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7425746Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7436694Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7447810Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7459255Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7470146Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7481154Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7492378Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7503352Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7514329Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7525286Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7536667Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7547725Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7558799Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7570087Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7581148Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7592170Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7603126Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7614395Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7625453Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7636538Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7647694Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7658930Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7670229Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7681187Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7692414Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7703372Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7714374Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7725472Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7736522Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7747398Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7758223Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7769096Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7780332Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7791256Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7802226Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7813377Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7824442Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7835647Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7846591Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7857658Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7868504Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7879383Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7890712Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7901400Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7912366Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7923207Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7934513Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7945498Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7956289Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7967253Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7978357Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.7989308Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8000234Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8011526Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8022442Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8033488Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8044532Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8055643Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8066601Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8077492Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8088456Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8099616Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8110685Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8121661Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8133591Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8145298Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8157175Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8168786Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8181189Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8192334Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8203958Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8215991Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8228008Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8239749Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8252151Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8263720Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8275062Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8286671Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8298707Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8310426Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8321957Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8334187Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8345494Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8357205Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8369001Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8381335Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8392949Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8404996Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8416529Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8427640Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8438874Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8450192Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8461526Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8473258Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8484874Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8496733Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8508302Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8519518Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8530833Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8542063Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8553209Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8564389Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8575884Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8587055Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8598269Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8609523Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8621010Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8632250Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8643619Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8655366Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8666621Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8677864Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8689038Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8701082Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8712822Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8724456Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8736319Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8747888Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8759451Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8771377Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8783028Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8794070Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8805351Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8816815Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8827974Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8839181Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8850842Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8862303Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8873627Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8885037Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8896654Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8907950Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8919303Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8930763Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8942121Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8953475Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8964834Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8976387Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8987742Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.8999146Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9010667Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9022119Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9033459Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9044772Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9056388Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9067792Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9079137Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9090698Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9102149Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9113603Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9124916Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9136800Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9148317Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9159833Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9171622Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9183083Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9194515Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9206029Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9217713Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9229214Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9240655Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9253190Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9264168Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9275394Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9286755Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9298380Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9309617Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9320949Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9332439Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9343743Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9355317Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9365821Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9377069Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9388446Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9399638Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9411231Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9422368Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9434215Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9445936Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9457700Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9469182Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9480856Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9492531Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9504064Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9515612Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9527114Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9538944Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9550181Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9561464Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9572943Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9584349Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9596160Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9608071Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9619862Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9631666Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9643104Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9654678Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9666222Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9677850Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9689541Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9701414Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9712984Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9724589Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9736407Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9747965Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9760298Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9772799Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9785133Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9797048Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9808975Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9821754Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9834108Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9846942Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9859281Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9871091Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9882463Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9894227Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9905580Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9916496Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9927552Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9938877Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9950009Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9961220Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9972562Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9983635Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:54.9994806Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:15:55.0005915Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:15:55.0017326Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:15:55.0028433Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:15:55.0039429Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0050710Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0062098Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0073639Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0085125Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0096719Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0108244Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0119597Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0131299Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0142383Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0153675Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0164721Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0176158Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0187562Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0198639Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0209828Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0221328Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0232441Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0243565Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0254969Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0266613Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0278170Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0289696Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0301468Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0312985Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0324644Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0336480Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0348185Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0359411Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0370834Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0382033Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0393206Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0404456Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0415968Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0427157Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0438527Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0449582Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0460996Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0472174Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0483290Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0494889Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0505985Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0517101Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0528269Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0539587Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0550827Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0561894Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0573378Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0584423Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0595723Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0606852Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0618210Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0629321Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0640550Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0652024Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0663014Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0674102Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0685384Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0696892Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0708031Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0719656Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0730850Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0741961Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0753201Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0764299Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0775856Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0786879Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0798028Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0809130Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0820672Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0831896Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0843752Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0854723Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0866433Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0877193Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0887854Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0899033Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0909685Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0920476Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0931397Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0941936Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0952532Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0963049Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0974218Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0984829Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.0995469Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1005929Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1017152Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1027752Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1038426Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1049056Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1059962Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1070904Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1082134Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1094454Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1106265Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1118159Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1129243Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1140616Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1151061Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1161773Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1173082Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1183599Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1194340Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1204826Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1215657Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1226352Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1236964Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1247486Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1258379Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1269097Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1279499Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1290455Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1301384Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1311624Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1322266Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1333319Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1344091Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1354881Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1365784Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1376976Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1387916Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1398862Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1409604Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1420632Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1431638Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1442644Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1453833Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1464708Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1475793Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1486636Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1497953Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1509267Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1520612Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1532396Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1543798Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1555158Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1566584Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1578379Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1589426Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1600707Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1612929Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1624175Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1635245Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1646592Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1658005Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1669379Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1680634Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1692029Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1703286Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1714716Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1726095Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1737400Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1748649Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1760112Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1771727Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1782889Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1794084Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1805390Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1817048Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1828515Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1839372Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1851194Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1862362Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1873600Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1884620Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1896049Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1907291Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1918466Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1929642Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1941130Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1952502Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1963723Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1975779Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1986914Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.1998059Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2009015Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2020359Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2031189Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2042098Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2053395Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2064359Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2075337Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2086887Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2099157Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2111248Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2123417Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2135327Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2146947Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2158371Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2170537Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2182443Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2194417Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2206064Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2218681Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2230069Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2241454Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2253859Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2265649Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2277547Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2289516Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2301667Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2313108Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2324409Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2336245Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2347439Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2358631Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2369820Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2381319Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2392475Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2403700Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2415139Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2426321Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2437569Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2448677Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2460139Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2471300Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2482483Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2494006Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2505055Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2516215Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2527371Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2538986Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2550109Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2561280Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2572822Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2583992Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2595093Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2606344Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2618729Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2629923Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2641162Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2652755Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2664109Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2675291Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2686520Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2698162Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2709384Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2720720Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2732438Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2743608Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2754920Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2766251Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2777792Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2788951Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2800220Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2811708Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2822980Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2834227Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2845522Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2857020Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2868507Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2879924Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2890970Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2901856Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2912587Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2923449Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2934789Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2945704Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2956716Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2967566Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2979214Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.2989802Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3000678Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3012061Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3022853Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3033776Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3044689Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3055754Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3066551Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3077470Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3088559Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3099747Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3110595Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3121478Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3132692Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3143546Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3154429Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3165427Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3176582Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3187460Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3198349Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3209318Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3220553Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3231327Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3242314Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3253656Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3264499Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3275371Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3286227Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3297487Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3308343Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3319210Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3330440Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3341485Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3352509Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3364153Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3375339Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3386522Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3397443Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3408437Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3419588Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3430491Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3441353Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3452482Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3463446Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3474488Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3485379Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3496558Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3507355Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3518158Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3528993Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3540115Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3551056Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3562024Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3573282Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3584449Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3595178Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3605958Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3617265Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3628199Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3639212Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3650253Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3661208Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3682385Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3683323Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3694989Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3705675Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3716676Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3727494Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3738764Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3749534Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3760433Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3771608Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3782514Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3793368Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3804222Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3815398Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3826240Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3837208Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3848045Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3859176Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3870208Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3880834Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3892112Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3902969Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3913847Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3924767Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3935870Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3946774Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3957614Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3968530Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3979723Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.3990632Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4001382Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4012523Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4023388Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4034281Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4045295Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4056351Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4067298Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4078260Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4089261Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4100473Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4111394Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4122456Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4133551Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4144527Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4155476Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4166674Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4178119Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4189387Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4200578Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4212165Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4223334Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4234590Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4245756Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4257340Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4268605Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4279706Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4291204Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4302324Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4313493Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4324731Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4336250Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4347406Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4358472Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4369742Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4381043Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4392162Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4403382Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4414911Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4425975Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4437139Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4448359Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4459838Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4470958Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4482038Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4493420Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4504612Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4515804Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4526968Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4538413Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4549534Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4560693Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4572210Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4583601Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4595423Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4607254Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4619571Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4631512Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4643086Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4654864Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4666679Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4678545Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4691247Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4702802Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4715207Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4726483Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4738375Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4750233Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4761984Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4774090Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4785975Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4797574Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4808998Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4820892Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4832655Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4844602Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4856741Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4868258Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4879423Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4890740Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4902044Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4912927Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4924043Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4935541Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4946488Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4957942Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4969097Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4980627Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.4991874Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5003146Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5014651Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5025873Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5037110Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5048412Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5059907Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5071224Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5082501Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5094144Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5105320Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5116505Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5127428Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5138668Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5149900Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5160653Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5172070Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5182943Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5193990Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5205165Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5216390Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5227334Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5238300Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5249256Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5260525Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5271513Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5282399Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5293808Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5304631Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5315600Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5326510Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5337773Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5348658Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5359621Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5371429Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5381809Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5392843Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5403726Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5414864Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5425833Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5436722Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5447682Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5458956Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5469935Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5480949Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5492238Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5503224Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5514185Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5525210Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5536451Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5547533Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5558530Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5569510Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5580816Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5591796Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5602759Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5614043Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5625040Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5636082Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5646892Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5659597Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5670582Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5681539Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5692870Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5703890Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5715311Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5726061Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5737376Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5748355Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5759366Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5770723Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5781873Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5792804Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5803836Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5815131Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5826217Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5837123Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5848145Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5859367Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5870499Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5881408Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5892671Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5903729Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5914632Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5925601Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5936769Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5947802Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5958708Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5969697Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5980993Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.5992131Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6002977Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6014201Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6025238Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6036141Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6047109Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6058357Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6069386Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6080315Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6091561Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6102502Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6113434Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6124559Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6136216Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6147394Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6159225Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6169821Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6181304Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6192702Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6203891Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6215238Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6226521Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6237648Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6248758Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6260210Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6271309Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6282425Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6294016Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6305133Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6316395Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6327649Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6339037Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6350189Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6361321Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6372857Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6384039Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6395454Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6406588Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6417875Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6428747Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6439624Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6450851Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6461676Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6472664Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6483585Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6494773Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6505644Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6516588Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6527596Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6538821Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6549747Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6560729Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6571867Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6582802Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6593822Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6604712Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6615830Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6626918Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6637744Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6648703Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6660003Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6671001Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6682243Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6693655Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6704922Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6717631Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6727823Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6738795Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6749514Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6760791Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6772111Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6783037Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6793997Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6804953Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6816201Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6827212Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6838390Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6849464Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6860732Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6872120Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6883134Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6894469Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6905407Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6916464Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6927453Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6938841Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6949935Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6961059Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6972628Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6983450Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.6994466Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7005525Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7016965Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7028066Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7039365Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7050619Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7061598Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7072866Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7084322Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7096116Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7107702Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7119072Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7130805Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7142282Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7153738Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7164974Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7176808Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7188247Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7199758Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7211914Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7222727Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7233907Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7245129Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7256832Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7268437Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7279904Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7291658Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7303043Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7314192Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7325780Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7337579Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7349236Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7360825Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7373017Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7384275Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7396799Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7409081Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7421997Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7432687Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7443773Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7455471Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7466344Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7477297Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7488390Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7499779Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7510954Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7522317Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7534112Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7545265Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7556409Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7567534Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7579044Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7590119Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7601155Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7612778Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7624036Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7635662Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7647003Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7658230Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7669530Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7680985Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7692296Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7703267Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7714811Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7726181Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7737506Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7748517Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7759626Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7771487Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7783030Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7794593Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7806392Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7817918Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7829365Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7841392Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7852795Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7864236Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7875551Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7887372Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7899164Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7909869Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7921178Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7932600Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7943974Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7955301Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7966296Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7977685Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7988670Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.7999697Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8011156Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8021925Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8033170Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8044009Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8055346Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8066313Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8077233Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8088221Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8099608Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8110836Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8121631Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8133084Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8144089Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8155069Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8165999Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8177226Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8188222Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8199336Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8210386Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8221476Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8232443Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8243464Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8254774Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8265765Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8276752Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8287986Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8299074Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8310127Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8321100Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8332942Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8343804Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8354661Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8365618Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8376936Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8388060Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8399132Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8410588Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8421405Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8432472Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8443889Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8454981Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8466397Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8477738Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8488919Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8500787Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8511991Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8523260Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8534896Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8546192Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8557416Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8568712Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8580382Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8592197Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8603165Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8614833Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8626072Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8637398Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8648778Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8660368Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8671641Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8682937Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8694780Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8705885Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8717367Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8728814Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8740435Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8751686Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8762913Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8774512Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8785748Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8797036Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8808254Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8819774Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8831287Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8842599Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8854190Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8865265Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8876556Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8887937Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8899627Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8911335Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8923150Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8935869Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8947313Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8959256Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8971355Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8982888Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.8994913Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9006640Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9018470Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9030370Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9041927Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9053740Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9065545Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9077490Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9089296Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9101464Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9113478Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9124745Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9136519Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9148329Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9160381Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9172856Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9184874Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9197044Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9208955Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9220956Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9232328Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9243886Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9255832Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9267543Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9279085Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9290894Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9302313Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9313476Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9324407Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9336228Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9347224Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9358311Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9369363Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9381088Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9392434Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9403378Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9414998Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9426398Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9437835Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9449212Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9460983Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9472136Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9483425Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9495365Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9506844Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9518152Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9529551Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9541190Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9552630Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9564009Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9576010Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9587262Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9598670Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9609712Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9621031Z test_dispatch_meta_nn_functional_kl_div_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9632060Z test_dispatch_meta_nn_functional_kl_div_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9643203Z test_dispatch_meta_nn_functional_kl_div_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9654524Z test_dispatch_meta_nn_functional_kl_div_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9665689Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9676718Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9687852Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9699268Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9710401Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9722057Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9733633Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9744735Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9756036Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9767265Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9778736Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9790157Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9801213Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9812879Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9823955Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9835185Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9846809Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9858147Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9869460Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9880994Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9893004Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9904092Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9915192Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9926126Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9937549Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9948868Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9960014Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9971696Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9982966Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:55.9994227Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0005331Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0016918Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0028224Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0039563Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0051287Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0069544Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0080555Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0099823Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0111110Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0129020Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0140273Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0157987Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0169322Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0180865Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0198629Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0209848Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0221309Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0232622Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0250832Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0262145Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0280092Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0291515Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0310061Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0321109Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0338940Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0349937Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0367636Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0380219Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0397596Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0408661Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0419977Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0431149Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0448786Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0461891Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0479138Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:56.0490391Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0501270Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0512268Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0523154Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0534401Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0545258Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0556261Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0567229Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0578651Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0589622Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0600716Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0613895Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0624648Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0635704Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0646703Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0657879Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0668745Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0679610Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0691175Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0703157Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0714116Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0725322Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0736228Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0746750Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0757530Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0768117Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0780296Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0790600Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0801394Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0812495Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0823232Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0833983Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0844797Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0855641Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0866368Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0877257Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0887912Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0899323Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0910119Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0921118Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0932376Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0943401Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0954672Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0965521Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0976708Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0987858Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.0998884Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1009877Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1021312Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1032408Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1043414Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1055131Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1065732Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1076642Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1087661Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1098891Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1109849Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1121075Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1132261Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1143389Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1154383Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1165439Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1176740Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1187950Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1199089Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1210341Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1221180Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1232368Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1243312Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1254736Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1265855Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1276880Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1287993Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1299261Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1310254Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1321288Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1332721Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1343714Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1354745Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1365702Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1377265Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1388185Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1399248Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1410620Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1421619Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1432557Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1443612Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1454756Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1465790Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1476803Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1487906Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1499271Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1510311Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1522156Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1534054Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1545285Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1557062Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1568279Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1579684Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1590728Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1602145Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1614061Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1625415Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1637363Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1648638Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1660316Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1671022Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1681912Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1693390Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1704761Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1716215Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1727510Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1739109Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1750104Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1761757Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1773281Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1783835Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1794802Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1805722Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1817036Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1828785Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1839683Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1851354Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1862228Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1873589Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1885785Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1897711Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1909365Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1921326Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1933512Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1945315Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1957379Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1969312Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1981487Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.1993419Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2005326Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2017370Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2029294Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2041196Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2053377Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2065360Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2077276Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2089164Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2101334Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2113205Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2125153Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2137397Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2149588Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2161396Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2173547Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2185335Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2197238Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2209179Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2221408Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2233327Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2245222Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2257324Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2269214Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2281169Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2293346Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2305166Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2317071Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2328995Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2341126Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2353065Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2365020Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2377087Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2389092Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2400937Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2413069Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2424937Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2436797Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2448668Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2460795Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2472658Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2484640Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2496997Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2508868Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2520881Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2533192Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2545132Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2557022Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2568941Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2581062Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2591764Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2602785Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2614165Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2625255Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2636587Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2647007Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2658420Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2669419Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2680337Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2691543Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2702451Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2714098Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2724545Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2735542Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2746268Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2757078Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2767880Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2779026Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2806994Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2807585Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2812438Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2823204Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2834321Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2845676Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2857254Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2868537Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2879906Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2891486Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2903260Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2914211Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2925617Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2936647Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2947668Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2958632Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2969620Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2980882Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.2991876Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3002791Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3014172Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3025131Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3036121Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3047136Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3058363Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3069296Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3080295Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3092093Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3102766Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3113732Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3124902Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3136177Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3148026Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3159182Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3170775Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3181826Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3192880Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3204141Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3215672Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3226831Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3238070Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3249189Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3260486Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3271534Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3282602Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3294034Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3305055Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3316120Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3327276Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3338555Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3349661Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3360766Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3372110Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3383303Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3394359Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3405542Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3416916Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3428009Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3439174Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3450693Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3461876Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3473121Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3484217Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3495702Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3506916Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3518156Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3529357Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3540808Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3551893Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3563041Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3574408Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3585580Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3596766Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3607907Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3619375Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3630491Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3641823Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3653185Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3664853Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3676467Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3687622Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3699038Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3710227Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3721440Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3732863Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3743968Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3755164Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3766216Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3777553Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3788678Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3799827Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3811295Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3822486Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3833572Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3844896Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3856352Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3867646Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3878816Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3890521Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3901594Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3912755Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3923844Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3935256Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3946339Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3957517Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3968574Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3979965Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.3991095Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4002140Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4013531Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4024654Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4035905Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4046914Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4058233Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4069344Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4080420Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4091906Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4102942Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4114074Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4125213Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4136681Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4147903Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4158832Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4170303Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4181415Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4192442Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4203638Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4215030Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4226209Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4237293Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4248357Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4259850Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4270766Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4281741Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4292925Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4303807Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4314744Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4325653Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4336910Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4347879Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4358804Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4369686Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4380837Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4391798Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4402991Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4414903Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4425734Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4436544Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4447574Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4458585Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4469500Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4480243Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4491248Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4502197Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4513082Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4523926Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4535093Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4545854Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4556761Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4567743Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4578924Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4589810Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4600713Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4611848Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4622713Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4633808Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4644554Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4655733Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4666647Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4678854Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4689364Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4700481Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4711273Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4722543Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4733676Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4744603Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4755405Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4766353Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4777423Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4788366Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4799188Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4810380Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4821231Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4832167Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4842902Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4854067Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4864872Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4875704Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4886639Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4897876Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4908806Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4920038Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4932396Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4943534Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4955125Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4966591Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4977969Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.4989246Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5000774Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5012760Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5024132Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5035547Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5046948Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5058154Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5069414Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5081009Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5092963Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5104197Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5115739Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5126784Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5138165Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5149387Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5160702Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5172475Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5183961Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5195040Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5206012Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5217391Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5228466Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5239437Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5251031Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5261830Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5272963Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5284022Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5295372Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5306574Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5317542Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5328517Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5339714Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5350643Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5361686Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5372948Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5383776Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5394788Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5405704Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5416923Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5427793Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5438634Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5449509Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5460749Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5471485Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5482383Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5493375Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5504311Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5515183Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5526055Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5537468Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5548267Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5559196Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5570323Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5581254Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5592072Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5602995Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5614225Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5625152Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5636101Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5646951Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5658124Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5669301Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5680141Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5692065Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5703143Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5714288Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5725195Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5735950Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5746765Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5757511Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5768685Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5780181Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5791319Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5802724Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5814166Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5825070Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5836154Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5847225Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5858624Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5869710Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5880934Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5892219Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5903659Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5915956Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5927838Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5940132Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5951534Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5962496Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5973614Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5984151Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.5994827Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6005652Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6016572Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6027144Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6037755Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6048366Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6060140Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6070759Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6081536Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6092788Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6103618Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6114402Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6125311Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6136486Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6147268Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6158540Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6170949Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6182132Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6193259Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6204281Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6215534Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6226660Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6237316Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6248249Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6259296Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6270284Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6281173Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6292296Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6303273Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6314269Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6325202Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6336305Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6347301Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6358208Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6369159Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6380501Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6391538Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6402420Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6413746Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6424794Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6436235Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6446758Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6458307Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6469070Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6480099Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6491375Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6502602Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6513677Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6524700Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6535976Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6547087Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6558139Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6569195Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6580443Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6591408Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6602417Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6613799Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6624741Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6635609Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6646668Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6657768Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6668778Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6679655Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6690695Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6701797Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6713292Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6724717Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6735819Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6746330Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6756904Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6767988Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6778978Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6789754Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6800253Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6811476Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6823379Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6833884Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6844727Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6855816Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6866800Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6877762Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6888769Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6899936Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6910811Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6922521Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6934738Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6945587Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6956421Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6967603Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6978778Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.6989707Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7000593Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7011842Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7022767Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7033699Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7044677Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7055848Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7066841Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7077707Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7088567Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7099723Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7110714Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7121634Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7132856Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7143674Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7154680Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7165717Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7177151Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7187838Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7198819Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7209719Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7221179Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7232138Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7243042Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7254243Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7265263Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7276156Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7287031Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7298264Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7309155Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7319990Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7331272Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7342180Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7353063Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7363882Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7374972Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7385793Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7396677Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7407548Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7418603Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7429424Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7440323Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7451553Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7462347Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7473278Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7484150Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7495354Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7506202Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7517040Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7527927Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7539067Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7549949Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7560900Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7572270Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7583032Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7593849Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7604828Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7615866Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7626805Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7637679Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7648507Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7659792Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7670811Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7681530Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7692768Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7703486Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7714622Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7725387Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7736228Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7746786Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7757390Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7768010Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7779105Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7789560Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7800015Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7811190Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7821623Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7832253Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7842804Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7853750Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7864368Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7875113Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7885660Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7896869Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7907856Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7918795Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7929860Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7941415Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7952483Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7963245Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7974082Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7984717Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.7995285Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8005923Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8016807Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8027401Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8038049Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8048563Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8059415Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8070072Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8080635Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8091523Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8101888Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8112599Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8123153Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8134109Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8144596Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8155098Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8166028Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8176908Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8187827Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8198632Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8209795Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8221360Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8232532Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8243475Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8254824Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8266040Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8276906Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8288038Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8299403Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8310603Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8321623Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8332990Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8344041Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8355189Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8366286Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8377544Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8388691Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8399815Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8411246Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8422530Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8433364Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8444417Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8455599Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8466690Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8477734Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8488834Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8500126Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8511110Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8522203Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8533634Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8544758Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8555859Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8566951Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8578342Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8589622Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8600637Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8612001Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8623124Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8634238Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8645314Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8656603Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8667751Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8678831Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8690486Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8701427Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8713112Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8724161Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8735475Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8746195Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8757083Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8767932Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8779020Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8789832Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8800712Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8811930Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8822863Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8833778Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8844642Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8855767Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8866718Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8877557Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8888501Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8899648Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8910410Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8921361Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8932754Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8943883Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8954612Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8965459Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8976470Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8987304Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.8998188Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9009112Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9020252Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9030928Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9041868Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9053003Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9063788Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9074651Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9085526Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9096656Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9107506Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9118259Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9129134Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9140229Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9151235Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9161967Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9173164Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9184027Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9194950Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9205774Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9216866Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9227877Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9238856Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9249808Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9261303Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9272452Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9283697Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9295013Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9306155Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9317930Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9328443Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9340067Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9351189Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9362518Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9375012Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9387049Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9399172Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9411575Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9423740Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9435571Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9447998Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9460377Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9472555Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9485364Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9497086Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9508656Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9520068Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9531861Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9542944Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9554356Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9565500Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9577458Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9588749Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9600163Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9611941Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9622760Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9634185Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9645390Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9657332Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9668417Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9680076Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9691478Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9702804Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9714269Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9726084Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9738534Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9749971Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9762256Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9774498Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9786089Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9797020Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9808409Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9820566Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9832347Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9844468Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9856750Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9868637Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9880555Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9892655Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9904018Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9915616Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9927355Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9939760Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9951565Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9963708Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9975538Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9987065Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:56.9998619Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0010493Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0022361Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0034366Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0046120Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0058361Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0070114Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0081859Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0093674Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0105208Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0116701Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0127972Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0139819Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0151833Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0163347Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0175124Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0186272Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0197917Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0209666Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0220839Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0232073Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0242700Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0254376Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0265308Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0276533Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0287987Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0299900Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0310853Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0321928Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0333609Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0344997Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0356628Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0368058Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0379774Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0391011Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0402249Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0413940Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0425176Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0436498Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0447774Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0459446Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0470833Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0481663Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0493183Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0504107Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0515161Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0526364Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0537869Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0549173Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0560400Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0571951Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0583038Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0594215Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0605355Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0616829Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0627981Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0639150Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0650593Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0661802Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0672945Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0684215Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0695721Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0706881Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0718639Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0729701Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0741356Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0752355Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0764026Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0775131Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0786201Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0797255Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0808415Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0819724Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0830397Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0841443Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0852755Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0863719Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0874790Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0885948Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0897327Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0908511Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0919603Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0931595Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0942186Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0953024Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0964004Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0975242Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0986235Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.0997214Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1007948Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1016170Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1023384Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1031044Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1037966Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1044953Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1052323Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1059579Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1066924Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1074550Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1081498Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1089042Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1096898Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1103881Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1111631Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1119299Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1126617Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1139475Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1151843Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1163611Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1175776Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1187653Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1199324Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1211310Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1222931Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1234446Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1246203Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1257898Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1269805Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1280957Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1293000Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1304316Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1315903Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1327229Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1338904Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1350443Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1361795Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1373741Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1385105Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1396491Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1408101Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1419905Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1431328Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1442607Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1454516Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1465948Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1477396Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1488966Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1500923Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1512407Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1524005Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1536170Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1548004Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1560106Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1572524Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1584636Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1596434Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1607763Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1619843Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1632255Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1644167Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1656808Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1668448Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1680473Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1692575Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1704243Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1715942Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1727665Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1739886Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1752184Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1764595Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1776430Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1788462Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1799840Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1811720Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1823901Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1834235Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1845721Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1857207Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1868327Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1879484Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1890781Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1902099Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1909790Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1917325Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1924794Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1932119Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1939802Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1946900Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1954536Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1962432Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.1974161Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1985396Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.1996776Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2008660Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2025589Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2044626Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2063594Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2082240Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2102080Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2120757Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2139135Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2155046Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2169606Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2184067Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2199876Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2214742Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2228918Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2243384Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2259532Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2274494Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2289458Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2305025Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2319587Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2334715Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2350590Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:57.2364868Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2377755Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2388292Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2398901Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2409511Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2420623Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2431376Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2442170Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2453570Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2464583Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2475334Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2486158Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2497789Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2508797Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2519735Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2531284Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2542028Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2552869Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2563749Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2575018Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2585975Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2596963Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2607911Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2619190Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2629968Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2640777Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2651900Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2662747Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2673682Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2684446Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2695853Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2707460Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2718724Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2729607Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2741030Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2752198Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2763283Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2774665Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2785638Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2796681Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2807821Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2819225Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2830378Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2841390Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2853021Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2863879Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2874958Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2886090Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2897607Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2908624Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2920081Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2931565Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2942609Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2953707Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2964908Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2976297Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2987659Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.2995598Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3002481Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3009611Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3017290Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3024602Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3031915Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3039095Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3046460Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3053903Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3061222Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3068491Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3075782Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3082819Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3090520Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3098351Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3105912Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3113344Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3121168Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3128169Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3136061Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3143644Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3150812Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3158002Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3165116Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3172885Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3180111Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3187236Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3194509Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3201764Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3208917Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3216880Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3223933Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:15:57.3236840Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3249002Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3261113Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3272547Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3284164Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3296194Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3307522Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3318926Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3330606Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3342146Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3353302Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3364671Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3376405Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3387603Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3399149Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3410799Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3422125Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3433487Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3444868Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3456616Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3467919Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3479287Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3491800Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3502643Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3513765Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3524818Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3536355Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3547397Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3558613Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3569848Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3581064Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3592235Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3603395Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3614874Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3626246Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3637186Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3648507Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3659789Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3670933Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3682001Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3693433Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3704469Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3716286Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3727159Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3738454Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3749524Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3760474Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3772096Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3782909Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3793927Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3805223Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3816802Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3828140Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3839495Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3850800Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3861725Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3872736Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3883809Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3895262Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3906186Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3917328Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3928418Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3939740Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3950807Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3962487Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3973579Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3984760Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.3996190Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4007275Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4019289Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4030744Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4042240Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4054033Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4065232Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4076457Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4087886Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4099714Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4111163Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4122556Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4134211Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4145066Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4156564Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4167738Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4179493Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4190636Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4201956Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4213403Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4224393Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4235857Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4247660Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4259254Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4270409Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4281725Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4293459Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4304815Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4315804Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4326875Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4338155Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4349697Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4360468Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4371690Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4382703Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4393644Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4404750Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4415990Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4430486Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4441498Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4456209Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4467684Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4481768Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4493289Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4507620Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4518593Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4530494Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4541794Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4553040Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4563846Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4575189Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4586216Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4597329Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4608079Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4619519Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4630395Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4645372Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4659802Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4671088Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4682226Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4696888Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4707775Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4722315Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4733900Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4748105Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4759403Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4774122Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4784895Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4798925Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4810079Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4824258Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4835155Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4846451Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4857757Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4868795Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4879728Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4895336Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4906265Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4921044Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4932262Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4943204Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4954157Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4965171Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4976907Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.4988993Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5001760Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5013294Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5024287Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5035264Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5046093Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5057616Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5068739Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5079685Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5091281Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5102445Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5113508Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5124427Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5135716Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5147388Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5158759Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5170475Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5182025Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5193677Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5205020Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5216811Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5228351Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5239875Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5251781Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5262550Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5273554Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5284435Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5295848Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5306957Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5317940Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5328803Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5340326Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5351309Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5362440Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5373929Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5384981Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5396325Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5407109Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5418428Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5429373Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5440272Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5451382Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5462432Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5473455Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5484196Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5495413Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5506481Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5517357Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5528311Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5539514Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5550439Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5561372Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5572582Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5583395Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5594272Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5605198Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5616326Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5627196Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5638132Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5649094Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5660594Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5671524Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5682488Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5693749Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5704656Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5715703Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5726625Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5737595Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5748582Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5759461Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5770783Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5781744Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5792661Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5803657Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5814768Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5825732Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5836488Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5847361Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5858566Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5869600Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5880393Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5891705Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5902668Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5913479Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5924390Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5935568Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5946501Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5957345Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5968262Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5979475Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.5990355Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6001162Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6012321Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6023225Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6034173Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6045090Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6056305Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6067252Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6078135Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6088991Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6100157Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6111019Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6121964Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6133061Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6143968Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6154820Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6165820Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6177133Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6187803Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6198684Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6209646Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6220829Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6231668Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6242549Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6253727Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6264559Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6275497Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6286336Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6297504Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6308326Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6319186Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6330345Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6341242Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6352105Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6362926Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6374082Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6384948Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6395928Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6406992Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6418139Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6429095Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6439988Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6451156Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6461980Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6472894Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6483758Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6495008Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6505961Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6517247Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6528276Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6539751Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6550933Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6562135Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6573348Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6584392Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6595753Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6607107Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6618779Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6630142Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6641361Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6652683Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6664001Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6675323Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6686741Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6698146Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6709524Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6720736Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6732619Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6744064Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6756025Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6767483Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6778597Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6789436Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6800565Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6812076Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6823107Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6834578Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6845450Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6857256Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6868409Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6879895Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6891508Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6903030Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6913757Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6925313Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6936805Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6948194Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6958834Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6969846Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6981405Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.6993551Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7006457Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7018047Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7029021Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7039953Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7051483Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7062659Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7073753Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7085060Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7096310Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7107823Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7119114Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7130790Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7142024Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7153314Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7164257Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7175886Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7186916Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7197776Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7209008Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7220299Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7231426Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7242550Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7253956Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7265036Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7275963Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7286913Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7298267Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7309257Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7320089Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7331840Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7342739Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7353696Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7364704Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7375950Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7387037Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7397864Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7408834Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7419944Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7431027Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7442058Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7453488Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7464345Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7475386Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7486517Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7498451Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7509533Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7520499Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7531712Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7542698Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7554393Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7565349Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7576965Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7588322Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7599154Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7610799Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7621944Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7633006Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7644297Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7655819Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7666789Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7677967Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7689111Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7700747Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7711912Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7724155Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7734885Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7746203Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7757192Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7768479Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7780015Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7791021Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7802094Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7813521Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7824886Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7836028Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7847258Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7858512Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7869726Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7880795Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7892784Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7904288Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7915542Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7926698Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7938208Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7949037Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7959960Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7971710Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7982454Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.7993415Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8004438Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8015707Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8026708Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8037733Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8048765Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8060013Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8071113Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8082186Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8093495Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8104594Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8115663Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8126706Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8138006Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8149065Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8160125Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8171486Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8182620Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8193728Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8204607Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8215926Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8227053Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8238119Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8249577Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8260810Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8272025Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8283040Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8294382Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8305514Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8316560Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8327976Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8338746Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8349684Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8360674Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8372185Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8382989Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8394082Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8405335Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8416491Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8427361Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8438220Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8449071Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8460445Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8471727Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8483057Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8494302Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8505191Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8516763Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8527064Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8538301Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8549261Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8560286Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8571421Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8582401Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8593301Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8604391Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8615492Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8626313Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8637345Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8648141Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8659276Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8670128Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8681073Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8692347Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8703120Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8714534Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8725652Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8737124Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8749226Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8760939Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8773044Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8784125Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8794965Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8805729Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8816684Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8827355Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8838087Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8848694Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8859575Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8870145Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8880776Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8891702Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8902488Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8913712Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8924342Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8935631Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8946122Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8957082Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8967622Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8978806Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.8990563Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9002940Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9015878Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9028364Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9040270Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9051752Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9063300Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9074620Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9086467Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9098441Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9110091Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9121087Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9132595Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9144216Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9156035Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9167452Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9179677Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9191086Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9202189Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9213515Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9224448Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9235448Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9246923Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9258240Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9269602Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9280392Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9292046Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9303179Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9313945Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9324735Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9336085Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9346912Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9357915Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9368804Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9379962Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9390909Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9401994Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9412953Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9423864Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9434795Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9445738Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9456914Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9467760Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9478667Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9489594Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9501235Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9511694Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9522732Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9533668Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9544533Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9555492Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9566372Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9577577Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9588456Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9599302Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9610611Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9621329Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9632218Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9643072Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9654295Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9665177Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9858767Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.019s) 2022-08-17T13:15:57.9884094Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.003s) 2022-08-17T13:15:57.9898242Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9910936Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9921920Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9933053Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9944084Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9954827Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9965740Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9976760Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9987512Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:57.9998263Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0009055Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0020299Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0031197Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0041964Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0053160Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0063937Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0074709Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0085454Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0096723Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0107483Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0119005Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0131914Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0144571Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0156651Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0167710Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0179018Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0190129Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0200861Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0212247Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0223058Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0233888Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0244660Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0255813Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0266891Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0277646Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0288365Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0299650Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0310350Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0321101Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0332158Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0342971Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0353695Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0365316Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0376730Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0389258Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0401633Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0414221Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0425378Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0436464Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0447436Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0458501Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0469391Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0480105Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0491344Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0501845Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0512618Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0523659Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0534796Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0545444Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0556223Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0567008Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0578067Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0588761Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0599531Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0610621Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0621693Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0633155Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0644671Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0655585Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0666864Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0677598Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0688346Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0699489Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0710039Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0721193Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0732150Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0742964Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0753793Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0764536Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0775573Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0786241Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0797005Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0807599Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0818623Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0829353Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0840040Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0851043Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0862084Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0872896Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0883838Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0895232Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0906418Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0917368Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0928614Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0940103Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0951275Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0962398Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0973966Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0985057Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.0996382Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1007512Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1019015Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1030154Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1041474Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1052826Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1064043Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1075261Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1086548Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1099539Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1110773Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1122014Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1133561Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1144642Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1166907Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1167440Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1178930Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1189695Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1200576Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1212045Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1222871Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1233730Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1244498Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1255590Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1266343Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1277140Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1287915Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1299136Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1310058Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1321205Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1332330Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1343665Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1354359Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1365370Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1377062Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1388438Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1399623Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1411250Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1422887Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1434181Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1445453Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1457060Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1468256Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1479625Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1491115Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1502300Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1514270Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1525964Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1538021Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1549470Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1561267Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1572946Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1584318Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1596062Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1607908Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1620002Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1632531Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1644428Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1656372Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1667836Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1679169Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1691563Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1703570Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1715796Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1727666Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1740229Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1752043Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1763730Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1776209Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1787699Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1799189Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1811087Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1823089Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1834374Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1845579Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1857369Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1868997Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1880303Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1892144Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1903171Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1914723Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1925902Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1937631Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1948751Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1960261Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1972078Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1983292Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.1994508Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2005856Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2017510Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2028702Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2039969Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2051586Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2062927Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2074122Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2085422Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2097215Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2108490Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2119848Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2131967Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2142952Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2154219Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2165554Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2177143Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2188602Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2199917Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2211616Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2222896Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2234302Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2245526Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2257339Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2268692Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2279934Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2291657Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2302888Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2314168Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2325496Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2337223Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2348512Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2359749Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2371927Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2383081Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2393938Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2405035Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2416956Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2428503Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2439942Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2452074Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2463643Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2475269Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2486981Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2498982Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2510529Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2522003Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2534294Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2545695Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2557169Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2568836Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2580901Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2592588Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2604327Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2616451Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2628224Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2639757Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2652179Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2663687Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2675424Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2686931Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2698811Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2710537Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2722492Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2734610Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2746218Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2758096Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2769547Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2781767Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2793514Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2805302Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2817401Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2829032Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2840745Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2852725Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2864453Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2876309Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2888252Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2900117Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2911360Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2922642Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2934304Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2945474Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2956752Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2967994Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2979760Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.2990996Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3002269Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3013936Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3025282Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3036608Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3047905Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3059549Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3070757Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3082163Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3093738Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3104975Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3116272Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3127613Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3139014Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3150450Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3161834Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3173586Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3184851Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3196171Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3207462Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3218966Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3230158Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3241368Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3253033Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3264228Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3275528Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3286869Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3298416Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3309906Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3321058Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3332595Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3343720Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3355001Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3366342Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3378097Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3390295Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3401588Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3413161Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3424362Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3435894Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3447106Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3458814Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3469985Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3481269Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3492882Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3504043Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3515143Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3526482Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3538025Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3549316Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3560596Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3572166Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3583335Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3594509Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3605834Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3617427Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3628883Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3640380Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3653399Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3665902Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3678344Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3689711Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3701050Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3712300Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3723196Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3734537Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3745193Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3755951Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3766829Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3777983Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3789005Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3799732Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3810842Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3821856Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3832646Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3843412Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3854649Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3865402Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3876271Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3887448Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3899345Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3912422Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3923832Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3935879Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3947963Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3959263Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3970473Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3981706Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.3993007Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4004442Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4015860Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4026988Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4037819Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4049105Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4060562Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4071669Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4083016Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4094787Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4106053Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4117390Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4128409Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4139721Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4151823Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4164945Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4177436Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4188541Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4199856Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4211626Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4223011Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4234714Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4245504Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4256876Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4268160Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4279311Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4291112Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4302526Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4314067Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4325402Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4337081Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4348550Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4360323Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4371759Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4382684Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4393326Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4404986Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4416560Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4428136Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4439481Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4451778Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4463200Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4474427Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4485913Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4497433Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4508715Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4519980Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4531684Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4542878Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4554140Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4565562Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4577179Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4588459Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4599789Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4611609Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4622685Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4634009Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4645436Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4657378Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4668534Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4679756Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4691700Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4702785Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4714323Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4725797Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4737576Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4748634Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4759962Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4771854Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4783035Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4794315Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4805801Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4817438Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4828692Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4839993Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4851816Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4863052Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4874254Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4885615Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4897195Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4908949Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4920721Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4931997Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4943304Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4954534Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4965936Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4977579Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.4988891Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5000119Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5011893Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5023258Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5034352Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5045551Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5057097Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5068395Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5079614Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5091505Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5102646Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5113937Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5125089Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5136718Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5148026Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5159323Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5171063Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5182496Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5194219Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5205469Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5217289Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5229104Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5240167Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5251694Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5263260Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5274627Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5285987Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5297534Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5308724Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5320018Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5331580Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5342844Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5354064Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5365332Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5376885Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5388181Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5399406Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5411198Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5422345Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5433551Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5444835Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5456262Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5467460Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5478850Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5490235Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5501454Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5512798Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5524028Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5535621Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5546829Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5558230Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5569548Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5581062Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5592221Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5603599Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5615140Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5626404Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5637706Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5649156Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5660895Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5672357Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5684336Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5695994Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5707303Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5718946Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5729854Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5741105Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5752108Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5763138Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5774576Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5785700Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5796600Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5807651Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5819126Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5830065Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5841092Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5852460Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5863443Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5874430Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5885484Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5896817Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5907937Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5919025Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5929840Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5941240Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5952127Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5963110Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5974418Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5985415Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.5996553Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6007459Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6018860Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6030022Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6040971Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6052354Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6063454Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6074501Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6085496Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6096793Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6107821Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6118822Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6129873Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6141083Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6152041Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6163403Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6174442Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6185419Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6196616Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6207372Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6219021Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6229633Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6240814Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6252286Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6263342Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6274519Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6285604Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6297358Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6308612Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6319899Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6331629Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6342690Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6354023Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6365205Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6376718Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6388041Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6399423Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6411098Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6422530Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6433450Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6445041Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6456229Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6467472Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6478790Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6490352Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6501543Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6512873Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6524145Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6535637Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6547008Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6558416Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6569734Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6581273Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6592616Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6603941Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6615707Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6626852Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6638085Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6649415Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6661214Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6672207Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6683893Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6695836Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6706997Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6720312Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6732132Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6742755Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6753520Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6764457Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6775978Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6786834Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6797702Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6808826Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6820183Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6831527Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6842631Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6854436Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6865656Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6876869Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6888268Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6899548Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6911943Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6922727Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6934538Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6946087Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6957924Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6969676Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6981819Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.6993705Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7005428Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7017554Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7029404Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7041168Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7053279Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7064982Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7076754Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7088626Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7100693Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7112524Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7124402Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7136471Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7148274Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7160364Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7172322Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7183978Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7195734Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7207633Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7219482Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7231256Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7242981Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7255023Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7266675Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7278383Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7290501Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7302180Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7313739Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7325269Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7337293Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7348896Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7360609Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7372720Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7384461Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7396152Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7407968Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7419663Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7431344Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7442695Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7454409Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7465626Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7477079Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7488291Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7499909Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7511295Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7522662Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7534143Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7545383Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7556750Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7567848Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7579294Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7590623Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7601696Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7613206Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7624400Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7635702Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7646909Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7658489Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7669644Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7681320Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7693205Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7704754Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7716619Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7728483Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7739951Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7751200Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7762712Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7774536Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7785767Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7797191Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7808383Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7820111Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7831524Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7843009Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7854698Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7866060Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7877514Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7888990Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7900770Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7912055Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7923637Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7935060Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7946345Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7957694Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7969621Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7980696Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.7991940Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8003328Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8014839Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8026078Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8037398Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8048686Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8060330Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8071629Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8082905Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8094403Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8105629Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8116958Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8128371Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8139899Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8151179Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8162545Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8174145Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8185494Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8196863Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8208077Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8219774Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8231039Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8242378Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8253887Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8265168Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8276455Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8287762Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8299323Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8310690Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8322107Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8333756Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8345031Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8356092Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8367247Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8378884Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8390328Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8401625Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8413259Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8424986Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8436860Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8448412Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8460401Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8472343Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8483719Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8495344Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8507271Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8518766Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8530787Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8542308Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8553959Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8565281Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8577197Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8589045Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8600828Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8613211Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8624685Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8636566Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8648162Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8660114Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8672029Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8684298Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8696513Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8707947Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8720482Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8733003Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8744013Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8755124Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8765919Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8777203Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8788276Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8799155Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8810570Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8821461Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8832609Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8843544Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8855080Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8866568Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8878664Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8889533Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8901606Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8912486Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8924361Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8936534Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8949858Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8962884Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8976420Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8988193Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.8999258Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9010885Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9022239Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9033200Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9044671Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9056278Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9067255Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9078034Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9089390Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9100919Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9112299Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9123282Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9135002Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9145833Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9156721Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9167968Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9179253Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9190841Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9203811Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9217444Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9230695Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9243102Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9255143Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9266667Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9278123Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9289254Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9300671Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9311543Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9322521Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9334055Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9345270Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9356276Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9367217Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9378606Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9389631Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9400623Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9412310Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9423090Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9434104Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9445730Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9459061Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9471124Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9482210Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9493725Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9504945Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9516104Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9527501Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9539002Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9550148Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9561431Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9572943Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9584103Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9595260Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9606414Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9617956Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9629121Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9640500Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9652383Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9663205Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9674561Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9685644Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9697183Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9708448Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9720997Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9732737Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9744171Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9755579Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9766889Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9778624Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9790015Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9801561Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9813313Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9824660Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9836133Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9847496Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9859600Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9870934Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9882399Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9894168Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9905450Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9916870Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9928033Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9939674Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9951106Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9963939Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9976866Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:58.9989214Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0000352Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0012163Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0022693Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0033895Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0045406Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0056226Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0066953Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0077876Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0088603Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0100033Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0110771Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0121603Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0132791Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0143540Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0154273Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0165038Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0176184Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0186960Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0198338Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0210208Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0223091Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0235688Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0248184Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0259916Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0271013Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0282102Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0293667Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0304703Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0315451Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0326331Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0337636Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0348738Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0359700Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0370870Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0382270Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0392809Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0403584Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0414873Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0425595Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0436087Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0446974Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0458987Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0470727Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0494345Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0496629Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0507812Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0518878Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0530340Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0541661Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0552866Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0564114Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0575683Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0587075Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0598085Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0609340Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0620962Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0632300Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0643325Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0654808Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0666041Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0677252Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0688206Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0699950Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0710981Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0723312Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0735874Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0747815Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0759842Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0772269Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0783820Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0795377Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0807151Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0818994Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0830847Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0842439Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0854425Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0865938Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0877534Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0889219Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0901180Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0912998Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0924644Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0936653Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0948373Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0960031Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0972200Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0984129Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.0995582Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1007058Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1020419Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1032067Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1043733Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1055781Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1067189Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1078718Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1090804Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1102517Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1114026Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1125633Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1137714Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1149184Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1160775Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1172880Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1184837Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1196352Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1208023Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1220252Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1231631Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1243181Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1255467Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1267201Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1278605Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1290347Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1302018Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1313441Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1325144Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1337109Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1348784Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1360433Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1372240Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1383620Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1395099Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1406474Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1418163Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1429541Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1440879Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1452653Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1464052Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1475394Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1486698Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1498809Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1510335Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1522604Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1535011Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1546890Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1558986Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1571389Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1583137Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1594881Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1606938Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1619564Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1631674Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1643931Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1655944Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1667560Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1679410Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1692045Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1704313Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1716539Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1728874Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1741291Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1752990Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1764783Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1776976Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1788543Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1799998Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1811952Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1823487Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1835100Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1846654Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1858679Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1870137Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1881623Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1893595Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1905040Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1916496Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1927928Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1939658Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1951101Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1962480Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1974347Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1985600Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.1997182Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2008575Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2020210Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2031660Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2043045Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2054784Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2066111Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2077516Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2089027Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2100702Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2111969Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2123449Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2135120Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2146483Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2157784Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2169132Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2180869Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2192069Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2203457Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2215588Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2227245Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2238837Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2250576Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2262046Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2273537Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2285013Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2296795Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2308180Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2319678Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2331392Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2342877Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2354294Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2365723Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2377582Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2388992Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2400462Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2412267Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2423701Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2435149Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2446567Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2458277Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2469634Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2481182Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2493020Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2504691Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2516087Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2527417Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2539294Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2550624Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2562097Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2573823Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2585277Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2596636Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2608108Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2619817Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2631302Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2642755Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2654567Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2665969Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2677463Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2688885Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2700782Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2712376Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2724409Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2736277Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2747850Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2759433Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2771914Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2783206Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2794533Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2806544Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2818735Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2830828Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2842466Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2854420Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2866022Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2877648Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2889148Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2901119Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2912741Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2924368Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2936373Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2947988Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2959566Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2971382Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2983134Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.2994643Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3006286Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3018113Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3029767Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3041594Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3053481Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3065020Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3076645Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3088278Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3100208Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3111783Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3123501Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3135441Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3146972Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3158398Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3170242Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3181745Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3193235Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3204846Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3216664Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3228177Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3239639Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3251372Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3262693Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3274137Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3285484Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3297242Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3308552Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3320009Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3331779Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3343083Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3354407Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3365783Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3377425Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3388754Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3400303Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3411939Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3423213Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3434642Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3445958Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3457526Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3468819Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3480146Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3491979Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3503215Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3514684Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3525989Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3537365Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3548652Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3559961Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3571455Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3582765Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3594125Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3605431Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3617264Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3628316Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3639588Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3651644Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3662464Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3673788Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3685155Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3696879Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3708136Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3719797Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3731423Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3742984Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3754389Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3765858Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3777532Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3789021Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3800643Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3812271Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3823731Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3835073Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3846557Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3858360Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3869857Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3881287Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3893042Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3904385Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3917809Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3929351Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3941666Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3953195Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3965021Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3976567Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3988044Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.3999572Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4011570Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4023333Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4035067Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4046295Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4058013Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4069707Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4081332Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4093702Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4105312Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4117171Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4128325Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4140164Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4152005Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4163959Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4176101Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4188204Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4199716Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4211128Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4222609Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4234180Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4245073Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4256722Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4267868Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4279126Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4290441Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4302270Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4313933Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4325498Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4337900Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4349542Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4361120Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4373240Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4384668Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4396322Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4408054Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4419887Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4431538Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4443346Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4455548Z test_meta_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4467059Z test_meta_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4478704Z test_meta_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4490855Z test_meta_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4502421Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4513976Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4525600Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4537432Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4548955Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4560513Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4572362Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4583852Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4595685Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4607366Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4619155Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4630727Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4642276Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4654163Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4665763Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4677379Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4688987Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4700990Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4712367Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4723940Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4735881Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4747646Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4759040Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4770846Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4782714Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4794233Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4805810Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4817737Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4829299Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4840864Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4852724Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4864769Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4875895Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4887614Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4899412Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4911011Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4922476Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4934223Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4945799Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4957499Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4969148Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4981125Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.4992941Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5004474Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5016379Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5028030Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5039694Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5051843Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5063493Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5075077Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5086759Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5099252Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5110394Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5121971Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5133889Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5145486Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5156984Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5168608Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5180617Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5192105Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5203732Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5215694Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5227323Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5238874Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5250765Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5262360Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5273983Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5285611Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5297555Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5309062Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5320648Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5332543Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5344406Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5355697Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5367347Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5379244Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5390709Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5402391Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5414255Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5425751Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5437319Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5448930Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5460813Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5472353Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5483939Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5495920Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5507446Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5519070Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5530832Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5542729Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5554342Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5565952Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5577909Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5589469Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5601117Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5612837Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5624434Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5635937Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5647483Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5659542Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5671050Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5682451Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5694360Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5705858Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5717473Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5729036Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5740816Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5752398Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5763967Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5775895Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5787697Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5799173Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5811126Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5822649Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5834206Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5845940Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5858121Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5869569Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5881389Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5893257Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5904751Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5916404Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5927946Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5939959Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5951580Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5963145Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5975065Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5986569Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.5998241Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6009824Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6021828Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6033369Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6044920Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6056812Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6068377Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6079918Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6091869Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6103601Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6114899Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6126505Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6138334Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6149924Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6161586Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6173626Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6185278Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6196962Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6210235Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6222265Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6234451Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6246711Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6259251Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6271471Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6283689Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6296112Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6308352Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6320566Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6333403Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6345500Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6357771Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6370195Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6382473Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6394663Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6406919Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6419462Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6431650Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6443902Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6456413Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6468587Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6480793Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6493335Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6505488Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6517739Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6530882Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6543231Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6555408Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6567575Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6580108Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6592394Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6604717Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6617360Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6629719Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6641820Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6654252Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6666406Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6678867Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6691372Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6703577Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6715973Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6728133Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6740528Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6752749Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6764970Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6777392Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6789699Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6801885Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6814380Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6826556Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6838830Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6855962Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:15:59.6868405Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6880551Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6893030Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6905526Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6917917Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6930831Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6943317Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6955773Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6967694Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6980193Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.6992621Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7005255Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7018044Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7030474Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7042861Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7055799Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7068300Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7080927Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7093762Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7106413Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7118867Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7131840Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7143994Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7156574Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7169352Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7181441Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7192299Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7203234Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7214940Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7225613Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7236436Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7247325Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7258514Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7269456Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7280292Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7291560Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7302342Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7313175Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7324100Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7335499Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7346324Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7357424Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7368326Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7379712Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7390947Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7402395Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7414313Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7425217Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7436809Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7448073Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7459763Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7471115Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7482501Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7494216Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7505576Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7516895Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7528385Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7540196Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7551529Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7562943Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7574725Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7586138Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7597550Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7609074Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7620754Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7632139Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7643739Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7655498Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7666937Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7678573Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7690660Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7702660Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7713505Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7724583Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7736164Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7747408Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7758649Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7769882Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7781308Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7792560Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7803760Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7815247Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7826433Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7837619Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7848827Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7860366Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7871762Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7882824Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7894325Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7905439Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7916692Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7927871Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7939335Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7950522Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7961747Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7973336Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7984538Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.7995696Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8006885Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8018359Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8029540Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8040777Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8052335Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8063465Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8074782Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8085987Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8097554Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8108762Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8119988Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8131370Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8142636Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8153918Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8165174Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8176620Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8188062Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8199258Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8210798Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8222445Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8233208Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8244508Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8256043Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8267314Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8278550Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8289690Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8301172Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8312421Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8323701Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8335246Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8346367Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8357977Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8368934Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8380249Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8391721Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8402623Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8414137Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8425357Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8436656Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8447823Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8459285Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8470530Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8481691Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8493171Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8504244Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8515367Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8526413Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8537776Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8548905Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8560015Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8571673Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8582494Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8593613Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8605088Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8618069Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8629528Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8640887Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8652528Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8663924Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8675421Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8686854Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8698662Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8710161Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8721696Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8733495Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8744945Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8756337Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8767811Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8779605Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8791005Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8802403Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8814316Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8825773Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8837200Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8848624Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8860605Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8871895Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8883577Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8895190Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8906747Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8918168Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8929679Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8941480Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8953036Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8964506Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8976351Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8987731Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.8999226Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9011022Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9022579Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9034027Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9045532Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9057378Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9068913Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9080443Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9092244Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9103780Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9115346Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9126582Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9138354Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9149236Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9160395Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9171739Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9182841Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9194093Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9205306Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9216920Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9228186Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9239403Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9250785Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9262267Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9274126Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9284733Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9296255Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9307436Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9318747Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9330368Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9341451Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9352223Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9363130Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9374355Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9385034Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9395844Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9406880Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9418450Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9429258Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9440279Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9451294Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9462323Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9473216Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9484033Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9495252Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9505918Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9516870Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9527607Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9538636Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9549388Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9560119Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9571333Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9582256Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9593177Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9604324Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9616618Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9629552Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9642518Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9655470Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9667269Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9678401Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9689673Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9700919Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9712325Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9723800Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9735128Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9746586Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9758115Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9769684Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9781780Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9793354Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9804830Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9816684Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9828627Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9840278Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9852375Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9863832Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9875230Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9886588Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9898475Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9910019Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9921687Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9933665Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9945218Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9956765Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9968341Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9980184Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:15:59.9991990Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0003182Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0015146Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0026600Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0038220Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0049773Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0061609Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0073132Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0084679Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0096665Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0108186Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0119969Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0131790Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0143346Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0154790Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0166399Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0178181Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0189690Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0201255Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0213156Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0224664Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0236285Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0247811Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0259684Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0271225Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0282850Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0294832Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0306333Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0317886Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0329446Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0341300Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0352748Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0364281Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0376335Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0387894Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0399378Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0411369Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0422695Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0434167Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0445622Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0457730Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0469407Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0481086Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0493154Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0504751Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0516347Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0528002Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0539979Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0551724Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0563297Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0575184Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0586750Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0598398Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0610337Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0622113Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0633437Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0645032Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0656537Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0667766Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0679055Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0690778Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0702285Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0713952Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0725187Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0736692Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0747717Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0758965Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0770376Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0781543Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0792627Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0803776Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0815672Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0826876Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0838119Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0849438Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0861043Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0872381Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0883681Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0895483Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0907074Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0919996Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0932013Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0943628Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0955489Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0967189Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0979176Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.0990715Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1002221Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1014291Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1026030Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1037781Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1049526Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1061541Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1073302Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1084961Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1097767Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1109395Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1121169Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1133145Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1144503Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1156020Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1167129Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1179070Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1190118Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1201435Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1212940Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1224134Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1235404Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1246687Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1259683Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1271102Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1282422Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1293974Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1305160Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1316417Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1327580Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1339101Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1350419Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1361535Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1373042Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1384274Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1395508Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1406935Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1418342Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1429512Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1440624Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1452145Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1463223Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1474399Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1485613Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1497119Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1508346Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1519651Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1531204Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1542738Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1553737Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1565038Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1576851Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1588699Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1599798Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1611495Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1622627Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1633857Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1645237Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1656771Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1668081Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1679580Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1691277Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1702437Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1713954Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1725432Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1737121Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1748282Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1759655Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1771210Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1782597Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1793814Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1805198Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1816757Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1828124Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1839513Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1851048Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1862995Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1874368Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1885501Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1897497Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1909464Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1921110Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1932687Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1943645Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1954802Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1965959Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1977341Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1988435Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.1999536Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2011107Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2021993Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2033064Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2044100Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2055521Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2066702Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2077951Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2089696Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2101728Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2113325Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2125103Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2138030Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2149950Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2161460Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2173900Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2185653Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2198009Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2210491Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2222837Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2235307Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2247505Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2260035Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2272581Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2284775Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2297470Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2309895Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2321840Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2334142Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2345987Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2357780Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2369573Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2381684Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2394242Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2406124Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2417953Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2429775Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2441619Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2453717Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2465505Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2477408Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2489227Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2501215Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2513077Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2524769Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2536859Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2548616Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2560394Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2572567Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2584309Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2596109Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2607897Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2620025Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2631766Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2643713Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2655939Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2667822Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2679468Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2691575Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2703319Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2715221Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2727008Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2739119Z test_meta_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2750665Z test_meta_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2762254Z test_meta_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2774104Z test_meta_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2785727Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2797240Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2808810Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2820752Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2832270Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2843771Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2855524Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2867051Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2878590Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2890776Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2902415Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2915371Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2927602Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2939917Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2952022Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2964171Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2976603Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2987992Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.2999332Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3011374Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3022815Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3034731Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3046054Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3058112Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3069455Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3081110Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3092968Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3104619Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3116035Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3127326Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3139453Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3150842Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3162347Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3174152Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3185336Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3196983Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3208493Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3220202Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3231741Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3243306Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3255236Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3266807Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3278365Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3289863Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3301711Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3313204Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3324851Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3336548Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3348157Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3359707Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3371586Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3383149Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3394875Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3406450Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3418368Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3429891Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3441510Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3453435Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3465017Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3476589Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3488112Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3500091Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3511616Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3523134Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3535089Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3546728Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3558340Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3570279Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3581855Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3593435Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3604963Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3616742Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3628389Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3639939Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3651818Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3663240Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3674762Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3686305Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3698145Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3709741Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3721323Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3733297Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3745108Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3756506Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3768317Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3779984Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3791684Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3803466Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3815391Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3826863Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3838514Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3850312Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3861924Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3873541Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3885224Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3897130Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3908792Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3920306Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3932315Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3943938Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3955611Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3967245Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3979017Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.3990969Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4002735Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4014390Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4026120Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4037662Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4049289Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4061215Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4072815Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4084523Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4096368Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4107973Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4119630Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4131725Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4143313Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4154871Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4166484Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4178280Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4190115Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4201647Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4213555Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4225234Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4236800Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4248668Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4260540Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4272125Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4283989Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4295953Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4307705Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4319412Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4331425Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4342874Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4354466Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4366031Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4377894Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4389487Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4401120Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4412980Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4424646Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4436539Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4448029Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4459890Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4471516Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4483086Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4495048Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4506596Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4518299Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4530320Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4541770Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4553437Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4565037Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4576870Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4588444Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4600149Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4612004Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4623528Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4635105Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4646767Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4658545Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4670151Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4681801Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4693618Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4705121Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4716762Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4728363Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4740228Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4751828Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4763346Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4775157Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4786769Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4798312Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4809820Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4821583Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4833479Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4844852Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4856620Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4868152Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4879749Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4891694Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4903084Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4914608Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4926186Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4938140Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4949596Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4961204Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4973042Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4984773Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.4996402Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5007974Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5019781Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5031246Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5042879Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5054799Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5066293Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5077934Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5089514Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5101354Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5112857Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5124605Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5136412Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5147978Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5159569Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5171493Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5183021Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5194489Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5206106Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5218058Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5229612Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5241285Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5252992Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5264602Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5276073Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5287722Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5299731Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5311295Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5323021Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5334919Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5346544Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5358142Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5369797Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5381892Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5394041Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5405957Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5418249Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5429837Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5441495Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5453290Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5464873Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5476462Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5488114Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5499831Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5511444Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5523154Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5534975Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5546600Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5558313Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5570305Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5582039Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5593781Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5605350Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5617729Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5629642Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5641632Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5654010Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5665894Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5677886Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5689886Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5702022Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5713870Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5725413Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5736834Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5748119Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5759439Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5771165Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5782419Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5793595Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5806135Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5818781Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5829956Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5840985Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5852350Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5863214Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5874172Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5885005Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5896254Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5907173Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5917983Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5929092Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5940292Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5950999Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5961802Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5973053Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5983834Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.5994718Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6005517Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6016679Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6028158Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6040029Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6052852Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6065464Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6078102Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6089483Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6101054Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6112291Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6123571Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6135086Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6146243Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6157459Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6168778Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6180328Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6191565Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6202889Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6214437Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6225647Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6236891Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6248069Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6259568Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6270818Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6282143Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6293697Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6305078Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6316554Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6328291Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6339706Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6351431Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6363140Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6375159Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6386633Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6398254Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6409832Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6421612Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6433435Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6445104Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6456979Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6468142Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6479516Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6490793Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6502325Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6513589Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6524796Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6536250Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6547460Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6558786Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6569864Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6581475Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6592591Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6603875Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6615259Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6626422Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6637643Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6648756Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6660365Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6671954Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6683534Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6695284Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6706886Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6718729Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6730366Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6742118Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6754075Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6765400Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6777488Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6789159Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6800768Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6812687Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6823663Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6834933Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6846096Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6857696Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6868940Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6881129Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6891966Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6903384Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:16:00.6914457Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:16:00.6925922Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:16:00.6937249Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:16:00.6948433Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6959497Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6971069Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6982259Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.6993369Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7004550Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7016087Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7027245Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7038284Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7049537Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7060889Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7072377Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7083885Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7096322Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7107865Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7119422Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7131623Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7142734Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7154048Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7165528Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7177899Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7189918Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7201966Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7214002Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7225454Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7237434Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7249210Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7261619Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7272905Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7284389Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7295888Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7307301Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7318840Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7330690Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7343488Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7355881Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7366730Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7378033Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7388816Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7399523Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7410802Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7421635Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7432386Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7443099Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7454225Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7464951Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7475838Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7486490Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7497525Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7508360Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7519095Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7529798Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7540823Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7551663Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7563385Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7575863Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7587011Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7598094Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7609092Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7620419Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7631620Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7642751Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7654205Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7665355Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7676439Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7687482Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7698872Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7709994Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7721670Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7733025Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7744244Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7755394Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7766276Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7777791Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7788883Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7799915Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7811569Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7823027Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7834192Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7845410Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7856869Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7868046Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7879047Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7890472Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7901681Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7912869Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7923916Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7935635Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7946702Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7957782Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7968829Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7980261Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.7991446Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8002488Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8013946Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8025034Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8036130Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8047168Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8058510Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8069626Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8080602Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8092121Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8103094Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8114167Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8125167Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8136542Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8147600Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8158545Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8169631Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8181022Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8192130Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8203249Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8215273Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8225767Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8236859Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8247918Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8259334Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8270345Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8281439Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8292860Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8303948Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8315162Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8326251Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8337581Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8348658Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8359795Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8370993Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8382078Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8393151Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8404334Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8415638Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8426747Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8437970Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8448947Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8460492Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8471506Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8482765Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8494301Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8505449Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8516494Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8527540Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8538921Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8550070Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8561077Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8572406Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8583472Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8594543Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8605582Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8616939Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8627924Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8639111Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8650457Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8661505Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8672607Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8683569Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8694947Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8706044Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8717432Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8728569Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8740050Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8750980Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8762128Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8773499Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8784579Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8795728Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8806782Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8818135Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8829300Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8840300Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8851729Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8862855Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8874036Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8885047Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8896386Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8907502Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8918603Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8930334Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8941411Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8952388Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8963402Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8974749Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8985790Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.8996910Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9007905Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9019342Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9030370Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9041452Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9052881Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9063973Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9075063Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9086054Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9097467Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9108525Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9119572Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9130894Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9142272Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9153460Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9164570Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9176204Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9187146Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9198266Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9209575Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9220806Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9232180Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9243660Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9255841Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9266805Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9278593Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9289270Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9300846Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9312786Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9324329Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9336109Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9347493Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9358764Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9370210Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9382369Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9393587Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9405112Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9416858Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9428366Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9439762Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9451581Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9463457Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9475013Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9486897Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9498901Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9510195Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9521417Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9532975Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9544208Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9555452Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9566652Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9578211Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9589940Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9601394Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9613444Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9624975Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9636633Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9647923Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9660023Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9671717Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9683654Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9696345Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9707619Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9720413Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9731726Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9743217Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9754356Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9765960Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9777900Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9789257Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9801034Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9813103Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9824958Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9836409Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9847781Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9859466Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9871170Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9883060Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9895363Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9906894Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9918664Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9930537Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9941855Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9953105Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9964124Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9975958Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9986895Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:00.9998047Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0009145Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0020690Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0031900Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0042842Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0054443Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0065815Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0076724Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0088041Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0099586Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0110647Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0121968Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0134291Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0145066Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0156536Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0167389Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0178925Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0190178Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0201563Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0213360Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0224686Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0235999Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0247281Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0258988Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0270124Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0281505Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0293251Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0304770Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0315801Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0327263Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0339151Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0350381Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0361745Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0373450Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0384794Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0396234Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0407478Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0419126Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0430597Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0441526Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0453115Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0464345Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0475648Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0486838Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0498841Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0509926Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0521235Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0532964Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0544208Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0555518Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0566771Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0578527Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0589771Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0601220Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0613014Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0624292Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0635903Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0647089Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0659038Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0670233Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0681621Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0693315Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0704525Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0716360Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0727598Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0738649Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0749598Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0760404Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0771570Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0782430Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0793224Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0804086Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0815147Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0825959Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0837193Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0847931Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0859253Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0870348Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0880881Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0892414Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0904609Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0917113Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0929413Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0941416Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0952384Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0963503Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0975146Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0986030Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.0997127Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1008036Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1019166Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1030131Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1041155Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1052294Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1063150Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1073857Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1084739Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1095868Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1106719Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1117588Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1128355Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1139623Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1151143Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1163523Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1178252Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1190187Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1201410Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1212772Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1223767Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1234677Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1246163Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1257458Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1268351Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1279421Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1290626Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1301752Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1312607Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1323493Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1334746Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1345587Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1356457Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1367233Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1378457Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1389656Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1400934Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1413738Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1425015Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1436316Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1447853Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1459408Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1471133Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1482237Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1493656Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1504804Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1516448Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1528292Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1539853Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1552180Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1563665Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1575146Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1586167Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1597494Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1608946Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1621045Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1632439Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1643925Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1656251Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1667325Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1679141Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1690266Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1701819Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1714030Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1725822Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1737857Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1749201Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1760898Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1772872Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1784243Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1795739Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1807310Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1818718Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1829866Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1842700Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1854627Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1865944Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1879659Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1896005Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:01.1908270Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1920360Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1932897Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1945258Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1957303Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1969344Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1981958Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.1994127Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2006265Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2019180Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2031139Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2042998Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2055681Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2067564Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2080150Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2092550Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2104558Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2116772Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2129042Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2141836Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2153743Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2165906Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2178185Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2190199Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2202259Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2214411Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2226447Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2238350Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2250757Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2262851Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2274844Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2286837Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2299496Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2311493Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2323738Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2336076Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2348169Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2360582Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2373043Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2385461Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2397752Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2410175Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2422498Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2434693Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2446805Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2459291Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2471489Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2483665Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2496126Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2508435Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2520596Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2533160Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2545362Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2557621Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2569715Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2582289Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2594547Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2606552Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2619007Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2631146Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2643328Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2655795Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2667769Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2679962Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2692450Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2704653Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2717102Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2729260Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2741760Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2752627Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2763883Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2775372Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2786519Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2797710Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2808948Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2820642Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2832688Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2844940Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2856673Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2867709Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2878926Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2890191Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2901526Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2912334Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2923122Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2934095Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2944721Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2955836Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2966666Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2977790Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2988527Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.2999307Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3010273Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3021149Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3031936Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3042637Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3054087Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3065614Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3076950Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3087869Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3099486Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3110467Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3121571Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3133038Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3144185Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3155339Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3166359Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3177810Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3189032Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3200059Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3211755Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3222753Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3234390Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3245427Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3256825Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3268005Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3279066Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3290434Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3301998Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3313335Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3325112Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3337554Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3348974Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3360605Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3372545Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3384106Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3395846Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3407526Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3419603Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3431401Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3443024Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3454990Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3466700Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3478370Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3490321Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3502034Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3513834Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3525502Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3537558Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3549337Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3561104Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3573234Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3584703Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3596139Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3607655Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3619300Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3630748Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3642087Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3653883Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3665185Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3676578Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3687900Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3699609Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3710958Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3722344Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3733963Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3745214Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3756562Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3767920Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3779590Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3790916Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3802250Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3813937Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3825473Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3836773Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3848187Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3859860Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3871371Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3882853Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3894466Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3905937Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3917787Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3929483Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3941940Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3953519Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3965436Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3977164Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.3989076Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4001079Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4013560Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4025166Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4037123Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4048575Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4060708Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4072717Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4084511Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4096549Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4108631Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4120205Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4132272Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4144083Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4156248Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4168456Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4180999Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4193188Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4205508Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4217306Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4229202Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4240994Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4253036Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4264763Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4276470Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4288511Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4300422Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4312166Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4323906Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4335833Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4347256Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4358927Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4370708Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4382186Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4393247Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4404573Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4416274Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4427463Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4438536Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4449833Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4461536Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4472578Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4483884Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4495559Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4506752Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4518044Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4529291Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4540772Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4552102Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4563651Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4575561Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4587195Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4598596Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4610526Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4622294Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4633532Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4645290Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4657168Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4669203Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4680704Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4692662Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4704214Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4716001Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4727685Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4739675Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4751186Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4762742Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4774767Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4786307Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4797997Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4809836Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4821635Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4833255Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4844902Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4856573Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4868114Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4879741Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4891705Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4903284Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4914789Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4926575Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4938266Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4949784Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4961443Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4973355Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4984731Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.4996250Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5008190Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5019894Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5031486Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5043131Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5054977Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5066542Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5078145Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5089878Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5102006Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5113645Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5125508Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5137383Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5148906Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5160595Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5172609Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5184448Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5195971Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5207706Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5219751Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5231352Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5243121Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5255582Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5266855Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5278363Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5290486Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5302335Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5314193Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5326169Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5338033Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5349872Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5361343Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5373413Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5384430Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5395681Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5407014Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5418600Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5429911Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5441080Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5452849Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5464088Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5475271Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5486589Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5498200Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5509395Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5520610Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5532237Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5543526Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5554818Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5566127Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5577611Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5588863Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5600292Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5612088Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5623370Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5634736Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5646197Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5658200Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5670048Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5681649Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5693598Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5705161Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5716732Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5728263Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5740103Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5751599Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5763153Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5775042Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5786484Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5798025Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5809512Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5821346Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5832735Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5844014Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5855798Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5867202Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5878577Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5890077Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5901571Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5912871Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5924311Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5935937Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5947379Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5958723Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5970280Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5981683Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.5993060Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6004402Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6016041Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6027466Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6038779Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6050373Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6061872Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6073161Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6084572Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6096292Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6107568Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6118990Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6130686Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6142114Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6153493Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6164848Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6176602Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6187857Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6199526Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6211057Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6222549Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6233910Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6245269Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6257128Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6268876Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6280368Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6292226Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6303680Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6315163Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6326727Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6338543Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6350033Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6361608Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6373378Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6384772Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6396229Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6407611Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6419232Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6430640Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6442145Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6453876Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6465221Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6476581Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6488076Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6499881Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6511955Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6523686Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6536025Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6547725Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6559541Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6571568Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6583273Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6595293Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6607615Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6619465Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6631394Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6642650Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6654652Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6666456Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6677826Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6689539Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6701550Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6713675Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6724854Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6736873Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6748535Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6760203Z test_meta_nn_functional_kl_div_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6772248Z test_meta_nn_functional_kl_div_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6784250Z test_meta_nn_functional_kl_div_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6796567Z test_meta_nn_functional_kl_div_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6807371Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6818802Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6830133Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6841395Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6853649Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6865053Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6876887Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6887901Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6899512Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6910563Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6921980Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6933654Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6944841Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6955668Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6966997Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6978454Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.6989776Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7000926Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7012626Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7023620Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7034613Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7046254Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7057682Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7068795Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7080051Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7091990Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7102967Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7114095Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7125166Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7136894Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7147954Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7158925Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7170524Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7181744Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7192734Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7203932Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7215986Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7226826Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7238109Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7249486Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7261137Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7272386Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7283610Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7295413Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7306462Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7317702Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7328818Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7340379Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7351530Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7362874Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7374672Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7386802Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7398348Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7409732Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7421845Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7433353Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7445101Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7457053Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7468634Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7480455Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7492631Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7504118Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7515831Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7527344Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7539214Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7550743Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7562388Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7574364Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7585909Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7597374Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7609085Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7620864Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7632513Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7643533Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7655489Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7666694Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7678321Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7689392Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7701140Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7712668Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7724184Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7735650Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7746831Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7758380Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7770460Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7781954Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7793255Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7804626Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7816451Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7828330Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7839727Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7851435Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7863152Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7874602Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7886446Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7898550Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7909955Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7921245Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7932884Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7944098Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7955358Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7966474Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7978058Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.7989238Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8000395Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8012141Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8023267Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8034471Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8045713Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8057305Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8068532Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8079756Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8091255Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8102466Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8113666Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8125249Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8136855Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8148142Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8159656Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8171670Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8183147Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8194830Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8206490Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8218360Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8229951Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8241656Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8253572Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8265104Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8276746Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8288340Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8300359Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8311898Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8323550Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8335459Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8347098Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8358533Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8370336Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8381880Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8393535Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8404923Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8416747Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8428180Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8439573Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8451436Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8462828Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8474135Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8485512Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8497268Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8508497Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8519959Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8531890Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8543173Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8554568Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8566033Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8577905Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8589286Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8600721Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8612329Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8623887Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8635413Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8646969Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8658621Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8670018Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8681652Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8693476Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8704802Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8716309Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8728128Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8739773Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8751385Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8763018Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8774913Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8786370Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8797896Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8809485Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8821378Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8832911Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8844452Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8856314Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8867957Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8879550Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8891435Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8903091Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8914539Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8926782Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8939072Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8951098Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8963332Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8975530Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8987241Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.8999352Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9011951Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9024226Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9036400Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9048410Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9060364Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9072358Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9084336Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9096946Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9108928Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9121134Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9133286Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9144989Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9157059Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9169012Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9181348Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9193552Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9205423Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9217694Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9229437Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9241151Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9253184Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9264922Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9276615Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9288276Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9300419Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9312064Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9323689Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9335720Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9347597Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9359124Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9371040Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9382888Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9394403Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9406075Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9418090Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9429840Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9441292Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9453510Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9464912Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9476577Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9488268Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9500352Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9511876Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9523441Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9535736Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9547728Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9559011Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9570530Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9582185Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9593502Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9604929Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9616712Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9628210Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9639765Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9652112Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9664474Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9675971Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9687291Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9698975Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9710698Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9722138Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9734099Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9745327Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9756850Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9768378Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9780189Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9791841Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9803516Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9815238Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9826652Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9838208Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9849692Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9861532Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9873130Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9884551Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9896946Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9908694Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9920521Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9932664Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9944362Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9956211Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9967968Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9980032Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:01.9991586Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0003277Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0015524Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0027238Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0038929Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0050931Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0062838Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0074754Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0086326Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0098257Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0110005Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0121654Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0133720Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0145225Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0156933Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0168459Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0180118Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0191566Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0202934Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0214718Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0225970Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0237633Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0248867Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0260606Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0272213Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0283302Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0295214Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0307264Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0318633Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0330872Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0342277Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0353428Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0364957Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0376851Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0388204Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0399333Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0410780Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0422694Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0434352Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0445756Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0457408Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0468936Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0480188Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0492057Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0503579Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0514834Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0526274Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0538044Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0549496Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0560900Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0572657Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0584226Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0595625Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0607091Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0618772Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0630288Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0642060Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0654048Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0665808Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0677419Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0688895Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0700656Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0712237Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0723860Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0735602Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0747120Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0758663Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0770405Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0782042Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0793727Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0805179Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0817647Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0829625Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0841240Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0853088Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0864651Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0876096Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0887821Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0899540Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0911022Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0922558Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0935010Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0945842Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0956823Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0967468Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0978528Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.0989693Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1000489Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1011727Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1022561Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1033278Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1044185Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1055282Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1066168Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1076749Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1087439Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1099812Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1110603Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1121345Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1132404Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1143719Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1156311Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1168836Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1182489Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1194033Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1205201Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1216777Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1228125Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1239375Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1250969Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1262338Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1273723Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1285103Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1296711Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1308002Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1319305Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1330880Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1342288Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1353507Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1364820Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1376400Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1387751Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1399176Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1410528Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1421641Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1432676Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1443790Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1455253Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1466302Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1477340Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1488519Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1500230Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1511107Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1522548Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1534202Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1545441Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1556825Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1567948Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1579423Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1590809Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1602160Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1613819Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1625073Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1636355Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1647623Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1659697Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1671093Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1682785Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1694403Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1706063Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1716991Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1728204Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1739791Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1751231Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1762462Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1774029Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1785911Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1797027Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1808506Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1819758Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1830835Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1841991Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1853476Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1864679Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1876149Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1887000Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1898401Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1909545Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1920846Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1932181Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1943350Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1954432Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1965689Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1977102Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1988212Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.1999332Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2010798Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2022047Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2033084Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2044192Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2055549Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2066592Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2077747Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2088978Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2100510Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2111631Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2122807Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2134128Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2145211Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2156609Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2167622Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2178957Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2190637Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2202271Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2213937Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2224889Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2236084Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2247253Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2258634Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2269994Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2281011Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2292558Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2303798Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2315035Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2326269Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2337738Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2348969Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2359973Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2371352Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2382511Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2393697Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2404954Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2416405Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2427697Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2439088Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2450537Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2461839Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2473003Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2484185Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2495605Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2506774Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2517897Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2529000Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2540388Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2551502Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2562702Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2574113Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2585250Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2596394Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2607559Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2618952Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2630124Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2641281Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2652730Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2663899Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2675096Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2686285Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2697668Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2708783Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2720452Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2731905Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2742928Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2754063Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2765229Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2776637Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2787798Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2799072Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2810983Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2821959Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2833150Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2844358Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2855912Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2867144Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2878409Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2889631Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2901226Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2913154Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2924385Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2937126Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2949933Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2961640Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2973189Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2984307Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.2995093Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3005954Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3017491Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3028306Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3039089Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3050250Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3061608Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3072461Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3083324Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3094644Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3105643Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3116357Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3127214Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3138661Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3149455Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3160137Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3171859Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3184586Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3197152Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3209546Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3221754Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3232729Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3243861Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3255421Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3266034Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3276973Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3287709Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3298805Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3309593Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3320447Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3331579Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3342836Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3353732Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3364547Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3375535Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3386200Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3396886Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3407742Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3418966Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3430276Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3441987Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3454894Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3467431Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3479946Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3491860Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3503128Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3514591Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3525875Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3537499Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3548667Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3559893Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3571408Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3582488Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3593705Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3604820Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3616449Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3627632Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3639326Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3650860Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3662036Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3673295Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3684749Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3696455Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3709418Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3722373Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3734864Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3745956Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3756915Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3768004Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3779023Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3789944Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3800710Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3811792Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3822451Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3833252Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3844182Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3855313Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3866124Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3876767Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3887498Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3898530Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3909287Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3919959Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3931063Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3942491Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3953793Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3966777Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3979238Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.3991365Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4002486Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4013791Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4024743Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4035567Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4046595Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4057697Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4068429Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4079077Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4089887Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4101136Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4111885Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4122692Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4133670Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4144459Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4155090Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4165758Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4177015Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4187859Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4199088Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4210673Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4223151Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4235615Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4247727Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4259239Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4270263Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4281600Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4293006Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4303903Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4314661Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4325648Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4336533Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4347317Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4358287Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4369056Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4380152Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4390840Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4401570Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4412682Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4423493Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4434166Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4444865Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4456374Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4467518Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4479816Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4492587Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4504927Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4516604Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4527619Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4538903Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4549938Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4560406Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4571717Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4582449Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4593198Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4604037Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4615352Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4626098Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4636745Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4647398Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4658527Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4669115Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4679839Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4690917Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4701446Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4712711Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4724821Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4736296Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4747328Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4758294Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4769527Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4781346Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4792635Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4804279Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4815846Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4827162Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4838573Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4849840Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4861588Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4872898Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4884360Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4895898Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4907226Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4918485Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4930201Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4941776Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4953206Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4964706Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4976640Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.4989433Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5002119Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5013744Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5025199Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5036660Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5048231Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5059896Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5071365Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5082876Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5094676Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5106117Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5117527Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5129074Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5140821Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5152365Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5163799Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5175585Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5187017Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5198562Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5210187Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5221713Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5233173Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5244623Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5256310Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5267795Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5279208Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5291029Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5302444Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5313948Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5325601Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5337391Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5348717Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5360255Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5372049Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5383326Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5394846Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5406374Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5418021Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5429485Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5441010Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5452801Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5464181Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5475854Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5487247Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5498936Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5510345Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5521853Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5533575Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5544954Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5556426Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5567837Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5579619Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5591016Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5602449Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5614162Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5625614Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5637071Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5648513Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5660638Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5672432Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5684252Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5696074Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5707710Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5718872Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5731046Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5742953Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5754650Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5766689Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5778910Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5791065Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5802612Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5814921Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5827007Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5839364Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5852352Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5864542Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5876771Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5889118Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5901322Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5913075Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5925139Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5937615Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5949632Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5961658Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5974251Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5986171Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.5997803Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6009229Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6021232Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6032631Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6044196Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6056100Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6067515Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6078989Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6091230Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6102966Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6114612Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6126315Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6138300Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6149848Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6161382Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6173308Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6184772Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6196275Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6207793Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6219938Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6231642Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6242956Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6255270Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6266659Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6278154Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6289660Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6301672Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6313083Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6324620Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6336714Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6348068Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6359414Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6371197Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6382679Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6394077Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6405544Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6417411Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6428768Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6440247Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6452481Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6463726Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6475462Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6487213Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6498999Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6510474Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6522277Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6534127Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6545901Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6557558Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6569183Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6581172Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6593031Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6604159Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6615815Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6627895Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6638765Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6649792Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6661570Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6672737Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6684096Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6695873Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6707177Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6719132Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6731212Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6742736Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6754252Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6765341Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6777042Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6788528Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6799972Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6811954Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6823138Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6834294Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6845662Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6857782Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6868724Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6880699Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6892189Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6903270Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6914920Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6925590Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6937077Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6948271Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6959461Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6970787Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6982134Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.6993215Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7004445Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7015817Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7026911Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7038332Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7049223Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7060704Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7071811Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7083208Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7094546Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7105683Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7116950Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7127843Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7139476Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7150517Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7161559Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7172859Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7183853Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7195039Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7205987Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7217450Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7228528Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7239588Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7251052Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7261885Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7272996Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7284179Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7295495Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7306746Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7317787Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7328866Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7340476Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7351704Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7363408Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7375492Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7386411Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7397526Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7408845Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7420120Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7431214Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7442370Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7453918Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7464875Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7476018Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7487083Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7498491Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7509494Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7520682Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7532000Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7543002Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7553996Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7565047Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7576380Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7587560Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7598711Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7609688Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7621735Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7632652Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7644495Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7655950Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7667257Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7678793Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7689839Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7701269Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7712453Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7724248Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7735689Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7746955Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7758236Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7769298Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7780625Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7791697Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7802790Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7814130Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7825368Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7836604Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7847832Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7859852Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7872714Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7885301Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7898042Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7909734Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7920813Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7931970Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7942811Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7953579Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7964582Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7975677Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7986416Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.7997189Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8008074Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8028251Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8030705Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8041623Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8053167Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8063778Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8075066Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8086328Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8097964Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8110003Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8122474Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8135017Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8146835Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8158759Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8170723Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8182685Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8195021Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8207095Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8219615Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8231941Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8244084Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8256338Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8268383Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8280660Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8293478Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8305679Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8317676Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8329811Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8338998Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8347036Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8354803Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8362857Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8370197Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8377866Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8385694Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8393238Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8400531Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8407957Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8415483Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8423082Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8430831Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8438021Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8445955Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8453482Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.8466078Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8478216Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8489866Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8501724Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8512989Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8524624Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8536703Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8547945Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8559288Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8571186Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8582576Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8593944Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8605187Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8617338Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8629160Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8641563Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8654761Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8667673Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8678758Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8689805Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8701176Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8712094Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8723453Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8734723Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8745382Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8756295Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8767062Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8778475Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8789440Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8800090Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8811185Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8822021Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8832744Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8843589Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8854787Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8865611Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8876895Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8888425Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8901538Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8913995Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8926904Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8938913Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8950127Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8961685Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8973237Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8984726Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.8995412Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9006242Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9017813Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9028760Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9040226Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9052026Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9062767Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9073835Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9084692Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9096095Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9106994Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9117770Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9128916Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9141061Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9154091Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9167429Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9180828Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9192999Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9204182Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9215682Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9223493Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9230270Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9237850Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9244898Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9252515Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9259647Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9266621Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9273819Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:02.9286640Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9299471Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9311383Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9322940Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9334446Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9345778Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9356967Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9368318Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9380049Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9391540Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9402978Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9415256Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9426744Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9438303Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9449625Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9461331Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9472637Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9483839Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9495491Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9506683Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9517908Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9529086Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9540946Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9552169Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9563346Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9575111Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9586315Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9597660Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9608780Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9620537Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9631592Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9642786Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9654427Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9665689Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9676827Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9688344Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9699731Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9711024Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9722519Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9734074Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9745307Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9756478Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9767644Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9779152Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9790624Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9802069Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9813964Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9825407Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9836843Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9848448Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9860393Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9871900Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9883407Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9895418Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9907192Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9918629Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9930500Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9942177Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9953730Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9965183Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9977472Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:02.9988832Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0000296Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0012093Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0023595Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0035114Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0046400Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0058176Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0069467Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0080767Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0092459Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0103833Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0115082Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0126249Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0138009Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0149468Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0161431Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0173386Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0184380Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0195587Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0206717Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0218573Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0226592Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0233745Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0241217Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0248674Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0256542Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0264118Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0271092Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0278913Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0286473Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0294106Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0301455Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0309134Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0316549Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0324131Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0332136Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0339731Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0347501Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0355205Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0362646Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0370935Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0378426Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0386130Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0393918Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0401318Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0409117Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0417142Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0424777Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0432277Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0439440Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0446720Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0454965Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0462169Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:16:03.0474579Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0486384Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0498178Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0509577Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0520943Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0532367Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0543597Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0554760Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0565949Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0577536Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0588690Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0599806Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0611278Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0622701Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0634192Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0645777Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0658172Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0669598Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0680762Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0692818Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0704040Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0715534Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0726845Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0738554Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0749563Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0760954Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0772416Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0783646Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0794906Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0806221Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0818061Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0829196Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0840502Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0852133Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0863501Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0874758Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0886141Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0897729Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0908994Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0920826Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0932330Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0943588Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0954741Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0966106Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0977480Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0988642Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.0999827Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1011340Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1023947Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1035126Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1046290Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1057709Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1068769Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1080001Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1091408Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1102566Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1113706Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1124827Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1136193Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1147257Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1158862Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1170737Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1181582Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1192585Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1203671Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1214941Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1225884Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1237138Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1248135Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1259619Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1270659Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1281709Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1293127Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1304146Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1314982Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1326016Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1337586Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1348572Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1359732Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1371041Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1382604Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1394102Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1405672Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1417622Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1428824Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1440196Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1451869Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1462731Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1473840Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1484918Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1496345Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1507276Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1518853Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1531008Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1542938Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1554582Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1566555Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1578022Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1589356Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1601334Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1613616Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1625005Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1636574Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1648033Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1659236Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1670917Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1682703Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1695058Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1707016Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1719237Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1731253Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1742406Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1753564Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1765057Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1777024Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1788707Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1800241Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1812601Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1823944Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1835636Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1847279Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1859221Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1870719Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1883021Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1895247Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1906025Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1917601Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1929274Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1941036Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1952481Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1963963Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1975568Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1987428Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.1998562Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2010199Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2021758Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2032960Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2044297Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2055895Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2067268Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2078352Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2090177Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2101198Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2112549Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2123842Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2135456Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2146467Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2157891Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2169422Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2181477Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2193128Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2204936Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2216560Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2228042Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2239326Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2251511Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2262634Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2274066Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2285323Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2297042Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2308116Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2319663Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2331109Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2342629Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2353776Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2365633Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2378016Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2391055Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2404059Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2417251Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2429159Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2440616Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2452709Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2464003Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2475423Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2486434Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2497595Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2508467Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2519144Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2530856Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2541327Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2552274Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2563097Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2574462Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2585325Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2596069Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2606833Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2618083Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2629349Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2641037Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2654021Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2666267Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2678797Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2690529Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2701414Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2712376Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2723871Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2735267Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2746251Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2756936Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2767823Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2779069Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2790201Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2800853Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2812089Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2822911Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2833576Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2844412Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2855769Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2866822Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2877709Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2888983Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2900824Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2913334Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2925781Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2938310Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2949514Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2960456Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2971767Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2982432Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.2993369Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3004116Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3015209Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3026055Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3036807Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3047893Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3059002Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3069925Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3080539Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3091449Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3102303Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3113418Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3124108Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3135288Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3146472Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3157798Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3170525Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3183150Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3195556Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3206759Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3218053Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3229146Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3239978Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3251402Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3262167Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3272936Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3283624Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3294791Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3305805Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3316507Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3327231Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3338279Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3349035Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3359755Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3370784Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3381509Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3392233Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3403155Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3415071Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3427534Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3439903Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3452777Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3463825Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3474795Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3485772Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3497053Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3508081Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3519383Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3530977Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3542035Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3553124Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3564449Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3576069Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3587266Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3598496Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3609731Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3621142Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3632430Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3643581Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3655170Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3667204Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3679489Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3692305Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3704672Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3716664Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3727804Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3739112Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3750384Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3761571Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3773360Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3785137Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3796500Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3808026Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3819719Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3831178Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3842516Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3853887Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3864869Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3876024Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3887119Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3898459Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3909599Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3921171Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3933854Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3946847Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3959409Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3972280Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3983417Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.3995545Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4007716Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4020303Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4032587Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4044502Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4056682Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4068414Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4080416Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4092517Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4104541Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4116308Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4127918Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4139996Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4152017Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4163958Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4176323Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4188354Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4200408Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4212341Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4223931Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4235584Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4247307Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4259192Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4270934Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4282684Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4295004Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4306767Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4318359Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4330149Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4341986Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4353482Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4365162Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4377245Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4388738Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4400261Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4412290Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4424523Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4436042Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4447921Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4459770Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4471201Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4482754Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4494752Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4506266Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4517783Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4529511Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4541589Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4553066Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4564606Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4576566Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4588422Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4600235Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4612206Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4623868Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4635438Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4647175Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4659122Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4670822Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4682397Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4694493Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4706151Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4718031Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4729574Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4741518Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4753073Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4764637Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4776644Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4788264Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4799817Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4811955Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4823520Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4835227Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4846821Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4858661Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4870304Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4881855Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4893841Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4905533Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4917216Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4929149Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4941134Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4952641Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4964456Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4976837Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4988415Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.4999910Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5011906Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5023506Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5035121Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5047104Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5058972Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5070682Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5082345Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5094507Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5106223Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5118018Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5129799Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5141545Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5153052Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5164686Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5176758Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5188579Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5200178Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5212323Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5223967Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5235639Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5247115Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5259189Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5270783Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5282362Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5294319Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5305835Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5317520Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5329310Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5341465Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5353154Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5364927Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5376836Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5388339Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5399821Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5411842Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5423307Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5434973Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5446400Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5458191Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5469592Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5481022Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5492781Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5504333Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5515850Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5527243Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5539025Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5550602Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5562043Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5573832Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5585215Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5596628Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5607952Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5619716Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5631225Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5642677Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5654523Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5666002Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5677477Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5689016Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5700779Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5712234Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5724086Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5735821Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5747160Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5758514Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5770215Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5781724Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5793066Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5804507Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5816181Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5827647Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5838963Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5850682Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5862194Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5873744Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5885207Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5896907Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5908298Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5919737Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5931371Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5942891Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5954505Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5966107Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5977840Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.5989709Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6000427Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6011518Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6022264Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6032997Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6043953Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6054996Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6065708Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6076420Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6087165Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6098205Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6108831Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6119639Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6130444Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6141285Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6152188Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6162897Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6173995Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6184684Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6195813Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6206868Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6218427Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6229812Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6241086Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6252591Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6263870Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6275205Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6286552Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6298249Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6309455Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6320810Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6332371Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6343624Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6354964Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6366423Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6378066Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6389243Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6400519Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6411997Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6423243Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6434451Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6445581Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6457506Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6468838Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6480253Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6492336Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6503529Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6515635Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6527274Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6539329Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6550808Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6562686Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6574230Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6585780Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6597956Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6609847Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6621952Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6634163Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6645351Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6657351Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6669223Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6680985Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6693003Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6705134Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6717741Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6729044Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6740274Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6751791Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6762950Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6775180Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6786241Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6797648Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6808855Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6820431Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6831794Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6842940Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6854458Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6866437Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6877538Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6888846Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6900828Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6912019Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6923251Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6935162Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6946034Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6957890Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6968955Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6980836Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.6992293Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.7004220Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.7014849Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.7026106Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.7037394Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:16:03.7050538Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... test_meta.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:16:03.7051056Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-08-17T13:16:03.7057642Z ok (0.002s) 2022-08-17T13:16:03.7071918Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7081959Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7093677Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7103188Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7111829Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7124207Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7136860Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7148634Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7164054Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7178974Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-08-17T13:16:03.7200029Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-08-17T13:16:03.7200467Z 2022-08-17T13:16:03.7200914Z ---------------------------------------------------------------------- 2022-08-17T13:16:03.7201339Z Ran 9964 tests in 11.362s 2022-08-17T13:16:03.7201524Z 2022-08-17T13:16:03.7201655Z OK (skipped=9950) 2022-08-17T13:16:03.7201814Z 2022-08-17T13:16:03.7201959Z Generating XML reports... 2022-08-17T13:16:05.0942889Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220817131552.xml 2022-08-17T13:16:05.0953249Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220817131552.xml 2022-08-17T13:16:05.7863434Z Running test_masked ... [2022-08-17 13:16:05.785943] 2022-08-17T13:16:05.7864013Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:05.786028] 2022-08-17T13:16:07.9907524Z Test results will be stored in test-reports/python-unittest/test_masked 2022-08-17T13:16:07.9927065Z 2022-08-17T13:16:07.9927256Z Running tests... 2022-08-17T13:16:07.9927610Z ---------------------------------------------------------------------- 2022-08-17T13:16:08.1447595Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.152s) 2022-08-17T13:16:08.2982468Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-08-17T13:16:08.4527175Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.154s) 2022-08-17T13:16:08.6021326Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-08-17T13:16:08.6031703Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:08.6041593Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:08.6052194Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:08.6061363Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:08.6070023Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:08.7604721Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-08-17T13:16:08.9141952Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.154s) 2022-08-17T13:16:09.0672569Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-08-17T13:16:09.2171912Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-08-17T13:16:09.2181716Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2192851Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2202983Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2212288Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2221740Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2236806Z test_mask_layout_sparse_coo__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:16:09.2246720Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2256346Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2265774Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2281799Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:16:09.2297518Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:16:09.2310924Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:16:09.2321050Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2329830Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2339141Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2348363Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.2357453Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:09.3490415Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.113s) 2022-08-17T13:16:09.4640451Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-08-17T13:16:09.5807675Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.117s) 2022-08-17T13:16:09.7335160Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-08-17T13:16:09.8835038Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-08-17T13:16:09.9963127Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-08-17T13:16:10.1067408Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.110s) 2022-08-17T13:16:10.2162053Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.109s) 2022-08-17T13:16:10.3277808Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.112s) 2022-08-17T13:16:10.4357527Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-08-17T13:16:10.5970454Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-08-17T13:16:10.7151699Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.118s) 2022-08-17T13:16:10.8363014Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.121s) 2022-08-17T13:16:10.9586787Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-08-17T13:16:11.1250692Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.166s) 2022-08-17T13:16:11.2878495Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.163s) 2022-08-17T13:16:11.4472189Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-08-17T13:16:11.5663465Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-08-17T13:16:11.6862265Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-08-17T13:16:11.8019716Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-08-17T13:16:11.9222481Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-08-17T13:16:12.0401152Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.118s) 2022-08-17T13:16:12.0746670Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.1082092Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-08-17T13:16:12.1420279Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.1765356Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.1775582Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.1785690Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.1795300Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.1805055Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.1814745Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.2165798Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-08-17T13:16:12.2511768Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.2858893Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-08-17T13:16:12.3197652Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.3207251Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3217053Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3226476Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3236641Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3246268Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3500563Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:12.3510720Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3520208Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3529546Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.3778143Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:12.4031474Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:12.4280928Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:12.4292335Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.4301281Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.4310638Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.4320099Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.4331300Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:12.4433759Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.4536881Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.4639293Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.4953668Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-08-17T13:16:12.5266679Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-08-17T13:16:12.5366261Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.5467254Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.5564381Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.5666285Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.5767051Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.6091637Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-08-17T13:16:12.6217383Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.013s) 2022-08-17T13:16:12.6342315Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-08-17T13:16:12.6467398Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-08-17T13:16:12.6806661Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.7146663Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-08-17T13:16:12.7475825Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-08-17T13:16:12.7586354Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:16:12.7695789Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:16:12.7800956Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-08-17T13:16:12.7912910Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:16:12.8023055Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:16:12.8760659Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-08-17T13:16:12.9514442Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.075s) 2022-08-17T13:16:13.0248173Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-08-17T13:16:13.0962656Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-08-17T13:16:13.0974537Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.0984132Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.0993795Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.1003024Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.1012338Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.1754469Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-08-17T13:16:13.2481584Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-08-17T13:16:13.3201006Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-08-17T13:16:13.3900183Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-08-17T13:16:13.3909878Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.3921430Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.3931977Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.3941904Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.3951096Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.4438153Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-08-17T13:16:13.4447541Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.4456949Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.4466040Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.4945446Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-08-17T13:16:13.5419454Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-08-17T13:16:13.5875535Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-08-17T13:16:13.5885217Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.5894662Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.5903731Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.5912965Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.5922253Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:16:13.6423208Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.050s) 2022-08-17T13:16:13.7019095Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-08-17T13:16:13.7636229Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.062s) 2022-08-17T13:16:13.8381022Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-08-17T13:16:13.9105584Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-08-17T13:16:13.9615472Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-08-17T13:16:14.0123839Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-08-17T13:16:14.0611348Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-08-17T13:16:14.1109639Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-08-17T13:16:14.1617560Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-08-17T13:16:14.2358941Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-08-17T13:16:14.2851433Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.049s) 2022-08-17T13:16:14.3427283Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-08-17T13:16:14.4007139Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-08-17T13:16:14.4724485Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-08-17T13:16:14.5439658Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-08-17T13:16:14.6137816Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-08-17T13:16:14.6619444Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-08-17T13:16:14.7113968Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-08-17T13:16:14.7598321Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-08-17T13:16:14.8094505Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-08-17T13:16:14.8582702Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-08-17T13:16:14.8758163Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-08-17T13:16:14.8929277Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-08-17T13:16:14.9097240Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-08-17T13:16:15.0943661Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.185s) 2022-08-17T13:16:15.2773984Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.183s) 2022-08-17T13:16:15.4589973Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.182s) 2022-08-17T13:16:15.6372535Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.178s) 2022-08-17T13:16:15.6625338Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:15.6922371Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-08-17T13:16:15.7211078Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-08-17T13:16:15.7304537Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.009s) 2022-08-17T13:16:15.7555064Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-08-17T13:16:15.7800252Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-08-17T13:16:15.7972940Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-08-17T13:16:15.8141262Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-08-17T13:16:15.8308297Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-08-17T13:16:15.8490179Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-08-17T13:16:15.8670135Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-08-17T13:16:15.8848212Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-08-17T13:16:15.9763878Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.091s) 2022-08-17T13:16:16.0723687Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-08-17T13:16:16.1668243Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.094s) 2022-08-17T13:16:16.2644430Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.098s) 2022-08-17T13:16:16.3611207Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-08-17T13:16:16.3659671Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-08-17T13:16:16.3703773Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.3747965Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.3792543Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.3836591Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.4746143Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.091s) 2022-08-17T13:16:16.5633820Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.089s) 2022-08-17T13:16:16.6551377Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.092s) 2022-08-17T13:16:16.7451140Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.090s) 2022-08-17T13:16:16.8382186Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-08-17T13:16:16.9310419Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-08-17T13:16:16.9361405Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-08-17T13:16:16.9404626Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.9446642Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.9488722Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.9531103Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-08-17T13:16:16.9550802Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9568540Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9588034Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9606235Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9624620Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9643727Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-08-17T13:16:16.9643994Z 2022-08-17T13:16:16.9644588Z ---------------------------------------------------------------------- 2022-08-17T13:16:16.9644905Z Ran 202 tests in 8.972s 2022-08-17T13:16:16.9645056Z 2022-08-17T13:16:16.9645318Z OK (skipped=58, expected failures=1) 2022-08-17T13:16:16.9645493Z 2022-08-17T13:16:16.9645615Z Generating XML reports... 2022-08-17T13:16:16.9835918Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220817131607.xml 2022-08-17T13:16:17.4546472Z Running test_mps ... [2022-08-17 13:16:17.454249] 2022-08-17T13:16:17.4546999Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:17.454338] 2022-08-17T13:16:19.7452805Z MPS not available, skipping tests 2022-08-17T13:16:19.8809640Z Test results will be stored in test-reports/python-unittest/test_mps 2022-08-17T13:16:19.8945470Z 2022-08-17T13:16:19.8945606Z Running tests... 2022-08-17T13:16:19.8946238Z ---------------------------------------------------------------------- 2022-08-17T13:16:19.8979253Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:19.9003618Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9028764Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9051931Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9074924Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9098190Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9121694Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9144154Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9167162Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9190556Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9213237Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9235185Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9256588Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9277622Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9299256Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9322961Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9343919Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9365073Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9385861Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9406428Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9427240Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9447804Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9468812Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9489486Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9510531Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9531458Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9552128Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9573127Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9593717Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9614640Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9635642Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9656235Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9676934Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9697889Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9718381Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9739468Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9759965Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9780812Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9801188Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9822023Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9842595Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9863513Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9884367Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9904948Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9925786Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9946505Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9967166Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:19.9987999Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0008604Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0029419Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0050307Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0071201Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0092393Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0112976Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0134147Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0154702Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0175537Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0196381Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0217059Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0237671Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0258449Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0279064Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0300309Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0320916Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0341737Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0362385Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0383159Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0404010Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0425064Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0445625Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0466665Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0487187Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0508146Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0528642Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0549559Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0570456Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0590966Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0612091Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0632503Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0653541Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0673972Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0695005Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0715732Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0736628Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0757174Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0777962Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0798468Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0819341Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0840167Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0860921Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0881491Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0903324Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0925893Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0948522Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0969326Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.0990113Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1011173Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1031513Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1052530Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1073217Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1094081Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1114589Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1135379Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1156790Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1177463Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1198146Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1219016Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1239464Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1260308Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1280858Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1301740Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1322065Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1342867Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1363463Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1384206Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1405130Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1426098Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1446637Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1467382Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1487986Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1508754Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1529092Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1549804Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1570564Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1591131Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1611590Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1631922Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1652595Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1673171Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1694171Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1714975Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1736297Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1756929Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1777889Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1798706Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1819745Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1840405Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1861581Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1882632Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1903480Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1924383Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1945686Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1966653Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.1987274Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2007733Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2028601Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2049222Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2070004Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2091448Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2113584Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2136145Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2157712Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2180511Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2203104Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2225843Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2247869Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2271076Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2294341Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2316442Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2338233Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2359594Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2380766Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2401588Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2422594Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2442984Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2463653Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2483984Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2504697Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2525195Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2546093Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2566523Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2587354Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2607827Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2628698Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2649323Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2670310Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2691044Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2711401Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2732576Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2753220Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2774107Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2794781Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2815837Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2836360Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2857279Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2877742Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2898515Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2919048Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2939981Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2960815Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.2981636Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3002227Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3023062Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3043691Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3064486Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3085147Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3106336Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3126748Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3147911Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3168419Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3189313Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3210220Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3230912Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3251706Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3272173Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3293204Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3313697Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3334521Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3355158Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3375981Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3396637Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3417601Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3438712Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3459951Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3480604Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3501762Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3522395Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3543530Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3564232Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3585423Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3606300Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3627293Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3647992Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3669143Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3690235Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3710726Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3731802Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3752896Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3773974Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3794552Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3815741Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3836355Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3857191Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3878058Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3899123Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3919598Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3940597Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3963327Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.3984276Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4004810Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4025676Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4046321Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4067283Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4088030Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4108790Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4129450Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4150401Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4171220Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4192042Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4212860Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4233545Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4254501Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4275034Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4295895Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4316631Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4337868Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4358683Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4379984Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4400603Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4421427Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4442786Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4463064Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4483638Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4504467Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4525522Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4546083Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4566411Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4587669Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4609882Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4632802Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4654948Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4677512Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4700543Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4723176Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4745418Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4768025Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4790980Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4813569Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4835879Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4858990Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4881644Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4903759Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4925054Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4946502Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4967084Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.4988263Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5009312Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5030429Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5051873Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5072234Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5093482Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5114370Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5135521Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5156357Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5177403Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5198356Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5219577Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5240345Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5261367Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5282120Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5303289Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5324048Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5345260Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5366141Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5387185Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5407988Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5428816Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5449864Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5470788Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5491140Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5511745Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5532781Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5553232Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5574095Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5594805Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5615745Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5636501Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5658267Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5678007Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5699087Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5720284Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5741432Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5762191Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5783259Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5804041Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5825165Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5846050Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5867069Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5887936Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5909027Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5930177Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5951177Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5972312Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.5993052Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6013992Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6034738Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6055854Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6076516Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6097755Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6118242Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6139258Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6159890Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6181239Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6202015Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6222909Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6243849Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6264875Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6285698Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6306568Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6327308Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6348309Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6369133Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6390156Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6411275Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6431942Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6453218Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6473779Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6495005Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6515561Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6536554Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6557590Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6578883Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6599987Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6621240Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6642265Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6663771Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6684862Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6706225Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6728435Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6749764Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6770835Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6791745Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6813048Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6834009Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6855084Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6876080Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6897657Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6918514Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6939859Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6960842Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.6982505Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7003092Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7024041Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7044680Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7065591Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7086198Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7106988Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7127512Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7148383Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7169152Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7190025Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7210839Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7231605Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7252559Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7273123Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7294042Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7314686Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7335415Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7355920Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7376573Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7397187Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7417887Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7438302Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7459111Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7479657Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7500752Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7521430Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7542170Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7562817Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7583720Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7604223Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7625053Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7645650Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7666448Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7686942Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7707789Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7729109Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7750104Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7771305Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7791828Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7813124Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7833501Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7854696Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7875354Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7896303Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7917050Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7937994Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7958697Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.7979789Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8000618Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8023659Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8046222Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8067097Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8087609Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8108416Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8128588Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8149216Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8169792Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8190338Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8210762Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8231075Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8251929Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8272789Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8295944Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8318076Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8338904Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8359038Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8379732Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8400056Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8420889Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8441338Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8461919Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8482260Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8502962Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8523635Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8546709Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8569177Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8590027Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8610704Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8631239Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8651861Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8672108Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8692554Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8713278Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.8746885Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8783098Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-08-17T13:16:20.8819064Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-08-17T13:16:20.8853728Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8880682Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8910445Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8937869Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8967313Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.8995719Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.9023785Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.9052688Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.9080895Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.9110506Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-08-17T13:16:20.9131252Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9151794Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9173460Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9194094Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9214805Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9235403Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9256402Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9276968Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9298067Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9318485Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9339429Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9359836Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9381306Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9401846Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9422711Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9443333Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9464315Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9484991Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9505643Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9526485Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9547181Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9567905Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9588550Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9609027Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9629874Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9650794Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9671319Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9692096Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9712674Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9734020Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9754749Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9775661Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9796785Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9818447Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9838764Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9859630Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9880438Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9901337Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9922119Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9943052Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9963699Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:20.9984688Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0005286Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0026100Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0047045Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0067814Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0088792Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0109321Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0130319Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0151405Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0172284Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0193058Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0215399Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0237854Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0260571Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0282186Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0305449Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0328011Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0350455Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0373840Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0396780Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0420235Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0443483Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0466773Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0490499Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0513516Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0537475Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0560577Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0583373Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0605990Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0629175Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0651493Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0673930Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0697027Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0720189Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0742576Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0765431Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0787866Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0810179Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0831105Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0851969Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0872546Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0893349Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0913874Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0934743Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0955330Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0976304Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.0996923Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1017839Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1038509Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1059402Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1079900Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1100741Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1121377Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1142130Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1162672Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1183732Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1204544Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1225631Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1246321Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1267348Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1288057Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1309253Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1330157Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1351114Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1372355Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1393184Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1414350Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1435200Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1456451Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1477411Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1498683Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1519711Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1540883Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1561867Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1583064Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1603982Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1625132Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1646064Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1667205Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1688099Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1709519Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1730832Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1751869Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1772970Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1793845Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1815138Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1836282Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1859026Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1880623Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1901616Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1922629Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1944018Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1968221Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.1989900Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2012123Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2033599Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2055456Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2077145Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2100330Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2123596Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2147451Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2170361Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2194352Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2218202Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2241598Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2265651Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2289768Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2313762Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2335840Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2356287Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2377558Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2398419Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2419731Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2440612Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2461600Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2482430Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2503554Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2524317Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2545384Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2566198Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2587550Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2608453Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2629763Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2651092Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2672020Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2693315Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2714323Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2735358Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2756205Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2777371Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2798258Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2819576Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2840440Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2861689Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2882805Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2904166Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2924996Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2946268Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2967098Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.2988249Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3009181Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3030421Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3051747Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3072706Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3094510Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3115796Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3136783Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3157578Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3178729Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3199413Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3220609Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3241360Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3262358Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3283331Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3304650Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3325470Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3346619Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3367222Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3388267Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3409031Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3430120Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3451161Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3471654Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3492611Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3513277Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3534266Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3554952Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3575981Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3596730Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3617766Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3638541Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3659515Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3680161Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3701182Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3721908Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3742821Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3763578Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3784491Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3805223Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3826301Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3847159Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3868383Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3889261Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3910425Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3931605Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3952558Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3973720Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.3994601Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4015738Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4036477Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4057565Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4078498Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4099517Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4120161Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4141196Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4161816Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4183016Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4203691Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4224590Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4245710Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4266934Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4287786Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4309138Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4330234Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4350840Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4372385Z test_output_match_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4394867Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4416202Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4436928Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4458048Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4478697Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4499777Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4520538Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4541472Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4562003Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4583162Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4605893Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4631089Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4653826Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4675871Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4697710Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4719303Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4741472Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4763871Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4786733Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4807933Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4830783Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4853136Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4877617Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4900835Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4921877Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4942714Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4963824Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.4984763Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5005835Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5027152Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5047640Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5068429Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5089178Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5111071Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5131897Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5152331Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5173295Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5193646Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5214415Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5234968Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5255732Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5276280Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5297264Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5317701Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5338538Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5359360Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5380207Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5400964Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5421790Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5442244Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5462976Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5483580Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5504366Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5525013Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5545715Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5566169Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5587024Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5607962Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5628837Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5649155Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5670112Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5690847Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5711294Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5732075Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5752597Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5773844Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5794380Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5815715Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5836061Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5856877Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5878023Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5898502Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5918882Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5939767Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5960282Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.5981080Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6001597Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6022534Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6043030Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6064184Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6084764Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6105673Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6126197Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6146879Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6167372Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6188430Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6209459Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6230127Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6251187Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6271826Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6292849Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6313548Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6334405Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6355131Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6376018Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6396697Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6417658Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6438392Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6459740Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6480251Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6501167Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6521636Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6542395Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6562963Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6583766Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6604328Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6625078Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6645751Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6666565Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6687190Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6707943Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6728647Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6749488Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6770161Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6790805Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6811581Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6832163Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6852960Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6873563Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6894499Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6915000Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6936042Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6957252Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6977711Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.6998414Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7019757Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7040614Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7061717Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7082807Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7105669Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7128556Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7151687Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7173779Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7196862Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7220225Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7242509Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7266194Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7289238Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7312447Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7335987Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7359156Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7382046Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7403760Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7425599Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7447015Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7468497Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7489670Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7511267Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7532440Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7553711Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7575335Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7596157Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7617361Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7638352Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7659844Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7680892Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7702049Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7722856Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7744263Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7765262Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7786274Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7807240Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7828430Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7849020Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7870342Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7891331Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7912105Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7933196Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7953959Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7974920Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.7995520Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8016452Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8037091Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8058015Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8078693Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8099637Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8120359Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8141437Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8162087Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8183017Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8203777Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8224920Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8245694Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8266714Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8287516Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8308563Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8329163Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8350138Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8371098Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8391748Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8412892Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8433632Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8454675Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8475526Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8496774Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8517490Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8538853Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8559809Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8581089Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8601974Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8623176Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8644237Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8665537Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8686655Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8708043Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8728991Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8750135Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8771612Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8792450Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8813672Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8834705Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8855898Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8876706Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8897865Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8918868Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8939848Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8960879Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.8982083Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9003165Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9024629Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9045658Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9066663Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9087518Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9108731Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9129745Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9151290Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9172297Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9193235Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9214476Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9235692Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9256909Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9277726Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9298939Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9320065Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9341346Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9362292Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9383753Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9404579Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9425761Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9446664Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9467957Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9488993Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9510016Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9531758Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9551945Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9572872Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9594604Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9617472Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9640054Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9662884Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9685851Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9708817Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9731275Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9753920Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9776553Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9798720Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9821375Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9843883Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9866422Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9887816Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9909051Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9930145Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9950632Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9971292Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:21.9991998Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0012995Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0033743Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0054996Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0076049Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0097400Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0118386Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0139607Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0160572Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0181887Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0202729Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0223707Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0244882Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0265958Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0286923Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0308115Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0328970Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0350210Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0371736Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0392553Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0413810Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0434604Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0455773Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0476578Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0497852Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0518817Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0539931Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0560745Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0581885Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0602832Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0623889Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0644942Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0666078Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0686790Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0708064Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0728820Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0750072Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0771110Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0792222Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0813509Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0834229Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0855431Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0876281Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0897492Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0918339Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0939467Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0960406Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.0981721Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1002631Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1023830Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1044911Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1066168Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1086945Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1108239Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1129137Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1150363Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1171495Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1192200Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1213306Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1234119Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1255270Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1275967Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1297092Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1317958Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1338995Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1359873Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1380953Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1401834Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1422822Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1443506Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1464686Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1485349Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1506421Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1527132Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1548261Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1569088Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1590315Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1611436Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1632245Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1653385Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1674254Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1695233Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1716142Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1737117Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1757869Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1778975Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1799699Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1820731Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1841661Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1862781Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1883714Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1905090Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1925920Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1946984Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1968239Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.1989157Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2010493Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2031357Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2052462Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2073489Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2095640Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2118485Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2141490Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2163621Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2186798Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2209626Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2232483Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2255461Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2278698Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2301389Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2322567Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2343971Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2364556Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2385767Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2406461Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2427506Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2448235Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2469113Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2490040Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2510853Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2531813Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2552562Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2573878Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2594466Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2615590Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2636434Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2657486Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2678337Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2699424Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2720480Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2741314Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2762155Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2783185Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2804002Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2825084Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2846053Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2867078Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2887840Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2908906Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2929827Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2950808Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2971861Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.2992697Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3013788Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3034592Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3055442Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3076316Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3097309Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3118131Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3139291Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3160221Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3181221Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3201956Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3223086Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3243915Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3265241Z test_output_match_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3286359Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3307344Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3328359Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3349484Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3370591Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3391261Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3412473Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3433248Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3454364Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3475061Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3496229Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3517113Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3538143Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3558977Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3580035Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3600720Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3621939Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3642607Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3663647Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3684527Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3705536Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3726396Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3747513Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3768388Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3789446Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3810792Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3831641Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3852653Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3873589Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3894656Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3915477Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3936591Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3957395Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3978426Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.3999055Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4020150Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4040844Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4061852Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4082657Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4103615Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4124299Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4145348Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4166186Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4187213Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4208038Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4229078Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4250206Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4271109Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4292099Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4312756Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4333772Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4354581Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4375697Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4396410Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4417714Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.4438016Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4458586Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4478781Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4499270Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4519524Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4540153Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4560327Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4580881Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4600982Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4621721Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4642055Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4662520Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4682777Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4703191Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4723444Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4743895Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4764213Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4784705Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4804803Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4825074Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4845326Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4865799Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4885957Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4906375Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4926524Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4946918Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4967215Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.4987585Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5007835Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5028291Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5048678Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5068848Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5088927Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5109313Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5129570Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:22.5150943Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5172216Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5193145Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5214151Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5234935Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5255912Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5276651Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5297808Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5318466Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5339520Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5360393Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5381525Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5402343Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5423489Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5444353Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5465331Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5486171Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5507244Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5528160Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5549588Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5570826Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5591662Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5612711Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5633491Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5654612Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5675557Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5696736Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5717614Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5738725Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5759816Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5780774Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5801983Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5823370Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5844124Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5865204Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5885985Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5907053Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5927911Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5948929Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5970818Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.5991498Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6012602Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6033314Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6054544Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6075433Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6098656Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6120338Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6141995Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6163184Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6184170Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6205507Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6226674Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6247548Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6268845Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6290151Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6311312Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6332387Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6353319Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6374676Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6395367Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6416615Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6437506Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6459128Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6480434Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6502016Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6522953Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6544140Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6565121Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6586187Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6608105Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6631296Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6654094Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6676524Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6700262Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6723525Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6746231Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6768775Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6791691Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6813837Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:16:22.6835765Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6859036Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6881905Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6903796Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6925042Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6947071Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6968663Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.6990081Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7011261Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7031990Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7053213Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7074330Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7095507Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7116332Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7137398Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7158243Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7179411Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7200167Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7221217Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7241878Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7262950Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7283718Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7304690Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7325441Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7346278Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7367144Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7388290Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7408999Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7430007Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7451101Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7471820Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7492759Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7513437Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7534453Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7555087Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7576070Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7596870Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7617820Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7638403Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7659382Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7680108Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7701113Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7721889Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7743458Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7763611Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7784772Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7805594Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7826570Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7847290Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7868468Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7889204Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7910192Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7931038Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7951972Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7972928Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.7993652Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8014837Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8035724Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8056753Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8077536Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8098587Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8119415Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8140399Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8161075Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8182128Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8203278Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8224172Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8245120Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8266217Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8286937Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8308083Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8328848Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8349868Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8371022Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8391726Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8412717Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8433407Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8454497Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8475291Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8496290Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8517038Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8538018Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8558718Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8579598Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8600209Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8621568Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8642170Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8663336Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8683930Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8704932Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8725646Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8746614Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8767424Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8788410Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8809346Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8830463Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8851527Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8872126Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8893354Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8913968Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8935041Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8956014Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8977066Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.8997839Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9018881Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9039590Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9060783Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9081844Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9103990Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9127263Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9150644Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9173112Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9196221Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9219730Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9242031Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9265259Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9288587Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9311943Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9335712Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9359121Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9382879Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9405566Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9427207Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9448317Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9470015Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9491095Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9512179Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9533216Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9553975Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9575125Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9597088Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9620374Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9643110Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9665720Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9688461Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9711653Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9734080Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9756857Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9779776Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9802236Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9825225Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9847741Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9870888Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9893169Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9914781Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9936736Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9957903Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:22.9979567Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0000788Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0022199Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0043397Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0064306Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0085287Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0106716Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0127972Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0148772Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0169637Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0190819Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0212017Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0232728Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0253906Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0275054Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0296445Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0317176Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0338476Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0359330Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0380780Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0401579Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0422957Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0443493Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0464758Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0485692Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0506996Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0527795Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0549081Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0570424Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0591531Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0612905Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0633732Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0654858Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0675528Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0696653Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0717535Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0738195Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0758974Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0779969Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0800645Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0821781Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0842556Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0863622Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0884450Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0906116Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0926635Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0947639Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0968809Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.0989890Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1011770Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1033249Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1054653Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1075444Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1096530Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1117256Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1138384Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1159573Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1180237Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1200901Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1221786Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1242317Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1263341Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1284052Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1305041Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1325541Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1346468Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1367146Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1387853Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1408796Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1430145Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1451113Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1472113Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1493283Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1514529Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1537587Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1560386Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1582329Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1605325Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1628428Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1651140Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1673791Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1696945Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1719672Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1741650Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1762771Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1783956Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1804830Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1825912Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1846610Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1867809Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1888689Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1909826Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1930868Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1951536Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1972557Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.1993456Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2014431Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2035206Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2056183Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2076829Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2098050Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2118793Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2139770Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2160566Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2181736Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2202465Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2223687Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2244429Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2265312Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2286118Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2307329Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2328078Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2349001Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2369826Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2390961Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2411966Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2432725Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2453855Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2474571Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2495624Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2516435Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2537608Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2558163Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2579083Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2599825Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2620984Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2641879Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2662939Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2683652Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2704603Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2725459Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2746465Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2767135Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2788218Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2809039Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2829984Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2851171Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2871885Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2892938Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2913697Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2934905Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2955564Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2976607Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.2997249Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3018229Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3038936Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3059919Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3080626Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3101717Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3122444Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3143533Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3164139Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3185219Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3206068Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3227005Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3247823Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3268819Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3289636Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3310815Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3331849Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3352696Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3373826Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3394640Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3415762Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3436507Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3457591Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3478408Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3499373Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3520102Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3541118Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3561838Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3582927Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3603763Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3624730Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3645418Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3666341Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3687144Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3708233Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3729012Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3749880Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3770828Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3791632Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3812688Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3833597Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3854760Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3875424Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3896313Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3918742Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3941948Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3964458Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.3987082Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4010252Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4033313Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4056358Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4078589Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4102347Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4125604Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4150189Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4173938Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4197828Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4221251Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4244211Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4267041Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4288957Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4311149Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4333117Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4354823Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4376696Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4398124Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4420082Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4442095Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4463383Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4485014Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4506986Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4528684Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4550343Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4572320Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4594157Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4616236Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4637997Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4659811Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4681418Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4703581Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4725083Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4746950Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4768587Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4790629Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4812557Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4833790Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4856219Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4878044Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4900218Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4922091Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4944767Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4966375Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.4987909Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5010284Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5031798Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5053845Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5075385Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5097550Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5119193Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5141213Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5162740Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5185322Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5208155Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5230285Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5252248Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5273676Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5295468Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5316763Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5338470Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5359915Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5381602Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5403068Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5424753Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5446291Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5468060Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5489657Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5511472Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5533311Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5554820Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5576854Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5598268Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5620004Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5641465Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5663289Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5684895Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5707090Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5728256Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5750069Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5771859Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5793243Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5815078Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5836635Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5858427Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5879968Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5901745Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5923292Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5945175Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5966709Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.5988565Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6010257Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6031693Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6053051Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6073974Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6095391Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6116545Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6138083Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6159205Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6180558Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6201572Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6222843Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6243913Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6265228Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6288599Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6309801Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6331161Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6351917Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6373203Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6394191Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6415411Z test_output_match_nn_functional_kl_div_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6436465Z test_output_match_nn_functional_kl_div_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6457812Z test_output_match_nn_functional_kl_div_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6478881Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6500208Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6523414Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6546346Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6568879Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6591750Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6615528Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6639156Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6662379Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6685571Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6709624Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6733327Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6756426Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6780455Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6804168Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6827702Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6850972Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6873127Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6895535Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6917294Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6939425Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6961188Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.6983595Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7005532Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7026927Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7048770Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7070839Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7093026Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7114768Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7136209Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7157893Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7179664Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7201081Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7223150Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7244767Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7266941Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7288283Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7310178Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7332075Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7352986Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7374721Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7396029Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7417497Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7438506Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7460143Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7481357Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7502822Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7524239Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7545936Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7567420Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7589287Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7611649Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7632959Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7655083Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7676555Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7698522Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7720596Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7742192Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7764123Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7786922Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7808818Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7831478Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7852564Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7873874Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7894968Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7915737Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7936897Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7957663Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7978706Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.7999536Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8020760Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8041983Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8063346Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8084424Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8105813Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8126896Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8148429Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8169537Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8190952Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8212388Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8233378Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8254711Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8275766Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8297218Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8318603Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8339760Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8360927Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8382110Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8402955Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8424154Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8445034Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8466233Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8487161Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8508486Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8529424Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8550485Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8571650Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8592547Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8613847Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8634804Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8655994Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8676962Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8698334Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8719339Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8740566Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8761519Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8782884Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8803863Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8825215Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8846153Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8867325Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8888287Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8909945Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8933661Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8956703Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.8979065Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9002460Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9026074Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9048635Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9071934Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9095634Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9118694Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9141727Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9165046Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9189001Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9212826Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9235591Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9258080Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9279811Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9301506Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9323105Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9344631Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9366095Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9387470Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9408591Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9430249Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9451704Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9472675Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9494042Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9515067Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9536562Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9557528Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9578833Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9600573Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9622571Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9643667Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9665440Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9686147Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9707651Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9728884Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9750162Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9771515Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9792838Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9814250Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9835376Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9856918Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9877949Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9899545Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9920420Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9941656Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9962845Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:23.9984259Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0005259Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0026790Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0047683Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0069239Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0091270Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0112567Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0133936Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0155106Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0176569Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0197548Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0219758Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0241707Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0263462Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0284459Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0306304Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0326732Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0347587Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0368835Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0389722Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0410558Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0430979Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0451889Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0472362Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0493236Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0514129Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0535422Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0555958Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0577073Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0597739Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0618961Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0639587Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0660531Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0681301Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0702340Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0723440Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0744272Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0765039Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0785946Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0806664Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0827839Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0848757Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0869979Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0891196Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0911909Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0933028Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0953778Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0974841Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.0995608Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1016719Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1037468Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1058526Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1079322Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1100460Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1121236Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1142278Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1163023Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1184049Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1205249Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1226327Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1247032Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1268225Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1289019Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1310091Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1331112Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1351762Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1372874Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1393739Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1414811Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1435565Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1456792Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1477588Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1498783Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1520171Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1543188Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1565596Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1587796Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1610980Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1633845Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1656903Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1679311Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1702690Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1725836Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1748216Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1770227Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1792232Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1814207Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1835754Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1857665Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1879508Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1901638Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1923257Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1945129Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1966540Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.1988533Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2010214Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2031701Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2053644Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2074959Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2096619Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2118122Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2139787Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2161531Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2183592Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2205227Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2226961Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2248552Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2270239Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2291957Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2313359Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2334947Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2356243Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2377871Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2399135Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2420826Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2442001Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2463540Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2484883Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2506686Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2527865Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2549527Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2572022Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2592481Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2614052Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2634950Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2656250Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2677031Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2698493Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2720066Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2741543Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2762443Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2783051Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2804225Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2825895Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2848177Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2870524Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2893234Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2914719Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2936177Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2957321Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2978708Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.2999746Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3021081Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3042269Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3063616Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3085007Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3106269Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3127247Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3148691Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3169804Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3191282Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3212632Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3233697Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3255146Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3276053Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3297446Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3318509Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3340331Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3360855Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3382603Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3403391Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3424517Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3445267Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3466548Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3487415Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3508563Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3529419Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3550495Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3571588Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3592545Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3613633Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3634487Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3655584Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3676301Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3697485Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3718830Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3740053Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3760975Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3782396Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3803279Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3824784Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3845696Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3866867Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3887501Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3909085Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3929805Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3951045Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3972359Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.3993240Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4014463Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4035529Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4056841Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4077686Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4099132Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4120002Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4141332Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4162276Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4183523Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4204384Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4225531Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4246309Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4267624Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4288436Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4309614Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4330499Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4351448Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4372788Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4393834Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4414838Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4435748Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4457061Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4478008Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4499488Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4520258Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4541456Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4562585Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4583759Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4604986Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4625959Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4646764Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4667854Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4688607Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4709624Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4730593Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4751604Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4772590Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4793581Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4814722Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4835595Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4856869Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4877777Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4899146Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4919660Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4940570Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4961459Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.4982781Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5003443Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5024533Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5045406Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5066526Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5087365Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5109137Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5129468Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5150582Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5171802Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5192397Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5213571Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5234436Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5255583Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5276399Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5297538Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5318434Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5339598Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5362366Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5386060Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5409058Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5432762Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5456908Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5480600Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5504061Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5527695Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5551295Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5573987Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5597164Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5620711Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5642807Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5665759Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5687479Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5710231Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5732666Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5754743Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5776700Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5798742Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5820507Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5842342Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5864624Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5886122Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5908041Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5929365Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5950961Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5972526Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.5993561Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6014909Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6035917Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6057225Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6078095Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6099394Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6120412Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6141725Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6162832Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6184082Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6204933Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6226470Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6247662Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6269155Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6290761Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6311420Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6332948Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6353732Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6374953Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6396082Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6417377Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6438595Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6459740Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6481066Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6502619Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6524497Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6546313Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6567229Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6588365Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6609434Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6630694Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6652559Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6675827Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6698768Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6720218Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6742223Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6764322Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6786532Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6808302Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6829596Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6850776Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6871594Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6892711Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6913810Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6934729Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6955439Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6976316Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.6997300Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7018192Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7038840Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7059952Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7080732Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7101599Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7122284Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7143184Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7163974Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7184942Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7205784Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7226650Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7247306Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7268106Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7288756Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7309644Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7330370Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7351070Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7372072Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7392609Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7413297Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7433673Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7454734Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7475386Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7496485Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7517137Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7538144Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7558850Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7579799Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7600813Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7621718Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7642398Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7663541Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7684333Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7705305Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7726453Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7747712Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7768308Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7789362Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7810425Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7831137Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7852100Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7872883Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7893809Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7914522Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7935834Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7956161Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7976912Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.7997490Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8018166Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8038722Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8059432Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8080361Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8100902Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8121396Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8142046Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8162702Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8183494Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8204577Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8226767Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8247297Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8267912Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8288462Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8308979Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8329448Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8346591Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8362678Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8379252Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8395446Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8411790Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8428467Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8444451Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8461082Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8477110Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8493139Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8509578Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8525776Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.8548323Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8569765Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8591070Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8612013Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8632621Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8653509Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8674217Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8695390Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8715907Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8736756Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8757677Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8778324Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8799024Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8819806Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8840520Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8861292Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8881800Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8902642Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8923348Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8944456Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8965096Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.8985722Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9006343Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9027205Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9047943Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9068692Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9089158Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9109691Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9130289Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9150771Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9171816Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9192529Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9215909Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9238337Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9259148Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9279784Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9300672Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9321149Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9341967Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9362471Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9383432Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9403847Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9424519Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9445607Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9469338Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9489734Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9510485Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9531861Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9548131Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9564195Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9580574Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9596766Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9612965Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9629621Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:24.9652111Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9673197Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9694620Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9715938Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9738169Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9760265Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9783273Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9805443Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9828339Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9851325Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9874259Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9897803Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9920635Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9943898Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9967174Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:24.9990847Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0013938Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0037150Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0060931Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0084436Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0108025Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0132222Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0155985Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0179758Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0202814Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0227220Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0251334Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0274547Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0298401Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0322056Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0345638Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0368303Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0391313Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0414344Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0436635Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0459160Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0481101Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0503017Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0524321Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0546099Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0567542Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0589315Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0610995Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0631741Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0653046Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0673996Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0694962Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0715811Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0737090Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0758336Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0779689Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0800642Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0821718Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0842637Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0866785Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0890338Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0910902Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0931854Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0952756Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0974184Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.0990474Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1006377Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1022866Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1039107Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1055764Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1071862Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1087992Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1104487Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1120562Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1137228Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1153703Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1172215Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1186458Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1202943Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1219169Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1235650Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1252398Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1268101Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1284960Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1301972Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1318168Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1334584Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1350255Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1366592Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:16:25.1389234Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1411047Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1431621Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1452406Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1472657Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1493364Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1513768Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1534282Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1554561Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1577787Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1598175Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1618507Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1638615Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1659143Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1679303Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1700071Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1720728Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1741224Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1762067Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1782835Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1803835Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1824661Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1845787Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1868614Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1890933Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1911885Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1934477Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1957006Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.1979785Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2002075Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2024798Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2047485Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2070703Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2093948Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2116262Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2138405Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2159777Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2181667Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2202869Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2224667Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2245961Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2267455Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2288803Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2310341Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2331739Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2353016Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2374619Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2395482Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2416968Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2438146Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2459733Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2480699Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2502009Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2523001Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2544209Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2565510Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2586708Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2607839Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2629031Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2650461Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2671172Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2692350Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2713493Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2734877Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2755634Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2776772Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2797679Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2818868Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2839976Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2861116Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2882038Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2903039Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2923865Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2945061Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2965709Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.2987130Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3007605Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3028839Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3049730Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3071342Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3093366Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3114357Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3135432Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3155961Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3177141Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3197466Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3218363Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3238922Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3259742Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3280399Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3301224Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3321634Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3343095Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3364048Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3385185Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3405747Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3426568Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3447096Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3468041Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3488693Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3509540Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3530245Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3550925Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3571698Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3592007Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3613002Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3633458Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3654356Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3674855Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3695711Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3716292Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3737122Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3757628Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3778526Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3799092Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3819768Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3840687Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3863302Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3883696Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3904558Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3926510Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3948654Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3970578Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.3992866Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4015332Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4037609Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4060262Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4082749Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4105567Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4127526Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4149254Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4172513Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4194843Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4217264Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4238564Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4260056Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4280722Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4301807Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4322867Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4343652Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4364470Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4385323Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4406480Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4427044Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4447705Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4468972Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4490206Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4511195Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4532219Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4553103Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4574301Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4595253Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4616540Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4637510Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4658684Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4680017Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4701195Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4722384Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4743901Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4764987Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4786383Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4807508Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4828951Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4850642Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4871552Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4893372Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4914148Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4936000Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4956539Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4978117Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.4998965Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5020346Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5040889Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5062305Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5083077Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5104258Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5125040Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5146261Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5166828Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5187911Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5208486Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5229627Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5250543Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5271370Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5292872Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5313830Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5335726Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5356663Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5377704Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5398434Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5419243Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5439896Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5460864Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5481492Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5502439Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5523113Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5543904Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5564506Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5585439Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5606165Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5627162Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5647711Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5668737Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5689450Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5710423Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5731809Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5752104Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5773239Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5794068Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5815040Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5835682Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5856658Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5877473Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5898268Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5918904Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5939638Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5960056Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.5980844Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6001539Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6022295Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6042855Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6063784Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6084311Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6105184Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6126014Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6146674Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6167168Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6188071Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6208601Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6229452Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6250313Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6270857Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6291853Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6312446Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6333200Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6353777Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6374853Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6395169Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6415998Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6436527Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6457307Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6477894Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6498859Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6519857Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6542354Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6564592Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6586200Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6608342Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6631222Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6653485Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6675519Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6698504Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6721412Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6744603Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6767890Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6791299Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6814398Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6836735Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6858931Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6880637Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6903288Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6924496Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6945901Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6967055Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.6989079Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7010581Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7031330Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7052549Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7073204Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7094419Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7115022Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7136840Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7157726Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7181157Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7201943Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7223177Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7244121Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7265452Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7286204Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7307118Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7327827Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7348855Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7369617Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7391536Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7413039Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7434199Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7456232Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7477302Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7498995Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7520399Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7542249Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7563683Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7585755Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7607464Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7629313Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7651224Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7672698Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7694765Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7716259Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7738377Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7759992Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7781940Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7803594Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7825194Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7846651Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7868846Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7891479Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7913431Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7935252Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7956487Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7977863Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.7998965Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.8020439Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-08-17T13:16:25.8021328Z 2022-08-17T13:16:25.8021789Z ---------------------------------------------------------------------- 2022-08-17T13:16:25.8022272Z Ran 2781 tests in 5.908s 2022-08-17T13:16:25.8022463Z 2022-08-17T13:16:25.8022597Z OK (skipped=2781) 2022-08-17T13:16:25.8022801Z 2022-08-17T13:16:25.8023545Z Generating XML reports... 2022-08-17T13:16:26.1724417Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220817131619.xml 2022-08-17T13:16:26.6642647Z Running test_spectral_ops ... [2022-08-17 13:16:26.663824] 2022-08-17T13:16:26.6643217Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:26.663920] 2022-08-17T13:16:38.2394458Z /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:16:38.2395033Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-08-17T13:16:38.5605164Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-08-17T13:16:38.5606023Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-08-17T13:16:38.5728366Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-08-17T13:16:38.5750308Z 2022-08-17T13:16:38.5750733Z Running tests... 2022-08-17T13:16:38.5751190Z ---------------------------------------------------------------------- 2022-08-17T13:16:38.5984692Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: 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:16:38.5985384Z i_original = torch.istft(original, n_fft=4, length=4) 2022-08-17T13:16:38.5997422Z ok (0.025s) 2022-08-17T13:16:38.6162555Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:16:38.6296113Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.013s) 2022-08-17T13:16:38.6475443Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-08-17T13:16:38.8177141Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.170s) 2022-08-17T13:16:38.8796718Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.062s) 2022-08-17T13:16:38.9876307Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.108s) 2022-08-17T13:16:38.9913548Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T13:16:38.9963830Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0010346Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0051844Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0093960Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0137020Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0179344Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0232378Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0284823Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0326685Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0369070Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0418501Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0466783Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0510565Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0553269Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0591306Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0628904Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0666222Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0702985Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0747251Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0783853Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0823921Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0871293Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0918392Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.0954571Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.0991338Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1035241Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1078641Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1122169Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1158475Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1198818Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.1391529Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:39.1887020Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.049s) 2022-08-17T13:16:39.2608832Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.072s) 2022-08-17T13:16:39.3207916Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.060s) 2022-08-17T13:16:39.5057632Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.185s) 2022-08-17T13:16:39.6986922Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.193s) 2022-08-17T13:16:39.7040158Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7090354Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7143668Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7197526Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7248872Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7300466Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7358098Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-08-17T13:16:39.7413297Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7462805Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7511596Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7559631Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7607440Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7654925Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7702875Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7750426Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7798196Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7842354Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.7887196Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:39.7938085Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.7989409Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8036744Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8084608Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8132470Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8180475Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8231191Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8282224Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8329292Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8376718Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8423701Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8471172Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8520899Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8571720Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8618722Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8665802Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8713205Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:39.8761181Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:40.4955529Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.619s) 2022-08-17T13:16:40.4983744Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:16:40.5083553Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.010s) 2022-08-17T13:16:40.5156312Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.007s) 2022-08-17T13:16:40.5274162Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.012s) 2022-08-17T13:16:40.5302308Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:16:40.5386280Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-08-17T13:16:40.5413560Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:16:40.5601494Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:40.5877502Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-08-17T13:16:40.5904474Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:16:40.5927508Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:16:40.5952179Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-08-17T13:16:40.5975367Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:16:40.6001059Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:16:40.6026610Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:16:40.6052809Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:16:40.6181177Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.013s) 2022-08-17T13:16:40.6297382Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-08-17T13:16:40.6405880Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-08-17T13:16:40.6463901Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-08-17T13:16:40.6622109Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:16:40.6776972Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:16:40.6963946Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:40.7151378Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:40.7304352Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:16:40.7456710Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:16:40.7628585Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:16:40.7818601Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:40.8007738Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:16:40.8180363Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:16:40.8520043Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.034s) 2022-08-17T13:16:40.8546019Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:16:40.8842505Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-08-17T13:16:40.8869023Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:16:40.9625209Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.075s) 2022-08-17T13:16:41.0403182Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.078s) 2022-08-17T13:16:41.0439883Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:41.0476504Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:16:41.0559594Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.008s) 2022-08-17T13:16:41.0643425Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-08-17T13:16:41.0722146Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-08-17T13:16:41.0795944Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-08-17T13:16:41.0820535Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:16:41.0905906Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-08-17T13:16:41.0996833Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-08-17T13:16:41.1020165Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:16:41.1108523Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.009s) 2022-08-17T13:16:41.1196953Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-08-17T13:16:41.7503663Z 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:16:41.7504451Z return_complex=return_complex, 2022-08-17T13:16:41.7568548Z ok (0.637s) 2022-08-17T13:16:41.9267863Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.170s) 2022-08-17T13:16:41.9314970Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:16:41.9322341Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:16:41.9336523Z stft -> istft should recover the original signale ... ok (0.002s) 2022-08-17T13:16:41.9355394Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:16:42.2849259Z stft -> istft should recover the original signale ... ok (0.351s) 2022-08-17T13:16:42.2870357Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:16:42.4006047Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.116s) 2022-08-17T13:16:42.4014118Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-08-17T13:16:42.4125240Z istft should throw exception for invalid parameters ... ok (0.012s) 2022-08-17T13:16:42.4299214Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:16:42.4455055Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:16:42.4626913Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:16:42.4862940Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.023s) 2022-08-17T13:16:42.5065395Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-08-17T13:16:42.5230904Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:16:42.5392051Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:16:42.5535748Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-08-17T13:16:42.5681116Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-08-17T13:16:42.5826637Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-08-17T13:16:42.6062129Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.023s) 2022-08-17T13:16:42.6279853Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-08-17T13:16:42.6523288Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.024s) 2022-08-17T13:16:42.6754403Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-08-17T13:16:42.6996550Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.024s) 2022-08-17T13:16:42.7222136Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-08-17T13:16:42.7463065Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.024s) 2022-08-17T13:16:42.7687643Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-08-17T13:16:42.8351062Z 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:16:42.8352108Z normalized, onesided, return_complex) 2022-08-17T13:16:42.8537556Z ok (0.085s) 2022-08-17T13:16:42.8548642Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-08-17T13:16:42.9162914Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.061s) 2022-08-17T13:16:42.9912731Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.075s) 2022-08-17T13:16:42.9928571Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:42.9955573Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:42.9955985Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:16:42.9956604Z Expecting nothing 2022-08-17T13:16:42.9957643Z ok 2022-08-17T13:16:42.9957884Z Trying: 2022-08-17T13:16:42.9958176Z fft2 = torch.fft.fft2(x) 2022-08-17T13:16:42.9958870Z Expecting nothing 2022-08-17T13:16:42.9959151Z ok 2022-08-17T13:16:42.9959422Z Trying: 2022-08-17T13:16:42.9959772Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-08-17T13:16:42.9960126Z Expecting nothing 2022-08-17T13:16:42.9961403Z ok 2022-08-17T13:16:42.9965104Z Trying: 2022-08-17T13:16:42.9965425Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-08-17T13:16:42.9965726Z Expecting nothing 2022-08-17T13:16:42.9965934Z ok 2022-08-17T13:16:42.9966127Z ok (0.004s) 2022-08-17T13:16:42.9977552Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:42.9977854Z t = torch.arange(4) 2022-08-17T13:16:42.9978639Z Expecting nothing 2022-08-17T13:16:42.9979515Z ok 2022-08-17T13:16:42.9980385Z Trying: 2022-08-17T13:16:42.9981234Z t 2022-08-17T13:16:42.9982500Z Expecting: 2022-08-17T13:16:42.9982719Z tensor([0, 1, 2, 3]) 2022-08-17T13:16:42.9982931Z ok 2022-08-17T13:16:42.9983121Z Trying: 2022-08-17T13:16:42.9983314Z torch.fft.fft(t) 2022-08-17T13:16:42.9983539Z Expecting: 2022-08-17T13:16:42.9983968Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:16:42.9987203Z ok 2022-08-17T13:16:42.9987451Z Trying: 2022-08-17T13:16:42.9988137Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-08-17T13:16:42.9988423Z Expecting nothing 2022-08-17T13:16:42.9988634Z ok 2022-08-17T13:16:42.9988826Z Trying: 2022-08-17T13:16:42.9989022Z torch.fft.fft(t) 2022-08-17T13:16:42.9990299Z Expecting: 2022-08-17T13:16:42.9991178Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-08-17T13:16:42.9993225Z ok 2022-08-17T13:16:42.9994495Z ok (0.003s) 2022-08-17T13:16:43.0006152Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0006478Z torch.fft.fftfreq(5) 2022-08-17T13:16:43.0006725Z Expecting: 2022-08-17T13:16:43.0007119Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:16:43.0009704Z ok 2022-08-17T13:16:43.0010146Z Trying: 2022-08-17T13:16:43.0010370Z torch.fft.fftfreq(4) 2022-08-17T13:16:43.0010870Z Expecting: 2022-08-17T13:16:43.0011216Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:16:43.0014319Z ok 2022-08-17T13:16:43.0014730Z ok (0.002s) 2022-08-17T13:16:43.0027244Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0027749Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:16:43.0028230Z Expecting nothing 2022-08-17T13:16:43.0028523Z ok 2022-08-17T13:16:43.0028792Z Trying: 2022-08-17T13:16:43.0029081Z fftn = torch.fft.fftn(x) 2022-08-17T13:16:43.0029947Z Expecting nothing 2022-08-17T13:16:43.0030255Z ok 2022-08-17T13:16:43.0030486Z Trying: 2022-08-17T13:16:43.0030831Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-08-17T13:16:43.0031333Z Expecting nothing 2022-08-17T13:16:43.0031598Z ok 2022-08-17T13:16:43.0031863Z Trying: 2022-08-17T13:16:43.0118684Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-08-17T13:16:43.0121191Z Expecting nothing 2022-08-17T13:16:43.0122508Z ok 2022-08-17T13:16:43.0122695Z ok (0.002s) 2022-08-17T13:16:43.0122989Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0123538Z f = torch.fft.fftfreq(4) 2022-08-17T13:16:43.0123785Z Expecting nothing 2022-08-17T13:16:43.0123984Z ok 2022-08-17T13:16:43.0124240Z Trying: 2022-08-17T13:16:43.0124437Z f 2022-08-17T13:16:43.0127177Z Expecting: 2022-08-17T13:16:43.0129461Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:16:43.0129709Z ok 2022-08-17T13:16:43.0130119Z Trying: 2022-08-17T13:16:43.0130330Z torch.fft.fftshift(f) 2022-08-17T13:16:43.0130564Z Expecting: 2022-08-17T13:16:43.0130875Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-08-17T13:16:43.0131088Z ok 2022-08-17T13:16:43.0131276Z Trying: 2022-08-17T13:16:43.0131569Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-08-17T13:16:43.0131854Z Expecting nothing 2022-08-17T13:16:43.0132066Z ok 2022-08-17T13:16:43.0132255Z Trying: 2022-08-17T13:16:43.0132435Z x 2022-08-17T13:16:43.0132641Z Expecting: 2022-08-17T13:16:43.0132964Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-08-17T13:16:43.0133303Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-08-17T13:16:43.0133643Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-08-17T13:16:43.0133975Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-08-17T13:16:43.0134303Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-08-17T13:16:43.0134524Z ok 2022-08-17T13:16:43.0134711Z Trying: 2022-08-17T13:16:43.0134914Z torch.fft.fftshift(x) 2022-08-17T13:16:43.0135140Z Expecting: 2022-08-17T13:16:43.0135462Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-08-17T13:16:43.0135783Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-08-17T13:16:43.0136115Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-08-17T13:16:43.0136443Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-08-17T13:16:43.0136774Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-08-17T13:16:43.0136981Z ok 2022-08-17T13:16:43.0137178Z Trying: 2022-08-17T13:16:43.0137461Z x_centered = torch.arange(-5, 5) 2022-08-17T13:16:43.0137698Z Expecting nothing 2022-08-17T13:16:43.0137926Z ok 2022-08-17T13:16:43.0138118Z Trying: 2022-08-17T13:16:43.0138363Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-08-17T13:16:43.0138634Z Expecting nothing 2022-08-17T13:16:43.0138843Z ok 2022-08-17T13:16:43.0139018Z Trying: 2022-08-17T13:16:43.0139270Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-08-17T13:16:43.0139535Z Expecting nothing 2022-08-17T13:16:43.0139732Z ok 2022-08-17T13:16:43.0139921Z Trying: 2022-08-17T13:16:43.0140184Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-08-17T13:16:43.0140442Z Expecting nothing 2022-08-17T13:16:43.0140650Z ok 2022-08-17T13:16:43.0140840Z Trying: 2022-08-17T13:16:43.0141144Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-08-17T13:16:43.0141471Z Expecting nothing 2022-08-17T13:16:43.0141678Z ok 2022-08-17T13:16:43.0141863Z Trying: 2022-08-17T13:16:43.0142188Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-08-17T13:16:43.0142522Z Expecting nothing 2022-08-17T13:16:43.0142721Z ok 2022-08-17T13:16:43.0142915Z ok (0.004s) 2022-08-17T13:16:43.0143204Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0143497Z t = torch.linspace(0, 1, 5) 2022-08-17T13:16:43.0143724Z Expecting nothing 2022-08-17T13:16:43.0143937Z ok 2022-08-17T13:16:43.0144124Z Trying: 2022-08-17T13:16:43.0144304Z t 2022-08-17T13:16:43.0144505Z Expecting: 2022-08-17T13:16:43.0144751Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:16:43.0144962Z ok 2022-08-17T13:16:43.0145152Z Trying: 2022-08-17T13:16:43.0145363Z T = torch.fft.ifft(t) 2022-08-17T13:16:43.0145587Z Expecting nothing 2022-08-17T13:16:43.0145793Z ok 2022-08-17T13:16:43.0145980Z Trying: 2022-08-17T13:16:43.0146158Z T 2022-08-17T13:16:43.0146355Z Expecting: 2022-08-17T13:16:43.0147900Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-08-17T13:16:43.0148670Z -0.1250+0.1720j]) 2022-08-17T13:16:43.0149187Z ok 2022-08-17T13:16:43.0149499Z Trying: 2022-08-17T13:16:43.0149830Z torch.fft.hfft(T[:3], n=5) 2022-08-17T13:16:43.0150161Z Expecting: 2022-08-17T13:16:43.0150507Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:16:43.0151110Z ok 2022-08-17T13:16:43.0151358Z Trying: 2022-08-17T13:16:43.0151663Z torch.fft.hfft(T[:3]) 2022-08-17T13:16:43.0153130Z Expecting: 2022-08-17T13:16:43.0154255Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-08-17T13:16:43.0154599Z ok 2022-08-17T13:16:43.0155032Z ok (0.003s) 2022-08-17T13:16:43.0155528Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0156777Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:16:43.0157141Z Expecting nothing 2022-08-17T13:16:43.0158792Z ok 2022-08-17T13:16:43.0160250Z Trying: 2022-08-17T13:16:43.0160585Z ifft2 = torch.fft.ifft2(x) 2022-08-17T13:16:43.0160988Z Expecting nothing 2022-08-17T13:16:43.0161288Z ok 2022-08-17T13:16:43.0161543Z Trying: 2022-08-17T13:16:43.0161895Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-08-17T13:16:43.0162269Z Expecting nothing 2022-08-17T13:16:43.0164867Z ok 2022-08-17T13:16:43.0165165Z Trying: 2022-08-17T13:16:43.0165704Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-08-17T13:16:43.0166166Z Expecting nothing 2022-08-17T13:16:43.0166470Z ok 2022-08-17T13:16:43.0166759Z ok (0.002s) 2022-08-17T13:16:43.0167217Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0167878Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:16:43.0168256Z Expecting nothing 2022-08-17T13:16:43.0168575Z ok 2022-08-17T13:16:43.0168857Z Trying: 2022-08-17T13:16:43.0169139Z torch.fft.ifft(t) 2022-08-17T13:16:43.0170800Z Expecting: 2022-08-17T13:16:43.0171187Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-08-17T13:16:43.0171524Z ok 2022-08-17T13:16:43.0171835Z ok (0.002s) 2022-08-17T13:16:43.0172249Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0172723Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:16:43.0173106Z Expecting nothing 2022-08-17T13:16:43.0173417Z ok 2022-08-17T13:16:43.0173681Z Trying: 2022-08-17T13:16:43.0174011Z ifftn = torch.fft.ifftn(x) 2022-08-17T13:16:43.0174353Z Expecting nothing 2022-08-17T13:16:43.0174628Z ok 2022-08-17T13:16:43.0174888Z Trying: 2022-08-17T13:16:43.0175269Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-08-17T13:16:43.0175662Z Expecting nothing 2022-08-17T13:16:43.0175973Z ok 2022-08-17T13:16:43.0176242Z Trying: 2022-08-17T13:16:43.0177827Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-08-17T13:16:43.0179012Z Expecting nothing 2022-08-17T13:16:43.0179365Z ok 2022-08-17T13:16:43.0180422Z ok (0.002s) 2022-08-17T13:16:43.0180857Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0181353Z f = torch.fft.fftfreq(5) 2022-08-17T13:16:43.0181883Z Expecting nothing 2022-08-17T13:16:43.0182194Z ok 2022-08-17T13:16:43.0182423Z Trying: 2022-08-17T13:16:43.0182679Z f 2022-08-17T13:16:43.0182956Z Expecting: 2022-08-17T13:16:43.0183437Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:16:43.0186322Z ok 2022-08-17T13:16:43.0186599Z Trying: 2022-08-17T13:16:43.0186910Z shifted = torch.fft.fftshift(f) 2022-08-17T13:16:43.0187285Z Expecting nothing 2022-08-17T13:16:43.0188135Z ok 2022-08-17T13:16:43.0188401Z Trying: 2022-08-17T13:16:43.0188692Z torch.fft.ifftshift(shifted) 2022-08-17T13:16:43.0190235Z Expecting: 2022-08-17T13:16:43.0191825Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:16:43.0192159Z ok 2022-08-17T13:16:43.0192450Z ok (0.003s) 2022-08-17T13:16:43.0204216Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0204943Z t = torch.arange(5) 2022-08-17T13:16:43.0205638Z Expecting nothing 2022-08-17T13:16:43.0206444Z ok 2022-08-17T13:16:43.0206623Z Trying: 2022-08-17T13:16:43.0206821Z t 2022-08-17T13:16:43.0207161Z Expecting: 2022-08-17T13:16:43.0207369Z tensor([0, 1, 2, 3, 4]) 2022-08-17T13:16:43.0207585Z ok 2022-08-17T13:16:43.0207781Z Trying: 2022-08-17T13:16:43.0207982Z torch.fft.ihfft(t) 2022-08-17T13:16:43.0208205Z Expecting: 2022-08-17T13:16:43.0208585Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-08-17T13:16:43.0212545Z ok 2022-08-17T13:16:43.0213120Z Trying: 2022-08-17T13:16:43.0213486Z torch.fft.ifft(t) 2022-08-17T13:16:43.0213711Z Expecting: 2022-08-17T13:16:43.0214092Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-08-17T13:16:43.0214390Z -0.5000+0.6882j]) 2022-08-17T13:16:43.0218741Z ok 2022-08-17T13:16:43.0218943Z ok (0.003s) 2022-08-17T13:16:43.0230583Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0233052Z t = torch.rand(10, 9) 2022-08-17T13:16:43.0233307Z Expecting nothing 2022-08-17T13:16:43.0233547Z ok 2022-08-17T13:16:43.0233738Z Trying: 2022-08-17T13:16:43.0233986Z T = torch.fft.rfft2(t) 2022-08-17T13:16:43.0234241Z Expecting nothing 2022-08-17T13:16:43.0234456Z ok 2022-08-17T13:16:43.0234661Z Trying: 2022-08-17T13:16:43.0234899Z torch.fft.irfft2(T).size() 2022-08-17T13:16:43.0235135Z Expecting: 2022-08-17T13:16:43.0235370Z torch.Size([10, 8]) 2022-08-17T13:16:43.0235603Z ok 2022-08-17T13:16:43.0235794Z Trying: 2022-08-17T13:16:43.0236054Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-08-17T13:16:43.0236336Z Expecting nothing 2022-08-17T13:16:43.0236550Z ok 2022-08-17T13:16:43.0236756Z Trying: 2022-08-17T13:16:43.0236984Z roundtrip.size() 2022-08-17T13:16:43.0237217Z Expecting: 2022-08-17T13:16:43.0238136Z torch.Size([10, 9]) 2022-08-17T13:16:43.0238369Z ok 2022-08-17T13:16:43.0238570Z Trying: 2022-08-17T13:16:43.0238859Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:16:43.0239407Z Expecting nothing 2022-08-17T13:16:43.0239660Z ok 2022-08-17T13:16:43.0240029Z ok (0.002s) 2022-08-17T13:16:43.0252100Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0254577Z t = torch.linspace(0, 1, 5) 2022-08-17T13:16:43.0254996Z Expecting nothing 2022-08-17T13:16:43.0255480Z ok 2022-08-17T13:16:43.0256175Z Trying: 2022-08-17T13:16:43.0256839Z t 2022-08-17T13:16:43.0257112Z Expecting: 2022-08-17T13:16:43.0257462Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:16:43.0257750Z ok 2022-08-17T13:16:43.0258000Z Trying: 2022-08-17T13:16:43.0258289Z T = torch.fft.rfft(t) 2022-08-17T13:16:43.0258598Z Expecting nothing 2022-08-17T13:16:43.0259210Z ok 2022-08-17T13:16:43.0259463Z Trying: 2022-08-17T13:16:43.0259703Z T 2022-08-17T13:16:43.0259964Z Expecting: 2022-08-17T13:16:43.0260482Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-08-17T13:16:43.0262983Z ok 2022-08-17T13:16:43.0263272Z Trying: 2022-08-17T13:16:43.0264285Z torch.fft.irfft(T) 2022-08-17T13:16:43.0264694Z Expecting: 2022-08-17T13:16:43.0264945Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-08-17T13:16:43.0266661Z ok 2022-08-17T13:16:43.0268274Z Trying: 2022-08-17T13:16:43.0268546Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-08-17T13:16:43.0268829Z Expecting nothing 2022-08-17T13:16:43.0269059Z ok 2022-08-17T13:16:43.0269255Z Trying: 2022-08-17T13:16:43.0269559Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:16:43.0270229Z Expecting nothing 2022-08-17T13:16:43.0270757Z ok 2022-08-17T13:16:43.0271495Z ok (0.003s) 2022-08-17T13:16:43.0285731Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0286123Z t = torch.rand(10, 9) 2022-08-17T13:16:43.0286435Z Expecting nothing 2022-08-17T13:16:43.0286668Z ok 2022-08-17T13:16:43.0286878Z Trying: 2022-08-17T13:16:43.0287093Z T = torch.fft.rfftn(t) 2022-08-17T13:16:43.0287349Z Expecting nothing 2022-08-17T13:16:43.0287750Z ok 2022-08-17T13:16:43.0287939Z Trying: 2022-08-17T13:16:43.0288177Z torch.fft.irfftn(T).size() 2022-08-17T13:16:43.0288431Z Expecting: 2022-08-17T13:16:43.0288711Z torch.Size([10, 8]) 2022-08-17T13:16:43.0288944Z ok 2022-08-17T13:16:43.0289146Z Trying: 2022-08-17T13:16:43.0289396Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-08-17T13:16:43.0289685Z Expecting nothing 2022-08-17T13:16:43.0290143Z ok 2022-08-17T13:16:43.0290336Z Trying: 2022-08-17T13:16:43.0290566Z roundtrip.size() 2022-08-17T13:16:43.0290808Z Expecting: 2022-08-17T13:16:43.0291028Z torch.Size([10, 9]) 2022-08-17T13:16:43.0291253Z ok 2022-08-17T13:16:43.0291456Z Trying: 2022-08-17T13:16:43.0291740Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:16:43.0292054Z Expecting nothing 2022-08-17T13:16:43.0292284Z ok 2022-08-17T13:16:43.0292476Z ok (0.002s) 2022-08-17T13:16:43.0303356Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0304038Z t = torch.rand(10, 10) 2022-08-17T13:16:43.0304354Z Expecting nothing 2022-08-17T13:16:43.0304991Z ok 2022-08-17T13:16:43.0305223Z Trying: 2022-08-17T13:16:43.0305567Z rfft2 = torch.fft.rfft2(t) 2022-08-17T13:16:43.0305899Z Expecting nothing 2022-08-17T13:16:43.0306178Z ok 2022-08-17T13:16:43.0306410Z Trying: 2022-08-17T13:16:43.0306656Z rfft2.size() 2022-08-17T13:16:43.0306959Z Expecting: 2022-08-17T13:16:43.0307248Z torch.Size([10, 6]) 2022-08-17T13:16:43.0307508Z ok 2022-08-17T13:16:43.0308155Z Trying: 2022-08-17T13:16:43.0308460Z fft2 = torch.fft.fft2(t) 2022-08-17T13:16:43.0308744Z Expecting nothing 2022-08-17T13:16:43.0308996Z ok 2022-08-17T13:16:43.0309238Z Trying: 2022-08-17T13:16:43.0310052Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-08-17T13:16:43.0310489Z Expecting nothing 2022-08-17T13:16:43.0310798Z ok 2022-08-17T13:16:43.0311026Z Trying: 2022-08-17T13:16:43.0311367Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-08-17T13:16:43.0311745Z Expecting nothing 2022-08-17T13:16:43.0312008Z ok 2022-08-17T13:16:43.0312250Z Trying: 2022-08-17T13:16:43.0312876Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-08-17T13:16:43.0313285Z Expecting nothing 2022-08-17T13:16:43.0313587Z ok 2022-08-17T13:16:43.0314811Z ok (0.002s) 2022-08-17T13:16:43.0330741Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0331053Z t = torch.arange(4) 2022-08-17T13:16:43.0331303Z Expecting nothing 2022-08-17T13:16:43.0331511Z ok 2022-08-17T13:16:43.0331713Z Trying: 2022-08-17T13:16:43.0331910Z t 2022-08-17T13:16:43.0332101Z Expecting: 2022-08-17T13:16:43.0332321Z tensor([0, 1, 2, 3]) 2022-08-17T13:16:43.0332538Z ok 2022-08-17T13:16:43.0332723Z Trying: 2022-08-17T13:16:43.0332939Z torch.fft.rfft(t) 2022-08-17T13:16:43.0333256Z Expecting: 2022-08-17T13:16:43.0333589Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-08-17T13:16:43.0333925Z ok 2022-08-17T13:16:43.0336828Z Trying: 2022-08-17T13:16:43.0337042Z torch.fft.fft(t) 2022-08-17T13:16:43.0337270Z Expecting: 2022-08-17T13:16:43.0337595Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:16:43.0338947Z ok 2022-08-17T13:16:43.0339784Z ok (0.002s) 2022-08-17T13:16:43.0351499Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0351812Z torch.fft.rfftfreq(5) 2022-08-17T13:16:43.0352036Z Expecting: 2022-08-17T13:16:43.0352258Z tensor([0.0000, 0.2000, 0.4000]) 2022-08-17T13:16:43.0356317Z ok 2022-08-17T13:16:43.0356513Z Trying: 2022-08-17T13:16:43.0356737Z torch.fft.rfftfreq(4) 2022-08-17T13:16:43.0358988Z Expecting: 2022-08-17T13:16:43.0359213Z tensor([0.0000, 0.2500, 0.5000]) 2022-08-17T13:16:43.0359422Z ok 2022-08-17T13:16:43.0359608Z Trying: 2022-08-17T13:16:43.0359822Z torch.fft.fftfreq(4) 2022-08-17T13:16:43.0360036Z Expecting: 2022-08-17T13:16:43.0360357Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:16:43.0360724Z ok 2022-08-17T13:16:43.0361285Z ok (0.002s) 2022-08-17T13:16:43.0372912Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:16:43.0373608Z t = torch.rand(10, 10) 2022-08-17T13:16:43.0374658Z Expecting nothing 2022-08-17T13:16:43.0377927Z ok 2022-08-17T13:16:43.0378122Z Trying: 2022-08-17T13:16:43.0379003Z rfftn = torch.fft.rfftn(t) 2022-08-17T13:16:43.0379361Z Expecting nothing 2022-08-17T13:16:43.0379581Z ok 2022-08-17T13:16:43.0379760Z Trying: 2022-08-17T13:16:43.0379968Z rfftn.size() 2022-08-17T13:16:43.0380774Z Expecting: 2022-08-17T13:16:43.0380986Z torch.Size([10, 6]) 2022-08-17T13:16:43.0381328Z ok 2022-08-17T13:16:43.0381532Z Trying: 2022-08-17T13:16:43.0381745Z fftn = torch.fft.fftn(t) 2022-08-17T13:16:43.0381994Z Expecting nothing 2022-08-17T13:16:43.0382209Z ok 2022-08-17T13:16:43.0382387Z Trying: 2022-08-17T13:16:43.0382682Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-08-17T13:16:43.0382989Z Expecting nothing 2022-08-17T13:16:43.0383293Z ok 2022-08-17T13:16:43.0383839Z Trying: 2022-08-17T13:16:43.0384124Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-08-17T13:16:43.0385923Z Expecting nothing 2022-08-17T13:16:43.0386930Z ok 2022-08-17T13:16:43.0387133Z Trying: 2022-08-17T13:16:43.0387411Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-08-17T13:16:43.0387713Z Expecting nothing 2022-08-17T13:16:43.0387944Z ok 2022-08-17T13:16:43.0388141Z ok (0.002s) 2022-08-17T13:16:43.0388262Z 2022-08-17T13:16:43.0388562Z ---------------------------------------------------------------------- 2022-08-17T13:16:43.0388875Z Ran 177 tests in 4.464s 2022-08-17T13:16:43.0389024Z 2022-08-17T13:16:43.0389118Z OK (skipped=10) 2022-08-17T13:16:43.0389255Z 2022-08-17T13:16:43.0389351Z Generating XML reports... 2022-08-17T13:16:43.0531466Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220817131638.xml 2022-08-17T13:16:43.0563467Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220817131638.xml 2022-08-17T13:16:43.7572102Z Running test_ao_sparsity ... [2022-08-17 13:16:43.756744] 2022-08-17T13:16:43.7572659Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:43.756837] 2022-08-17T13:16:45.0711246Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-08-17T13:16:45.0736978Z 2022-08-17T13:16:45.0737113Z Running tests... 2022-08-17T13:16:45.0737727Z ---------------------------------------------------------------------- 2022-08-17T13:16:45.0763294Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-08-17T13:16:45.4061717Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.332s) 2022-08-17T13:16:45.4068851Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-08-17T13:16:45.4083661Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-08-17T13:16:45.4141986Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.006s) 2022-08-17T13:16:45.4177154Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-08-17T13:16:45.4256688Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-08-17T13:16:45.4312762Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-08-17T13:16:45.4313609Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-08-17T13:16:45.4467522Z ok (0.021s) 2022-08-17T13:16:45.4636869Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.017s) 2022-08-17T13:16:45.4821072Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.018s) 2022-08-17T13:16:45.4853198Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-08-17T13:16:45.4955504Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-08-17T13:16:45.4989686Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-08-17T13:16:45.5086777Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-08-17T13:16:45.5119995Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-08-17T13:16:45.5206743Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-08-17T13:16:45.5269873Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-08-17T13:16:45.5293949Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5311233Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5333785Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5354719Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5376592Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5395429Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:16:45.5436953Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-08-17T13:16:45.5450359Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-08-17T13:16:45.5479874Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-08-17T13:16:45.5480507Z reduce_range will be deprecated in a future release of PyTorch." 2022-08-17T13:16:45.7696448Z ok (0.224s) 2022-08-17T13:16:45.9949066Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.225s) 2022-08-17T13:16:46.2189565Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.224s) 2022-08-17T13:16:46.2293994Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.010s) 2022-08-17T13:16:46.4538532Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.224s) 2022-08-17T13:16:46.6777006Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.224s) 2022-08-17T13:16:46.6892254Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.012s) 2022-08-17T13:16:46.7782817Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.089s) 2022-08-17T13:16:46.7803364Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-08-17T13:16:46.7861485Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.006s) 2022-08-17T13:16:46.7882812Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-08-17T13:16:46.7906252Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:16:47.0325154Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.244s) 2022-08-17T13:16:47.0340361Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:16:47.2719057Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.239s) 2022-08-17T13:16:47.2731772Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:16:47.5153676Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.243s) 2022-08-17T13:16:47.5169129Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:16:47.5443070Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.029s) 2022-08-17T13:16:47.5456881Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:16:47.7849019Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.240s) 2022-08-17T13:16:47.7869321Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-08-17T13:16:47.7896194Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-08-17T13:16:47.7914400Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-08-17T13:16:48.1820078Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.390s) 2022-08-17T13:16:48.3165556Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.134s) 2022-08-17T13:16:48.5859006Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.269s) 2022-08-17T13:16:48.7764435Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.190s) 2022-08-17T13:16:48.9596488Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.183s) 2022-08-17T13:16:48.9613689Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-08-17T13:16:48.9688665Z The expectation is post_training_sparse_quantize function ... ok (0.009s) 2022-08-17T13:16:48.9702321Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-08-17T13:16:48.9747239Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-08-17T13:16:49.0170206Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-08-17 13:16:49,016 - root - INFO - static sparse qlinear is only available in fbgemm 2022-08-17T13:16:49.0708678Z 2022-08-17 13:16:49,070 - root - INFO - static sparse qlinear is only available in fbgemm 2022-08-17T13:16:49.0974871Z 2022-08-17 13:16:49,097 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-08-17T13:16:49.1140175Z 2022-08-17 13:16:49,113 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-08-17T13:16:49.1146470Z ok (0.140s) 2022-08-17T13:16:49.1180566Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:285: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-08-17T13:16:49.1181351Z "must run observer before calling calculate_qparams. " + 2022-08-17T13:16:49.1234184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T13:16:49.1932955Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:277: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-08-17T13:16:49.1933469Z "must run observer before calling calculate_qparams. " + 2022-08-17T13:16:49.1998420Z ok (0.085s) 2022-08-17T13:16:49.2273111Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-08-17T13:16:49.3351497Z ok (0.135s) 2022-08-17T13:16:49.3371816Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-08-17T13:16:49.3391602Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:127: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-08-17T13:16:49.3392374Z "calls to the scheduer.step().", UserWarning) 2022-08-17T13:16:49.3392638Z ok (0.002s) 2022-08-17T13:16:49.3400860Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-08-17T13:16:49.3445228Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-08-17T13:16:49.3465560Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-08-17T13:16:49.3472763Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3525054Z Tests that fqn_to_module operates as inverse ... ok (0.006s) 2022-08-17T13:16:49.3529170Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3550418Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-08-17T13:16:49.3557967Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3607302Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.006s) 2022-08-17T13:16:49.3615500Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3661666Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.005s) 2022-08-17T13:16:49.3666371Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3693658Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.003s) 2022-08-17T13:16:49.3698298Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3729088Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.003s) 2022-08-17T13:16:49.3733108Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3753398Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.002s) 2022-08-17T13:16:49.3756971Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:16:49.3776754Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.002s) 2022-08-17T13:16:49.3793871Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-08-17T13:16:49.3813330Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-08-17T13:16:49.3829957Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-08-17T13:16:49.4135341Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.030s) 2022-08-17T13:16:49.5825502Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.169s) 2022-08-17T13:16:49.5871428Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.004s) 2022-08-17T13:16:49.5871889Z 2022-08-17T13:16:49.5872370Z ---------------------------------------------------------------------- 2022-08-17T13:16:49.5872758Z Ran 70 tests in 4.513s 2022-08-17T13:16:49.5872940Z 2022-08-17T13:16:49.5873030Z OK 2022-08-17T13:16:49.5873186Z 2022-08-17T13:16:49.5873334Z Generating XML reports... 2022-08-17T13:16:49.5905195Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220817131645.xml 2022-08-17T13:16:49.5910684Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220817131645.xml 2022-08-17T13:16:49.5915315Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220817131645.xml 2022-08-17T13:16:49.5922398Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220817131645.xml 2022-08-17T13:16:49.5932052Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220817131645.xml 2022-08-17T13:16:49.5938972Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220817131645.xml 2022-08-17T13:16:49.5943626Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220817131645.xml 2022-08-17T13:16:49.5950110Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220817131645.xml 2022-08-17T13:16:49.5956856Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220817131645.xml 2022-08-17T13:16:49.5960986Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220817131645.xml 2022-08-17T13:16:49.5964916Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220817131645.xml 2022-08-17T13:16:49.5967695Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220817131645.xml 2022-08-17T13:16:49.5971777Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220817131645.xml 2022-08-17T13:16:49.5976977Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220817131645.xml 2022-08-17T13:16:49.5986452Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220817131645.xml 2022-08-17T13:16:49.5992319Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220817131645.xml 2022-08-17T13:16:49.9776043Z Running test_openmp ... [2022-08-17 13:16:49.977146] 2022-08-17T13:16:49.9776585Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:49.977239] 2022-08-17T13:16:51.1878173Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-08-17T13:16:51.1890811Z 2022-08-17T13:16:51.1890927Z Running tests... 2022-08-17T13:16:51.1891373Z ---------------------------------------------------------------------- 2022-08-17T13:16:51.1897383Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-08-17T13:16:52.1061890Z Make sure there is no memory leak with many threads ... ok (0.917s) 2022-08-17T13:16:52.1064830Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-08-17T13:16:54.3134889Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.207s) 2022-08-17T13:16:54.3135235Z 2022-08-17T13:16:54.3135574Z ---------------------------------------------------------------------- 2022-08-17T13:16:54.3136034Z Ran 2 tests in 3.124s 2022-08-17T13:16:54.3136231Z 2022-08-17T13:16:54.3136340Z OK 2022-08-17T13:16:54.3136515Z 2022-08-17T13:16:54.3136683Z Generating XML reports... 2022-08-17T13:16:54.3169391Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220817131651.xml 2022-08-17T13:16:54.6524436Z Running test_mkl_verbose ... [2022-08-17 13:16:54.652051] 2022-08-17T13:16:54.6524989Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:54.652141] 2022-08-17T13:16:55.8294620Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-08-17T13:16:55.8306397Z 2022-08-17T13:16:55.8306792Z Running tests... 2022-08-17T13:16:55.8307483Z ---------------------------------------------------------------------- 2022-08-17T13:16:57.2805761Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.449s) 2022-08-17T13:16:59.2265936Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.946s) 2022-08-17T13:16:59.2266323Z 2022-08-17T13:16:59.2266850Z ---------------------------------------------------------------------- 2022-08-17T13:16:59.2267306Z Ran 2 tests in 3.396s 2022-08-17T13:16:59.2267516Z 2022-08-17T13:16:59.2267637Z OK 2022-08-17T13:16:59.2267810Z 2022-08-17T13:16:59.2267962Z Generating XML reports... 2022-08-17T13:16:59.2303988Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220817131655.xml 2022-08-17T13:16:59.5907349Z Running test_import_stats ... [2022-08-17 13:16:59.590318] 2022-08-17T13:16:59.5907916Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:16:59.590406] 2022-08-17T13:17:00.7374618Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-08-17T13:17:00.7385280Z 2022-08-17T13:17:00.7385453Z Running tests... 2022-08-17T13:17:00.7385890Z ---------------------------------------------------------------------- 2022-08-17T13:17:02.1912414Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.452s) 2022-08-17T13:17:03.4386843Z test_time_import_torch (__main__.TestImportTime) ... ok (1.247s) 2022-08-17T13:17:03.4387254Z 2022-08-17T13:17:03.4387686Z ---------------------------------------------------------------------- 2022-08-17T13:17:03.4387953Z Ran 2 tests in 2.700s 2022-08-17T13:17:03.4388060Z 2022-08-17T13:17:03.4388128Z OK 2022-08-17T13:17:03.4388225Z 2022-08-17T13:17:03.4388314Z Generating XML reports... 2022-08-17T13:17:03.4426506Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220817131700.xml 2022-08-17T13:17:03.8283880Z Running test_profiler ... [2022-08-17 13:17:03.827953] 2022-08-17T13:17:03.8284414Z Executing ['/opt/conda/bin/python', '-bb', 'test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:03.828043] 2022-08-17T13:17:05.5587375Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:17:05.5795980Z Test results will be stored in test-reports/python-unittest/test_profiler 2022-08-17T13:17:05.5815281Z 2022-08-17T13:17:05.5815384Z Running tests... 2022-08-17T13:17:05.5815837Z ---------------------------------------------------------------------- 2022-08-17T13:17:05.5956210Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.014s) 2022-08-17T13:17:05.5970902Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-08-17T13:17:05.6074515Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.010s) 2022-08-17T13:17:05.6157254Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.008s) 2022-08-17T13:17:05.6190356Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-08-17T13:17:05.6202199Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-08-17T13:17:05.6214842Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-08-17T13:17:05.6241858Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.6270893Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.6348490Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.6365159Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.6445599Z ok (0.029s) 2022-08-17T13:17:05.6461262Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 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:17:05.6479595Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-08-17T13:17:05.6487658Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-08-17T13:17:05.6504483Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 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:17:05.6511126Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-08-17T13:17:05.6539965Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.6581755Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.6838543Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.6868065Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.7067854Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.7094095Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.7289851Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:05.7319364Z STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:05.7525225Z ok (0.101s) 2022-08-17T13:17:05.7535766Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-08-17T13:17:05.7641207Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:05 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:06.9819739Z STAGE:2022-08-17 13:17:06 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:06.9867029Z ok (1.233s) 2022-08-17T13:17:06.9886452Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 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:17:06.9905695Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:06 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:06.9912453Z STAGE:2022-08-17 13:17:06 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:06.9988123Z ok (0.010s) 2022-08-17T13:17:07.0012468Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.0044281Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.0370790Z ok (0.038s) 2022-08-17T13:17:07.0390722Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.1417824Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.2069435Z ok (0.170s) 2022-08-17T13:17:07.2143675Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.007s) 2022-08-17T13:17:07.2160497Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-08-17T13:17:07.2182356Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.2508463Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.2530391Z ok (0.037s) 2022-08-17T13:17:07.2547232Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.2555777Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.2611553Z ok (0.008s) 2022-08-17T13:17:07.2676343Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.006s) 2022-08-17T13:17:07.2687778Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-08-17T13:17:07.2689426Z ok (0.001s) 2022-08-17T13:17:07.2705012Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.2709222Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.2738138Z ok (0.005s) 2022-08-17T13:17:07.3000763Z test_flops (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.3267557Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.3296749Z ok (0.056s) 2022-08-17T13:17:07.3327269Z test_high_level_trace (__main__.TestProfiler) 2022-08-17T13:17:07.3385518Z Checks that python side high level events are recorded. ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.3445387Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.3984402Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.4070576Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.5421148Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.5497070Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.5939991Z ok (0.264s) 2022-08-17T13:17:07.5958098Z test_kineto (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.5961187Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.5968155Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.5970498Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.5980059Z ok (0.004s) 2022-08-17T13:17:07.5991912Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-08-17T13:17:07.6013905Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6016293Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6023920Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6027202Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6052227Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6055624Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6082038Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6084594Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6107324Z ok (0.011s) 2022-08-17T13:17:07.6141301Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-08-17T13:17:07.6314263Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6347498Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6358223Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.6363040Z ok (0.022s) 2022-08-17T13:17:07.6377436Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... test_profiler.py:1219: 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:17:07.6378142Z inp = torch.nested_tensor([a, b]) 2022-08-17T13:17:07.6378990Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6383692Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6396248Z ok (0.003s) 2022-08-17T13:17:07.6414739Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-08-17T13:17:07.6425417Z test_profiler_correlation_id (__main__.TestProfiler) 2022-08-17T13:17:07.6657622Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.6875650Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.6894331Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7089712Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7103724Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7296249Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7310432Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7463524Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7474786Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7581397Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7606194Z ok (0.119s) 2022-08-17T13:17:07.7627408Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-08-17T13:17:07.7642680Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7644499Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7658216Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.7660752Z ok (0.003s) 2022-08-17T13:17:07.7670503Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7672958Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7687941Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.7691967Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7693124Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7705740Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.7707687Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7710038Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7728329Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.7731849Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7733182Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7743222Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.7745162Z ok (0.008s) 2022-08-17T13:17:07.7760418Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.7762738Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.7764144Z ok (0.002s) 2022-08-17T13:17:07.7788673Z test_source (__main__.TestProfiler) 2022-08-17T13:17:07.7815948Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8279411Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8391426Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8412510Z ok (0.065s) 2022-08-17T13:17:07.8442222Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8444906Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8464933Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8467920Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8481813Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8484910Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8488032Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8502086Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8504963Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8507874Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8522853Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8543552Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8546538Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8561019Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8570496Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8574164Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8588475Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8596819Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8600056Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8615312Z STAGE:2022-08-17 13:17:07 6572:6572 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:17:07.8631560Z ok (0.022s) 2022-08-17T13:17:07.8641243Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-08-17T13:17:07.8651963Z test_mem_leak (__main__.TestProfilerCUDA) 2022-08-17T13:17:07.8652788Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-08-17T13:17:07.8678671Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.003s) 2022-08-17T13:17:07.8692224Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8711575Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.8881003Z ok (0.020s) 2022-08-17T13:17:07.8895010Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.8912088Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.9073716Z ok (0.019s) 2022-08-17T13:17:07.9093410Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:17:07.9100123Z STAGE:2022-08-17 13:17:07 6572:6572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:17:07.9116780Z ok (0.004s) 2022-08-17T13:17:07.9130424Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 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:17:07.9141180Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 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:17:07.9157071Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 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:17:07.9157923Z 2022-08-17T13:17:07.9158173Z ---------------------------------------------------------------------- 2022-08-17T13:17:07.9158512Z Ran 49 tests in 2.334s 2022-08-17T13:17:07.9158627Z 2022-08-17T13:17:07.9158709Z OK (skipped=15) 2022-08-17T13:17:07.9158826Z 2022-08-17T13:17:07.9158914Z Generating XML reports... 2022-08-17T13:17:07.9215062Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestExecutionGraph-20220817131705.xml 2022-08-17T13:17:07.9231262Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestExperimentalUtils-20220817131705.xml 2022-08-17T13:17:07.9246564Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220817131705.xml 2022-08-17T13:17:07.9251862Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220817131705.xml 2022-08-17T13:17:07.9255402Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220817131705.xml 2022-08-17T13:17:07.9260000Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestTorchTidyProfiler-20220817131705.xml 2022-08-17T13:17:08.3386623Z Running test_package ... [2022-08-17 13:17:08.338240] 2022-08-17T13:17:08.3387329Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:08.338326] 2022-08-17T13:17:09.6884579Z Test results will be stored in test-reports/python-unittest/test_package 2022-08-17T13:17:09.6960363Z 2022-08-17T13:17:09.6960450Z Running tests... 2022-08-17T13:17:09.6961458Z ---------------------------------------------------------------------- 2022-08-17T13:17:09.9567759Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 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.260s) 2022-08-17T13:17:09.9575126Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9590440Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-08-17T13:17:09.9600862Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9614347Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-08-17T13:17:09.9618086Z test_deny (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9635497Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-08-17T13:17:09.9639566Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9655113Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-08-17T13:17:09.9672066Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-08-17T13:17:09.9692641Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-08-17T13:17:09.9696826Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9706460Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-08-17T13:17:09.9712498Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9783265Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.008s) 2022-08-17T13:17:09.9785971Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9794763Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-08-17T13:17:09.9801336Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9816652Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-08-17T13:17:09.9820989Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9828619Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-08-17T13:17:09.9850401Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-08-17T13:17:09.9875575Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-08-17T13:17:09.9880191Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9886703Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-08-17T13:17:09.9899685Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-08-17T13:17:09.9915656Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-08-17T13:17:09.9924559Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-08-17T13:17:09.9950319Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2022-08-17T13:17:09.9978544Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-08-17T13:17:09.9992127Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-08-17T13:17:10.0006217Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-08-17T13:17:10.0021442Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-08-17T13:17:10.0033496Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-08-17T13:17:10.0047504Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0057469Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0063635Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0076645Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0086640Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0097340Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0107817Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0117579Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0125352Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0136476Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0144042Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0154384Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-08-17T13:17:10.0216225Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.006s) 2022-08-17T13:17:10.0221635Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0252849Z Test DirectoryReader's has_record(). ... ok (0.004s) 2022-08-17T13:17:10.0259159Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0290627Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.004s) 2022-08-17T13:17:10.0298038Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0299021Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Does not work with latest TorchVision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-08-17T13:17:10.0306159Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0342505Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-08-17T13:17:10.0348942Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0381760Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-08-17T13:17:10.0401199Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0459054Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.008s) 2022-08-17T13:17:10.0465739Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-08-17T13:17:10.0579823Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.012s) 2022-08-17T13:17:10.0591320Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0602324Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0609227Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0619326Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0628386Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0637237Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0645091Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0653496Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0661776Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0669004Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0676345Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0684311Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0693090Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0702032Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-08-17T13:17:10.0719714Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-08-17T13:17:10.0728020Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-08-17T13:17:10.0735188Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-08-17T13:17:10.0742091Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-08-17T13:17:10.0753266Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-08-17T13:17:10.0768295Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-08-17T13:17:10.0776202Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-08-17T13:17:10.0784394Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-08-17T13:17:10.0788553Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-08-17T13:17:10.0907418Z Tests for backwards compatible fx module ... ok (0.012s) 2022-08-17T13:17:10.0910047Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-08-17T13:17:10.1006989Z Tests for backwards compatible nn module ... ok (0.010s) 2022-08-17T13:17:10.1010274Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-08-17T13:17:10.1401135Z Tests for backwards compatible torchscript module ... ok (0.039s) 2022-08-17T13:17:10.1407372Z test_demangle_base (test_mangling.TestMangling) 2022-08-17T13:17:10.1414817Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-08-17T13:17:10.1418646Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-08-17T13:17:10.1424941Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-08-17T13:17:10.1433307Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-08-17T13:17:10.1440318Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-08-17T13:17:10.1448370Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-08-17T13:17:10.1451390Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-08-17T13:17:10.1456440Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-08-17T13:17:10.1465312Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-08-17T13:17:10.1472806Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-08-17T13:17:10.1475719Z test_unique_manglers (test_mangling.TestMangling) 2022-08-17T13:17:10.1482868Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-08-17T13:17:10.1512277Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-08-17T13:17:10.1519084Z test_dunder_package_present (test_misc.TestMisc) 2022-08-17T13:17:10.1532525Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-08-17T13:17:10.1537380Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-08-17T13:17:10.1557070Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-08-17T13:17:10.1566055Z test_exporter_content_lists (test_misc.TestMisc) 2022-08-17T13:17:10.1597190Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-08-17T13:17:10.1610952Z test_file_structure (test_misc.TestMisc) 2022-08-17T13:17:10.1636235Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-08-17T13:17:10.1641795Z test_file_structure_has_file (test_misc.TestMisc) 2022-08-17T13:17:10.1656030Z Test Directory's has_file() method. ... ok (0.002s) 2022-08-17T13:17:10.1662158Z test_inspect_class (test_misc.TestMisc) 2022-08-17T13:17:10.1681288Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-08-17T13:17:10.1688794Z test_is_from_package (test_misc.TestMisc) 2022-08-17T13:17:10.1704316Z is_from_package should work for objects and modules ... ok (0.002s) 2022-08-17T13:17:10.1707415Z test_load_python_version_from_package (test_misc.TestMisc) 2022-08-17T13:17:10.1736721Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-08-17T13:17:10.1741783Z test_python_version (test_misc.TestMisc) 2022-08-17T13:17:10.1764410Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-08-17T13:17:10.1770200Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-08-17T13:17:10.1798386Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-08-17T13:17:10.1812655Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-08-17T13:17:10.1823438Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-08-17T13:17:10.1831281Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-08-17T13:17:10.1949158Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.012s) 2022-08-17T13:17:10.2196267Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.025s) 2022-08-17T13:17:10.2282899Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-08-17T13:17:10.2349533Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-08-17T13:17:10.2406399Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-08-17T13:17:10.2414785Z test_different_package_interface (test_package_script.TestPackageScript) 2022-08-17T13:17:10.2543794Z Test a case where the interface defined in the package is ... ok (0.014s) 2022-08-17T13:17:10.2549966Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-08-17T13:17:10.2618534Z Test a case where the script class defined in the package is ... ok (0.007s) 2022-08-17T13:17:10.2625645Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-08-17T13:17:10.2711874Z Test loading of single ScriptModule shared by multiple eager ... ok (0.009s) 2022-08-17T13:17:10.2725067Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-08-17T13:17:10.2835289Z Test tensors shared across eager and ScriptModules on load ... ok (0.012s) 2022-08-17T13:17:10.2848494Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-08-17T13:17:10.2975773Z Test tensors shared across eager and ScriptModules on load ... ok (0.014s) 2022-08-17T13:17:10.2987176Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-08-17T13:17:10.3488556Z Test saving inline and imported modules in same package with ... ok (0.051s) 2022-08-17T13:17:10.3500554Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-08-17T13:17:11.3100119Z Test saving inline and imported modules in same package that ... ok (0.961s) 2022-08-17T13:17:11.3109898Z test_package_interface (test_package_script.TestPackageScript) 2022-08-17T13:17:11.3552087Z Packaging an interface class should work correctly. ... ok (0.045s) 2022-08-17T13:17:11.3604452Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.005s) 2022-08-17T13:17:11.3746682Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.014s) 2022-08-17T13:17:11.3753538Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-08-17T13:17:11.3809410Z Test saving of single ScriptModule shared by multiple ... ok (0.006s) 2022-08-17T13:17:11.3817753Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-08-17T13:17:11.3913576Z Test to verify saving multiple ScriptModules with completely ... ok (0.010s) 2022-08-17T13:17:11.3926655Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-08-17T13:17:11.4411648Z Test to verify saving multiple different modules and ... ok (0.050s) 2022-08-17T13:17:11.4419072Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-08-17T13:17:11.4471914Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-08-17T13:17:11.4478475Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-08-17T13:17:11.4529368Z Test basic saving of ScriptModule in file. ... ok (0.006s) 2022-08-17T13:17:11.4540063Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-08-17T13:17:11.8270590Z Test to verify when saving multiple packages with same CU ... ok (0.374s) 2022-08-17T13:17:11.8277142Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-08-17T13:17:11.8349897Z Test basic saving of ScriptModule with submodule. ... ok (0.008s) 2022-08-17T13:17:11.8358263Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-08-17T13:17:11.8739783Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.039s) 2022-08-17T13:17:11.8753680Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-08-17T13:17:11.8887838Z Test to verify saving multiple ScriptModules with same top module ... ok (0.015s) 2022-08-17T13:17:11.8897731Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-08-17T13:17:11.8979340Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.009s) 2022-08-17T13:17:11.8988872Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-08-17T13:17:11.9096223Z Test scripting a module loaded from a package ... ok (0.012s) 2022-08-17T13:17:11.9108868Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-08-17T13:17:11.9241931Z Test to verify saving and loading same ScriptModule object works ... ok (0.014s) 2022-08-17T13:17:11.9252437Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-08-17T13:17:11.9303755Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2022-08-17T13:17:11.9366856Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-08-17T13:17:11.9389772Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-08-17T13:17:11.9394793Z test_package_resource_access (test_resources.TestResources) 2022-08-17T13:17:11.9407807Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-08-17T13:17:11.9413729Z test_resource_access_by_path (test_resources.TestResources) 2022-08-17T13:17:11.9440567Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2022-08-17T13:17:11.9456550Z test_resource_reader (test_resources.TestResources) 2022-08-17T13:17:11.9478071Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2022-08-17T13:17:11.9482282Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-08-17T13:17:11.9490563Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-08-17T13:17:11.9527703Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-08-17T13:17:11.9538885Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-08-17T13:17:11.9596003Z If an object with the same qualified name is loaded from different ... ok (0.007s) 2022-08-17T13:17:11.9632226Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-08-17T13:17:11.9639028Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-08-17T13:17:11.9657442Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-08-17T13:17:11.9662719Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-08-17T13:17:11.9689635Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-08-17T13:17:11.9718833Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-08-17T13:17:11.9740446Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-08-17T13:17:11.9803710Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-08-17T13:17:11.9830342Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-08-17T13:17:11.9830574Z 2022-08-17T13:17:11.9830954Z ---------------------------------------------------------------------- 2022-08-17T13:17:11.9831261Z Ran 132 tests in 2.287s 2022-08-17T13:17:11.9831387Z 2022-08-17T13:17:11.9831468Z OK (skipped=5) 2022-08-17T13:17:11.9831586Z 2022-08-17T13:17:11.9831674Z Generating XML reports... 2022-08-17T13:17:11.9873800Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220817131709.xml 2022-08-17T13:17:11.9878751Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220817131709.xml 2022-08-17T13:17:11.9889671Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220817131709.xml 2022-08-17T13:17:11.9898602Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220817131709.xml 2022-08-17T13:17:11.9910668Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220817131709.xml 2022-08-17T13:17:11.9916986Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220817131709.xml 2022-08-17T13:17:11.9921161Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220817131709.xml 2022-08-17T13:17:11.9931473Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220817131709.xml 2022-08-17T13:17:11.9941280Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220817131709.xml 2022-08-17T13:17:11.9980031Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220817131709.xml 2022-08-17T13:17:12.0000313Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220817131709.xml 2022-08-17T13:17:12.0002641Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220817131709.xml 2022-08-17T13:17:12.0716216Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220817131709.xml 2022-08-17T13:17:12.0725317Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220817131709.xml 2022-08-17T13:17:12.0727718Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220817131709.xml 2022-08-17T13:17:12.0732736Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220817131709.xml 2022-08-17T13:17:12.4642964Z Running test_overrides ... [2022-08-17 13:17:12.463889] 2022-08-17T13:17:12.4643558Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:12.463980] 2022-08-17T13:17:13.6885771Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-08-17T13:17:13.6968981Z 2022-08-17T13:17:13.6969130Z Running tests... 2022-08-17T13:17:13.6969742Z ---------------------------------------------------------------------- 2022-08-17T13:17:13.9649576Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.268s) 2022-08-17T13:17:13.9666557Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-08-17T13:17:13.9693471Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-08-17T13:17:13.9878207Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.018s) 2022-08-17T13:17:13.9891243Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-08-17T13:17:13.9904096Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:17:13.9916617Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:17:13.9928053Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:17:13.9939765Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:17:13.9950535Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:17:13.9960439Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-08-17T13:17:13.9975326Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-08-17T13:17:13.9989971Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-08-17T13:17:14.0007342Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-08-17T13:17:14.0905444Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-08-17T13:17:14.0915550Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0928641Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0941322Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0952851Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0962626Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0974064Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0986077Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.0996441Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1006598Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1015745Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1023476Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1034625Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1043148Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1050552Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1064743Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1081521Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-08-17T13:17:14.1097198Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1108533Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1121649Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1131201Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1144938Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1153557Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1164835Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1180749Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-08-17T13:17:14.1189544Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1198165Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1209748Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-08-17T13:17:14.1218434Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1226270Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1234098Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1241962Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1250364Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1258158Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1265968Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1273880Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1281574Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1289481Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1297467Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1305390Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1313199Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1320932Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1328675Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1336725Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1344550Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1352356Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1360128Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1368107Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1376164Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1383927Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1391768Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1399564Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1407414Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1415947Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1423299Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1431621Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1439731Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1447987Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1456469Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1464797Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1473067Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1481327Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1489693Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1498259Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1506513Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1514824Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1523123Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1531654Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1539768Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1547954Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1556167Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1564433Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1572922Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1581225Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1589601Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1597886Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1606092Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1614635Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1622782Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1630974Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1639115Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1647301Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1655689Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1664069Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1672374Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1680527Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1688806Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1697482Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1705367Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1713244Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1721400Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1729517Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1738004Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1746142Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1754464Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1762692Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1771332Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1779419Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1787544Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1795676Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1803841Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1812312Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1820397Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1828529Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1836678Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1844894Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1853225Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1861338Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1869447Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1877599Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1885716Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1894138Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1902245Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1910540Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1918518Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1926974Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1935305Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1943590Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1951841Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1960156Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1968419Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1976994Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1985303Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.1993601Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2001934Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2010501Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2018876Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2027111Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2035926Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2044020Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2052389Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2060594Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2068808Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2077216Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2085618Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2094613Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2103053Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2111534Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2120152Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2128452Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2137267Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2145530Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2153647Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2161983Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2169761Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2178828Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2187203Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2195411Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2203184Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2211797Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2220005Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2227975Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2235694Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2243514Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2252292Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2260486Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2268822Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2277040Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2285233Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2293879Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2302182Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2310329Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2318126Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2326071Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2334241Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2342066Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2350129Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2357956Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2365881Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2373928Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2381815Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2389823Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2398035Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2406315Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2414774Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2422393Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2430186Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2437940Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2445816Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2453727Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2461498Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2469239Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2476864Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2484630Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2492694Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2500475Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2508369Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2516339Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2523906Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2531957Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2539597Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2547663Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2555669Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2563726Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2572063Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2580157Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2588314Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2596386Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2604367Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2612636Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2620663Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2628692Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2636709Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2644766Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2653064Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2661222Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2669380Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2677475Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2685582Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2694020Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2702437Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2710571Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2718599Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2726660Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2735170Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2745629Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2755991Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2764008Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2772283Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2780284Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2788361Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2796672Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2805468Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2814389Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2822806Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2831301Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2841615Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2852238Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2860248Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2868312Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2876376Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2884441Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2892872Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2900931Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2909033Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2917251Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2925493Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2933860Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2941937Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2949952Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2958047Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2966066Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2974289Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2982235Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2990247Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.2998704Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3006204Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3014197Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3021994Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3030170Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3038226Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3046400Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3054741Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3063231Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3071247Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3079370Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3087304Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3095662Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3103808Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3111977Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3120235Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3128512Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3137641Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3145819Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3154474Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3163014Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3172255Z test_Tensor_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3180543Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3188926Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3197699Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3206233Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3214929Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3223318Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3231709Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3239800Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3247714Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3255976Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3263869Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3271748Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3279585Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3287416Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3295703Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3303685Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3311632Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3319590Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3327697Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3335907Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3343958Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3351887Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3359874Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3368047Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3376216Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3384080Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3391959Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3399897Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3407860Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3416241Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3424304Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3432148Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3440130Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3448031Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3456287Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3464165Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3472209Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3480203Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3488138Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3496282Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3504184Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3512205Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3520254Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3528225Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3536541Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3544580Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3552652Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3560598Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3568612Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3576929Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3584911Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3592965Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3601062Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3609127Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3617426Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3625503Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3633616Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3641799Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3650073Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3658342Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3666489Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3674677Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3682921Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3691519Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3699462Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3707585Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3715491Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3723455Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3731860Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3739819Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3747846Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3755804Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3763866Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3772166Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3780266Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3788403Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3796638Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3804741Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3813180Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3821254Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3829460Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3837573Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3845688Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3853901Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3861931Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3869966Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3877934Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3885903Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3894304Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3902206Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3910072Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3918050Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3926193Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3934458Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3942490Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3950279Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3958034Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3966022Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3973966Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3981740Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3989449Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.3997165Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4005103Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4012976Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4020815Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4028391Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4036140Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4043778Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4051812Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4059507Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4067326Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4075095Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4082895Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4090956Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4098842Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4106422Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4114218Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4121961Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4130275Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4138270Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4146294Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4154367Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4163009Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4171587Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4179750Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4188240Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4195959Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4203614Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4212117Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4219645Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4227389Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4235179Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4242912Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4251066Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4258551Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4266276Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4274105Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4281942Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4289757Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4297831Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4305582Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4313727Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4321009Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4328783Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4336843Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4345132Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4352518Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4360227Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4368207Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4376233Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4383937Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4391773Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4399555Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4407351Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4415575Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4423354Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4431196Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4439008Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4447218Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4455339Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4463122Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4470985Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4478886Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4486855Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4494779Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4502601Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4510494Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4518238Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4526143Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4534196Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4541948Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4549932Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4558021Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4565946Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4574172Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4582044Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4590167Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4597923Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4605791Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4613933Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4622221Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4629746Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4637629Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4645454Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4653676Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4661549Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4669283Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4677760Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4685183Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4693110Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4700830Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4708741Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4716829Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4724785Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4732928Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4740672Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4748470Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4756200Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4763971Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4771885Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4779464Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4787200Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4794871Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4802573Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4810985Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4818753Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4826620Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4834491Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4842322Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4850457Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4858415Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4866232Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4873974Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4881854Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4889714Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4897860Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4905639Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4913433Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4921365Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4929498Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4937847Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4945248Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4953126Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4961091Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4969227Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4977663Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4985816Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.4993932Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5002031Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5010301Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5018506Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5026526Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5034612Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5042733Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5051148Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5059348Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5067379Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5075413Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5083638Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5092043Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5100028Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5108090Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5116318Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5124480Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5132927Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5140990Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5149139Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5157251Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5165310Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5173752Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5181862Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5190035Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5198235Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5206347Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5214939Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5222994Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5231105Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5239217Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5247458Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5256079Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5264153Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5272327Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5280758Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5288611Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5296845Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5304867Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5313025Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5321380Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5329574Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5338092Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5346287Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5354443Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5362577Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5371209Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5379359Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5387623Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5395812Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5403967Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5412496Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5420677Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5428947Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5438146Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5446317Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5454814Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5463000Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5471157Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5479336Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5487438Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5495731Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5503807Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5511771Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5519894Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5527925Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5536372Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5544460Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5552473Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5560542Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5568633Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5577308Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5585471Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5593895Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5602572Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5611905Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5619977Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5628419Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5636930Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5645224Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5653732Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5662325Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5670639Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5679024Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5687515Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5696232Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5704692Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5713271Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5721623Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5730268Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5739032Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5747507Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5756519Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5764499Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5772800Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5780466Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5788758Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5797040Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5804468Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5812701Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5821191Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5829649Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5837278Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5845405Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5853598Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5861734Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5869632Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5877286Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5885219Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5893392Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5901139Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5908750Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5916119Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5923403Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5931332Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5938861Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5946875Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5953991Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5961537Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5969010Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5976896Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5984231Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5991564Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.5998957Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6006389Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6015040Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6023586Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6032353Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6040727Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6048383Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6056473Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6064109Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6071772Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6079351Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6087159Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6095241Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6102886Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6110699Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6118276Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6126017Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6134070Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6141751Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6149484Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6157378Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6165087Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6173118Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6180705Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6188645Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6196526Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6204311Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6217412Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6219749Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6227544Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6235283Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6243021Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6251211Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6259489Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6267380Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6275423Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6283271Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6291530Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6299493Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6307429Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6315305Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6323206Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6331487Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6339270Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6347349Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6355244Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6363157Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6371327Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6379294Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6387355Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6395289Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6403208Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6411549Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6419227Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6427238Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6435137Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6443018Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6451297Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6459052Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6466971Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6474888Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6482731Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6491153Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6498820Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6506658Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6514459Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6522457Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6530619Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6538819Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6546575Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6554533Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6562318Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6570393Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6578335Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6586896Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6599486Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6607631Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:17:14.6615437Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-08-17T13:17:14.6628114Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:17:14.6638081Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-08-17T13:17:14.6649119Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6672349Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:17:14.6687541Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-08-17T13:17:14.6699780Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-08-17T13:17:14.6707624Z this test exercises the functionality described in ... ok (0.002s) 2022-08-17T13:17:14.6715822Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6723969Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6732003Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6742989Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6754044Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6762561Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6770395Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6778471Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6785636Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6793188Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6800993Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6807689Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6815117Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6822271Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6829685Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6836763Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6843965Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6851449Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6858602Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6865719Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6872902Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6880063Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6887255Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6894928Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6902118Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6909557Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6916616Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6924012Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6931481Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6938441Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6945691Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6952713Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6959978Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6967203Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6974776Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6982141Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6989681Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.6997078Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7004448Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7012318Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7020071Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7027597Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7035049Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7042761Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7050342Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7058781Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7066186Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7073774Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7081531Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7090502Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7097127Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7104755Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7112350Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7119975Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7127515Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7135142Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7142549Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7149938Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7157324Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7164807Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7172686Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7180357Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7187913Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7195504Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7202923Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7210853Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7218309Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7225669Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7233180Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7240616Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7248097Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7255891Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7263367Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7270654Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7278433Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7286191Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7293990Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7301481Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7308831Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7316207Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7323536Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7331072Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7338618Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7345908Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7353196Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7360560Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7367919Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7375660Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7383064Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7390448Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7397838Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7405331Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7412924Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7420279Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7427659Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7434965Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7442324Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7449736Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7457465Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7464918Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7472309Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7479738Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7487099Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7494702Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7502041Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7509387Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7517010Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7524369Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7531843Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7539310Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7546608Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7554073Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7561479Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7568844Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7576448Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7583966Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7591309Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7598715Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7606178Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7613810Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7620969Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7628326Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7635786Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7643196Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7650712Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7658300Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7665751Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7673088Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7680493Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7688067Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7695685Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7703063Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7710428Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7718006Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7725474Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7733138Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7740543Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7748017Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7755311Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7762916Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7770547Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7777990Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7785317Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7792359Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7799576Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7806712Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7814213Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7821541Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7828764Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7836060Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7843414Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7850961Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7857995Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7865183Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7872259Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7879303Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7886378Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7893892Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7901067Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7908238Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7915492Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7922671Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7930110Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7937313Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7944420Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7951564Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7958687Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7965830Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7973182Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7980332Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7987460Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.7994754Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8001852Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8009081Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8016760Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8024012Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8030987Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8038176Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8045684Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8053169Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8060352Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8067897Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8075391Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8082858Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8090504Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8097894Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8105298Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8112827Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8120171Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8127898Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8135450Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8142846Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8150215Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8157611Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8164988Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8172636Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8179995Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8187393Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8194775Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8202334Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8209710Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8217457Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8224789Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8232240Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8239623Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8247058Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8254583Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8261900Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8269322Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8276696Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8284050Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8291771Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8299136Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8306539Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8313908Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8321292Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8328712Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8336327Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8343711Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8351068Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8358286Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8365659Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8373324Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8380874Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8388322Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8395711Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8403147Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8411013Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8418542Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8426086Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8433549Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8441021Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8448527Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8456252Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8463899Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8471345Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8478756Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8486230Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8493835Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8501330Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8508809Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8516195Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8523675Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8531431Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8538843Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8546432Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8553962Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8561468Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8568993Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8576693Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8584175Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8591664Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8599041Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8606420Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8614090Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8621526Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8629005Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8636324Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8643712Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8651361Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8658942Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8666458Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8673997Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8681473Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8688919Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8696517Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8704151Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8711583Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8718984Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8726253Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8733910Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8741327Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8748812Z test_torch_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8756484Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8764092Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8771935Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8779462Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8786532Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8793715Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8800792Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8807943Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8815666Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8822808Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8830003Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8837161Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8844467Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8851861Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8858988Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8866141Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8873292Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8880773Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8887769Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8895097Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8902197Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8909309Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8916399Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8923790Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8931615Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8939155Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8946607Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8954045Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8961572Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8969029Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8976691Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8984256Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8991607Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.8999102Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9006622Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9014339Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9021916Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9029417Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9037565Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9045562Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9053232Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9060799Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9068195Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9075635Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9082941Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9090859Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9097698Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9104809Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9111914Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9119067Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9126179Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9133634Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9140850Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9147977Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9155145Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9162487Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9169821Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9177334Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9184524Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9191742Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9198830Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9206096Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9213654Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9220857Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9228048Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9235243Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9242402Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9249568Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9257279Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9264498Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9271928Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9279076Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9286248Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9293679Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9300785Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9308104Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9315357Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9322519Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9329690Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9336994Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9344232Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9351448Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9358605Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9365905Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9373717Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9381369Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9389131Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9396873Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9404583Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9412481Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9420043Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9427690Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9435220Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9442804Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9451549Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9458550Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9465999Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9473216Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9480345Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9487387Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9494699Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9501783Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9508810Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9515823Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9522993Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9530196Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9537223Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9544539Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9551628Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9558741Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9565791Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9573167Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9580141Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9587479Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9594701Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9601768Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9608940Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9616446Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9623519Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9630628Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9637678Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9644840Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9652159Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9659358Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9666508Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9673680Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9680811Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9688013Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9695576Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9702713Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9709867Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9717029Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9724145Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9731630Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9738713Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9745873Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9752986Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9760163Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9767392Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9774903Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9782253Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9789541Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9796632Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9803804Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9811320Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9818548Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9825786Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9833068Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9840023Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9847081Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9854403Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9861550Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9868696Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9875836Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9882820Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9890119Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9897540Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9904706Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9911920Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9919076Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9926129Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9933650Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9940955Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9948263Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9955437Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9962703Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9970179Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9977454Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9984715Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9991921Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:14.9999108Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0007060Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0014475Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0021524Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0028760Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0036063Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0043263Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0050684Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0057814Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0064905Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0072143Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0079423Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0086886Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0094469Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0101802Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0109193Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0116754Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0124119Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0131925Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0139238Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0146663Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0154092Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0161600Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0169065Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0176660Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0184050Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0191516Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0198985Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0206699Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0214758Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0222760Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0230480Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0238105Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0245685Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0253640Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0261128Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0268403Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0275807Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0283470Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0291740Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0299238Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0306702Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0314380Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0321912Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0329715Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0337622Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0345033Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0352418Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0360086Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0367693Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0375943Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0383514Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0391265Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0398651Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0406437Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0414551Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0421908Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0429539Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0437182Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0444765Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0453648Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0461354Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0469154Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0477172Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0484714Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0492179Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0499612Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0507231Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0514826Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0522413Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0530428Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0538053Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0545680Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0553313Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0560705Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0568032Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0575853Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0583409Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0591030Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0598588Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0606164Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0613944Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0621666Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0629243Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0636457Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0644021Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0651923Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0659474Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0667216Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0674901Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0682676Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0690694Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0698087Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0705955Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0713767Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0721211Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0728554Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0736319Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0743530Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0750712Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0757904Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0765096Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0772599Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0779983Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0787427Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0795273Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0802317Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0809213Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0816801Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0823648Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0830832Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0837876Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0844997Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0852404Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0859670Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0866951Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0874114Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0881480Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0888447Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0896067Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0903231Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0910303Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0917434Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0924573Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0931991Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0939082Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0946198Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0953253Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0960345Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0967421Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0975056Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0982164Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0989285Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.0996496Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1003603Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1012448Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1018314Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1025504Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1032891Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1040005Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1047147Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1054533Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1061729Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1068853Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1076091Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1083330Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1090950Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1098091Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1105256Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1112397Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1119737Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1127036Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1134682Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1142031Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1149387Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1156768Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1163866Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1171266Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1178698Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1185925Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1193043Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1200164Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1207247Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1214747Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1221945Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1229255Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1236663Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1243940Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1251369Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1258251Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1265323Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1272735Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1279427Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1286372Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1293738Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1300797Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1307966Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1315165Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1322268Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1329360Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1336923Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1344100Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1351213Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1358677Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1365946Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1373373Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1380635Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1387886Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1395102Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1402256Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1409382Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1416724Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1423794Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1430977Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1438228Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1445290Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1452635Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1459723Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1466800Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1473972Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1481142Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1488506Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1495900Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1503081Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1510412Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1517703Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1524937Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1532506Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1539732Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1546889Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1554091Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1561321Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1568472Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1576079Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1583487Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1590576Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1597786Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1604961Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1612372Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1619524Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1626769Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1633908Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1640965Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1648127Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1655492Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1662675Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1669740Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1676818Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1683981Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1691282Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1698484Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1705671Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1712852Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1720242Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1727444Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1734954Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1742049Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1749254Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1756347Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1763546Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1770937Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1777946Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1785110Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1792428Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1799749Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1806737Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1814248Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1821328Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1828363Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1835557Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1842603Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1849741Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1857080Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1864377Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1871744Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1878945Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1886152Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1893557Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1900601Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1907770Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1914843Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1922025Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1929196Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1936531Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1943729Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1950802Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:17:15.1954567Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-08-17T13:17:15.1959155Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-08-17T13:17:15.2029283Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-08-17T13:17:15.2040787Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-08-17T13:17:15.2041042Z 2022-08-17T13:17:15.2041359Z ---------------------------------------------------------------------- 2022-08-17T13:17:15.2041803Z Ran 1424 tests in 1.507s 2022-08-17T13:17:15.2041927Z 2022-08-17T13:17:15.2041991Z OK 2022-08-17T13:17:15.2042087Z 2022-08-17T13:17:15.2042265Z Generating XML reports... 2022-08-17T13:17:15.2076282Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220817131713.xml 2022-08-17T13:17:15.2078859Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220817131713.xml 2022-08-17T13:17:15.2081606Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220817131713.xml 2022-08-17T13:17:15.2084449Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220817131713.xml 2022-08-17T13:17:15.2086892Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220817131713.xml 2022-08-17T13:17:15.2093549Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220817131713.xml 2022-08-17T13:17:15.2095918Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220817131713.xml 2022-08-17T13:17:15.2100382Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220817131713.xml 2022-08-17T13:17:15.2102860Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220817131713.xml 2022-08-17T13:17:15.2105059Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220817131713.xml 2022-08-17T13:17:15.2107608Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220817131713.xml 2022-08-17T13:17:15.2129727Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220817131713.xml 2022-08-17T13:17:15.3833336Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220817131713.xml 2022-08-17T13:17:15.3835321Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220817131713.xml 2022-08-17T13:17:15.3837803Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220817131713.xml 2022-08-17T13:17:15.7614631Z Running test_indexing ... [2022-08-17 13:17:15.761059] 2022-08-17T13:17:15.7615181Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:15.761143] 2022-08-17T13:17:17.2253756Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-08-17T13:17:17.2270107Z 2022-08-17T13:17:17.2270260Z Running tests... 2022-08-17T13:17:17.2270711Z ---------------------------------------------------------------------- 2022-08-17T13:17:17.2435454Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-08-17T13:17:17.2461399Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.2472962Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.2493761Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.2608152Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-08-17T13:17:17.2723664Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-08-17T13:17:17.2743372Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.2898382Z 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:17:17.2899227Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-08-17T13:17:17.2945508Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-08-17T13:17:17.2947003Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-08-17T13:17:17.2947388Z ok (0.020s) 2022-08-17T13:17:17.2972036Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.3179232Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-08-17T13:17:17.3201271Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.3266543Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-08-17T13:17:17.3279692Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:17:17.3288922Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:17:17.3300930Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:17:17.3325196Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.3334311Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:17:17.3346073Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:17:17.3371840Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:17:17.3640929Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.027s) 2022-08-17T13:17:17.3657324Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.3966567Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.031s) 2022-08-17T13:17:17.5586917Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.162s) 2022-08-17T13:17:17.5611006Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.5625474Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:17.5651575Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:17:17.5663479Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:17.5677960Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:17.5697386Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.5717953Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.5729401Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:17.5745212Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.5760058Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:17.5780155Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:17.5852287Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-08-17T13:17:17.5865305Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:17.5879241Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:17.5974836Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-08-17T13:17:17.6252835Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-08-17T13:17:17.6280551Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:17:17.7375030Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.109s) 2022-08-17T13:17:17.7405388Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:17:18.8498649Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.109s) 2022-08-17T13:17:18.8513814Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:17:18.8528040Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:18.8543713Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:18.8558030Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8572624Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8586578Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8600610Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8614813Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8631570Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:18.8726985Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-08-17T13:17:18.8742308Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:18.8757352Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8771637Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8785668Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8799536Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8811883Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8823326Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8837717Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.8846773Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:18.8856021Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9342373Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.048s) 2022-08-17T13:17:18.9355862Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9369374Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9379928Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9395798Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9459669Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-08-17T13:17:18.9473162Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9582526Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-08-17T13:17:18.9668783Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-08-17T13:17:18.9678600Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9691771Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:18.9708229Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:18.9757485Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.005s) 2022-08-17T13:17:18.9797761Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-08-17T13:17:18.9980717Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-08-17T13:17:19.0158089Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-08-17T13:17:19.0172209Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:17:19.0195685Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:17:19.0195974Z 2022-08-17T13:17:19.0196440Z ---------------------------------------------------------------------- 2022-08-17T13:17:19.0196837Z Ran 81 tests in 1.793s 2022-08-17T13:17:19.0197332Z 2022-08-17T13:17:19.0197448Z OK (skipped=5) 2022-08-17T13:17:19.0197615Z 2022-08-17T13:17:19.0197746Z Generating XML reports... 2022-08-17T13:17:19.0250274Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817131717.xml 2022-08-17T13:17:19.0297355Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817131717.xml 2022-08-17T13:17:19.3870655Z Running backends/xeon/test_launch ... [2022-08-17 13:17:19.386662] 2022-08-17T13:17:19.3871260Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:19.386749] 2022-08-17T13:17:20.5705864Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-08-17T13:17:20.5717880Z 2022-08-17T13:17:20.5718006Z Running tests... 2022-08-17T13:17:20.5718654Z ---------------------------------------------------------------------- 2022-08-17T13:17:20.7084919Z test_cpu_info (__main__.TestTorchrun) ... 2022-08-17 13:17:20,707 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-08-17T13:17:20.7085913Z ok (0.137s) 2022-08-17T13:17:22.2780127Z test_multi_threads (__main__.TestTorchrun) ... ok (1.569s) 2022-08-17T13:17:22.2780324Z 2022-08-17T13:17:22.2780646Z ---------------------------------------------------------------------- 2022-08-17T13:17:22.2780921Z Ran 2 tests in 1.706s 2022-08-17T13:17:22.2781046Z 2022-08-17T13:17:22.2781097Z OK 2022-08-17T13:17:22.2781194Z 2022-08-17T13:17:22.2781295Z Generating XML reports... 2022-08-17T13:17:22.2817406Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220817131720.xml 2022-08-17T13:17:22.5490447Z Running test_namedtuple_return_api ... [2022-08-17 13:17:22.548606] 2022-08-17T13:17:22.5491225Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:22.548694] 2022-08-17T13:17:23.7427974Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-08-17T13:17:23.7438530Z 2022-08-17T13:17:23.7438691Z Running tests... 2022-08-17T13:17:23.7439180Z ---------------------------------------------------------------------- 2022-08-17T13:17:24.0010805Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.257s) 2022-08-17T13:17:24.0134889Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0135806Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:17:24.0136159Z Q, R = torch.qr(A, some) 2022-08-17T13:17:24.0136408Z should be replaced with 2022-08-17T13:17:24.0137050Z 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:17:24.0137486Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0137911Z test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0138471Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:17:24.0138790Z Q, R = torch.qr(A, some) 2022-08-17T13:17:24.0139042Z should be replaced with 2022-08-17T13:17:24.0139640Z 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:17:24.0140098Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-08-17T13:17:24.0142895Z test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0143836Z 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:17:24.0144874Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:17:24.0146155Z should be replaced with 2022-08-17T13:17:24.0146571Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:17:24.0146842Z and 2022-08-17T13:17:24.0147083Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:17:24.0147333Z should be replaced with 2022-08-17T13:17:24.0147945Z 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:17:24.0148368Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0148798Z test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0149389Z 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:17:24.0149789Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:17:24.0150046Z should be replaced with 2022-08-17T13:17:24.0150403Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:17:24.0150672Z and 2022-08-17T13:17:24.0150907Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:17:24.0151161Z should be replaced with 2022-08-17T13:17:24.0151767Z 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:17:24.0152214Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-08-17T13:17:24.0152674Z test_namedtuple_return_api.py:150: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0153202Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:17:24.0153572Z L, _ = torch.eig(A) 2022-08-17T13:17:24.0153806Z should be replaced with 2022-08-17T13:17:24.0154057Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:17:24.0154302Z and 2022-08-17T13:17:24.0154532Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:17:24.0154784Z should be replaced with 2022-08-17T13:17:24.0155212Z 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:17:24.0155613Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0156077Z test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:17:24.0156619Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:17:24.0156993Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:17:24.0157258Z should be replaced with 2022-08-17T13:17:24.0157673Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:17:24.0158073Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0159998Z test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-08-17T13:17:24.0160612Z 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:17:24.0161088Z To get the qr decomposition consider using torch.linalg.qr. 2022-08-17T13:17:24.0161893Z 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:17:24.0162552Z The unpacking of the solution, as in 2022-08-17T13:17:24.0162898Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-08-17T13:17:24.0163154Z should be replaced with 2022-08-17T13:17:24.0163577Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4047.) 2022-08-17T13:17:24.0163979Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0204089Z test_namedtuple_return_api.py:150: 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:17:24.0204573Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:17:24.0204844Z should be replaced with 2022-08-17T13:17:24.0205140Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:17:24.0205390Z and 2022-08-17T13:17:24.0205664Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:17:24.0205968Z should be replaced with 2022-08-17T13:17:24.0206408Z 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:17:24.0206834Z ret1 = func(a, *op.input) 2022-08-17T13:17:24.0208189Z ok (0.020s) 2022-08-17T13:17:25.4215529Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.400s) 2022-08-17T13:17:25.4215759Z 2022-08-17T13:17:25.4216117Z ---------------------------------------------------------------------- 2022-08-17T13:17:25.4216379Z Ran 3 tests in 1.678s 2022-08-17T13:17:25.4216503Z 2022-08-17T13:17:25.4216566Z OK 2022-08-17T13:17:25.4216746Z 2022-08-17T13:17:25.4216839Z Generating XML reports... 2022-08-17T13:17:25.4245833Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817131723.xml 2022-08-17T13:17:25.7443327Z Running test_public_bindings ... [2022-08-17 13:17:25.743899] 2022-08-17T13:17:25.7444075Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:25.743988] 2022-08-17T13:17:26.9172615Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-08-17T13:17:26.9184361Z 2022-08-17T13:17:26.9184719Z Running tests... 2022-08-17T13:17:26.9185153Z ---------------------------------------------------------------------- 2022-08-17T13:17:26.9213818Z test_correct_module_names (__main__.TestPublicBindings) 2022-08-17T13:17:27.2259087Z 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:17:27.2259670Z "torch.distributed.reduce_op is deprecated, please use " 2022-08-17T13:17:28.1900270Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:17:28.4418020Z ok (1.523s) 2022-08-17T13:17:28.4444934Z test_no_new_bindings (__main__.TestPublicBindings) 2022-08-17T13:17:28.4453904Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-08-17T13:17:28.4454286Z 2022-08-17T13:17:28.4454786Z ---------------------------------------------------------------------- 2022-08-17T13:17:28.4455170Z Ran 2 tests in 1.527s 2022-08-17T13:17:28.4455369Z 2022-08-17T13:17:28.4455474Z OK 2022-08-17T13:17:28.4455634Z 2022-08-17T13:17:28.4455784Z Generating XML reports... 2022-08-17T13:17:28.4463199Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817131726.xml 2022-08-17T13:17:28.9113454Z Running test_scatter_gather_ops ... [2022-08-17 13:17:28.910918] 2022-08-17T13:17:28.9114048Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:28.911005] 2022-08-17T13:17:30.3313833Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-08-17T13:17:30.3328650Z 2022-08-17T13:17:30.3328822Z Running tests... 2022-08-17T13:17:30.3329411Z ---------------------------------------------------------------------- 2022-08-17T13:17:30.3362749Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-08-17T13:17:30.3378531Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:17:30.3393916Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:17:30.3408329Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-08-17T13:17:30.3421054Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-08-17T13:17:30.3505044Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-08-17T13:17:30.3592098Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-08-17T13:17:30.3711443Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-08-17T13:17:30.3829890Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-08-17T13:17:30.3946497Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-08-17T13:17:30.5229322Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.128s) 2022-08-17T13:17:30.6518803Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.129s) 2022-08-17T13:17:30.7800127Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.128s) 2022-08-17T13:17:30.7911818Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-08-17T13:17:30.8022414Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-08-17T13:17:30.8132562Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-08-17T13:17:30.8229047Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-08-17T13:17:30.8324540Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-08-17T13:17:30.8420436Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-08-17T13:17:30.8438538Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:17:30.8475164Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T13:17:30.8476213Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-08-17T13:17:30.8647440Z ok (0.021s) 2022-08-17T13:17:30.8847122Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:30.9055076Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-08-17T13:17:30.9259436Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:30.9464461Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:30.9662868Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:30.9862745Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.0059545Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.0257125Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.0454818Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.0660803Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.0856959Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.1063196Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-08-17T13:17:31.1269681Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-08-17T13:17:31.1476170Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-08-17T13:17:31.1676009Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.1878915Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.2081795Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.2283717Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.2486213Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.2678264Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.2874034Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.3067029Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.3260045Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.3450510Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.3638254Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.3824961Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.4011425Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.4197667Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.4385462Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.4572066Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.4766021Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.4952186Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.5144529Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.5336974Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.5527738Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.5719586Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.5910162Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.6096622Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.6281914Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.6466494Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.6651435Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.6837959Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.7027156Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.7224520Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.7421105Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-08-17T13:17:31.7614909Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.7807765Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.7999372Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.8191465Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.8377877Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-08-17T13:17:31.8562441Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.8748214Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.8934950Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:17:31.8935283Z 2022-08-17T13:17:31.8935668Z ---------------------------------------------------------------------- 2022-08-17T13:17:31.8935934Z Ran 74 tests in 1.560s 2022-08-17T13:17:31.8936056Z 2022-08-17T13:17:31.8936123Z OK 2022-08-17T13:17:31.8936220Z 2022-08-17T13:17:31.8936315Z Generating XML reports... 2022-08-17T13:17:31.9028673Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817131730.xml 2022-08-17T13:17:32.2446954Z Running test_shape_ops ... [2022-08-17 13:17:32.244222] 2022-08-17T13:17:32.2447510Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:32.244314] 2022-08-17T13:17:33.6841939Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-08-17T13:17:33.6859491Z 2022-08-17T13:17:33.6859629Z Running tests... 2022-08-17T13:17:33.6860041Z ---------------------------------------------------------------------- 2022-08-17T13:17:33.6911718Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:17:33.6937341Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:33.6966141Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:33.7107805Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-08-17T13:17:33.7137953Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:33.7161611Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:33.7177083Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:33.7189601Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:33.7204341Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:33.7227607Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:17:33.7228411Z return torch.as_tensor(tensor_like) 2022-08-17T13:17:33.7241325Z ok (0.004s) 2022-08-17T13:17:33.7393191Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-08-17T13:17:33.7508146Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:17:33.7665487Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-08-17T13:17:33.7838638Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-08-17T13:17:33.7990440Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-08-17T13:17:33.8446525Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:17:33.8591874Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-08-17T13:17:33.8705889Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:17:33.8823661Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-08-17T13:17:33.8932584Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:17:33.9050432Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-08-17T13:17:33.9169365Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-08-17T13:17:33.9308778Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-08-17T13:17:33.9442328Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:33.9578545Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:33.9713907Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:33.9848834Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:33.9983595Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0118190Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0252699Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0386867Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0516726Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0647273Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0777446Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:17:34.0789214Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:34.0868245Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-08-17T13:17:34.0915164Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:17:34.0984211Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:17:34.1051350Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:17:34.1124158Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:17:34.1198927Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-08-17T13:17:34.1255087Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:17:34.1300259Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:17:34.1344933Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:17:34.1387730Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:17:34.1438738Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:17:34.1483544Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:17:34.1500923Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.1518661Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.1533540Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:34.1594794Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:17:34.1657596Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:17:34.1722484Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:17:34.1747894Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.1768292Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.1784114Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.1818973Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.1852762Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.1886724Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.2401051Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.051s) 2022-08-17T13:17:34.2861803Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:17:34.3100597Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:17:34.3567864Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-08-17T13:17:34.4029014Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:17:34.4485473Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:17:34.4516424Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.4517253Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-08-17T13:17:34.5023311Z ok (0.054s) 2022-08-17T13:17:34.5055875Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.5056597Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:17:34.5093893Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.5094543Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:17:34.5128922Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.5129555Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:17:34.5198501Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.5199153Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:17:34.5233386Z test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:34.5234042Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:17:34.5268195Z ok (0.024s) 2022-08-17T13:17:34.5502095Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-08-17T13:17:34.5739968Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:17:34.5977938Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:17:34.6212968Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-08-17T13:17:34.6449251Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-08-17T13:17:34.6682974Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-08-17T13:17:34.6929057Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:17:34.7186769Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-08-17T13:17:34.7434323Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-08-17T13:17:34.7458331Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7468768Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:34.7476459Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:17:34.7750842Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:17:34.7779262Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.7811620Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.7841232Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.7865736Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7889418Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7912658Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7936932Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7959820Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:17:34.7990227Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:17:34.7990490Z 2022-08-17T13:17:34.7991008Z ---------------------------------------------------------------------- 2022-08-17T13:17:34.7991421Z Ran 89 tests in 1.113s 2022-08-17T13:17:34.7991541Z 2022-08-17T13:17:34.7991605Z OK (skipped=1) 2022-08-17T13:17:34.7991726Z 2022-08-17T13:17:34.7991816Z Generating XML reports... 2022-08-17T13:17:34.8098714Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817131733.xml 2022-08-17T13:17:35.1341226Z Running test_namedtensor ... [2022-08-17 13:17:35.133729] 2022-08-17T13:17:35.1341961Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:35.133819] 2022-08-17T13:17:36.6175807Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-08-17T13:17:36.6191872Z 2022-08-17T13:17:36.6192633Z Running tests... 2022-08-17T13:17:36.6215262Z ---------------------------------------------------------------------- 2022-08-17T13:17:36.6215712Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:36.6237990Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:36.6320043Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:17:36.6342772Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:36.6356482Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6366240Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-08-17T13:17:36.6403730Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.004s) 2022-08-17T13:17:36.6509470Z test_align_to (__main__.TestNamedTensor) ... ok (0.010s) 2022-08-17T13:17:36.6629187Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.012s) 2022-08-17T13:17:36.6641732Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6650187Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6654013Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-08-17T13:17:36.6665490Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6678845Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6692006Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6704425Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:36.6894452Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.019s) 2022-08-17T13:17:37.0490833Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.359s) 2022-08-17T13:17:37.0506532Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.0718325Z test_bmm (__main__.TestNamedTensor) ... ok (0.021s) 2022-08-17T13:17:37.0888032Z test_cat (__main__.TestNamedTensor) ... ok (0.017s) 2022-08-17T13:17:37.0905943Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.0962534Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:17:37.0980686Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.0998390Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1013080Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1028170Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1038535Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1052319Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1068602Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1116101Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.005s) 2022-08-17T13:17:37.1322478Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.021s) 2022-08-17T13:17:37.1441565Z test_flatten (__main__.TestNamedTensor) ... ok (0.012s) 2022-08-17T13:17:37.1476477Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:17:37.1488849Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1510364Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1526625Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1538137Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1552554Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.1578428Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.1744860Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.017s) 2022-08-17T13:17:37.1823437Z test_masked_select (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:17:37.2061416Z test_matmul (__main__.TestNamedTensor) ... ok (0.024s) 2022-08-17T13:17:37.2098228Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:17:37.2112258Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2183166Z test_mm (__main__.TestNamedTensor) ... ok (0.007s) 2022-08-17T13:17:37.2199820Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.2718750Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.052s) 2022-08-17T13:17:37.2818408Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.010s) 2022-08-17T13:17:37.2829789Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2838037Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2846785Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2857325Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2866310Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.2897806Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:17:37.3122219Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.022s) 2022-08-17T13:17:37.3140106Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.3150697Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.4301868Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.115s) 2022-08-17T13:17:37.4401819Z test_refine_names (__main__.TestNamedTensor) ... ok (0.010s) 2022-08-17T13:17:37.4492942Z test_rename (__main__.TestNamedTensor) ... ok (0.009s) 2022-08-17T13:17:37.4566493Z test_rename_ (__main__.TestNamedTensor) ... ok (0.007s) 2022-08-17T13:17:37.4602352Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:17:37.4624831Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.4642382Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.4721053Z test_resize (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:17:37.4760035Z test_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:17:37.4763385Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-08-17T13:17:37.4819753Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:17:37.4903666Z test_size (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:17:37.4920722Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:17:37.4932738Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5010886Z test_stride (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:17:37.5051326Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:17:37.5064086Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T13:17:37.5064673Z tensor = torch.tensor(x) 2022-08-17T13:17:37.5066854Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T13:17:37.5067476Z tensor = torch.tensor(x, names=None) 2022-08-17T13:17:37.5068665Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T13:17:37.5069269Z tensor = torch.tensor(x, names=('N', 'C')) 2022-08-17T13:17:37.5088399Z ok (0.004s) 2022-08-17T13:17:37.5100527Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5108524Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-08-17T13:17:37.5109136Z tensor = torch.tensor(x, names=names) 2022-08-17T13:17:37.5110321Z ok (0.001s) 2022-08-17T13:17:37.5122484Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5137016Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5142837Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5345183Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.020s) 2022-08-17T13:17:37.5524188Z test_unflatten (__main__.TestNamedTensor) ... ok (0.018s) 2022-08-17T13:17:37.5632271Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.011s) 2022-08-17T13:17:37.5642809Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5652196Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5662674Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:17:37.5663121Z 2022-08-17T13:17:37.5663741Z ---------------------------------------------------------------------- 2022-08-17T13:17:37.5664191Z Ran 86 tests in 0.947s 2022-08-17T13:17:37.5664383Z 2022-08-17T13:17:37.5664508Z OK (skipped=4) 2022-08-17T13:17:37.5664683Z 2022-08-17T13:17:37.5664824Z Generating XML reports... 2022-08-17T13:17:37.5756643Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220817131736.xml 2022-08-17T13:17:37.8979835Z Running test_functionalization ... [2022-08-17 13:17:37.897530] 2022-08-17T13:17:37.8980412Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:37.897621] 2022-08-17T13:17:39.0845086Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-08-17T13:17:39.0858676Z 2022-08-17T13:17:39.0858997Z Running tests... 2022-08-17T13:17:39.0859633Z ---------------------------------------------------------------------- 2022-08-17T13:17:39.3705418Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.284s) 2022-08-17T13:17:39.3903901Z test_as_strided (__main__.TestFunctionalization) ... /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:17:39.3904733Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-08-17T13:17:39.4012013Z ok (0.031s) 2022-08-17T13:17:39.4228778Z test_cat (__main__.TestFunctionalization) ... ok (0.022s) 2022-08-17T13:17:39.5114122Z test_copy_ (__main__.TestFunctionalization) ... ok (0.088s) 2022-08-17T13:17:39.5372568Z test_diagonal (__main__.TestFunctionalization) ... ok (0.026s) 2022-08-17T13:17:39.5557009Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.018s) 2022-08-17T13:17:39.6444885Z test_everything (__main__.TestFunctionalization) ... ok (0.089s) 2022-08-17T13:17:39.6535516Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.009s) 2022-08-17T13:17:39.6775051Z test_fill_ (__main__.TestFunctionalization) ... ok (0.024s) 2022-08-17T13:17:39.7032227Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.026s) 2022-08-17T13:17:39.7302729Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.027s) 2022-08-17T13:17:39.7524920Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.022s) 2022-08-17T13:17:39.7543145Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.002s) 2022-08-17T13:17:39.7595129Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-08-17T13:17:39.7612403Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-08-17T13:17:39.7628408Z test_multi_out (__main__.TestFunctionalization) ... test_functionalization.py:187: 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-17T13:17:39.7629324Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-08-17T13:17:39.7872295Z ok (0.026s) 2022-08-17T13:17:39.8024641Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.015s) 2022-08-17T13:17:39.8067687Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.004s) 2022-08-17T13:17:39.8194425Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.013s) 2022-08-17T13:17:39.8231443Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.004s) 2022-08-17T13:17:39.8422288Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.019s) 2022-08-17T13:17:39.8595674Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.017s) 2022-08-17T13:17:39.8638739Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-08-17T13:17:39.8870092Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.023s) 2022-08-17T13:17:39.9418370Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.055s) 2022-08-17T13:17:39.9431364Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-08-17T13:17:39.9659391Z test_scalars (__main__.TestFunctionalization) ... ok (0.023s) 2022-08-17T13:17:39.9952488Z test_simple (__main__.TestFunctionalization) ... ok (0.029s) 2022-08-17T13:17:39.9967093Z test_simple_out (__main__.TestFunctionalization) ... test_functionalization.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:17:39.9967808Z torch.add(y, tmp, out=z) 2022-08-17T13:17:40.0217948Z ok (0.027s) 2022-08-17T13:17:40.0489229Z test_split (__main__.TestFunctionalization) ... ok (0.027s) 2022-08-17T13:17:40.0712697Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.022s) 2022-08-17T13:17:40.0806880Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.009s) 2022-08-17T13:17:40.0821672Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-08-17T13:17:40.1020679Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.020s) 2022-08-17T13:17:40.1020981Z 2022-08-17T13:17:40.1021499Z ---------------------------------------------------------------------- 2022-08-17T13:17:40.1021912Z Ran 34 tests in 1.016s 2022-08-17T13:17:40.1022098Z 2022-08-17T13:17:40.1022194Z OK 2022-08-17T13:17:40.1022330Z 2022-08-17T13:17:40.1022456Z Generating XML reports... 2022-08-17T13:17:40.1075091Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220817131739.xml 2022-08-17T13:17:40.4426533Z Running test_model_dump ... [2022-08-17 13:17:40.442185] 2022-08-17T13:17:40.4427089Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:40.442269] 2022-08-17T13:17:41.6128365Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-08-17T13:17:41.6141790Z 2022-08-17T13:17:41.6142116Z Running tests... 2022-08-17T13:17:41.6142776Z ---------------------------------------------------------------------- 2022-08-17T13:17:41.8916658Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.277s) 2022-08-17T13:17:41.9141103Z test_invalid_json (__main__.TestModelDump) ... ok (0.022s) 2022-08-17T13:17:41.9343610Z test_main (__main__.TestModelDump) ... ok (0.020s) 2022-08-17T13:17:41.9362033Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-08-17T13:17:41.9416522Z test_model_with_lists (__main__.TestModelDump) ... ok (0.005s) 2022-08-17T13:17:42.2120428Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.270s) 2022-08-17T13:17:42.4041990Z test_quantized_model (__main__.TestModelDump) ... ok (0.192s) 2022-08-17T13:17:42.4161324Z test_scripted_model (__main__.TestModelDump) ... ok (0.012s) 2022-08-17T13:17:42.4344097Z test_traced_model (__main__.TestModelDump) ... ok (0.018s) 2022-08-17T13:17:42.4344348Z 2022-08-17T13:17:42.4344801Z ---------------------------------------------------------------------- 2022-08-17T13:17:42.4345051Z Ran 9 tests in 0.820s 2022-08-17T13:17:42.4345169Z 2022-08-17T13:17:42.4345249Z OK (skipped=1) 2022-08-17T13:17:42.4345361Z 2022-08-17T13:17:42.4345474Z Generating XML reports... 2022-08-17T13:17:42.4380350Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220817131741.xml 2022-08-17T13:17:42.7786705Z Running test_datapipe ... [2022-08-17 13:17:42.778227] 2022-08-17T13:17:42.7787239Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:42.778311] 2022-08-17T13:17:43.9775410Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-08-17T13:17:43.9801242Z 2022-08-17T13:17:43.9801724Z Running tests... 2022-08-17T13:17:43.9802175Z ---------------------------------------------------------------------- 2022-08-17T13:17:43.9806804Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-08-17T13:17:43.9851140Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-08-17T13:17:44.2523249Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:17:44.2523889Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:17:44.2592063Z ok (0.274s) 2022-08-17T13:17:44.2600499Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2608451Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2615454Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2619273Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-08-17T13:17:44.2628066Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2636404Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2643897Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:17:44.2650505Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:17:44.2655871Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:17:44.2664376Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:17:44.2669154Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-08-17T13:17:44.2674288Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-08-17T13:17:44.2678637Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-08-17T13:17:44.2715434Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:17:44.2747216Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.2748003Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.2765757Z ok (0.005s) 2022-08-17T13:17:44.2800175Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-08-17T13:17:44.2876891Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.2877441Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.2884364Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.2884855Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.2892866Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.2893328Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.2903582Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.2904023Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.2911542Z ok (0.011s) 2022-08-17T13:17:44.2951826Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:17:44.3088690Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.014s) 2022-08-17T13:17:44.3113980Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-08-17T13:17:44.3262047Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.015s) 2022-08-17T13:17:44.3279879Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.3280437Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.3319975Z ok (0.006s) 2022-08-17T13:17:44.3572935Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.025s) 2022-08-17T13:17:44.3599644Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-08-17T13:17:44.3614993Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-08-17T13:17:44.3715021Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:17:44.3715735Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:17:44.3943434Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:17:44.3943956Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:17:44.4098645Z ok (0.048s) 2022-08-17T13:17:44.4120507Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-08-17T13:17:44.4251743Z Only for DataPipes that take in a function as argument ... ok (0.015s) 2022-08-17T13:17:44.4273089Z test_shuffle_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74877 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:17:44.4289591Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-08-17T13:17:44.4342466Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-08-17T13:17:44.4371812Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-08-17T13:17:44.4405792Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-08-17T13:17:44.4428412Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-08-17T13:17:44.4441783Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.4442309Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.4465053Z ok (0.004s) 2022-08-17T13:17:44.4487760Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-08-17T13:17:44.4586879Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-08-17T13:17:44.4598256Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-08-17T13:17:44.4635048Z Only for DataPipes that take in a function as argument ... ok (0.005s) 2022-08-17T13:17:44.4653433Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-08-17T13:17:44.4678487Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-08-17T13:17:44.4689497Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.4690253Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.4694028Z ok (0.001s) 2022-08-17T13:17:44.4710368Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-08-17T13:17:44.4742604Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-08-17T13:17:44.4756270Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-08-17T13:17:44.4767439Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-08-17T13:17:44.4781237Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-08-17T13:17:44.4791105Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:17:44.4806879Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-08-17T13:17:44.4819768Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:17:44.4834947Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:17:44.4846681Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:17:44.4860990Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-08-17T13:17:44.4875825Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-08-17T13:17:44.5007356Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-08-17T13:17:44.5043907Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:17:44.5044584Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:17:44.5064096Z ok (0.006s) 2022-08-17T13:17:44.5181619Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.012s) 2022-08-17T13:17:44.5191587Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:17:44.5212296Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-08-17T13:17:44.5240569Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:17:44.5287430Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-08-17T13:17:44.5293264Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:17:44.5319995Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-08-17T13:17:44.5330513Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:17:44.5341832Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-08-17T13:17:44.5352572Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:17:44.5382083Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-08-17T13:17:44.5419392Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:17:44.5419952Z "Local function is not supported by pickle, please use " 2022-08-17T13:17:44.5438195Z ok (0.006s) 2022-08-17T13:17:44.5517074Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-08-17T13:17:44.5553162Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-08-17T13:17:44.5580625Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-08-17T13:17:44.5614715Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-08-17T13:17:44.5661764Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-08-17T13:17:44.5731117Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-08-17T13:17:44.5736953Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-08-17T13:17:44.5742752Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-08-17T13:17:44.6241535Z test_old_dataloader (__main__.TestSharding) ... ok (0.050s) 2022-08-17T13:17:44.6266255Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-08-17T13:17:44.6301543Z test_simple_sharding (__main__.TestSharding) ... ok (0.003s) 2022-08-17T13:17:44.6315906Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-08-17T13:17:44.6323839Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-08-17T13:17:44.6345966Z test_pickle (__main__.TestStreamWrapper) ... ok (0.002s) 2022-08-17T13:17:44.6364209Z test_repr (__main__.TestStreamWrapper) ... ok (0.002s) 2022-08-17T13:17:44.6400297Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-08-17T13:17:44.6410731Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-08-17T13:17:44.6419154Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-08-17T13:17:44.6436623Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-08-17T13:17:44.6445479Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-08-17T13:17:44.6456563Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-08-17T13:17:44.6468565Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-08-17T13:17:44.6487025Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-08-17T13:17:44.6487316Z 2022-08-17T13:17:44.6487654Z ---------------------------------------------------------------------- 2022-08-17T13:17:44.6488013Z Ran 87 tests in 0.669s 2022-08-17T13:17:44.6488123Z 2022-08-17T13:17:44.6488205Z OK (skipped=17) 2022-08-17T13:17:44.6488318Z 2022-08-17T13:17:44.6488408Z Generating XML reports... 2022-08-17T13:17:44.6521261Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220817131743.xml 2022-08-17T13:17:44.6528822Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220817131743.xml 2022-08-17T13:17:44.6546691Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220817131743.xml 2022-08-17T13:17:44.6554803Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220817131743.xml 2022-08-17T13:17:44.6561327Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220817131743.xml 2022-08-17T13:17:44.6567440Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220817131743.xml 2022-08-17T13:17:44.6573434Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220817131743.xml 2022-08-17T13:17:44.6579577Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220817131743.xml 2022-08-17T13:17:44.6586708Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220817131743.xml 2022-08-17T13:17:44.6590647Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220817131743.xml 2022-08-17T13:17:44.6601867Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220817131743.xml 2022-08-17T13:17:44.6610472Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220817131743.xml 2022-08-17T13:17:44.6613252Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220817131743.xml 2022-08-17T13:17:44.6620389Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220817131743.xml 2022-08-17T13:17:44.6624732Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220817131743.xml 2022-08-17T13:17:45.0195665Z Running test_function_schema ... [2022-08-17 13:17:45.019173] 2022-08-17T13:17:45.0196301Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:45.019262] 2022-08-17T13:17:46.2140934Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-08-17T13:17:46.2153973Z 2022-08-17T13:17:46.2154403Z Running tests... 2022-08-17T13:17:46.2154959Z ---------------------------------------------------------------------- 2022-08-17T13:17:46.4864593Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.271s) 2022-08-17T13:17:46.4874120Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4884642Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4897729Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4907455Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4918457Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4939122Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-08-17T13:17:46.4947957Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.4957767Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.7609191Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.265s) 2022-08-17T13:17:46.7619360Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-08-17T13:17:46.7619779Z 2022-08-17T13:17:46.7620274Z ---------------------------------------------------------------------- 2022-08-17T13:17:46.7620571Z Ran 11 tests in 0.547s 2022-08-17T13:17:46.7620692Z 2022-08-17T13:17:46.7620755Z OK 2022-08-17T13:17:46.7620850Z 2022-08-17T13:17:46.7620940Z Generating XML reports... 2022-08-17T13:17:46.7658790Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220817131746.xml 2022-08-17T13:17:47.0932243Z Running test_tensorexpr_pybind ... [2022-08-17 13:17:47.092795] 2022-08-17T13:17:47.0932799Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:47.092882] 2022-08-17T13:17:48.3081538Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-08-17T13:17:48.3096194Z 2022-08-17T13:17:48.3096517Z Running tests... 2022-08-17T13:17:48.3097211Z ---------------------------------------------------------------------- 2022-08-17T13:17:48.5808126Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.271s) 2022-08-17T13:17:48.6086052Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.028s) 2022-08-17T13:17:48.6108476Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:17:48.6119101Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-08-17T13:17:48.6140859Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:17:48.6169003Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-08-17T13:17:48.6186742Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:17:48.7874309Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.169s) 2022-08-17T13:17:48.8303147Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.043s) 2022-08-17T13:17:48.8589836Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-08-17T13:17:48.8882916Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-08-17T13:17:48.9525151Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.064s) 2022-08-17T13:17:48.9771987Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.025s) 2022-08-17T13:17:49.0088552Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.032s) 2022-08-17T13:17:49.0380095Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-08-17T13:17:49.0693989Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.031s) 2022-08-17T13:17:49.0711799Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:17:49.0712130Z 2022-08-17T13:17:49.0712657Z ---------------------------------------------------------------------- 2022-08-17T13:17:49.0712976Z Ran 17 tests in 0.762s 2022-08-17T13:17:49.0713102Z 2022-08-17T13:17:49.0713199Z OK 2022-08-17T13:17:49.0713331Z 2022-08-17T13:17:49.0713475Z Generating XML reports... 2022-08-17T13:17:49.0750857Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817131748.xml 2022-08-17T13:17:49.0764859Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817131748.xml 2022-08-17T13:17:49.3912293Z Running test_subclass ... [2022-08-17 13:17:49.390838] 2022-08-17T13:17:49.3913364Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:49.390923] 2022-08-17T13:17:50.5492816Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-08-17T13:17:50.5509341Z 2022-08-17T13:17:50.5509426Z Running tests... 2022-08-17T13:17:50.5509934Z ---------------------------------------------------------------------- 2022-08-17T13:17:50.8126630Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.261s) 2022-08-17T13:17:50.8141899Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8169755Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8195295Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8221205Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8244783Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8261765Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8277484Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8312043Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8346445Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8359892Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-08-17T13:17:50.8375621Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:17:50.8376244Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:17:50.8384790Z expected failure (0.002s) 2022-08-17T13:17:50.8404025Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-08-17T13:17:50.8422479Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-08-17T13:17:50.8442106Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-08-17T13:17:50.8470219Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8529231Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.006s) 2022-08-17T13:17:50.8576464Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.005s) 2022-08-17T13:17:50.8606729Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.8682193Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-08-17T13:17:50.8707418Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8711203Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8721212Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8733510Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8745434Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8756399Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8767811Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8778642Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8789284Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8801982Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8815137Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8833109Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8852208Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8865138Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8877951Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8891077Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8903853Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.8922492Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8941684Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.8970553Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9000465Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9013546Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9025788Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9038826Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9053472Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9066203Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9080068Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9092770Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9105233Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9118974Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9134916Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-08-17T13:17:50.9167422Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9194474Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9232211Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-08-17T13:17:50.9268269Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-08-17T13:17:50.9307358Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-08-17T13:17:50.9340979Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9367384Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9394173Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-08-17T13:17:50.9435574Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-08-17T13:17:50.9479396Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-08-17T13:17:50.9489397Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9499510Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9510531Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9522781Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9533870Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9545418Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9555523Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9565861Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9578073Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9592396Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-08-17T13:17:50.9592958Z 2022-08-17T13:17:50.9593516Z ---------------------------------------------------------------------- 2022-08-17T13:17:50.9593806Z Ran 71 tests in 0.408s 2022-08-17T13:17:50.9593931Z 2022-08-17T13:17:50.9594005Z OK (expected failures=5) 2022-08-17T13:17:50.9594134Z 2022-08-17T13:17:50.9594230Z Generating XML reports... 2022-08-17T13:17:50.9683209Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220817131750.xml 2022-08-17T13:17:51.2704812Z Running lazy/test_reuse_ir ... [2022-08-17 13:17:51.270097] 2022-08-17T13:17:51.2705425Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:51.270185] 2022-08-17T13:17:52.4064301Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-08-17T13:17:52.4076235Z 2022-08-17T13:17:52.4076558Z Running tests... 2022-08-17T13:17:52.4077219Z ---------------------------------------------------------------------- 2022-08-17T13:17:52.6648926Z 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.257s) 2022-08-17T13:17:52.6663878Z 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.002s) 2022-08-17T13:17:52.6678746Z 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:17:52.7974100Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.129s) 2022-08-17T13:17:52.7974403Z 2022-08-17T13:17:52.7974846Z ---------------------------------------------------------------------- 2022-08-17T13:17:52.7975250Z Ran 4 tests in 0.390s 2022-08-17T13:17:52.7975466Z 2022-08-17T13:17:52.7975606Z OK (skipped=3) 2022-08-17T13:17:52.7975799Z 2022-08-17T13:17:52.7975958Z Generating XML reports... 2022-08-17T13:17:52.8006648Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220817131752.xml 2022-08-17T13:17:53.1178322Z Running test_native_functions ... [2022-08-17 13:17:53.117430] 2022-08-17T13:17:53.1179091Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:53.117520] 2022-08-17T13:17:54.2293927Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-08-17T13:17:54.2305817Z 2022-08-17T13:17:54.2306090Z Running tests... 2022-08-17T13:17:54.2306763Z ---------------------------------------------------------------------- 2022-08-17T13:17:54.5565026Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.326s) 2022-08-17T13:17:54.5667708Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-08-17T13:17:54.5749691Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.008s) 2022-08-17T13:17:54.5839252Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.009s) 2022-08-17T13:17:54.5913162Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-08-17T13:17:54.5981639Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.007s) 2022-08-17T13:17:54.5981936Z 2022-08-17T13:17:54.5982402Z ---------------------------------------------------------------------- 2022-08-17T13:17:54.5982793Z Ran 6 tests in 0.368s 2022-08-17T13:17:54.5982972Z 2022-08-17T13:17:54.5983072Z OK 2022-08-17T13:17:54.5983223Z 2022-08-17T13:17:54.5983354Z Generating XML reports... 2022-08-17T13:17:54.6014052Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817131754.xml 2022-08-17T13:17:54.9149876Z Running test_functional_optim ... [2022-08-17 13:17:54.914540] 2022-08-17T13:17:54.9150448Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:54.914629] 2022-08-17T13:17:56.2439640Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-08-17T13:17:56.2451060Z 2022-08-17T13:17:56.2451302Z Running tests... 2022-08-17T13:17:56.2451696Z ---------------------------------------------------------------------- 2022-08-17T13:17:56.5468987Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.302s) 2022-08-17T13:17:56.5753507Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.028s) 2022-08-17T13:17:56.6014369Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.026s) 2022-08-17T13:17:56.6021209Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-08-17T13:17:56.6021624Z 2022-08-17T13:17:56.6022190Z ---------------------------------------------------------------------- 2022-08-17T13:17:56.6022497Z Ran 4 tests in 0.357s 2022-08-17T13:17:56.6022695Z 2022-08-17T13:17:56.6022762Z OK 2022-08-17T13:17:56.6022861Z 2022-08-17T13:17:56.6022959Z Generating XML reports... 2022-08-17T13:17:56.6064503Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817131756.xml 2022-08-17T13:17:56.9189163Z Running test_multiprocessing_spawn ... [2022-08-17 13:17:56.918543] 2022-08-17T13:17:56.9189745Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:56.918637] 2022-08-17T13:17:58.0618023Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-08-17T13:17:58.0631074Z 2022-08-17T13:17:58.0631579Z Running tests... 2022-08-17T13:17:58.0632019Z ---------------------------------------------------------------------- 2022-08-17T13:17:58.3373175Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.274s) 2022-08-17T13:17:58.3936247Z test_exception_all (__main__.ForkTest) ... ok (0.056s) 2022-08-17T13:17:58.3946819Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 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:17:58.3952569Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 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:17:58.3956157Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 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:17:58.3961084Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 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:17:58.3966246Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 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:17:58.3971558Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 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:17:58.3976610Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 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:17:58.3981887Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 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:17:58.3986875Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 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:17:58.3992597Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 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:17:58.3998448Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 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:17:58.4134637Z test_signal_raises (__main__.SpawnTest) ... ok (0.013s) 2022-08-17T13:17:58.4142994Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:17:58.4147819Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 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:17:58.4152980Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 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:17:58.4157319Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 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:17:58.4162650Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 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:17:58.4163266Z 2022-08-17T13:17:58.4163617Z ---------------------------------------------------------------------- 2022-08-17T13:17:58.4164967Z Ran 19 tests in 0.353s 2022-08-17T13:17:58.4165137Z 2022-08-17T13:17:58.4165535Z OK (skipped=16) 2022-08-17T13:17:58.4165902Z 2022-08-17T13:17:58.4166132Z Generating XML reports... 2022-08-17T13:17:58.4198991Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220817131758.xml 2022-08-17T13:17:58.4207931Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220817131758.xml 2022-08-17T13:17:58.4232254Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220817131758.xml 2022-08-17T13:17:58.7901393Z Running test_per_overload_api ... [2022-08-17 13:17:58.789739] 2022-08-17T13:17:58.7901943Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:17:58.789853] 2022-08-17T13:17:59.9338062Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-08-17T13:17:59.9349087Z 2022-08-17T13:17:59.9349395Z Running tests... 2022-08-17T13:17:59.9350105Z ---------------------------------------------------------------------- 2022-08-17T13:18:00.2063799Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.271s) 2022-08-17T13:18:00.2084861Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-08-17T13:18:00.2104543Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-08-17T13:18:00.2104902Z 2022-08-17T13:18:00.2105398Z ---------------------------------------------------------------------- 2022-08-17T13:18:00.2105666Z Ran 3 tests in 0.275s 2022-08-17T13:18:00.2105793Z 2022-08-17T13:18:00.2105846Z OK 2022-08-17T13:18:00.2105946Z 2022-08-17T13:18:00.2106043Z Generating XML reports... 2022-08-17T13:18:00.2138424Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220817131759.xml 2022-08-17T13:18:00.5437278Z Running test_license ... [2022-08-17 13:18:00.543333] 2022-08-17T13:18:00.5438142Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:00.543424] 2022-08-17T13:18:01.6886528Z Test results will be stored in test-reports/python-unittest/test_license 2022-08-17T13:18:01.6898338Z 2022-08-17T13:18:01.6898660Z Running tests... 2022-08-17T13:18:01.6899314Z ---------------------------------------------------------------------- 2022-08-17T13:18:01.6906499Z test_distinfo_license (__main__.TestLicense) 2022-08-17T13:18:01.9550607Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.265s) 2022-08-17T13:18:01.9556732Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-08-17T13:18:01.9557130Z 2022-08-17T13:18:01.9557637Z ---------------------------------------------------------------------- 2022-08-17T13:18:01.9558127Z Ran 2 tests in 0.266s 2022-08-17T13:18:01.9558343Z 2022-08-17T13:18:01.9558466Z OK (skipped=1) 2022-08-17T13:18:01.9558660Z 2022-08-17T13:18:01.9558840Z Generating XML reports... 2022-08-17T13:18:01.9588719Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220817131801.xml 2022-08-17T13:18:02.2722434Z Running test_show_pickle ... [2022-08-17 13:18:02.271881] 2022-08-17T13:18:02.2722971Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:02.271977] 2022-08-17T13:18:03.3980935Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-08-17T13:18:03.3995125Z 2022-08-17T13:18:03.3995375Z Running tests... 2022-08-17T13:18:03.3996057Z ---------------------------------------------------------------------- 2022-08-17T13:18:03.6916844Z test_scripted_model (__main__.TestShowPickle) ... ok (0.292s) 2022-08-17T13:18:03.6917092Z 2022-08-17T13:18:03.6917586Z ---------------------------------------------------------------------- 2022-08-17T13:18:03.6918091Z Ran 1 test in 0.292s 2022-08-17T13:18:03.6918266Z 2022-08-17T13:18:03.6918343Z OK 2022-08-17T13:18:03.6918428Z 2022-08-17T13:18:03.6918518Z Generating XML reports... 2022-08-17T13:18:03.6943885Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220817131803.xml 2022-08-17T13:18:04.0154675Z Running test_fx_passes ... [2022-08-17 13:18:04.015021] 2022-08-17T13:18:04.0155388Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:04.015114] 2022-08-17T13:18:05.1843974Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-08-17T13:18:05.1858807Z 2022-08-17T13:18:05.1859034Z Running tests... 2022-08-17T13:18:05.1859393Z ---------------------------------------------------------------------- 2022-08-17T13:18:05.4656929Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.280s) 2022-08-17T13:18:05.4734012Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-08-17T13:18:05.4802064Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:18:05.4865854Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.4927171Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.4988791Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.5056584Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:18:05.5115174Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.5174865Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.5256747Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-08-17T13:18:05.5327545Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:18:05.5394745Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:18:05.5434168Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-08-17T13:18:05.5481050Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-08-17T13:18:05.5515391Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-08-17T13:18:05.5548635Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-08-17T13:18:05.5617464Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:18:05.5789487Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.017s) 2022-08-17T13:18:05.5846510Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.5901596Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-08-17T13:18:05.5950297Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-08-17T13:18:05.5997025Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-08-17T13:18:05.6045159Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-08-17T13:18:05.6090538Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-08-17T13:18:05.6152936Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-08-17T13:18:05.6177603Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-08-17T13:18:05.6203399Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-08-17T13:18:05.6244255Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6285114Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6321956Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6360794Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6400723Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6443303Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6478750Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6519590Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6570082Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:18:05.6609434Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6651748Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6690166Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6729231Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6774669Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:18:05.6813248Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:18:05.6813764Z 2022-08-17T13:18:05.6814102Z ---------------------------------------------------------------------- 2022-08-17T13:18:05.6814449Z Ran 42 tests in 0.495s 2022-08-17T13:18:05.6814572Z 2022-08-17T13:18:05.6814636Z OK 2022-08-17T13:18:05.6814738Z 2022-08-17T13:18:05.6814815Z Generating XML reports... 2022-08-17T13:18:05.6861250Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220817131805.xml 2022-08-17T13:18:05.6874306Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220817131805.xml 2022-08-17T13:18:06.0098750Z Running test_native_mha ... [2022-08-17 13:18:06.009421] 2022-08-17T13:18:06.0099303Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:06.009512] 2022-08-17T13:18:07.4508409Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-08-17T13:18:07.4520526Z 2022-08-17T13:18:07.4520927Z Running tests... 2022-08-17T13:18:07.4521589Z ---------------------------------------------------------------------- 2022-08-17T13:18:07.4582616Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:18:07.4614750Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:18:07.4712275Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... test_native_mha.py:202: 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:18:07.4713066Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-08-17T13:18:07.5147945Z ok (0.053s) 2022-08-17T13:18:07.5283538Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:18:07.5295840Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:18:07.5296165Z 2022-08-17T13:18:07.5296532Z ---------------------------------------------------------------------- 2022-08-17T13:18:07.5296805Z Ran 5 tests in 0.077s 2022-08-17T13:18:07.5296931Z 2022-08-17T13:18:07.5297018Z OK (skipped=1) 2022-08-17T13:18:07.5297460Z 2022-08-17T13:18:07.5297563Z Generating XML reports... 2022-08-17T13:18:07.5330305Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220817131807.xml 2022-08-17T13:18:07.8844091Z Running test_complex ... [2022-08-17 13:18:07.883991] 2022-08-17T13:18:07.8844626Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:07.884081] 2022-08-17T13:18:09.2949265Z Test results will be stored in test-reports/python-unittest/test_complex 2022-08-17T13:18:09.2961879Z 2022-08-17T13:18:09.2962121Z Running tests... 2022-08-17T13:18:09.2962493Z ---------------------------------------------------------------------- 2022-08-17T13:18:09.2983724Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-08-17T13:18:09.2997003Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:18:09.3009825Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:18:09.3019607Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:18:09.3020010Z 2022-08-17T13:18:09.3020480Z ---------------------------------------------------------------------- 2022-08-17T13:18:09.3020751Z Ran 4 tests in 0.006s 2022-08-17T13:18:09.3020859Z 2022-08-17T13:18:09.3020924Z OK 2022-08-17T13:18:09.3021021Z 2022-08-17T13:18:09.3021112Z Generating XML reports... 2022-08-17T13:18:09.3052171Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220817131809.xml 2022-08-17T13:18:09.6305911Z Running test_vulkan ... [2022-08-17 13:18:09.630190] 2022-08-17T13:18:09.6306447Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:09.630285] 2022-08-17T13:18:10.7630188Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-08-17T13:18:10.7642895Z 2022-08-17T13:18:10.7643372Z Running tests... 2022-08-17T13:18:10.7643802Z ---------------------------------------------------------------------- 2022-08-17T13:18:10.7678585Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.004s) 2022-08-17T13:18:10.7679525Z 2022-08-17T13:18:10.7679953Z ---------------------------------------------------------------------- 2022-08-17T13:18:10.7680381Z Ran 1 test in 0.004s 2022-08-17T13:18:10.7680573Z 2022-08-17T13:18:10.7680700Z OK (skipped=1) 2022-08-17T13:18:10.7680886Z 2022-08-17T13:18:10.7681020Z Generating XML reports... 2022-08-17T13:18:10.7707028Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817131810.xml 2022-08-17T13:18:11.0000584Z Running lazy/test_bindings ... [2022-08-17 13:18:10.999606] 2022-08-17T13:18:11.0001152Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:10.999696] 2022-08-17T13:18:12.1743812Z Running test_cuda ... [2022-08-17 13:18:12.173966] 2022-08-17T13:18:12.1744357Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:12.174057] 2022-08-17T13:18:14.4294193Z CUDA not available, skipping tests 2022-08-17T13:18:14.4323212Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-08-17T13:18:14.4334900Z 2022-08-17T13:18:14.4335048Z Running tests... 2022-08-17T13:18:14.4335862Z ---------------------------------------------------------------------- 2022-08-17T13:18:14.4336239Z 2022-08-17T13:18:14.4336610Z ---------------------------------------------------------------------- 2022-08-17T13:18:14.4336904Z Ran 0 tests in 0.000s 2022-08-17T13:18:14.4337024Z 2022-08-17T13:18:14.4337074Z OK 2022-08-17T13:18:14.4337170Z 2022-08-17T13:18:14.4337263Z Generating XML reports... 2022-08-17T13:18:14.8530433Z Running test_cuda_trace ... [2022-08-17 13:18:14.852585] 2022-08-17T13:18:14.8531420Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:14.852688] 2022-08-17T13:18:16.0017729Z CUDA not available, skipping tests 2022-08-17T13:18:16.2406430Z Running test_deploy ... [2022-08-17 13:18:16.240230] 2022-08-17T13:18:16.2406872Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-08-17 13:18:16.240322] 2022-08-17T13:18:16.5634842Z ============================= test session starts ============================== 2022-08-17T13:18:16.5635283Z platform linux -- Python 3.7.13, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-08-17T13:18:16.5695218Z cachedir: .pytest_cache 2022-08-17T13:18:16.5695960Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-08-17T13:18:16.5696428Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-08-17T13:18:16.5696836Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0 2022-08-17T13:18:17.5939637Z collecting ...  2022-08-17T13:18:17.5946311Z collecting 0 items  2022-08-17T13:18:17.5946868Z collected 1 item  2022-08-17T13:18:17.5950061Z 2022-08-17T13:18:17.8828622Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-08-17T13:18:17.8829244Z 2022-08-17T13:18:17.8830237Z ============================== 1 passed in 1.32s =============================== 2022-08-17T13:18:18.2200574Z Running test_hub ... [2022-08-17 13:18:18.219611] 2022-08-17T13:18:18.2201108Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:18.219700] 2022-08-17T13:18:19.5897989Z Running test_maskedtensor ... [2022-08-17 13:18:19.589373] 2022-08-17T13:18:19.5898567Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:18:19.589464] 2022-08-17T13:18:21.7541388Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-08-17T13:18:21.7552485Z 2022-08-17T13:18:21.7552615Z Running tests... 2022-08-17T13:18:21.7553581Z ---------------------------------------------------------------------- 2022-08-17T13:18:21.7553873Z 2022-08-17T13:18:21.7554093Z ---------------------------------------------------------------------- 2022-08-17T13:18:21.7554340Z Ran 0 tests in 0.000s 2022-08-17T13:18:21.7554461Z 2022-08-17T13:18:21.7554566Z OK 2022-08-17T13:18:21.7554713Z 2022-08-17T13:18:21.7556585Z Generating XML reports... 2022-08-17T13:18:22.5159320Z 2022-08-17T13:18:22.5159695Z real 66m9.174s 2022-08-17T13:18:22.5159928Z user 233m27.656s 2022-08-17T13:18:22.5160190Z sys 4m36.612s 2022-08-17T13:18:22.5160376Z + assert_git_not_dirty 2022-08-17T13:18:22.5160768Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-08-17T13:18:22.5161160Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-08-17T13:18:22.5162123Z ++ git status --porcelain 2022-08-17T13:18:29.3913900Z + git_status= 2022-08-17T13:18:29.3914459Z + [[ -n '' ]] 2022-08-17T13:18:29.3914801Z + test_aten 2022-08-17T13:18:29.3915337Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-08-17T13:18:29.3915680Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-08-17T13:18:29.3915970Z + echo 'Running ATen tests with pytorch lib' 2022-08-17T13:18:29.3916213Z Running ATen tests with pytorch lib 2022-08-17T13:18:29.3916437Z + [[ -n '' ]] 2022-08-17T13:18:29.3916674Z + echo 'Running test with the build folder' 2022-08-17T13:18:29.3916906Z Running test with the build folder 2022-08-17T13:18:29.3917116Z + TEST_BASE_DIR=build/bin 2022-08-17T13:18:29.3917445Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-08-17T13:18:29.3947709Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-08-17T13:18:29.3955674Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-08-17T13:18:29.3963619Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-08-17T13:18:29.3973244Z + 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 build/bin 2022-08-17T13:18:29.3980526Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-08-17T13:18:29.3987482Z + ls build/bin 2022-08-17T13:18:29.4050512Z CppSignature_test example_allreduce 2022-08-17T13:18:29.4051096Z Dict_test extension_backend_test 2022-08-17T13:18:29.4051453Z Dimname_test half_test 2022-08-17T13:18:29.4051893Z FileStoreTest inline_container_test 2022-08-17T13:18:29.4052288Z HashStoreTest ivalue_test 2022-08-17T13:18:29.4052717Z IListRef_test kernel_function_legacy_test 2022-08-17T13:18:29.4053167Z KernelFunction_test kernel_function_test 2022-08-17T13:18:29.4053516Z List_test kernel_lambda_legacy_test 2022-08-17T13:18:29.4053919Z NamedTensor_test kernel_lambda_test 2022-08-17T13:18:29.4054349Z ProcessGroupGlooTest kernel_stackbased_test 2022-08-17T13:18:29.4054637Z TCPStoreTest lazy_tensor_test 2022-08-17T13:18:29.4054856Z aot_model_compiler_test libc10.so 2022-08-17T13:18:29.4055175Z apply_utils_test 'libcaffe2*' 2022-08-17T13:18:29.4055424Z atest 'libmkldnn*' 2022-08-17T13:18:29.4055668Z backend_fallback_test 'libnccl*' 2022-08-17T13:18:29.4055909Z basic 'libtbb*' 2022-08-17T13:18:29.4056114Z broadcast_test libtorch.so 2022-08-17T13:18:29.4056326Z c10_Array_test libtorch_cpu.so 2022-08-17T13:18:29.4056563Z c10_Bitset_test libtorch_global_deps.so 2022-08-17T13:18:29.4056801Z c10_C++17_test libtorch_python.so 2022-08-17T13:18:29.4057061Z c10_CompileTimeFunctionPointer_test libtorchbind_test.so 2022-08-17T13:18:29.4057361Z c10_ConstexprCrc_test make_boxed_from_unboxed_functor_test 2022-08-17T13:18:29.4057636Z c10_DeadlockDetection_test math_kernel_test 2022-08-17T13:18:29.4057888Z c10_DeviceGuard_test memory_format_test 2022-08-17T13:18:29.4058121Z c10_Device_test memory_overlapping_test 2022-08-17T13:18:29.4058375Z c10_DispatchKeySet_test mobile_memory_cleanup 2022-08-17T13:18:29.4058609Z c10_Half_test native_test 2022-08-17T13:18:29.4058836Z c10_InlineDeviceGuard_test op_allowlist_test 2022-08-17T13:18:29.4059105Z c10_InlineStreamGuard_test op_registration_test 2022-08-17T13:18:29.4059358Z c10_LeftRight_test operators_test 2022-08-17T13:18:29.4059594Z c10_Metaprogramming_test parallel_benchmark 2022-08-17T13:18:29.4059844Z c10_SizesAndStrides_test pow_test 2022-08-17T13:18:29.4060071Z c10_SmallVectorTest protoc 2022-08-17T13:18:29.4060345Z c10_StreamGuard_test protoc-3.13.0.0 2022-08-17T13:18:29.4060575Z c10_SymInt_test quantized_test 2022-08-17T13:18:29.4060807Z c10_Synchronized_test reduce_ops_test 2022-08-17T13:18:29.4061047Z c10_ThreadLocal_test reportMemoryUsage_test 2022-08-17T13:18:29.4061299Z c10_TypeIndex_test scalar_tensor_test 2022-08-17T13:18:29.4061524Z c10_TypeList_test scalar_test 2022-08-17T13:18:29.4061761Z c10_TypeTraits_test stride_properties_test 2022-08-17T13:18:29.4061996Z c10_accumulate_test tensor_iterator_test 2022-08-17T13:18:29.4062224Z c10_bfloat16_test test_api 2022-08-17T13:18:29.4062442Z c10_complex_math_test test_cpp_rpc 2022-08-17T13:18:29.4062659Z c10_complex_test test_dist_autograd 2022-08-17T13:18:29.4062873Z c10_either_test test_jit 2022-08-17T13:18:29.4063221Z c10_exception_test test_lazy 2022-08-17T13:18:29.4063485Z c10_flags_test test_mobile_nnc 2022-08-17T13:18:29.4063724Z c10_intrusive_ptr_benchmark test_parallel 2022-08-17T13:18:29.4063973Z c10_intrusive_ptr_test test_tensorexpr 2022-08-17T13:18:29.4064192Z c10_irange_test thread_init_test 2022-08-17T13:18:29.4064416Z c10_logging_test torch_shm_manager 2022-08-17T13:18:29.4064650Z c10_optional_test tutorial_tensorexpr 2022-08-17T13:18:29.4064883Z c10_ordered_preserving_dict_test type_test 2022-08-17T13:18:29.4065133Z c10_registry_test undefined_tensor_test 2022-08-17T13:18:29.4065365Z c10_string_view_test variant_test 2022-08-17T13:18:29.4065605Z c10_tempfile_test vec_test_all_types_AVX2 2022-08-17T13:18:29.4065839Z c10_typeid_test vec_test_all_types_DEFAULT 2022-08-17T13:18:29.4066088Z cpu_generator_test verify_api_visibility 2022-08-17T13:18:29.4066340Z cpu_profiling_allocator_test vmap_test 2022-08-17T13:18:29.4066552Z cpu_rng_test weakref_test 2022-08-17T13:18:29.4066779Z dispatch_key_set_test wrapdim_test 2022-08-17T13:18:29.4066987Z dlconvertor_test 2022-08-17T13:18:29.4067176Z + aten/tools/run_tests.sh build/bin 2022-08-17T13:18:29.4092050Z + set -e 2022-08-17T13:18:29.4095132Z ++ dirname aten/tools/run_tests.sh 2022-08-17T13:18:29.4106444Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-08-17T13:18:29.4106729Z + pushd build/bin 2022-08-17T13:18:29.4106946Z ~/workspace/build/bin ~/workspace 2022-08-17T13:18:29.4107148Z + VALGRIND=ON 2022-08-17T13:18:29.4107307Z + ./basic 2022-08-17T13:18:29.6347693Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:29.6348194Z [==========] Running 5 tests from 1 test suite. 2022-08-17T13:18:29.6348599Z [----------] Global test environment set-up. 2022-08-17T13:18:29.6349016Z [----------] 5 tests from BasicTest 2022-08-17T13:18:29.6349371Z [ RUN ] BasicTest.BasicTestCPU 2022-08-17T13:18:29.6622658Z 5 ms 2022-08-17T13:18:29.7346627Z 72 ms 2022-08-17T13:18:29.8303647Z 95 ms 2022-08-17T13:18:29.8405975Z [ OK ] BasicTest.BasicTestCPU (205 ms) 2022-08-17T13:18:29.8406513Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-08-17T13:18:29.8437786Z 2 ms 2022-08-17T13:18:29.9399615Z 95 ms 2022-08-17T13:18:30.0593194Z 119 ms 2022-08-17T13:18:30.0692793Z [ OK ] BasicTest.BasicTestHalfCPU (228 ms) 2022-08-17T13:18:30.0693171Z [ RUN ] BasicTest.BasicTestCUDA 2022-08-17T13:18:30.0693633Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-08-17T13:18:30.0694071Z [ RUN ] BasicTest.FactoryMethodsTest 2022-08-17T13:18:30.0694900Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-08-17T13:18:30.0695496Z [ RUN ] BasicTest.BasicStdTestCPU 2022-08-17T13:18:30.0695799Z Simple example: called once 2022-08-17T13:18:30.0696996Z throw: call_once will retry 2022-08-17T13:18:30.0699172Z throw: call_once will retry 2022-08-17T13:18:30.0701357Z Didn't throw, call_once will not attempt again 2022-08-17T13:18:30.0701789Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-08-17T13:18:30.0702153Z [----------] 5 tests from BasicTest (435 ms total) 2022-08-17T13:18:30.0702313Z 2022-08-17T13:18:30.0702493Z [----------] Global test environment tear-down 2022-08-17T13:18:30.0702817Z [==========] 5 tests from 1 test suite ran. (435 ms total) 2022-08-17T13:18:30.0703101Z [ PASSED ] 5 tests. 2022-08-17T13:18:30.1293318Z + ./atest 2022-08-17T13:18:30.3708546Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:30.3709233Z [==========] Running 16 tests from 1 test suite. 2022-08-17T13:18:30.3709555Z [----------] Global test environment set-up. 2022-08-17T13:18:30.3710057Z [----------] 16 tests from atest 2022-08-17T13:18:30.3710323Z [ RUN ] atest.operators 2022-08-17T13:18:30.3714377Z [ OK ] atest.operators (0 ms) 2022-08-17T13:18:30.3714811Z [ RUN ] atest.logical_and_operators 2022-08-17T13:18:30.3715277Z [ OK ] atest.logical_and_operators (0 ms) 2022-08-17T13:18:30.3715744Z [ RUN ] atest.logical_or_operators 2022-08-17T13:18:30.3716256Z [ OK ] atest.logical_or_operators (0 ms) 2022-08-17T13:18:30.3716654Z [ RUN ] atest.logical_xor_operators 2022-08-17T13:18:30.3717126Z [ OK ] atest.logical_xor_operators (0 ms) 2022-08-17T13:18:30.3717552Z [ RUN ] atest.lt_operators 2022-08-17T13:18:30.3717912Z [ OK ] atest.lt_operators (0 ms) 2022-08-17T13:18:30.3718236Z [ RUN ] atest.le_operators 2022-08-17T13:18:30.3718608Z [ OK ] atest.le_operators (0 ms) 2022-08-17T13:18:30.3718874Z [ RUN ] atest.gt_operators 2022-08-17T13:18:30.3719316Z [ OK ] atest.gt_operators (0 ms) 2022-08-17T13:18:30.3719683Z [ RUN ] atest.ge_operators 2022-08-17T13:18:30.3720094Z [ OK ] atest.ge_operators (0 ms) 2022-08-17T13:18:30.3720419Z [ RUN ] atest.eq_operators 2022-08-17T13:18:30.3720694Z [ OK ] atest.eq_operators (0 ms) 2022-08-17T13:18:30.3720959Z [ RUN ] atest.ne_operators 2022-08-17T13:18:30.3721218Z [ OK ] atest.ne_operators (0 ms) 2022-08-17T13:18:30.3721498Z [ RUN ] atest.add_operators 2022-08-17T13:18:30.3721786Z [ OK ] atest.add_operators (0 ms) 2022-08-17T13:18:30.3722046Z [ RUN ] atest.max_operators 2022-08-17T13:18:30.3724293Z [ OK ] atest.max_operators (0 ms) 2022-08-17T13:18:30.3724742Z [ RUN ] atest.min_operators 2022-08-17T13:18:30.3725324Z [ OK ] atest.min_operators (0 ms) 2022-08-17T13:18:30.3725784Z [ RUN ] atest.sigmoid_backward_operator 2022-08-17T13:18:30.3726187Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-08-17T13:18:30.3726584Z [ RUN ] atest.fmod_tensor_operators 2022-08-17T13:18:30.3727594Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-08-17T13:18:30.3727870Z [ RUN ] atest.atest 2022-08-17T13:18:30.3752767Z [ OK ] atest.atest (2 ms) 2022-08-17T13:18:30.3753096Z [----------] 16 tests from atest (4 ms total) 2022-08-17T13:18:30.3753244Z 2022-08-17T13:18:30.3753472Z [----------] Global test environment tear-down 2022-08-17T13:18:30.3753843Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-08-17T13:18:30.3754118Z [ PASSED ] 16 tests. 2022-08-17T13:18:30.4349113Z + ./scalar_test 2022-08-17T13:18:30.6585121Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:30.6586017Z [==========] Running 4 tests from 1 test suite. 2022-08-17T13:18:30.6586347Z [----------] Global test environment set-up. 2022-08-17T13:18:30.6586638Z [----------] 4 tests from TestScalar 2022-08-17T13:18:30.6586926Z [ RUN ] TestScalar.TestScalar 2022-08-17T13:18:30.6587132Z H2: 3 257 3 1 2022-08-17T13:18:30.6651424Z [ OK ] TestScalar.TestScalar (6 ms) 2022-08-17T13:18:30.6651899Z [ RUN ] TestScalar.TestConj 2022-08-17T13:18:30.6652456Z [ OK ] TestScalar.TestConj (0 ms) 2022-08-17T13:18:30.6652766Z [ RUN ] TestScalar.TestEqual 2022-08-17T13:18:30.6653044Z [ OK ] TestScalar.TestEqual (0 ms) 2022-08-17T13:18:30.6653352Z [ RUN ] TestScalar.TestFormatting 2022-08-17T13:18:30.6653672Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-08-17T13:18:30.6653992Z [----------] 4 tests from TestScalar (6 ms total) 2022-08-17T13:18:30.6654383Z 2022-08-17T13:18:30.6654560Z [----------] Global test environment tear-down 2022-08-17T13:18:30.6654939Z [==========] 4 tests from 1 test suite ran. (6 ms total) 2022-08-17T13:18:30.6655197Z [ PASSED ] 4 tests. 2022-08-17T13:18:30.7220172Z + ./broadcast_test 2022-08-17T13:18:30.9630649Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:30.9631491Z [==========] Running 1 test from 1 test suite. 2022-08-17T13:18:30.9631820Z [----------] Global test environment set-up. 2022-08-17T13:18:30.9632124Z [----------] 1 test from BroadcastTest 2022-08-17T13:18:30.9632404Z [ RUN ] BroadcastTest.Broadcast 2022-08-17T13:18:31.0052962Z [ OK ] BroadcastTest.Broadcast (42 ms) 2022-08-17T13:18:31.0053368Z [----------] 1 test from BroadcastTest (42 ms total) 2022-08-17T13:18:31.0053544Z 2022-08-17T13:18:31.0053708Z [----------] Global test environment tear-down 2022-08-17T13:18:31.0054060Z [==========] 1 test from 1 test suite ran. (42 ms total) 2022-08-17T13:18:31.0054339Z [ PASSED ] 1 test. 2022-08-17T13:18:31.0637997Z + ./wrapdim_test 2022-08-17T13:18:31.3046212Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:31.3047082Z [==========] Running 1 test from 1 test suite. 2022-08-17T13:18:31.3047679Z [----------] Global test environment set-up. 2022-08-17T13:18:31.3048190Z [----------] 1 test from TestWrapdim 2022-08-17T13:18:31.3048776Z [ RUN ] TestWrapdim.TestWrapdim 2022-08-17T13:18:31.3054926Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-08-17T13:18:31.3055528Z [----------] 1 test from TestWrapdim (0 ms total) 2022-08-17T13:18:31.3055770Z 2022-08-17T13:18:31.3056027Z [----------] Global test environment tear-down 2022-08-17T13:18:31.3056483Z [==========] 1 test from 1 test suite ran. (1 ms total) 2022-08-17T13:18:31.3056886Z [ PASSED ] 1 test. 2022-08-17T13:18:31.3645505Z + ./apply_utils_test 2022-08-17T13:18:31.5906053Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:31.5906668Z [==========] Running 6 tests from 1 test suite. 2022-08-17T13:18:31.5907040Z [----------] Global test environment set-up. 2022-08-17T13:18:31.5907344Z [----------] 6 tests from ApplyUtilsTest 2022-08-17T13:18:31.5907736Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-08-17T13:18:31.5932852Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-08-17T13:18:31.5933437Z [ RUN ] ApplyUtilsTest.Small2D 2022-08-17T13:18:31.5933984Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-08-17T13:18:31.5934498Z [ RUN ] ApplyUtilsTest._2D 2022-08-17T13:18:31.5943094Z [ OK ] ApplyUtilsTest._2D (1 ms) 2022-08-17T13:18:31.5944877Z [ RUN ] ApplyUtilsTest._3D 2022-08-17T13:18:31.5945398Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-08-17T13:18:31.5945926Z [ RUN ] ApplyUtilsTest.Medium3D 2022-08-17T13:18:31.5956633Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-08-17T13:18:31.5957169Z [ RUN ] ApplyUtilsTest._10D 2022-08-17T13:18:31.6638660Z [ OK ] ApplyUtilsTest._10D (68 ms) 2022-08-17T13:18:31.6639249Z [----------] 6 tests from ApplyUtilsTest (73 ms total) 2022-08-17T13:18:31.6639464Z 2022-08-17T13:18:31.6639700Z [----------] Global test environment tear-down 2022-08-17T13:18:31.6640117Z [==========] 6 tests from 1 test suite ran. (73 ms total) 2022-08-17T13:18:31.6640464Z [ PASSED ] 6 tests. 2022-08-17T13:18:31.7213577Z + ./dlconvertor_test 2022-08-17T13:18:31.9446122Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:31.9446838Z [==========] Running 2 tests from 1 test suite. 2022-08-17T13:18:31.9447395Z [----------] Global test environment set-up. 2022-08-17T13:18:31.9447783Z [----------] 2 tests from TestDlconvertor 2022-08-17T13:18:31.9448114Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-08-17T13:18:31.9450280Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-08-17T13:18:31.9450959Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-08-17T13:18:31.9451385Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-08-17T13:18:31.9451777Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-08-17T13:18:31.9451932Z 2022-08-17T13:18:31.9452110Z [----------] Global test environment tear-down 2022-08-17T13:18:31.9452438Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-08-17T13:18:31.9452709Z [ PASSED ] 2 tests. 2022-08-17T13:18:32.0012623Z + ./native_test 2022-08-17T13:18:32.2264059Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:32.2264649Z [==========] Running 2 tests from 1 test suite. 2022-08-17T13:18:32.2264982Z [----------] Global test environment set-up. 2022-08-17T13:18:32.2265381Z [----------] 2 tests from TestNative 2022-08-17T13:18:32.2265672Z [ RUN ] TestNative.NativeTestCPU 2022-08-17T13:18:32.2424521Z [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:18:32.2425228Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-08-17T13:18:32.2425623Z [ RUN ] TestNative.NativeTestGPU 2022-08-17T13:18:32.2426020Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-08-17T13:18:32.2426435Z [----------] 2 tests from TestNative (16 ms total) 2022-08-17T13:18:32.2426628Z 2022-08-17T13:18:32.2426862Z [----------] Global test environment tear-down 2022-08-17T13:18:32.2427252Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-08-17T13:18:32.2427580Z [ PASSED ] 2 tests. 2022-08-17T13:18:32.3020811Z + ./scalar_tensor_test 2022-08-17T13:18:32.5248480Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:32.5249001Z [==========] Running 3 tests from 1 test suite. 2022-08-17T13:18:32.5249326Z [----------] Global test environment set-up. 2022-08-17T13:18:32.5249633Z [----------] 3 tests from TestScalarTensor 2022-08-17T13:18:32.5250306Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-08-17T13:18:32.7442677Z [ OK ] TestScalarTensor.TestScalarTensorCPU (219 ms) 2022-08-17T13:18:32.7443247Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-08-17T13:18:32.7443743Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-08-17T13:18:32.7444263Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-08-17T13:18:32.7444765Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-08-17T13:18:32.7445271Z [----------] 3 tests from TestScalarTensor (219 ms total) 2022-08-17T13:18:32.7445485Z 2022-08-17T13:18:32.7445718Z [----------] Global test environment tear-down 2022-08-17T13:18:32.7446192Z [==========] 3 tests from 1 test suite ran. (219 ms total) 2022-08-17T13:18:32.7446597Z [ PASSED ] 3 tests. 2022-08-17T13:18:32.8023781Z + [[ -x ./tensor_interop_test ]] 2022-08-17T13:18:32.8024020Z + ./undefined_tensor_test 2022-08-17T13:18:33.0289323Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:33.0290425Z [==========] Running 1 test from 1 test suite. 2022-08-17T13:18:33.0290947Z [----------] Global test environment set-up. 2022-08-17T13:18:33.0291478Z [----------] 1 test from TestUndefined 2022-08-17T13:18:33.0292311Z [ RUN ] TestUndefined.UndefinedTest 2022-08-17T13:18:33.0587507Z [ OK ] TestUndefined.UndefinedTest (29 ms) 2022-08-17T13:18:33.0588037Z [----------] 1 test from TestUndefined (29 ms total) 2022-08-17T13:18:33.0588224Z 2022-08-17T13:18:33.0588455Z [----------] Global test environment tear-down 2022-08-17T13:18:33.0588890Z [==========] 1 test from 1 test suite ran. (29 ms total) 2022-08-17T13:18:33.0589245Z [ PASSED ] 1 test. 2022-08-17T13:18:33.1197752Z + ./extension_backend_test 2022-08-17T13:18:33.3637738Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:33.3638602Z [==========] Running 1 test from 1 test suite. 2022-08-17T13:18:33.3639017Z [----------] Global test environment set-up. 2022-08-17T13:18:33.3639365Z [----------] 1 test from BackendExtensionTest 2022-08-17T13:18:33.3639731Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-08-17T13:18:33.3640104Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-08-17T13:18:33.3640488Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-08-17T13:18:33.3640664Z 2022-08-17T13:18:33.3640840Z [----------] Global test environment tear-down 2022-08-17T13:18:33.3641164Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-08-17T13:18:33.3641416Z [ PASSED ] 1 test. 2022-08-17T13:18:33.4254672Z + ./lazy_tensor_test 2022-08-17T13:18:33.6531533Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:33.6532349Z [==========] Running 2 tests from 2 test suites. 2022-08-17T13:18:33.6532693Z [----------] Global test environment set-up. 2022-08-17T13:18:33.6533011Z [----------] 1 test from XlaTensorTest 2022-08-17T13:18:33.6533320Z [ RUN ] XlaTensorTest.TestNoStorage 2022-08-17T13:18:33.6533658Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-08-17T13:18:33.6534016Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-08-17T13:18:33.6534180Z 2022-08-17T13:18:33.6534342Z [----------] 1 test from LazyTensorTest 2022-08-17T13:18:33.6534658Z [ RUN ] LazyTensorTest.TestNoStorage 2022-08-17T13:18:33.6534988Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-08-17T13:18:33.6535335Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-08-17T13:18:33.6535498Z 2022-08-17T13:18:33.6535674Z [----------] Global test environment tear-down 2022-08-17T13:18:33.6535990Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-08-17T13:18:33.6536263Z [ PASSED ] 2 tests. 2022-08-17T13:18:33.7126871Z + ./tensor_iterator_test 2022-08-17T13:18:33.9529402Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:33.9530498Z [==========] Running 65 tests from 1 test suite. 2022-08-17T13:18:33.9530895Z [----------] Global test environment set-up. 2022-08-17T13:18:33.9531299Z [----------] 65 tests from TensorIteratorTest 2022-08-17T13:18:33.9531613Z [ RUN ] TensorIteratorTest.CPUScalar 2022-08-17T13:18:33.9531951Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-08-17T13:18:33.9532307Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-08-17T13:18:33.9532666Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-08-17T13:18:33.9533026Z [ RUN ] TensorIteratorTest.MixedDevices 2022-08-17T13:18:33.9533377Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-08-17T13:18:33.9533730Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-08-17T13:18:33.9759484Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (22 ms) 2022-08-17T13:18:33.9759883Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-08-17T13:18:33.9778078Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-08-17T13:18:33.9778576Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-08-17T13:18:33.9797563Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-08-17T13:18:33.9797956Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-08-17T13:18:33.9817388Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-08-17T13:18:33.9817765Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-08-17T13:18:33.9836146Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-08-17T13:18:33.9836542Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-08-17T13:18:33.9856668Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-08-17T13:18:33.9857053Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-08-17T13:18:33.9876399Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-08-17T13:18:33.9876806Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-08-17T13:18:33.9896306Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-08-17T13:18:33.9896706Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-08-17T13:18:33.9915044Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-08-17T13:18:33.9915684Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-08-17T13:18:33.9933935Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-08-17T13:18:33.9934526Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-08-17T13:18:33.9952312Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-08-17T13:18:33.9952898Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-08-17T13:18:33.9970798Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-08-17T13:18:33.9971463Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-08-17T13:18:33.9989491Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-08-17T13:18:33.9990090Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-08-17T13:18:34.0008084Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-08-17T13:18:34.0008699Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-08-17T13:18:34.0026791Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-08-17T13:18:34.0027468Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-08-17T13:18:34.0044941Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-08-17T13:18:34.0045568Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-08-17T13:18:34.0063379Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-08-17T13:18:34.0064027Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-08-17T13:18:34.0081745Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-08-17T13:18:34.0082368Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-08-17T13:18:34.0100359Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-08-17T13:18:34.0101013Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-08-17T13:18:34.0118861Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-08-17T13:18:34.0119474Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-08-17T13:18:34.0138091Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-08-17T13:18:34.0138867Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-08-17T13:18:34.0139662Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-08-17T13:18:34.0140771Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-08-17T13:18:34.0141676Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-08-17T13:18:34.0142401Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-08-17T13:18:34.0142964Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-08-17T13:18:34.0143512Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-08-17T13:18:34.0144254Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-08-17T13:18:34.0145003Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-08-17T13:18:34.0145791Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-08-17T13:18:34.0146275Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-08-17T13:18:34.0146719Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-08-17T13:18:34.0147170Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-08-17T13:18:34.0147618Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-08-17T13:18:34.0148067Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-08-17T13:18:34.0148516Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-08-17T13:18:34.0148998Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-08-17T13:18:34.0149495Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-08-17T13:18:34.0150099Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-08-17T13:18:34.0150555Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-08-17T13:18:34.0150980Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-08-17T13:18:34.0151421Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-08-17T13:18:34.0151865Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-08-17T13:18:34.0152316Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-08-17T13:18:34.0152743Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-08-17T13:18:34.0153189Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-08-17T13:18:34.0153630Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-08-17T13:18:34.0154067Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-08-17T13:18:34.0154512Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-08-17T13:18:34.0154969Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-08-17T13:18:34.0155420Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-08-17T13:18:34.0155861Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-08-17T13:18:34.0156315Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-08-17T13:18:34.0156776Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-08-17T13:18:34.0157218Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-08-17T13:18:34.0157670Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-08-17T13:18:34.0158119Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-08-17T13:18:34.0158577Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-08-17T13:18:34.0159014Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-08-17T13:18:34.0159472Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-08-17T13:18:34.0159924Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-08-17T13:18:34.0160467Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-08-17T13:18:34.0160947Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-08-17T13:18:34.0161370Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-08-17T13:18:34.0161774Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-08-17T13:18:34.0162199Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-08-17T13:18:34.0162616Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-08-17T13:18:34.0163040Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-08-17T13:18:34.0163438Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-08-17T13:18:34.0163851Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-08-17T13:18:34.0164259Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-08-17T13:18:34.0164662Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-08-17T13:18:34.0165079Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-08-17T13:18:34.0165500Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-08-17T13:18:34.0165912Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-08-17T13:18:34.0166320Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-08-17T13:18:34.0166736Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-08-17T13:18:34.0167153Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-08-17T13:18:34.0167549Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-08-17T13:18:34.0217039Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (6 ms) 2022-08-17T13:18:34.0217783Z [ RUN ] TensorIteratorTest.InputDType 2022-08-17T13:18:34.0218171Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-08-17T13:18:34.0218577Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-08-17T13:18:34.0219037Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-08-17T13:18:34.0219510Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-08-17T13:18:34.0219981Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-08-17T13:18:34.0220435Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-08-17T13:18:34.0228673Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-08-17T13:18:34.0230641Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-08-17T13:18:34.0231836Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-08-17T13:18:34.0236358Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-08-17T13:18:34.0237229Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-08-17T13:18:34.0238059Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-08-17T13:18:34.0238896Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-08-17T13:18:34.0239714Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-08-17T13:18:34.0240536Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-08-17T13:18:34.0241350Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-08-17T13:18:34.0242153Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-08-17T13:18:34.0242957Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-08-17T13:18:34.0243794Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-08-17T13:18:34.0244595Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-08-17T13:18:34.0245423Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-08-17T13:18:34.0246420Z [----------] 65 tests from TensorIteratorTest (70 ms total) 2022-08-17T13:18:34.0246818Z 2022-08-17T13:18:34.0247149Z [----------] Global test environment tear-down 2022-08-17T13:18:34.0247740Z [==========] 65 tests from 1 test suite ran. (70 ms total) 2022-08-17T13:18:34.0248225Z [ PASSED ] 65 tests. 2022-08-17T13:18:34.0845631Z + ./Dimname_test 2022-08-17T13:18:34.3083828Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:34.3084694Z [==========] Running 4 tests from 1 test suite. 2022-08-17T13:18:34.3085036Z [----------] Global test environment set-up. 2022-08-17T13:18:34.3085363Z [----------] 4 tests from DimnameTest 2022-08-17T13:18:34.3085668Z [ RUN ] DimnameTest.isValidIdentifier 2022-08-17T13:18:34.3086015Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-08-17T13:18:34.3086352Z [ RUN ] DimnameTest.wildcardName 2022-08-17T13:18:34.3086661Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-08-17T13:18:34.3086985Z [ RUN ] DimnameTest.createNormalName 2022-08-17T13:18:34.3103119Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-08-17T13:18:34.3103732Z [ RUN ] DimnameTest.unifyAndMatch 2022-08-17T13:18:34.3104266Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-08-17T13:18:34.3104624Z [----------] 4 tests from DimnameTest (2 ms total) 2022-08-17T13:18:34.3104786Z 2022-08-17T13:18:34.3104966Z [----------] Global test environment tear-down 2022-08-17T13:18:34.3105280Z [==========] 4 tests from 1 test suite ran. (2 ms total) 2022-08-17T13:18:34.3105562Z [ PASSED ] 4 tests. 2022-08-17T13:18:34.3684927Z + ./Dict_test 2022-08-17T13:18:34.6107813Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:34.6108587Z [==========] Running 47 tests from 2 test suites. 2022-08-17T13:18:34.6108924Z [----------] Global test environment set-up. 2022-08-17T13:18:34.6109308Z [----------] 46 tests from DictTest 2022-08-17T13:18:34.6109670Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-08-17T13:18:34.6110161Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-08-17T13:18:34.6110804Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-08-17T13:18:34.6111544Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-08-17T13:18:34.6112154Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-08-17T13:18:34.6112728Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-08-17T13:18:34.6113337Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-08-17T13:18:34.6113843Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-08-17T13:18:34.6114359Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-08-17T13:18:34.6114858Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-08-17T13:18:34.6115495Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-08-17T13:18:34.6116224Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-08-17T13:18:34.6116992Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-08-17T13:18:34.6117562Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-08-17T13:18:34.6118051Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-08-17T13:18:34.6118721Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-08-17T13:18:34.6119274Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-08-17T13:18:34.6119821Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-08-17T13:18:34.6120392Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-08-17T13:18:34.6120992Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-08-17T13:18:34.6121516Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-08-17T13:18:34.6121985Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-08-17T13:18:34.6122400Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-08-17T13:18:34.6122806Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-08-17T13:18:34.6123226Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-08-17T13:18:34.6123652Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-08-17T13:18:34.6124077Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-08-17T13:18:34.6124541Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-08-17T13:18:34.6124965Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-08-17T13:18:34.6125362Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-08-17T13:18:34.6125797Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-08-17T13:18:34.6126254Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-08-17T13:18:34.6126656Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-08-17T13:18:34.6127014Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-08-17T13:18:34.6127437Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-08-17T13:18:34.6127907Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-08-17T13:18:34.6128373Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-08-17T13:18:34.6128874Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-08-17T13:18:34.6129453Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-08-17T13:18:34.6138358Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-08-17T13:18:34.6138896Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-08-17T13:18:34.6139403Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-08-17T13:18:34.6139884Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-08-17T13:18:34.6140388Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-08-17T13:18:34.6140903Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-08-17T13:18:34.6141426Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-08-17T13:18:34.6141914Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-08-17T13:18:34.6142409Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-08-17T13:18:34.6142906Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-08-17T13:18:34.6143608Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-08-17T13:18:34.6144092Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-08-17T13:18:34.6144581Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-08-17T13:18:34.6145050Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-08-17T13:18:34.6145514Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-08-17T13:18:34.6145999Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-08-17T13:18:34.6146498Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-08-17T13:18:34.6146926Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-08-17T13:18:34.6147299Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-08-17T13:18:34.6147701Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-08-17T13:18:34.6148108Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-08-17T13:18:34.6148486Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-08-17T13:18:34.6148878Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-08-17T13:18:34.6149244Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-08-17T13:18:34.6149587Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-08-17T13:18:34.6149976Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-08-17T13:18:34.6150396Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-08-17T13:18:34.6150803Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-08-17T13:18:34.6151194Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-08-17T13:18:34.6151604Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-08-17T13:18:34.6152029Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-08-17T13:18:34.6152429Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-08-17T13:18:34.6152842Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-08-17T13:18:34.6153331Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-08-17T13:18:34.6153885Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-08-17T13:18:34.6154410Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-08-17T13:18:34.6154954Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-08-17T13:18:34.6155399Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-08-17T13:18:34.6155779Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-08-17T13:18:34.6156156Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-08-17T13:18:34.6156571Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-08-17T13:18:34.6157012Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-08-17T13:18:34.6157468Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-08-17T13:18:34.6157909Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-08-17T13:18:34.6158333Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-08-17T13:18:34.6158686Z [ RUN ] DictTest.isReferenceType 2022-08-17T13:18:34.6159029Z [ OK ] DictTest.isReferenceType (0 ms) 2022-08-17T13:18:34.6159394Z [ RUN ] DictTest.copyHasSeparateStorage 2022-08-17T13:18:34.6159754Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-08-17T13:18:34.6160064Z [ RUN ] DictTest.dictTensorAsKey 2022-08-17T13:18:34.6160377Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-08-17T13:18:34.6160674Z [ RUN ] DictTest.dictEquality 2022-08-17T13:18:34.6160959Z [ OK ] DictTest.dictEquality (0 ms) 2022-08-17T13:18:34.6161282Z [----------] 46 tests from DictTest (1 ms total) 2022-08-17T13:18:34.6161439Z 2022-08-17T13:18:34.6161621Z [----------] 1 test from ListTest_IValueBasedList 2022-08-17T13:18:34.6162073Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-08-17T13:18:34.6162611Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-08-17T13:18:34.6163068Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-08-17T13:18:34.6163247Z 2022-08-17T13:18:34.6163424Z [----------] Global test environment tear-down 2022-08-17T13:18:34.6163740Z [==========] 47 tests from 2 test suites ran. (1 ms total) 2022-08-17T13:18:34.6164013Z [ PASSED ] 47 tests. 2022-08-17T13:18:34.6687437Z + ./NamedTensor_test 2022-08-17T13:18:34.8923311Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:34.8923834Z [==========] Running 10 tests from 1 test suite. 2022-08-17T13:18:34.8924158Z [----------] Global test environment set-up. 2022-08-17T13:18:34.8924479Z [----------] 10 tests from NamedTensorTest 2022-08-17T13:18:34.8924769Z [ RUN ] NamedTensorTest.isNamed 2022-08-17T13:18:34.8925238Z [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:18:34.8925773Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-08-17T13:18:34.8926100Z [ RUN ] NamedTensorTest.attachMetadata 2022-08-17T13:18:34.8926432Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-08-17T13:18:34.8926808Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-08-17T13:18:34.8927211Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-08-17T13:18:34.8927558Z [ RUN ] NamedTensorTest.empty 2022-08-17T13:18:34.8959419Z [ OK ] NamedTensorTest.empty (3 ms) 2022-08-17T13:18:34.8959812Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-08-17T13:18:34.8964400Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-08-17T13:18:34.8964765Z [ RUN ] NamedTensorTest.unifyFromRight 2022-08-17T13:18:34.9034269Z [ OK ] NamedTensorTest.unifyFromRight (6 ms) 2022-08-17T13:18:34.9034645Z [ RUN ] NamedTensorTest.alias 2022-08-17T13:18:34.9034973Z [ OK ] NamedTensorTest.alias (0 ms) 2022-08-17T13:18:34.9035285Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-08-17T13:18:34.9035628Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-08-17T13:18:34.9035974Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-08-17T13:18:34.9036319Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-08-17T13:18:34.9036695Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-08-17T13:18:34.9040057Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-08-17T13:18:34.9040459Z [----------] 10 tests from NamedTensorTest (12 ms total) 2022-08-17T13:18:34.9040641Z 2022-08-17T13:18:34.9040824Z [----------] Global test environment tear-down 2022-08-17T13:18:34.9041162Z [==========] 10 tests from 1 test suite ran. (12 ms total) 2022-08-17T13:18:34.9041728Z [ PASSED ] 10 tests. 2022-08-17T13:18:34.9620240Z + ./cpu_generator_test 2022-08-17T13:18:35.1865635Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:35.1866254Z [==========] Running 15 tests from 1 test suite. 2022-08-17T13:18:35.1866578Z [----------] Global test environment set-up. 2022-08-17T13:18:35.1866963Z [----------] 15 tests from CPUGeneratorImpl 2022-08-17T13:18:35.1867444Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-08-17T13:18:35.1867935Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-08-17T13:18:35.1868336Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-08-17T13:18:35.1868716Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-08-17T13:18:35.1869072Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-08-17T13:18:35.1869424Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-08-17T13:18:35.1869828Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-08-17T13:18:35.1870326Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-08-17T13:18:35.1870764Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-08-17T13:18:35.1871160Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-08-17T13:18:35.1871586Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-08-17T13:18:35.1874019Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-08-17T13:18:35.1874446Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-08-17T13:18:35.2064574Z [ OK ] CPUGeneratorImpl.TestRNGForking (18 ms) 2022-08-17T13:18:35.2065267Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-08-17T13:18:35.2065740Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-08-17T13:18:35.2066183Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-08-17T13:18:35.2066583Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-08-17T13:18:35.2066989Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-08-17T13:18:35.2067453Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-08-17T13:18:35.2068023Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-08-17T13:18:35.2068417Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-08-17T13:18:35.2068813Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-08-17T13:18:35.2069452Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-08-17T13:18:35.2070098Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-08-17T13:18:35.2070564Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-08-17T13:18:35.2071043Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-08-17T13:18:35.2071547Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-08-17T13:18:35.2071980Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-08-17T13:18:35.2072388Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-08-17T13:18:35.2072783Z [----------] 15 tests from CPUGeneratorImpl (20 ms total) 2022-08-17T13:18:35.2072955Z 2022-08-17T13:18:35.2073118Z [----------] Global test environment tear-down 2022-08-17T13:18:35.2073446Z [==========] 15 tests from 1 test suite ran. (20 ms total) 2022-08-17T13:18:35.2073717Z [ PASSED ] 15 tests. 2022-08-17T13:18:35.2649665Z + ./vmap_test 2022-08-17T13:18:35.4914376Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:35.4915173Z [==========] Running 23 tests from 1 test suite. 2022-08-17T13:18:35.4915783Z [----------] Global test environment set-up. 2022-08-17T13:18:35.4916165Z [----------] 23 tests from VmapTest 2022-08-17T13:18:35.4916464Z [ RUN ] VmapTest.TestBatchedTensor 2022-08-17T13:18:35.4940949Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-08-17T13:18:35.4941363Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-08-17T13:18:35.4955260Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-08-17T13:18:35.4955679Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-08-17T13:18:35.4980780Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-08-17T13:18:35.4981197Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-08-17T13:18:35.4990792Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-08-17T13:18:35.4991246Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-08-17T13:18:35.5000127Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-08-17T13:18:35.5000619Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-08-17T13:18:35.5010595Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-08-17T13:18:35.5011104Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-08-17T13:18:35.5011610Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-08-17T13:18:35.5012008Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-08-17T13:18:35.5015034Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-08-17T13:18:35.5015504Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-08-17T13:18:35.5021122Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-08-17T13:18:35.5021659Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-08-17T13:18:35.5026543Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-08-17T13:18:35.5027098Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-08-17T13:18:35.5030360Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-08-17T13:18:35.5030857Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-08-17T13:18:35.5032527Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-08-17T13:18:35.5032959Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-08-17T13:18:35.5038115Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-08-17T13:18:35.5038857Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-08-17T13:18:35.5039384Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-08-17T13:18:35.5039788Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-08-17T13:18:35.5181390Z [ OK ] VmapTest.TestBatchedTensorExpand (14 ms) 2022-08-17T13:18:35.5182123Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-08-17T13:18:35.5182636Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-08-17T13:18:35.5182990Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-08-17T13:18:35.5183391Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-08-17T13:18:35.5183911Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-08-17T13:18:35.5184684Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-08-17T13:18:35.5185209Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-08-17T13:18:35.5186634Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-08-17T13:18:35.5187134Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-08-17T13:18:35.5201573Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-08-17T13:18:35.5202085Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-08-17T13:18:35.5206707Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-08-17T13:18:35.5207406Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-08-17T13:18:35.5210823Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-08-17T13:18:35.5211310Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-08-17T13:18:35.5215674Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-08-17T13:18:35.5216175Z [----------] 23 tests from VmapTest (30 ms total) 2022-08-17T13:18:35.5216343Z 2022-08-17T13:18:35.5216537Z [----------] Global test environment tear-down 2022-08-17T13:18:35.5216870Z [==========] 23 tests from 1 test suite ran. (30 ms total) 2022-08-17T13:18:35.5217148Z [ PASSED ] 23 tests. 2022-08-17T13:18:35.5853500Z + ./operators_test 2022-08-17T13:18:35.8300822Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:18:35.8301684Z [==========] Running 4 tests from 1 test suite. 2022-08-17T13:18:35.8302250Z [----------] Global test environment set-up. 2022-08-17T13:18:35.8302751Z [----------] 4 tests from OperatorsTest 2022-08-17T13:18:35.8303267Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-08-17T13:18:35.8310441Z [ OK ] OperatorsTest.TestFunctionDecltype (1 ms) 2022-08-17T13:18:35.8310900Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-08-17T13:18:35.8311288Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-08-17T13:18:35.8311616Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-08-17T13:18:35.8335002Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-08-17T13:18:35.8335599Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-08-17T13:18:35.8336238Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-08-17T13:18:35.8336913Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-08-17T13:18:35.8337205Z 2022-08-17T13:18:35.8337534Z [----------] Global test environment tear-down 2022-08-17T13:18:35.8338116Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-08-17T13:18:35.8338393Z [ PASSED ] 4 tests. 2022-08-17T13:18:35.8956282Z + [[ -x ./cudnn_test ]] 2022-08-17T13:18:35.8956706Z + [[ -x ./cuda_generator_test ]] 2022-08-17T13:18:35.8957079Z + [[ -x ./apply_test ]] 2022-08-17T13:18:35.8957385Z + [[ -x ./stream_test ]] 2022-08-17T13:18:35.8957616Z + [[ -x ./cuda_half_test ]] 2022-08-17T13:18:35.8957870Z + [[ -x ./cuda_vectorized_test ]] 2022-08-17T13:18:35.8958197Z + [[ -x ./cuda_distributions_test ]] 2022-08-17T13:18:35.8958453Z + [[ -x ./cuda_optional_test ]] 2022-08-17T13:18:35.8958720Z + [[ -x ./cuda_tensor_interop_test ]] 2022-08-17T13:18:35.8959030Z + [[ -x ./cuda_complex_test ]] 2022-08-17T13:18:35.8959278Z + [[ -x ./cuda_complex_math_test ]] 2022-08-17T13:18:35.8959552Z + [[ -x ./cuda_cub_test ]] 2022-08-17T13:18:35.8959819Z + [[ -x ./cuda_atomic_ops_test ]] 2022-08-17T13:18:35.8960048Z + '[' ON == ON ']' 2022-08-17T13:18:35.8960557Z + valgrind --suppressions=/var/lib/jenkins/workspace/aten/tools/valgrind.sup --error-exitcode=1 ./basic '--gtest_filter=-*CUDA' 2022-08-17T13:18:35.9315114Z ==7139== Memcheck, a memory error detector 2022-08-17T13:18:35.9315588Z ==7139== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. 2022-08-17T13:18:35.9315975Z ==7139== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info 2022-08-17T13:18:35.9316315Z ==7139== Command: ./basic --gtest_filter=-*CUDA 2022-08-17T13:18:35.9316509Z ==7139== 2022-08-17T13:18:38.5555309Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5557479Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5558193Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5559120Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5562245Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5562823Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5563374Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5564001Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5564597Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5565144Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5565699Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5566201Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5566688Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5567250Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5567772Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5568300Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5568836Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5569363Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5570100Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5570682Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5571206Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5571622Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5572169Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5572683Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5573204Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5573825Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5574375Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5574921Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5575442Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5576013Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5576454Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5577079Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5577678Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5578178Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5578704Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5579229Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5579719Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5580244Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5580724Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5581177Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5581781Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5582262Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5582789Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5583333Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5583890Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5584416Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5585038Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5585585Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5585926Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5586521Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5586934Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5587340Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5587989Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5588335Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5588730Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5589084Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5589503Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5589826Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5590221Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5590577Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5590900Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5591322Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5591658Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5592054Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5592407Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5592812Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5593129Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5593512Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5593874Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5594190Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5594549Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5594921Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5595257Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5595616Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5595950Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5596252Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5596608Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5596943Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5597317Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5597669Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5598002Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5598302Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5598657Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5598993Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5599309Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5599646Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5599979Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5600292Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5600633Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5601041Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5601358Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5601698Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5602031Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5602346Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5602756Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5603108Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5603429Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5603786Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5604109Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5604424Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5604773Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5605096Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5605412Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5605766Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5606099Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5606399Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5606753Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5607084Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5607383Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5607735Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5608153Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5608453Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5608811Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5609143Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5609458Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5609792Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5610353Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5610673Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5611013Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5611348Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5611666Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5612005Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5612343Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5612654Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5613001Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5613320Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5613634Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5613984Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5614305Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5614622Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5614973Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5615296Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5615613Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5615967Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5616302Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5616600Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5616951Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5617285Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5617584Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5618021Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5618358Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5618698Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5619055Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5619398Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5619711Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5620049Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5620383Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5620695Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5621035Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5621440Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5621760Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5622103Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5622442Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5622755Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5623109Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5623429Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5623742Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5624099Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5624417Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5624729Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5625079Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5625397Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5625711Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5626067Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5626404Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5626701Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5627054Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5627389Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5627689Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5628047Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5628383Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5628689Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5629047Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5629385Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5629686Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5630048Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5630387Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5630699Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5631035Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5631372Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5631687Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5632029Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5632446Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5632763Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5633104Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5633495Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5633848Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5634208Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5634531Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5634848Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5635213Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5635535Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5635847Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5636202Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5636520Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5636838Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5637197Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5637534Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5637838Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5638194Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5638530Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5638837Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5639193Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5639527Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5639828Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5640176Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5640514Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5640829Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5641169Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5641501Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5641816Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5642159Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5642490Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5642804Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5643146Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5643478Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5643797Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5644150Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5644471Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5644788Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5645142Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5645465Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5645782Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5646137Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5646460Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5646779Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5647128Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5647529Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5647858Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5648212Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5648601Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5648942Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5649297Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5649632Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5650127Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5650490Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5650831Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5651147Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5651483Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5651813Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5652125Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5652474Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5652814Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5653137Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5653475Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5653808Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5654122Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5654474Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5654791Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5655111Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5655466Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5655788Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5656103Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5656455Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5656774Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5657088Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5657440Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5657772Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5658072Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5658424Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5658757Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5659061Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5659416Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5659749Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5660051Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5660404Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5660733Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5661043Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5661381Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5661714Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5662030Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5662367Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5662699Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5663014Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5663352Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5663759Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5664076Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5664487Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5664809Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5665121Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5665473Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5665793Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5666104Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5666456Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5666781Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5667096Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5667450Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5667787Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5668087Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5668441Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5668773Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5669069Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5669423Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5669755Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5670054Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5670404Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5670736Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5671047Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5671388Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5671721Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5672034Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5672371Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5672703Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5673013Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5673351Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5673684Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5673996Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5674344Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5674667Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5674980Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5675332Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5675657Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5675970Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5676320Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5676639Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5676952Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5677303Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5677635Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5677937Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5678294Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5678633Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5678972Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5679359Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5679692Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5679992Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5680346Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5680679Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5680993Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5681333Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5681668Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5681980Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5682324Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5682664Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5682977Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5683316Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5683647Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5683962Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5684312Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5684630Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5684942Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5685296Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5685615Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5685927Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5686284Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5686604Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5686916Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5687273Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5687604Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5687910Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5688263Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5688599Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5688897Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5689248Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5689585Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5690071Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5690432Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5690771Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5691086Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5691425Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5691760Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5692072Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5692410Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5692747Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5693059Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5693398Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5693732Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5694123Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5694519Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5694844Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5695157Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5695513Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5695835Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5696150Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5696502Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5696822Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5697137Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5697487Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5697827Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5698126Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5698485Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5698817Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5699118Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5699572Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5699911Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5700289Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5700646Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5700979Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5701290Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5701627Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5701964Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5702278Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5702616Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5702949Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5703264Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5703605Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5703935Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5704249Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5704603Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5704921Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5705235Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5705594Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5705917Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5706233Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5706584Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5706908Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5707221Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5707573Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5707908Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5708208Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5708559Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5708889Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5709255Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5709610Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5709976Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5710278Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5710629Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5710962Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5711272Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5711612Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5711948Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5712259Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5712599Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5712932Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5713312Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5713757Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5714091Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5714462Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5714844Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5715164Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5715477Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5715831Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5716152Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5716464Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5716815Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5717137Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5717453Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5717809Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5718143Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5718443Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5718791Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5719123Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5719422Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5719772Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5720108Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5720406Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5720761Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5721095Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5721413Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5721750Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5722085Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5722394Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5722728Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5723059Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5723372Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5723710Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5724040Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5724353Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5724751Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5725119Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5725438Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5725793Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5726116Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5726426Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5726776Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5727097Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5727410Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5727761Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5728080Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5728397Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5728759Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5729091Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5729386Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5729737Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5730272Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5730573Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5730925Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5731260Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5731559Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5731910Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5732245Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5732558Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5732922Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5733333Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5733645Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5733985Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5734318Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5734633Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5734973Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5735310Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5735624Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5735975Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5736300Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5736621Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5736972Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5737294Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5737606Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5737958Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5738280Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5738589Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5738942Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5739273Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5739576Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5740012Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5740383Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5740683Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5741036Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5741373Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5741672Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5742024Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5742358Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5742675Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5743012Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5743345Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5743659Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5743997Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5744333Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5744648Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5744983Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5745313Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5745626Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5745975Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5746295Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5746606Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5746955Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5747275Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5747595Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5747948Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5748269Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5748580Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5748933Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5749268Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5749564Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5749914Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5750247Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5750545Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5750896Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5751238Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5751541Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5751889Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5752223Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5752536Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5752875Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5753210Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5753521Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5753862Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5754193Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5754506Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5754846Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5755229Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5755574Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5755929Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5756255Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.5756571Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.5756927Z --7139-- When reading debug info from /opt/conda/lib/libstdc++.so.6.0.29: 2022-08-17T13:18:38.5757276Z --7139-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-08-17T13:18:38.6592738Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6593346Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6593953Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6594528Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6595147Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6595711Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6596286Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6596872Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6597468Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6598051Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6598612Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6599226Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6599742Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6600271Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6600884Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6601464Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6602026Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6602551Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6603022Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6603451Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6603947Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6604377Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6604849Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6605314Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6605811Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6606398Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6606962Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6607511Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6608072Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6608584Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6609078Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6609622Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6610489Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6610987Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6611478Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6612007Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6612499Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6612837Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6613344Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6613642Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6614055Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6614383Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6614682Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6615014Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6615338Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6615634Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6615966Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6616286Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6616593Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6616915Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6617237Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6617545Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6617863Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6618180Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6618489Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6618807Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6619127Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6619437Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6619772Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6620085Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6620394Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6620725Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6621037Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6621348Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6621678Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6621984Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6622292Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6622623Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6622929Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6623240Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6623572Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6623891Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6624308Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6624641Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6624965Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6625259Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6625590Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6625908Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6626215Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6626535Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6626851Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6627157Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6627478Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6627791Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6628096Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6628456Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6628807Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6629114Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6629431Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6629758Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6630064Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6630391Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6630699Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6631002Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6631331Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6631639Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6631948Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6632280Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6632590Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6632901Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6633231Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6633548Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6633841Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6634172Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6634490Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6634784Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6635113Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6635430Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6635724Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6636061Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6647760Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6648178Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6648536Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6648868Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6649189Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6649534Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6650108Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6650428Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6650771Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6651100Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6651410Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6651753Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6652079Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6652380Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6652715Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6653035Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6653330Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6653671Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6653995Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6654304Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6654626Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6655090Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6655453Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6655780Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6656101Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6656406Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6656728Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6657062Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6657369Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6657699Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6658012Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6658317Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6658651Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6658965Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6659274Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6659605Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6659914Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6660224Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6660557Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6660878Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6661175Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6661505Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6661827Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6662122Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6662459Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6662781Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6663079Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6663411Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6663729Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6664036Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6664358Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6664679Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6664986Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6665308Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6665628Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6665935Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6666259Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6666583Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6666891Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6667213Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6667542Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6667850Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6668184Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6668494Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6668801Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6669135Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6669446Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6669756Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6670138Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6670480Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6670794Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6671125Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6671448Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6671747Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6672080Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6672402Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6672699Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6673034Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6673351Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6673649Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6673987Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6674304Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6674612Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6674931Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6675248Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6675555Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6675877Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6676194Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6676501Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6676820Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6677145Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6677455Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6677791Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6678102Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6678410Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6678741Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6679052Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6679355Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6679686Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6679994Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6680299Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6680633Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6680956Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6681255Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6681588Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6681907Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6682207Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6682536Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6682856Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6683152Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6683481Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6683801Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6684094Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6684426Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6684794Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6685134Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6685456Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6685777Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6686085Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6686406Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6686727Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6687034Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6687355Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6687677Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6687984Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6688315Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6688625Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6688933Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6689265Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6689575Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6690117Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6690466Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6690774Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6691085Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6691420Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6691741Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6692039Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6692378Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6692703Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6693001Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6693336Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6693657Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6693951Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6694285Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6694603Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6694909Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6695232Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6695551Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6695858Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6696184Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6696505Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6696814Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6697137Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6697455Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6697759Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6698089Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6698403Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6698710Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6699042Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6699354Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6699755Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6700090Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6700444Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6700751Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6701084Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6701395Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6701707Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6702038Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6702360Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6702656Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6702991Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6703313Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6703613Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6703949Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6704274Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6704570Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6704907Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6705227Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6705536Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6705857Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6706179Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6706485Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6706804Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6707131Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6707440Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6707764Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6708089Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6708396Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6708729Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6709038Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6709347Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6709681Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6709990Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6710298Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6710632Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6710941Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6711251Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6711583Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6711903Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6712202Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6712535Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6712868Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6713299Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6713637Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6713993Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6714287Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6714697Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6715091Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6715459Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6715798Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6716198Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6716525Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6716850Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6717173Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6717483Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6717808Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6718129Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6718438Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6718758Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6719085Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.6719394Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.6719726Z --7139-- When reading debug info from /opt/conda/lib/libgcc_s.so.1: 2022-08-17T13:18:38.6720063Z --7139-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-08-17T13:18:38.9955737Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9956706Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9957534Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9958263Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9958835Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9959366Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9959943Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9960516Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9961050Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9961528Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9962101Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9962654Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9963217Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9963744Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9964148Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9964467Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9964892Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9965221Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9965587Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9965954Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9966295Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9966651Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9966998Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9967393Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9967705Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9968113Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9968449Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9968811Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9969160Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9969548Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9970376Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9970825Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9971191Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9971584Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9971953Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9972290Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9972672Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9973022Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9973412Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9973725Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9974133Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9974462Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9974841Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9975190Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9975572Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9975889Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9976300Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9976637Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9976977Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9977344Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9977693Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9978042Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9978385Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9978794Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9979097Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9979502Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9979839Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9980208Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9980548Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9980942Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9981255Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9981654Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9981985Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9982331Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9982691Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9983028Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9983400Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9983735Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9984136Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9984448Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9984855Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9985172Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9985543Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9985893Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9986274Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9986672Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9987082Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9987443Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9987824Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9988174Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9988564Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9988866Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9989258Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9989601Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9989898Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9990316Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9990647Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9991019Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9991368Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9991759Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9992071Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9992464Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9992796Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9993167Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9993502Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9993832Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9994203Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9994537Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9994872Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9995181Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9995595Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9995918Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9996230Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9996571Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9996887Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9997196Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9997583Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9997919Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9998228Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9998571Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9998904Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:38.9999204Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:38.9999549Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:38.9999879Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0000178Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0000522Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0000851Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0001150Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0001560Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0001892Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0002208Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0002601Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0002933Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0003284Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0003619Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0003955Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0004265Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0004598Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0004929Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0005244Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0005589Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0005906Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0006220Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0006571Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0006892Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0007204Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0007551Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0007866Z --7139-- Ignoring non-Dwarf2/3/4 block in .debug_info 2022-08-17T13:18:39.0008175Z --7139-- WARNING: Serious error when reading debug info 2022-08-17T13:18:39.0008584Z --7139-- When reading debug info from /opt/conda/lib/libgomp.so.1.0.0: 2022-08-17T13:18:39.0008944Z --7139-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 2022-08-17T13:19:02.3811018Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T13:19:02.4048046Z Note: Google Test filter = -*CUDA 2022-08-17T13:19:02.4101484Z [==========] Running 4 tests from 1 test suite. 2022-08-17T13:19:02.4127186Z [----------] Global test environment set-up. 2022-08-17T13:19:02.4166038Z [----------] 4 tests from BasicTest 2022-08-17T13:19:02.4184670Z [ RUN ] BasicTest.BasicTestCPU 2022-08-17T13:19:03.6029568Z 334 ms 2022-08-17T13:19:08.7161718Z 5091 ms 2022-08-17T13:19:15.6357610Z 6911 ms 2022-08-17T13:19:16.2777182Z [ OK ] BasicTest.BasicTestCPU (13856 ms) 2022-08-17T13:19:16.2783479Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-08-17T13:19:16.4792991Z 143 ms 2022-08-17T13:19:21.9085306Z 5420 ms 2022-08-17T13:19:29.0752080Z 7162 ms 2022-08-17T13:19:29.1909878Z [ OK ] BasicTest.BasicTestHalfCPU (12912 ms) 2022-08-17T13:19:29.1910580Z [ RUN ] BasicTest.FactoryMethodsTest 2022-08-17T13:19:29.2239131Z [ OK ] BasicTest.FactoryMethodsTest (32 ms) 2022-08-17T13:19:29.2239779Z [ RUN ] BasicTest.BasicStdTestCPU 2022-08-17T13:19:29.3553893Z Simple example: called once 2022-08-17T13:19:29.4083814Z throw: call_once will retry 2022-08-17T13:19:29.4114868Z Didn't throw, call_once will not attempt again 2022-08-17T13:19:29.4565250Z [ OK ] BasicTest.BasicStdTestCPU (232 ms) 2022-08-17T13:19:29.4584914Z [----------] 4 tests from BasicTest (27038 ms total) 2022-08-17T13:19:29.4585099Z 2022-08-17T13:19:29.4596478Z [----------] Global test environment tear-down 2022-08-17T13:19:29.4625175Z [==========] 4 tests from 1 test suite ran. (27059 ms total) 2022-08-17T13:19:29.4639840Z [ PASSED ] 4 tests. 2022-08-17T13:19:30.9309237Z ==7139== 2022-08-17T13:19:30.9311034Z ==7139== HEAP SUMMARY: 2022-08-17T13:19:30.9311371Z ==7139== in use at exit: 246,609 bytes in 4,054 blocks 2022-08-17T13:19:30.9313456Z ==7139== total heap usage: 1,288,620 allocs, 1,284,566 frees, 233,863,824 bytes allocated 2022-08-17T13:19:30.9314071Z ==7139== 2022-08-17T13:19:31.0093394Z ==7139== LEAK SUMMARY: 2022-08-17T13:19:31.0094188Z ==7139== definitely lost: 0 bytes in 0 blocks 2022-08-17T13:19:31.0094441Z ==7139== indirectly lost: 0 bytes in 0 blocks 2022-08-17T13:19:31.0094824Z ==7139== possibly lost: 1,056 bytes in 3 blocks 2022-08-17T13:19:31.0095172Z ==7139== still reachable: 245,553 bytes in 4,051 blocks 2022-08-17T13:19:31.0095545Z ==7139== suppressed: 0 bytes in 0 blocks 2022-08-17T13:19:31.0096289Z ==7139== Rerun with --leak-check=full to see details of leaked memory 2022-08-17T13:19:31.0098065Z ==7139== 2022-08-17T13:19:31.0098732Z ==7139== For lists of detected and suppressed errors, rerun with: -s 2022-08-17T13:19:31.0099060Z ==7139== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 2022-08-17T13:19:31.0417013Z + [[ -x ./tensor_interop_test ]] 2022-08-17T13:19:31.0417328Z + popd 2022-08-17T13:19:31.0417567Z ~/workspace 2022-08-17T13:19:31.0418185Z + [[ -n '' ]] 2022-08-17T13:19:31.0418492Z + assert_git_not_dirty 2022-08-17T13:19:31.0418999Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-08-17T13:19:31.0419317Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-08-17T13:19:31.0421901Z ++ git status --porcelain 2022-08-17T13:19:31.1147755Z + git_status= 2022-08-17T13:19:31.1148207Z + [[ -n '' ]] 2022-08-17T13:19:31.1211001Z Prepare all required actions 2022-08-17T13:19:31.1211348Z Getting action download info 2022-08-17T13:19:31.3702042Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T13:19:31.3702277Z with: 2022-08-17T13:19:31.3702637Z github-token: *** 2022-08-17T13:19:31.3702801Z env: 2022-08-17T13:19:31.3702981Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:31.3703174Z ##[endgroup] 2022-08-17T13:19:31.3745229Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T13:19:31.3745478Z with: 2022-08-17T13:19:31.3745646Z shell: bash 2022-08-17T13:19:31.3745814Z timeout_minutes: 10 2022-08-17T13:19:31.3746000Z max_attempts: 5 2022-08-17T13:19:31.3746186Z retry_wait_seconds: 30 2022-08-17T13:19:31.3746571Z 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:19:31.3747004Z polling_interval_seconds: 1 2022-08-17T13:19:31.3747206Z warning_on_retry: true 2022-08-17T13:19:31.3747391Z continue_on_error: false 2022-08-17T13:19:31.3747571Z env: 2022-08-17T13:19:31.3747744Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:31.3748053Z GITHUB_TOKEN: *** 2022-08-17T13:19:31.3748235Z ##[endgroup] 2022-08-17T13:19:31.6893957Z 2022-08-17T13:19:31.6951122Z + python3 -m pip install requests==2.26.0 2022-08-17T13:19:32.0419581Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:19:32.0646228Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-08-17T13:19:32.0793265Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3) 2022-08-17T13:19:32.0820792Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15) 2022-08-17T13:19:32.0835379Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-08-17T13:19:32.0870234Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.11) 2022-08-17T13:19:32.1903530Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-0e3b3df114b11559d 2022-08-17T13:19:34.3052073Z + GHA_WORKFLOW_JOB_ID=7878165695 2022-08-17T13:19:34.3052632Z + echo '::set-output name=job-id::7878165695' 2022-08-17T13:19:34.6961001Z Command completed after 1 attempt(s). 2022-08-17T13:19:34.6961280Z 2022-08-17T13:19:34.7087129Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:19:34.7087371Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:19:34.7108215Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:19:34.7108446Z env: 2022-08-17T13:19:34.7108616Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:34.7108827Z MONITOR_SCRIPT_PID: 23073 2022-08-17T13:19:34.7109020Z ##[endgroup] 2022-08-17T13:19:34.7194136Z Prepare all required actions 2022-08-17T13:19:34.7194418Z Getting action download info 2022-08-17T13:19:35.0320900Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T13:19:35.1812354Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T13:19:35.1812597Z with: 2022-08-17T13:19:35.1812818Z file-suffix: test-default-1-2-linux.2xlarge_7878165695 2022-08-17T13:19:35.1813044Z env: 2022-08-17T13:19:35.1813222Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.1813402Z ##[endgroup] 2022-08-17T13:19:35.1839412Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T13:19:35.1839716Z # Remove any previous test jsons if they exist 2022-08-17T13:19:35.1839966Z rm -f test-jsons-*.zip 2022-08-17T13:19:35.1840210Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T13:19:35.1851771Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:19:35.1852050Z env: 2022-08-17T13:19:35.1852228Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.1852489Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_7878165695 2022-08-17T13:19:35.1852733Z ##[endgroup] 2022-08-17T13:19:35.1978839Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T13:19:35.2006977Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T13:19:35.2013346Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T13:19:35.2014305Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-08-17T13:19:35.2019222Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-08-17T13:19:35.2039899Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:19:35.2040208Z # Remove any previous test reports if they exist 2022-08-17T13:19:35.2040457Z rm -f test-reports-*.zip 2022-08-17T13:19:35.2040705Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T13:19:35.2068813Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:19:35.2069069Z env: 2022-08-17T13:19:35.2069251Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.2069492Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_7878165695 2022-08-17T13:19:35.2069726Z ##[endgroup] 2022-08-17T13:19:35.2507362Z adding: test/test-reports/python-pytest/test_ops/test_ops.xml (deflated 95%) 2022-08-17T13:19:35.2508325Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220817123402.xml (deflated 53%) 2022-08-17T13:19:35.2509265Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220817123402.xml (deflated 84%) 2022-08-17T13:19:35.2510175Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220817123402.xml (deflated 39%) 2022-08-17T13:19:35.2511419Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220817123404.xml (deflated 92%) 2022-08-17T13:19:35.2512832Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220817123404.xml (deflated 93%) 2022-08-17T13:19:35.2514149Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220817123404.xml (deflated 90%) 2022-08-17T13:19:35.2515261Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220817123404.xml (deflated 66%) 2022-08-17T13:19:35.2516257Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220817123404.xml (deflated 63%) 2022-08-17T13:19:35.2517799Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220817123404.xml (deflated 84%) 2022-08-17T13:19:35.2518598Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2519318Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220817123404.xml (deflated 84%) 2022-08-17T13:19:35.2520362Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220817123404.xml (deflated 86%) 2022-08-17T13:19:35.2521191Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220817123404.xml (deflated 75%) 2022-08-17T13:19:35.2522302Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220817123404.xml (deflated 82%) 2022-08-17T13:19:35.2523305Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220817123404.xml (deflated 79%) 2022-08-17T13:19:35.2524495Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220817123404.xml (deflated 59%) 2022-08-17T13:19:35.2525772Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220817123404.xml (deflated 88%) 2022-08-17T13:19:35.2527132Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220817123404.xml (deflated 92%) 2022-08-17T13:19:35.2528267Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220817123404.xml (deflated 70%) 2022-08-17T13:19:35.2529522Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220817123404.xml (deflated 88%) 2022-08-17T13:19:35.2530962Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220817123404.xml (deflated 76%) 2022-08-17T13:19:35.2531936Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220817123404.xml (deflated 73%) 2022-08-17T13:19:35.2533128Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220817123404.xml (deflated 68%) 2022-08-17T13:19:35.2534441Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220817123404.xml (deflated 82%) 2022-08-17T13:19:35.2535404Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220817123404.xml (deflated 53%) 2022-08-17T13:19:35.2536435Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2537759Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220817123404.xml (deflated 74%) 2022-08-17T13:19:35.2539011Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2540256Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220817123404.xml (deflated 53%) 2022-08-17T13:19:35.2541188Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220817123404.xml (deflated 79%) 2022-08-17T13:19:35.2542658Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220817123404.xml (deflated 73%) 2022-08-17T13:19:35.2543656Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220817123404.xml (deflated 78%) 2022-08-17T13:19:35.2544370Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220817123404.xml (deflated 76%) 2022-08-17T13:19:35.2545103Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220817123404.xml (deflated 73%) 2022-08-17T13:19:35.2545816Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220817123404.xml (deflated 84%) 2022-08-17T13:19:35.2546502Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220817123404.xml (deflated 79%) 2022-08-17T13:19:35.2547450Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220817123404.xml (deflated 63%) 2022-08-17T13:19:35.2548420Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220817123404.xml (deflated 83%) 2022-08-17T13:19:35.2549077Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2549947Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBR-20220817123404.xml (deflated 85%) 2022-08-17T13:19:35.2551181Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps-20220817123404.xml (deflated 87%) 2022-08-17T13:19:35.2552276Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels-20220817123404.xml (deflated 62%) 2022-08-17T13:19:35.2553101Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps-20220817123404.xml (deflated 85%) 2022-08-17T13:19:35.2554388Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220817123404.xml (deflated 59%) 2022-08-17T13:19:35.2555723Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220817123404.xml (deflated 83%) 2022-08-17T13:19:35.2556481Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220817123404.xml (deflated 86%) 2022-08-17T13:19:35.2557367Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220817123404.xml (deflated 80%) 2022-08-17T13:19:35.2558356Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220817123404.xml (deflated 79%) 2022-08-17T13:19:35.2559370Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220817123404.xml (deflated 80%) 2022-08-17T13:19:35.2560618Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220817123404.xml (deflated 83%) 2022-08-17T13:19:35.2561812Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220817123404.xml (deflated 87%) 2022-08-17T13:19:35.2562852Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220817123404.xml (deflated 80%) 2022-08-17T13:19:35.2564088Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220817123404.xml (deflated 86%) 2022-08-17T13:19:35.2564792Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2565450Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220817123404.xml (deflated 85%) 2022-08-17T13:19:35.2566120Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220817123404.xml (deflated 86%) 2022-08-17T13:19:35.2566790Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220817123404.xml (deflated 84%) 2022-08-17T13:19:35.2567468Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220817123404.xml (deflated 82%) 2022-08-17T13:19:35.2568220Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2568941Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220817123404.xml (deflated 69%) 2022-08-17T13:19:35.2569610Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220817123404.xml (deflated 87%) 2022-08-17T13:19:35.2570519Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220817123404.xml (deflated 88%) 2022-08-17T13:19:35.2571253Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220817123404.xml (deflated 63%) 2022-08-17T13:19:35.2572015Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220817123404.xml (deflated 71%) 2022-08-17T13:19:35.2572754Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220817123404.xml (deflated 86%) 2022-08-17T13:19:35.2573492Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220817123404.xml (deflated 87%) 2022-08-17T13:19:35.2574203Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220817123404.xml (deflated 85%) 2022-08-17T13:19:35.2574858Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220817123404.xml (deflated 67%) 2022-08-17T13:19:35.2575552Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220817123404.xml (deflated 72%) 2022-08-17T13:19:35.2647253Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220817124442.xml (deflated 96%) 2022-08-17T13:19:35.2648268Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220817125239.xml (deflated 85%) 2022-08-17T13:19:35.2712627Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220817125239.xml (deflated 97%) 2022-08-17T13:19:35.2713876Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220817125814.xml (deflated 78%) 2022-08-17T13:19:35.2714538Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220817125814.xml (deflated 85%) 2022-08-17T13:19:35.2715283Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220817125814.xml (deflated 85%) 2022-08-17T13:19:35.2716411Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220817125814.xml (deflated 85%) 2022-08-17T13:19:35.2717501Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220817125814.xml (deflated 74%) 2022-08-17T13:19:35.2718123Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220817125814.xml (deflated 82%) 2022-08-17T13:19:35.2720956Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220817125814.xml (deflated 87%) 2022-08-17T13:19:35.2721838Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220817125814.xml (deflated 63%) 2022-08-17T13:19:35.2723189Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220817125814.xml (deflated 94%) 2022-08-17T13:19:35.2734173Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220817125814.xml (deflated 95%) 2022-08-17T13:19:35.2735071Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220817125814.xml (deflated 72%) 2022-08-17T13:19:35.2736101Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220817125814.xml (deflated 85%) 2022-08-17T13:19:35.2737970Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220817125814.xml (deflated 89%) 2022-08-17T13:19:35.2738980Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220817125814.xml (deflated 90%) 2022-08-17T13:19:35.2869257Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220817130220.xml (deflated 97%) 2022-08-17T13:19:35.2881282Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220817130445.xml (deflated 97%) 2022-08-17T13:19:35.2882309Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817130649.xml (deflated 66%) 2022-08-17T13:19:35.2883349Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220817130649.xml (deflated 85%) 2022-08-17T13:19:35.2884281Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220817130649.xml (deflated 48%) 2022-08-17T13:19:35.2885310Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220817130649.xml (deflated 73%) 2022-08-17T13:19:35.2886212Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817130649.xml (deflated 86%) 2022-08-17T13:19:35.2886865Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220817130649.xml (deflated 74%) 2022-08-17T13:19:35.2887966Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220817130649.xml (deflated 59%) 2022-08-17T13:19:35.2889018Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220817130649.xml (deflated 81%) 2022-08-17T13:19:35.2890241Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220817130649.xml (deflated 70%) 2022-08-17T13:19:35.2891059Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2892081Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2892733Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220817130649.xml (deflated 83%) 2022-08-17T13:19:35.2893441Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220817130649.xml (deflated 55%) 2022-08-17T13:19:35.2894303Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220817130649.xml (deflated 75%) 2022-08-17T13:19:35.2895506Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817130649.xml (deflated 85%) 2022-08-17T13:19:35.2896197Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220817130649.xml (deflated 82%) 2022-08-17T13:19:35.2897196Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817130649.xml (deflated 70%) 2022-08-17T13:19:35.2898109Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817130649.xml (deflated 96%) 2022-08-17T13:19:35.2899145Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2900148Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220817130649.xml (deflated 81%) 2022-08-17T13:19:35.2901180Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220817130649.xml (deflated 89%) 2022-08-17T13:19:35.2902106Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220817130649.xml (deflated 40%) 2022-08-17T13:19:35.2903127Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220817130649.xml (deflated 85%) 2022-08-17T13:19:35.2903755Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817130649.xml (deflated 51%) 2022-08-17T13:19:35.2904441Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817130649.xml (deflated 73%) 2022-08-17T13:19:35.2905076Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220817130649.xml (deflated 46%) 2022-08-17T13:19:35.2906112Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817130649.xml (deflated 52%) 2022-08-17T13:19:35.2906688Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220817130649.xml (deflated 79%) 2022-08-17T13:19:35.2907205Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220817130649.xml (deflated 87%) 2022-08-17T13:19:35.2907760Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817130649.xml (deflated 62%) 2022-08-17T13:19:35.2908394Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817130649.xml (deflated 73%) 2022-08-17T13:19:35.2909097Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817130649.xml (deflated 62%) 2022-08-17T13:19:35.2909751Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220817130649.xml (deflated 90%) 2022-08-17T13:19:35.2910255Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2913534Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220817130649.xml (deflated 95%) 2022-08-17T13:19:35.2914367Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220817130649.xml (deflated 78%) 2022-08-17T13:19:35.2915892Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220817130649.xml (deflated 89%) 2022-08-17T13:19:35.2916870Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220817130649.xml (deflated 76%) 2022-08-17T13:19:35.2917955Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817130649.xml (deflated 69%) 2022-08-17T13:19:35.2919064Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220817130649.xml (deflated 82%) 2022-08-17T13:19:35.2920182Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2921206Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2922158Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220817130649.xml (deflated 69%) 2022-08-17T13:19:35.2923099Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2924252Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220817130649.xml (deflated 86%) 2022-08-17T13:19:35.2925104Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220817130649.xml (deflated 49%) 2022-08-17T13:19:35.2926100Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220817130649.xml (deflated 81%) 2022-08-17T13:19:35.2927169Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2928259Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817130649.xml (deflated 64%) 2022-08-17T13:19:35.2929636Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2930860Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220817130649.xml (deflated 60%) 2022-08-17T13:19:35.2931467Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220817130649.xml (deflated 89%) 2022-08-17T13:19:35.2932024Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220817130649.xml (deflated 41%) 2022-08-17T13:19:35.2932576Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220817130649.xml (deflated 81%) 2022-08-17T13:19:35.2933156Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220817130649.xml (deflated 79%) 2022-08-17T13:19:35.2933767Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817130649.xml (deflated 86%) 2022-08-17T13:19:35.2934352Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220817130649.xml (deflated 47%) 2022-08-17T13:19:35.2934932Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220817130649.xml (deflated 89%) 2022-08-17T13:19:35.2935532Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817130649.xml (deflated 80%) 2022-08-17T13:19:35.2936106Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220817130649.xml (deflated 80%) 2022-08-17T13:19:35.2936726Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817130649.xml (deflated 82%) 2022-08-17T13:19:35.2943810Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220817130649.xml (deflated 88%) 2022-08-17T13:19:35.2944749Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220817130649.xml (deflated 78%) 2022-08-17T13:19:35.2945746Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220817130649.xml (deflated 83%) 2022-08-17T13:19:35.2947148Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817130649.xml (deflated 87%) 2022-08-17T13:19:35.2948462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220817130649.xml (deflated 76%) 2022-08-17T13:19:35.2949473Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220817130649.xml (deflated 86%) 2022-08-17T13:19:35.2950435Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220817130649.xml (deflated 72%) 2022-08-17T13:19:35.2951459Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220817130649.xml (deflated 90%) 2022-08-17T13:19:35.2952126Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817130649.xml (deflated 88%) 2022-08-17T13:19:35.2952759Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220817130649.xml (deflated 74%) 2022-08-17T13:19:35.2953430Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817130649.xml (deflated 80%) 2022-08-17T13:19:35.2954380Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220817130649.xml (deflated 61%) 2022-08-17T13:19:35.2955301Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220817130649.xml (deflated 88%) 2022-08-17T13:19:35.2956194Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220817130649.xml (deflated 88%) 2022-08-17T13:19:35.2957125Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220817130649.xml (deflated 82%) 2022-08-17T13:19:35.2958008Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220817130649.xml (deflated 83%) 2022-08-17T13:19:35.2959044Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220817130649.xml (deflated 89%) 2022-08-17T13:19:35.2960007Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220817130649.xml (deflated 86%) 2022-08-17T13:19:35.2961076Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817130649.xml (deflated 60%) 2022-08-17T13:19:35.2961757Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220817130649.xml (deflated 85%) 2022-08-17T13:19:35.2962295Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220817130649.xml (deflated 78%) 2022-08-17T13:19:35.2962803Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220817130649.xml (deflated 73%) 2022-08-17T13:19:35.2963348Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220817130649.xml (deflated 78%) 2022-08-17T13:19:35.2963955Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817130649.xml (deflated 84%) 2022-08-17T13:19:35.2975985Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220817130849.xml (deflated 97%) 2022-08-17T13:19:35.2976948Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220817131017.xml (deflated 42%) 2022-08-17T13:19:35.2977889Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220817131112.xml (deflated 59%) 2022-08-17T13:19:35.2978774Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220817131112.xml (deflated 56%) 2022-08-17T13:19:35.2979386Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220817131112.xml (deflated 91%) 2022-08-17T13:19:35.2981137Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220817131112.xml (deflated 90%) 2022-08-17T13:19:35.2982297Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220817131112.xml (deflated 70%) 2022-08-17T13:19:35.2983285Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220817131112.xml (deflated 73%) 2022-08-17T13:19:35.2984302Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220817131112.xml (deflated 82%) 2022-08-17T13:19:35.2985005Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220817131112.xml (deflated 58%) 2022-08-17T13:19:35.2985997Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220817131112.xml (deflated 83%) 2022-08-17T13:19:35.2987090Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220817131112.xml (deflated 76%) 2022-08-17T13:19:35.2988005Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220817131112.xml (deflated 68%) 2022-08-17T13:19:35.2988582Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220817131156.xml (deflated 88%) 2022-08-17T13:19:35.2989417Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817131237.xml (deflated 66%) 2022-08-17T13:19:35.2990094Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817131237.xml (deflated 73%) 2022-08-17T13:19:35.2990578Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817131237.xml (deflated 81%) 2022-08-17T13:19:35.2991538Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220817131318.xml (deflated 85%) 2022-08-17T13:19:35.2992162Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220817131353.xml (deflated 95%) 2022-08-17T13:19:35.2993218Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220817131353.xml (deflated 95%) 2022-08-17T13:19:35.2994245Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220817131353.xml (deflated 76%) 2022-08-17T13:19:35.2994879Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220817131353.xml (deflated 84%) 2022-08-17T13:19:35.2999710Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220817131353.xml (deflated 92%) 2022-08-17T13:19:35.3000798Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220817131420.xml (deflated 60%) 2022-08-17T13:19:35.3001840Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220817131420.xml (deflated 77%) 2022-08-17T13:19:35.3002925Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220817131420.xml (deflated 73%) 2022-08-17T13:19:35.3004055Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220817131420.xml (deflated 64%) 2022-08-17T13:19:35.3004649Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220817131420.xml (deflated 83%) 2022-08-17T13:19:35.3005238Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220817131420.xml (deflated 65%) 2022-08-17T13:19:35.3005833Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220817131420.xml (deflated 66%) 2022-08-17T13:19:35.3006402Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220817131420.xml (deflated 41%) 2022-08-17T13:19:35.3007041Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220817131420.xml (deflated 60%) 2022-08-17T13:19:35.3014584Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220817131444.xml (deflated 86%) 2022-08-17T13:19:35.3015499Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220817131444.xml (deflated 60%) 2022-08-17T13:19:35.3016606Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220817131444.xml (deflated 86%) 2022-08-17T13:19:35.3017688Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220817131444.xml (deflated 85%) 2022-08-17T13:19:35.3018401Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220817131444.xml (deflated 72%) 2022-08-17T13:19:35.3020200Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220817131444.xml (deflated 95%) 2022-08-17T13:19:35.3021359Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220817131444.xml (deflated 87%) 2022-08-17T13:19:35.3022154Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220817131444.xml (deflated 68%) 2022-08-17T13:19:35.3022761Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220817131444.xml (deflated 77%) 2022-08-17T13:19:35.3023795Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220817131504.xml (deflated 90%) 2022-08-17T13:19:35.3026216Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220817131504.xml (deflated 94%) 2022-08-17T13:19:35.3028803Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220817131504.xml (deflated 96%) 2022-08-17T13:19:35.3029592Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817131522.xml (deflated 62%) 2022-08-17T13:19:35.3033313Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220817131522.xml (deflated 89%) 2022-08-17T13:19:35.3046280Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817131522.xml (deflated 94%) 2022-08-17T13:19:35.3047225Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817131522.xml (deflated 42%) 2022-08-17T13:19:35.3048217Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220817131537.xml (deflated 85%) 2022-08-17T13:19:35.3049219Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220817131537.xml (deflated 70%) 2022-08-17T13:19:35.3050475Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220817131537.xml (deflated 84%) 2022-08-17T13:19:35.3051571Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220817131537.xml (deflated 69%) 2022-08-17T13:19:35.3052635Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220817131537.xml (deflated 69%) 2022-08-17T13:19:35.3053658Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220817131537.xml (deflated 69%) 2022-08-17T13:19:35.3054543Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220817131537.xml (deflated 75%) 2022-08-17T13:19:35.3055239Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220817131537.xml (deflated 69%) 2022-08-17T13:19:35.3055812Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220817131537.xml (deflated 69%) 2022-08-17T13:19:35.3056370Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220817131537.xml (deflated 40%) 2022-08-17T13:19:35.3056874Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220817131537.xml (deflated 48%) 2022-08-17T13:19:35.3057519Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220817131537.xml (deflated 88%) 2022-08-17T13:19:35.3058197Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220817131537.xml (deflated 88%) 2022-08-17T13:19:35.3058797Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220817131537.xml (deflated 89%) 2022-08-17T13:19:35.3164593Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220817131552.xml (deflated 98%) 2022-08-17T13:19:35.3165420Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220817131552.xml (deflated 75%) 2022-08-17T13:19:35.3168058Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220817131607.xml (deflated 96%) 2022-08-17T13:19:35.3201376Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220817131619.xml (deflated 98%) 2022-08-17T13:19:35.3204271Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220817131638.xml (deflated 92%) 2022-08-17T13:19:35.3206062Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220817131638.xml (deflated 88%) 2022-08-17T13:19:35.3207289Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220817131645.xml (deflated 54%) 2022-08-17T13:19:35.3208601Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220817131645.xml (deflated 71%) 2022-08-17T13:19:35.3210085Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220817131645.xml (deflated 65%) 2022-08-17T13:19:35.3211291Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220817131645.xml (deflated 80%) 2022-08-17T13:19:35.3212465Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220817131645.xml (deflated 83%) 2022-08-17T13:19:35.3213675Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220817131645.xml (deflated 75%) 2022-08-17T13:19:35.3214914Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220817131645.xml (deflated 73%) 2022-08-17T13:19:35.3216146Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220817131645.xml (deflated 81%) 2022-08-17T13:19:35.3217401Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220817131645.xml (deflated 76%) 2022-08-17T13:19:35.3218707Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220817131645.xml (deflated 69%) 2022-08-17T13:19:35.3219946Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220817131645.xml (deflated 71%) 2022-08-17T13:19:35.3221223Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220817131645.xml (deflated 50%) 2022-08-17T13:19:35.3222470Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220817131645.xml (deflated 64%) 2022-08-17T13:19:35.3223694Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220817131645.xml (deflated 66%) 2022-08-17T13:19:35.3224902Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220817131645.xml (deflated 78%) 2022-08-17T13:19:35.3225782Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220817131645.xml (deflated 78%) 2022-08-17T13:19:35.3226858Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220817131651.xml (deflated 55%) 2022-08-17T13:19:35.3227906Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220817131655.xml (deflated 53%) 2022-08-17T13:19:35.3228860Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220817131700.xml (deflated 53%) 2022-08-17T13:19:35.3229812Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestExecutionGraph-20220817131705.xml (deflated 72%) 2022-08-17T13:19:35.3230843Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestExperimentalUtils-20220817131705.xml (deflated 81%) 2022-08-17T13:19:35.3231792Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220817131705.xml (deflated 72%) 2022-08-17T13:19:35.3232772Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220817131705.xml (deflated 68%) 2022-08-17T13:19:35.3233554Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220817131705.xml (deflated 56%) 2022-08-17T13:19:35.3234097Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestTorchTidyProfiler-20220817131705.xml (deflated 73%) 2022-08-17T13:19:35.3234691Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220817131709.xml (deflated 82%) 2022-08-17T13:19:35.3235303Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220817131709.xml (deflated 76%) 2022-08-17T13:19:35.3235889Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220817131709.xml (deflated 84%) 2022-08-17T13:19:35.3236465Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220817131709.xml (deflated 76%) 2022-08-17T13:19:35.3237058Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220817131709.xml (deflated 86%) 2022-08-17T13:19:35.3237621Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220817131709.xml (deflated 72%) 2022-08-17T13:19:35.3238221Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220817131709.xml (deflated 71%) 2022-08-17T13:19:35.3238793Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220817131709.xml (deflated 79%) 2022-08-17T13:19:35.3239330Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220817131709.xml (deflated 73%) 2022-08-17T13:19:35.3239863Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220817131709.xml (deflated 75%) 2022-08-17T13:19:35.3240444Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220817131709.xml (deflated 81%) 2022-08-17T13:19:35.3241022Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220817131709.xml (deflated 48%) 2022-08-17T13:19:35.3241594Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220817131709.xml (deflated 69%) 2022-08-17T13:19:35.3242156Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220817131709.xml (deflated 76%) 2022-08-17T13:19:35.3242704Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220817131709.xml (deflated 44%) 2022-08-17T13:19:35.3243229Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220817131709.xml (deflated 71%) 2022-08-17T13:19:35.3243789Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220817131713.xml (deflated 42%) 2022-08-17T13:19:35.3244473Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220817131713.xml (deflated 42%) 2022-08-17T13:19:35.3245080Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220817131713.xml (deflated 41%) 2022-08-17T13:19:35.3245622Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220817131713.xml (deflated 41%) 2022-08-17T13:19:35.3246195Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220817131713.xml (deflated 42%) 2022-08-17T13:19:35.3246816Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220817131713.xml (deflated 73%) 2022-08-17T13:19:35.3247772Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220817131713.xml (deflated 41%) 2022-08-17T13:19:35.3248704Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220817131713.xml (deflated 41%) 2022-08-17T13:19:35.3249368Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220817131713.xml (deflated 40%) 2022-08-17T13:19:35.3250452Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220817131713.xml (deflated 39%) 2022-08-17T13:19:35.3251176Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220817131713.xml (deflated 40%) 2022-08-17T13:19:35.3252107Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220817131713.xml (deflated 87%) 2022-08-17T13:19:35.3253017Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220817131713.xml (deflated 96%) 2022-08-17T13:19:35.3253816Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220817131713.xml (deflated 42%) 2022-08-17T13:19:35.3254576Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220817131713.xml (deflated 41%) 2022-08-17T13:19:35.3255108Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817131717.xml (deflated 81%) 2022-08-17T13:19:35.3255975Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817131717.xml (deflated 90%) 2022-08-17T13:19:35.3256578Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220817131720.xml (deflated 48%) 2022-08-17T13:19:35.3257151Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817131723.xml (deflated 77%) 2022-08-17T13:19:35.3258105Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817131726.xml (deflated 56%) 2022-08-17T13:19:35.3258879Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817131730.xml (deflated 93%) 2022-08-17T13:19:35.3259890Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817131733.xml (deflated 90%) 2022-08-17T13:19:35.3260773Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220817131736.xml (deflated 89%) 2022-08-17T13:19:35.3261682Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220817131739.xml (deflated 82%) 2022-08-17T13:19:35.3262691Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220817131741.xml (deflated 75%) 2022-08-17T13:19:35.3263731Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220817131743.xml (deflated 53%) 2022-08-17T13:19:35.3264729Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220817131743.xml (deflated 76%) 2022-08-17T13:19:35.3265726Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220817131743.xml (deflated 83%) 2022-08-17T13:19:35.3266828Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220817131743.xml (deflated 71%) 2022-08-17T13:19:35.3267941Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220817131743.xml (deflated 67%) 2022-08-17T13:19:35.3268924Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220817131743.xml (deflated 75%) 2022-08-17T13:19:35.3269674Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220817131743.xml (deflated 66%) 2022-08-17T13:19:35.3270883Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220817131743.xml (deflated 74%) 2022-08-17T13:19:35.3272031Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220817131743.xml (deflated 71%) 2022-08-17T13:19:35.3273033Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220817131743.xml (deflated 62%) 2022-08-17T13:19:35.3273986Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220817131743.xml (deflated 68%) 2022-08-17T13:19:35.3274850Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220817131743.xml (deflated 80%) 2022-08-17T13:19:35.3275820Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220817131743.xml (deflated 43%) 2022-08-17T13:19:35.3276844Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220817131743.xml (deflated 79%) 2022-08-17T13:19:35.3277558Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220817131743.xml (deflated 59%) 2022-08-17T13:19:35.3278113Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220817131746.xml (deflated 81%) 2022-08-17T13:19:35.3278689Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817131748.xml (deflated 40%) 2022-08-17T13:19:35.3279275Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817131748.xml (deflated 84%) 2022-08-17T13:19:35.3279813Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220817131750.xml (deflated 91%) 2022-08-17T13:19:35.3280341Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220817131752.xml (deflated 73%) 2022-08-17T13:19:35.3280907Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817131754.xml (deflated 75%) 2022-08-17T13:19:35.3281610Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817131756.xml (deflated 72%) 2022-08-17T13:19:35.3282184Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220817131758.xml (deflated 39%) 2022-08-17T13:19:35.3282713Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220817131758.xml (deflated 85%) 2022-08-17T13:19:35.3283246Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220817131758.xml (deflated 87%) 2022-08-17T13:19:35.3283799Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220817131759.xml (deflated 63%) 2022-08-17T13:19:35.3284316Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220817131801.xml (deflated 49%) 2022-08-17T13:19:35.3284830Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220817131803.xml (deflated 40%) 2022-08-17T13:19:35.3285366Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220817131805.xml (deflated 90%) 2022-08-17T13:19:35.3285913Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220817131805.xml (deflated 87%) 2022-08-17T13:19:35.3286454Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220817131807.xml (deflated 64%) 2022-08-17T13:19:35.3287014Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220817131809.xml (deflated 70%) 2022-08-17T13:19:35.3287631Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817131810.xml (deflated 43%) 2022-08-17T13:19:35.3306863Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:19:35.3307194Z # Remove any previous test reports if they exist 2022-08-17T13:19:35.3307438Z rm -f usage-log-*.zip 2022-08-17T13:19:35.3307727Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T13:19:35.3308014Z # so check to see if the file exists first 2022-08-17T13:19:35.3308252Z if [ -f 'usage_log.txt' ]; then 2022-08-17T13:19:35.3308511Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T13:19:35.3308719Z fi 2022-08-17T13:19:35.3319627Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:19:35.3319868Z env: 2022-08-17T13:19:35.3320044Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.3320305Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_7878165695 2022-08-17T13:19:35.3320541Z ##[endgroup] 2022-08-17T13:19:35.3604968Z adding: usage_log.txt (deflated 95%) 2022-08-17T13:19:35.3643899Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:19:35.3644127Z with: 2022-08-17T13:19:35.3644386Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:35.3644618Z retention-days: 14 2022-08-17T13:19:35.3644808Z if-no-files-found: warn 2022-08-17T13:19:35.3645016Z path: test-jsons-*.zip 2022-08-17T13:19:35.3645209Z name: artifact 2022-08-17T13:19:35.3645387Z s3-bucket: gha-artifacts 2022-08-17T13:19:35.3645591Z region: us-east-1 2022-08-17T13:19:35.3645763Z env: 2022-08-17T13:19:35.3645928Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.3646118Z ##[endgroup] 2022-08-17T13:19:35.7611302Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:19:35.7611710Z With the provided path, there will be 1 file uploaded 2022-08-17T13:19:35.7612010Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:35.7665095Z Starting upload of test-jsons-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:35.9195664Z Finished upload of test-jsons-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:35.9349008Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:19:35.9349241Z with: 2022-08-17T13:19:35.9349452Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:35.9349665Z retention-days: 14 2022-08-17T13:19:35.9349868Z if-no-files-found: error 2022-08-17T13:19:35.9350079Z path: test-reports-*.zip 2022-08-17T13:19:35.9350261Z name: artifact 2022-08-17T13:19:35.9350448Z s3-bucket: gha-artifacts 2022-08-17T13:19:35.9350644Z region: us-east-1 2022-08-17T13:19:35.9350815Z env: 2022-08-17T13:19:35.9350980Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:35.9351170Z ##[endgroup] 2022-08-17T13:19:36.2748809Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:19:36.2749334Z With the provided path, there will be 1 file uploaded 2022-08-17T13:19:36.2749835Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:36.2757862Z Starting upload of test-reports-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:36.4560667Z Finished upload of test-reports-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:36.4686568Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:19:36.4686804Z with: 2022-08-17T13:19:36.4687019Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:36.4687237Z retention-days: 14 2022-08-17T13:19:36.4687442Z if-no-files-found: ignore 2022-08-17T13:19:36.4687652Z path: usage-log-*.zip 2022-08-17T13:19:36.4687830Z name: artifact 2022-08-17T13:19:36.4688023Z s3-bucket: gha-artifacts 2022-08-17T13:19:36.4688225Z region: us-east-1 2022-08-17T13:19:36.4688399Z env: 2022-08-17T13:19:36.4688570Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:36.4688882Z ##[endgroup] 2022-08-17T13:19:36.7987818Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:19:36.7988134Z With the provided path, there will be 1 file uploaded 2022-08-17T13:19:36.7988418Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:19:36.7995555Z Starting upload of usage-log-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:36.8965554Z Finished upload of usage-log-test-default-1-2-linux.2xlarge_7878165695.zip 2022-08-17T13:19:36.9087515Z ##[group]Run set -x 2022-08-17T13:19:36.9087730Z set -x 2022-08-17T13:19:36.9087947Z python3 -m pip install -r requirements.txt 2022-08-17T13:19:36.9088206Z python3 -m pip install boto3==1.19.12 2022-08-17T13:19:36.9088513Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:19:36.9099645Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:19:36.9099875Z env: 2022-08-17T13:19:36.9100065Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:19:36.9100266Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T13:19:36.9100467Z BRANCH: pull/82657 2022-08-17T13:19:36.9100660Z TEST_CONFIG: default 2022-08-17T13:19:36.9100832Z SHARD_NUMBER: 1 2022-08-17T13:19:36.9101055Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-08-17T13:19:36.9101278Z PR_NUMBER: 82657 2022-08-17T13:19:36.9101465Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T13:19:36.9101681Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T13:19:36.9101955Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:19:36.9102154Z TAG: 2022-08-17T13:19:36.9102327Z WORKFLOW_ID: 2875102080 2022-08-17T13:19:36.9102666Z GITHUB_TOKEN: *** 2022-08-17T13:19:36.9102863Z GHA_WORKFLOW_JOB_ID: 7878165695 2022-08-17T13:19:36.9103045Z ##[endgroup] 2022-08-17T13:19:36.9127170Z + python3 -m pip install -r requirements.txt 2022-08-17T13:19:37.1342655Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:19:37.1983047Z Collecting astunparse 2022-08-17T13:19:37.2127924Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T13:19:37.2366355Z Collecting expecttest 2022-08-17T13:19:37.2406149Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T13:19:37.2696603Z Collecting future 2022-08-17T13:19:37.2733417Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T13:19:38.1930544Z Collecting numpy 2022-08-17T13:19:38.1986230Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T13:19:38.4187692Z 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:19:38.5055451Z Collecting pyyaml 2022-08-17T13:19:38.5099481Z 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:19:38.5265541Z 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:19:38.5387561Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T13:19:38.5834860Z Collecting six 2022-08-17T13:19:38.5869409Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T13:19:38.6131522Z Collecting types-dataclasses 2022-08-17T13:19:38.6200833Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T13:19:38.6518169Z Collecting typing_extensions 2022-08-17T13:19:38.6554174Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T13:19:38.6958006Z Collecting sympy 2022-08-17T13:19:38.7003110Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T13:19:38.8582082Z Collecting wheel<1.0,>=0.23.0 2022-08-17T13:19:38.8619243Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T13:19:38.8713905Z 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:19:38.8867554Z 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:19:38.8880637Z 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:19:38.8902124Z 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:19:38.9108824Z Collecting mpmath>=0.19 2022-08-17T13:19:38.9177112Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T13:19:38.9369649Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T13:19:38.9727582Z Installing collected packages: six, wheel, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T13:19:39.0072301Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:19:39.0072869Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:19:39.0321484Z Running setup.py install for future: started 2022-08-17T13:19:39.5448315Z Running setup.py install for future: finished with status 'done' 2022-08-17T13:19:41.2350643Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:19:41.2351199Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:19:49.0108664Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:19:49.0109208Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:19:49.0335555Z 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:19:49.1001310Z + python3 -m pip install boto3==1.19.12 2022-08-17T13:19:49.3244756Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:19:49.9676850Z Collecting boto3==1.19.12 2022-08-17T13:19:49.9928972Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T13:19:50.8167674Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T13:19:50.8312054Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T13:19:50.9826688Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T13:19:50.9863978Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T13:19:51.0198272Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T13:19:51.0231888Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T13:19:51.0323653Z 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:19:51.0816753Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T13:19:51.0852632Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T13:19:51.0992155Z 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:19:51.1634521Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-08-17T13:19:51.8288094Z 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:19:51.8845708Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:20:26.0656358Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T13:20:26.0658013Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: 6583d666-44c1-4f3e-99dd-8ee2cdfa8d7c Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-08-17T13:20:26.0658579Z 2022-08-17T13:20:26.0658890Z ----- Historic stats comparison result ------ 2022-08-17T13:20:26.0659204Z 2022-08-17T13:20:26.0659440Z job: linux-focal-py3.7-gcc7 2022-08-17T13:20:26.0660089Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:20:26.0660379Z 2022-08-17T13:20:26.0660664Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T13:20:26.0661010Z 2022-08-17T13:20:26.0661141Z : (master) 2022-08-17T13:20:26.0661444Z | 2022-08-17T13:20:26.0661823Z | * ce6a3c605d (HEAD) total time 6851.16s 2022-08-17T13:20:26.0662207Z | | 2022-08-17T13:20:26.0662526Z | : (3 commits) 2022-08-17T13:20:26.0662850Z |/| 2022-08-17T13:20:26.0663166Z | : (6 commits) 2022-08-17T13:20:26.0663485Z | 2022-08-17T13:20:26.0666010Z * 343b5f8651 (base) 5 reports, total time 2488.33s ± 2005.09s 2022-08-17T13:20:26.0666667Z * 1a09b05c94 5 reports, total time 2470.84s ± 1972.56s 2022-08-17T13:20:26.0667257Z * df62ea76d1 5 reports, total time 2484.45s ± 1976.41s 2022-08-17T13:20:26.0667856Z * aac622ad55 5 reports, total time 2485.07s ± 2017.11s 2022-08-17T13:20:26.0668509Z * 31d4b6f52a 5 reports, total time 2575.69s ± 2119.02s 2022-08-17T13:20:26.0669085Z * 0e2efaf9cc 5 reports, total time 2933.75s ± 2779.34s 2022-08-17T13:20:26.0669679Z * 1ee9eb52b6 5 reports, total time 3224.96s ± 2891.08s 2022-08-17T13:20:26.0670106Z * f4b7c10e14 0 reports 2022-08-17T13:20:26.0670655Z * 785f7f6298 5 reports, total time 2501.75s ± 2024.28s 2022-08-17T13:20:26.0671222Z * 3586af8adc 5 reports, total time 2510.83s ± 2030.15s 2022-08-17T13:20:26.0671616Z | 2022-08-17T13:20:26.0671919Z : 2022-08-17T13:20:26.0672112Z 2022-08-17T13:20:26.0672320Z Removed (across 611 suites) 0 tests, totaling 0.00s 2022-08-17T13:20:26.0672826Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T13:20:26.0673324Z Added (across 345 suites) 71872 tests, totaling +6851.16s 2022-08-17T13:20:26.2406243Z Prepare all required actions 2022-08-17T13:20:26.2427884Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T13:20:26.2428106Z with: 2022-08-17T13:20:26.2428251Z env: 2022-08-17T13:20:26.2428431Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:20:26.2428625Z ##[endgroup] 2022-08-17T13:20:26.2444626Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:20:26.2444904Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:20:26.2456550Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:20:26.2456779Z env: 2022-08-17T13:20:26.2456963Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:20:26.2457161Z ##[endgroup] 2022-08-17T13:20:26.2515597Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T13:20:26.2599454Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:20:26.2599796Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:20:26.2600101Z # shellcheck disable=SC2046 2022-08-17T13:20:26.2600326Z docker stop $(docker ps -q) || true 2022-08-17T13:20:26.2600563Z # Prune all of the docker images 2022-08-17T13:20:26.2600791Z docker system prune -af 2022-08-17T13:20:26.2612313Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:20:26.2612547Z env: 2022-08-17T13:20:26.2612732Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:20:26.2612917Z ##[endgroup] 2022-08-17T13:20:26.7935274Z a16492ab279d 2022-08-17T13:20:27.3213206Z Deleted Containers: 2022-08-17T13:20:27.3213576Z a16492ab279d2820551a2fd89afad70bde89bf4f007d38be268baaf3546f2f4a 2022-08-17T13:20:27.3213838Z 2022-08-17T13:20:29.5170724Z Deleted Images: 2022-08-17T13:20:29.5171396Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T13:20:29.5172096Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:594372be36f848ede98fd4597227797d5fa59cc4886edb7b024f352b98e83e00 2022-08-17T13:20:29.5172647Z deleted: sha256:fb4c52c9a9c8679dec38b68a7227616f7f41963ed9ff1a94b43b6c75db8d7fa9 2022-08-17T13:20:29.5173177Z deleted: sha256:2d0cb2547b4b9d8c0f0fc36a7ada2414ec9c7ebe26ac314329ddb7e1de17c69e 2022-08-17T13:20:29.5173636Z deleted: sha256:cc1340d7adf94b69ab2c9bff768e58cdd4d90642578cc8d4ea7f66da4cf23112 2022-08-17T13:20:29.5174080Z deleted: sha256:2b53265715948c54131d502fa8411815ec14b774a174417b5d22ef95971e7607 2022-08-17T13:20:29.5174538Z deleted: sha256:af6a91d2dd2cdd053bec86007fbc8bd5aef700d1f3ef930e9e22754cd97df924 2022-08-17T13:20:29.5175027Z deleted: sha256:2038eb381b9d1d80921507af4ea6c25c5582317b818aed4519202ff9584064ba 2022-08-17T13:20:29.5175735Z deleted: sha256:1dcdae05f2b226ec30f553376a83bfce0dbdf1ee39e078f881ed36d9fe65fb05 2022-08-17T13:20:29.5176223Z deleted: sha256:8ae9c853740306f9590b2659a9fc5eded4c272aafa6ca44c68f1ac1399a73e9d 2022-08-17T13:20:29.5176564Z deleted: sha256:8f612883fb0c9ea2471913600953f02d71cb0cb9193bbba140181474020c289b 2022-08-17T13:20:29.5176888Z deleted: sha256:8221e32a6bff1df86fb9a9a3a7a7470b6e6c856e2e15d557ee7dd80cc8ac24d8 2022-08-17T13:20:29.5177244Z deleted: sha256:4d84d7e8f5272ca06346a623a6e2befb2f8edc0d33ca6daf13ba33910510bf85 2022-08-17T13:20:29.5177595Z deleted: sha256:4b0c58d507f1ecd6bd478a50970d9c747ef4e2ce6fc1b7d2b80baf5f600cfe62 2022-08-17T13:20:29.5177933Z deleted: sha256:141213ff2809e06b118ff9eddbe2ec020e9c6d12b0e43da0c1e7b88c58d0f24a 2022-08-17T13:20:29.5178547Z deleted: sha256:e5fafbe3aac06b308b1cdb6938a0233c8abaa3229e3eef32dbca7cd6ef7f2bf7 2022-08-17T13:20:29.5179189Z deleted: sha256:01cc8d1326c081adec11dd67dc86f0d4d5f776d8cbf24ed9d69532d194452c29 2022-08-17T13:20:29.5179553Z deleted: sha256:a2f16c946b5d1f79c8b1a56dc41ea1dd5ad4c5e878d019093e299fa1ad9f947c 2022-08-17T13:20:29.5179882Z deleted: sha256:9d7165cf550ddcb549ad533e22bd404661e2f59765680a98d05370482edf3ae8 2022-08-17T13:20:29.5180217Z deleted: sha256:dd96707e0bc09ea43a4f200ef9dad8327a52200126e830dc9f678f6499835b80 2022-08-17T13:20:29.5180736Z deleted: sha256:4a8bc9baed7e3c646f1791e45fcc9158d4b49d5126a38c089fd743a9d996dd55 2022-08-17T13:20:29.5181078Z deleted: sha256:988088eda79f6d72724b7321dd7dd84674b286c73064b3f330ee76599d75a686 2022-08-17T13:20:29.5181399Z deleted: sha256:2374db1c0d6af1d3fda08553755550caa403d05bd962525deadb1e79ef6dc3a9 2022-08-17T13:20:29.5181747Z deleted: sha256:38c4ccb6efb209d5d1d7fe4d692c33e6778e04d0b049a505b970ac80647c8021 2022-08-17T13:20:29.5182163Z deleted: sha256:2bcc0c4f43849c357f23b0f8e492ea2d6b1a48f4ff4da7bb1ff23668ee07f794 2022-08-17T13:20:29.5182687Z deleted: sha256:ef60874b6600721074a89182041a8f8e1b8ff4c9572a7de5d1b69e89ce8780be 2022-08-17T13:20:29.5183268Z deleted: sha256:8f58e1722c3247e2107f12f6a7aa773d569c9cd7148281b5fa119270ee0e301d 2022-08-17T13:20:29.5183658Z deleted: sha256:f50690cb9e6bdf8228aca3df995490a49bad2f2346fd2b4cb16aaf2bb3935293 2022-08-17T13:20:29.5184221Z deleted: sha256:1d0892db23be9ad9bfc1107a6c67f40aa11623428758509038c105a5937ff9f3 2022-08-17T13:20:29.5184698Z deleted: sha256:043f10238c4fdad7165d655316155eeeb475e8f365fa17126a694c4521d4ae79 2022-08-17T13:20:29.5185118Z deleted: sha256:553b5f6dfe83a94efad47e40546556b505415957bcc1663ff9c9569474e7e5ad 2022-08-17T13:20:29.5185465Z deleted: sha256:37753eb9cdc0f259b223d407ea0c9a9f189d0e6f8fc75bba7bfe7b8bb6107360 2022-08-17T13:20:29.5185798Z deleted: sha256:474d4748a6db06332a7f40faa666d4b24cf2407c0122e2aa2087390f65f4dbd1 2022-08-17T13:20:29.5186120Z deleted: sha256:1ede402f033e02651f0c166142559bc4611e9c1064af65d7f20e7c83f50c9a64 2022-08-17T13:20:29.5186465Z deleted: sha256:801cc279fd42150f0d92def07783b1acd9c14e7f275afbd6d17bdd3f13253186 2022-08-17T13:20:29.5186816Z deleted: sha256:eee9b1cc2de733433acd46d45ae3334201cd0565bd7c708b9cdfba46964f14f9 2022-08-17T13:20:29.5187471Z deleted: sha256:53fb226ef291c5fd0368a0463c06418b9b6bdc9f9216e621191b7658c857b345 2022-08-17T13:20:29.5187893Z deleted: sha256:4b78144a1e3f787fc836428a41b3f814b6a778fdad392680d573514fb5b9f2c7 2022-08-17T13:20:29.5188522Z deleted: sha256:f9edf9a450f9ddcf7efc2b42fa77dd9a37bc0207ffedbedce3536a4954990321 2022-08-17T13:20:29.5188957Z deleted: sha256:ecd1bd81a07b193ea24963c873e861324def6234a394b0cb1028d21f4f3641e7 2022-08-17T13:20:29.5189373Z deleted: sha256:01898bcfbc799c6b94e0def2782a011c2e100aa9e2a27f6eb7429684f3748770 2022-08-17T13:20:29.5189708Z deleted: sha256:682b0b412fc7c00587b773aa6a33bf184c28814b7036dc88c022c9d45c0a437c 2022-08-17T13:20:29.5190045Z deleted: sha256:57fce6ee1a3613c7040f3ef361aa48be78abd9a4105fe439c95e386bb12d13a0 2022-08-17T13:20:29.5190375Z deleted: sha256:51bf4e16b50a0652e9491556b6cea015da597559b58a507b67cebfe8a688ae3d 2022-08-17T13:20:29.5190709Z deleted: sha256:c24d44cff78a90fb4905a141bb9e6a7fb59a6dd63a974436952f9ec590078426 2022-08-17T13:20:29.5191059Z deleted: sha256:39ab34fc8a2a9f2aa438abef98d79822a33c30dbf03980a45c62f027253f3c7e 2022-08-17T13:20:29.5191560Z deleted: sha256:90dbe860572cf2e3d5e0b324bd84e2e9d1b6293ff3a180bec3b9419469e16996 2022-08-17T13:20:29.5191945Z deleted: sha256:39ee4dbd2638c415fb28b35c14fe55dacb2aab2c7ca47bef8407c839b5c69bdf 2022-08-17T13:20:29.5192305Z deleted: sha256:fadd72835ebf8d726a99a39b82c26aa1a2f443bc6892b300ac9e42ca9bc01fdf 2022-08-17T13:20:29.5192663Z deleted: sha256:245afb53fdc4b0ff4caa5a68d68722a4c341eed2284179368feef358e4018f2d 2022-08-17T13:20:29.5192991Z deleted: sha256:215f0022beb0eec34838c527256a6a32bde4281e1c3e1506c97881354f539786 2022-08-17T13:20:29.5193312Z deleted: sha256:775f18a80d2412c731729719e69143252dd4b2f4f2f556a5f1ded320ca220de6 2022-08-17T13:20:29.5193623Z deleted: sha256:b140655968278b483da972e18ea3578ea839d9f05e78843809c8b546ed899834 2022-08-17T13:20:29.5193948Z deleted: sha256:107411100b28d8ebcd204ea5baca21a2093e1e48e8aac5576898abc4295704ec 2022-08-17T13:20:29.5194272Z deleted: sha256:8fde7a40967705a136524cea4a68d44ae0a155f069680fab698e5555d9b96d34 2022-08-17T13:20:29.5194623Z deleted: sha256:d6e6a8cab95ba133a8182ec71cdb7cea77e4b02173aa90ca3af0300f55a84fd0 2022-08-17T13:20:29.5194975Z deleted: sha256:08bf5babfd0b448a8d39227aff88e6c3b10f48d9651561e742e668912b3dbc5c 2022-08-17T13:20:29.5195433Z deleted: sha256:734f2fd68c5f68d7f9691bc1502d405aca5054c090668a7f86201ab189801118 2022-08-17T13:20:29.5195775Z deleted: sha256:4f4b7ba1e23c2573eda42a3170ec1f097cd4fb77b4ff142ce9e7a4d08feb08cb 2022-08-17T13:20:29.5196132Z deleted: sha256:21c2921e9c1426096c1faf5e1bee42e4c78b43550961584e000bf8afa3c91440 2022-08-17T13:20:29.5196477Z deleted: sha256:0c0d4ea4a7f43436cc2b7785ac11cf898afcaf3c0ee1b9e52e103bffa9b32ebf 2022-08-17T13:20:29.5196817Z deleted: sha256:c3f11d77a5de76ec836c52333d45ac3742c7b27d3d83feba6ec978e223715c67 2022-08-17T13:20:29.5197006Z 2022-08-17T13:20:29.5197105Z Total reclaimed space: 7.259GB 2022-08-17T13:20:29.5252800Z Post job cleanup. 2022-08-17T13:20:29.5293402Z Post job cleanup. 2022-08-17T13:20:29.9609343Z [command]/usr/bin/git version 2022-08-17T13:20:29.9663544Z git version 2.37.1 2022-08-17T13:20:29.9748786Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bc6393b4-908c-4200-aa19-a6b23a085c8a' before making global git config changes 2022-08-17T13:20:29.9749540Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T13:20:29.9756314Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T13:20:29.9820736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T13:20:29.9854682Z [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:20:30.0199864Z Entering 'android/libs/fbjni' 2022-08-17T13:20:30.0251263Z Entering 'third_party/FP16' 2022-08-17T13:20:30.0295269Z Entering 'third_party/FXdiv' 2022-08-17T13:20:30.0345276Z Entering 'third_party/NNPACK' 2022-08-17T13:20:30.0392193Z Entering 'third_party/QNNPACK' 2022-08-17T13:20:30.0438115Z Entering 'third_party/XNNPACK' 2022-08-17T13:20:30.0539072Z Entering 'third_party/benchmark' 2022-08-17T13:20:30.0589835Z Entering 'third_party/cpuinfo' 2022-08-17T13:20:30.0639730Z Entering 'third_party/cub' 2022-08-17T13:20:30.0688591Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:20:30.0737417Z Entering 'third_party/eigen' 2022-08-17T13:20:30.0815794Z Entering 'third_party/fbgemm' 2022-08-17T13:20:30.0883901Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:20:30.0953517Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:20:30.1020432Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:20:30.1080125Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:20:30.1131406Z Entering 'third_party/flatbuffers' 2022-08-17T13:20:30.1171856Z Entering 'third_party/fmt' 2022-08-17T13:20:30.1224202Z Entering 'third_party/foxi' 2022-08-17T13:20:30.1268621Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:20:30.1317788Z Entering 'third_party/gloo' 2022-08-17T13:20:30.1369439Z Entering 'third_party/googletest' 2022-08-17T13:20:30.1424984Z Entering 'third_party/ideep' 2022-08-17T13:20:30.1494321Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:20:30.1569202Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:20:30.1662203Z Entering 'third_party/ios-cmake' 2022-08-17T13:20:30.1710378Z Entering 'third_party/ittapi' 2022-08-17T13:20:30.1748869Z Entering 'third_party/kineto' 2022-08-17T13:20:30.1786108Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:20:30.1824058Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:20:30.1863768Z Entering 'third_party/nccl/nccl' 2022-08-17T13:20:30.1919106Z Entering 'third_party/neon2sse' 2022-08-17T13:20:30.1965246Z Entering 'third_party/nlohmann' 2022-08-17T13:20:30.2004539Z Entering 'third_party/onnx' 2022-08-17T13:20:30.2129500Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:20:30.2197430Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:20:30.2247641Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:20:30.2307626Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:20:30.2390558Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:20:30.2452563Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:20:30.2515782Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:20:30.2570485Z Entering 'third_party/pocketfft' 2022-08-17T13:20:30.2606311Z Entering 'third_party/protobuf' 2022-08-17T13:20:30.2698755Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:20:30.2768364Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:20:30.2828700Z Entering 'third_party/psimd' 2022-08-17T13:20:30.2877862Z Entering 'third_party/pthreadpool' 2022-08-17T13:20:30.2932969Z Entering 'third_party/pybind11' 2022-08-17T13:20:30.2982176Z Entering 'third_party/python-enum' 2022-08-17T13:20:30.3028451Z Entering 'third_party/python-peachpy' 2022-08-17T13:20:30.3081556Z Entering 'third_party/python-six' 2022-08-17T13:20:30.3128041Z Entering 'third_party/sleef' 2022-08-17T13:20:30.3179171Z Entering 'third_party/tbb' 2022-08-17T13:20:30.3218655Z Entering 'third_party/tensorpipe' 2022-08-17T13:20:30.3279030Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:20:30.3347886Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:20:30.3408631Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:20:30.3474159Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:20:30.3535141Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:20:30.3593363Z Entering 'third_party/zstd' 2022-08-17T13:20:30.3666172Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T13:20:30.3695962Z http.https://github.com/.extraheader 2022-08-17T13:20:30.3705033Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T13:20:30.3743249Z [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:20:30.4035356Z Entering 'android/libs/fbjni' 2022-08-17T13:20:30.4059392Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4092392Z Entering 'third_party/FP16' 2022-08-17T13:20:30.4113217Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4140746Z Entering 'third_party/FXdiv' 2022-08-17T13:20:30.4161183Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4188516Z Entering 'third_party/NNPACK' 2022-08-17T13:20:30.4208270Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4236451Z Entering 'third_party/QNNPACK' 2022-08-17T13:20:30.4257074Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4284293Z Entering 'third_party/XNNPACK' 2022-08-17T13:20:30.4305485Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4345185Z Entering 'third_party/benchmark' 2022-08-17T13:20:30.4365141Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4392889Z Entering 'third_party/cpuinfo' 2022-08-17T13:20:30.4414100Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4442358Z Entering 'third_party/cub' 2022-08-17T13:20:30.4463579Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4491365Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:20:30.4512084Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4545087Z Entering 'third_party/eigen' 2022-08-17T13:20:30.4566877Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4601342Z Entering 'third_party/fbgemm' 2022-08-17T13:20:30.4625524Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4657153Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:20:30.4680638Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4712332Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:20:30.4735708Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4768319Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:20:30.4790834Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4823819Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:20:30.4847625Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4877960Z Entering 'third_party/flatbuffers' 2022-08-17T13:20:30.4899605Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4930267Z Entering 'third_party/fmt' 2022-08-17T13:20:30.4951025Z http.https://github.com/.extraheader 2022-08-17T13:20:30.4979229Z Entering 'third_party/foxi' 2022-08-17T13:20:30.4999323Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5026562Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:20:30.5047639Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5074743Z Entering 'third_party/gloo' 2022-08-17T13:20:30.5096823Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5123973Z Entering 'third_party/googletest' 2022-08-17T13:20:30.5145050Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5173535Z Entering 'third_party/ideep' 2022-08-17T13:20:30.5194425Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5222269Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:20:30.5242357Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5272275Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:20:30.5294014Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5327954Z Entering 'third_party/ios-cmake' 2022-08-17T13:20:30.5349443Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5376548Z Entering 'third_party/ittapi' 2022-08-17T13:20:30.5398121Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5425191Z Entering 'third_party/kineto' 2022-08-17T13:20:30.5445327Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5473831Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:20:30.5495041Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5523444Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:20:30.5544143Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5573087Z Entering 'third_party/nccl/nccl' 2022-08-17T13:20:30.5594518Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5622976Z Entering 'third_party/neon2sse' 2022-08-17T13:20:30.5643855Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5671325Z Entering 'third_party/nlohmann' 2022-08-17T13:20:30.5692640Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5722060Z Entering 'third_party/onnx' 2022-08-17T13:20:30.5743262Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5784494Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:20:30.5805591Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5833663Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:20:30.5854484Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5883936Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:20:30.5904934Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5933015Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:20:30.5953199Z http.https://github.com/.extraheader 2022-08-17T13:20:30.5985033Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:20:30.6005256Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6033872Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:20:30.6054511Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6081557Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:20:30.6101914Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6135793Z Entering 'third_party/pocketfft' 2022-08-17T13:20:30.6156882Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6183445Z Entering 'third_party/protobuf' 2022-08-17T13:20:30.6204375Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6234378Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:20:30.6255519Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6283115Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:20:30.6303564Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6332992Z Entering 'third_party/psimd' 2022-08-17T13:20:30.6352937Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6380680Z Entering 'third_party/pthreadpool' 2022-08-17T13:20:30.6401091Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6428623Z Entering 'third_party/pybind11' 2022-08-17T13:20:30.6449299Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6475465Z Entering 'third_party/python-enum' 2022-08-17T13:20:30.6497019Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6523267Z Entering 'third_party/python-peachpy' 2022-08-17T13:20:30.6543587Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6570298Z Entering 'third_party/python-six' 2022-08-17T13:20:30.6590204Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6616749Z Entering 'third_party/sleef' 2022-08-17T13:20:30.6637314Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6665477Z Entering 'third_party/tbb' 2022-08-17T13:20:30.6685580Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6714869Z Entering 'third_party/tensorpipe' 2022-08-17T13:20:30.6735888Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6763357Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:20:30.6784610Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6812302Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:20:30.6832967Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6861087Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:20:30.6880894Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6910125Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:20:30.6931094Z http.https://github.com/.extraheader 2022-08-17T13:20:30.6957479Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:20:30.6979370Z http.https://github.com/.extraheader 2022-08-17T13:20:30.7010533Z Entering 'third_party/zstd' 2022-08-17T13:20:30.7031598Z http.https://github.com/.extraheader 2022-08-17T13:20:30.7280551Z Cleaning up orphan processes